.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-65ec089:#2B74FF;--e-global-color-b05fcd5:#181818;--e-global-color-a79accd:#CECECE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* styles.css - extracted from your <style> tag. Import this into your theme or paste into Elementor's page custom CSS */
:root {
    --primary: #004fb1;
    --secondary: #0186c2;
    --accent: #f58e29;
    --light: #ffffff;
    --dark: #504b52;
    --gray: #6c757d;
    --light-gray: #f5f7fa;
    --border-radius: 12px;
    --border-radius-sm: 8px;
    --shadow: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

* { box-sizing: border-box; font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
body { background: linear-gradient(135deg, var(--light-gray) 0%, #e4edf5 100%); color: var(--dark); line-height: 1.6; }
.hero { text-align:center; padding:5rem 2rem; max-width:900px; margin:2rem auto; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="%23004fb1" width="50" height="50"/><rect fill="%230186c2" x="50" width="50" height="50"/><rect fill="%23004fb1" y="50" width="50" height="50"/><rect fill="%230186c2" x="50" y="50" width="50" height="50"/></svg>') no-repeat center center; background-size: cover; border-radius: var(--border-radius); color: var(--light); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top:0; left:0; right:0; bottom:0; background: linear-gradient(135deg, rgba(0, 79, 177, 0.9) 0%, rgba(1, 134, 194, 0.9) 100%); z-index:1; }
.hero-content { position: relative; z-index:2; }
.hero h1 { font-size:3rem; margin-bottom:1.5rem; color:var(--light); line-height:1.2; }
.hero h1 span { color:var(--accent); position:relative; }
.hero p { font-size:1.2rem; color:rgba(255,255,255,0.9); margin-bottom:2.5rem; max-width:700px; margin-left:auto; margin-right:auto; }
.hero-badges { display:flex; justify-content:center; gap:1rem; flex-wrap:wrap; margin-bottom:2rem; }
.badge { background: rgba(255,255,255,0.2); padding:0.5rem 1.2rem; border-radius:50px; font-weight:500; display:flex; align-items:center; gap:0.5rem; font-size:0.9rem; backdrop-filter: blur(10px); border:1px solid rgba(255,255,255,0.3); }
.cta-button { background: var(--accent); color: var(--light); border:none; border-radius: var(--border-radius-sm); padding:1rem 2rem; font-weight:600; cursor:pointer; display:inline-block; font-size:1.1rem; margin-top:1rem; text-decoration:none; }
.tools-section { padding:4rem 2rem; }
.section-title { text-align:center; margin-bottom:3rem; }
.section-title h2 { font-size:2.2rem; color:var(--primary); margin-bottom:1rem; }
.tools-grid { max-width:1200px; margin:0 auto 4rem; display:grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap:2rem; }
.tool-card { background:var(--light); border-radius:var(--border-radius); box-shadow:var(--shadow); padding:2.5rem 2rem; transition:var(--transition); display:flex; flex-direction:column; height:100%; position:relative; overflow:hidden; border-top:5px solid var(--primary); }
.tool-card:nth-child(2) { border-top-color: var(--secondary); }
.tool-card:nth-child(3) { border-top-color: var(--accent); }
.tool-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); }
.tool-icon { background: var(--light-gray); width:70px; height:70px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:1.5rem; color:var(--primary); font-size:1.8rem; }
.tool-card h3 { font-size:1.5rem; margin-bottom:1rem; color:var(--dark); }
.tool-card p { color:var(--gray); margin-bottom:1.5rem; flex-grow:1; }
.tool-button { background: var(--primary); color: var(--light); border:none; border-radius: var(--border-radius-sm); padding:0.8rem 1.5rem; font-weight:600; cursor:pointer; display:inline-block; align-self:flex-start; text-decoration:none; }
.features-section { background: var(--light); padding:5rem 2rem; }
.features-grid { max-width:1200px; margin:0 auto; display:grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap:3rem; }
.feature { text-align:center; padding:2rem; border-radius:var(--border-radius); }
.feature-icon { background: var(--light-gray); width:80px; height:80px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 1.5rem; color:var(--primary); font-size:2rem; }
@media (max-width:768px) { .hero h1 { font-size:2.2rem; } .tools-grid { grid-template-columns:1fr; } .hero { padding:3rem 1.5rem; } .features-section { padding:3rem 1.5rem; } }/* End custom CSS */