* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    /* background: linear-gradient(180deg, #f0f7ff 0%, #e8f4ff 50%, #f5f9ff 100%); */
    min-height: 100vh;
    color: #1a1a2e;
    overflow-x: hidden;
}

/* Header */
.header,.nav,.nav-links{display:flex}
.btn-quote,.phone{text-decoration:none;font-weight:600}
.header{justify-content:space-between;align-items:center;padding:8px 60px;margin:0 auto;position:sticky;top:0;background:rgba(240,247,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 20px transparent;transition:.3s;z-index:1000}
.header.scrolled{background:rgba(255,255,255,.98);box-shadow:0 2px 20px rgba(0,0,0,.08)}
.header .logo-img{width:230px;position:relative;z-index:1002}
.nav{align-items:center}.nav-links{gap:35px;list-style:none;margin:0;padding:0}
.nav-links>li{position:relative;list-style:none}
.nav-links>li>a{text-decoration:none;color:#333;font-size:15px;font-weight:500;transition:color .3s;display:flex;align-items:center;gap:5px;padding:10px 0}
.nav-links>li>a:hover{color:#06c}.dropdown-arrow{width:12px!important;height:12px;transition:transform .3s;flex-shrink:0}
@media (min-width:1025px){
    .dropdown-menu,.dropdown-menu li{list-style:none}
    .nav-links>li:hover>a .dropdown-arrow{transform:rotate(180deg)}
    .dropdown-menu{position:absolute;top:100%;left:-20px;background:#fff;min-width:260px;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s;padding:12px 0;z-index:1000;margin:0}
    .nav-links>li:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
    .dropdown-menu li a{display:flex;align-items:center;gap:12px;padding:12px 20px;text-decoration:none;color:#333;font-size:14px;font-weight:500;transition:.2s}
    .dropdown-menu li a:hover{background:#f0f7ff;color:#06c}
    .dropdown-menu li a .menu-icon{width:36px;height:36px;padding:7px;background:#f0f7ff;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:.2s;flex-shrink:0}
    .menu-icon-img{width:18px;height:18px}
    .dropdown-menu li a:hover .menu-icon{background:#06c}
    .dropdown-menu li a:hover .menu-icon-img{filter:brightness(0) invert(1)}
    .dropdown-menu li a .menu-icon svg{width:18px;height:18px;color:#06c;transition:.2s}
    .dropdown-menu li a:hover .menu-icon svg{color:#fff}
    .dropdown-menu .menu-text{display:flex;flex-direction:column}
}
.mobile-nav-cta{display:none}
.nav-right{display:flex;align-items:center;gap:25px}
.phone{display:flex;align-items:center;gap:8px;font-size:15px;color:#1a1a2e}
.phone-icon{width:18px;height:18px}
.btn-quote{background:#06c;color:#fff;padding:14px 24px;border-radius:8px;font-size:14px;transition:.3s}
.btn-quote:hover{background:#0052a3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,102,204,.3)}
.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;z-index:1002;background:0 0;border:none}
.mobile-menu-toggle span{width:25px;height:3px;background:#1a1a2e;border-radius:3px;transition:.3s;display:block}
.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,6px)}
.mobile-menu-toggle.active span:nth-child(2){opacity:0}
.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}
@media (max-width:1024px){
    .dropdown-menu,.dropdown-menu li{list-style:none}
    .header{padding:12px 30px}.nav-right{display:none}
    .mobile-menu-toggle{display:flex}
    .nav{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#fff;z-index:1001;padding:100px 30px 30px;overflow-y:auto;transform:translateX(-100%);transition:transform .4s;flex-direction:column;align-items:stretch}
    .nav.active{transform:translateX(0)}
    .nav-links{flex-direction:column;gap:0;width:100%}
    .nav-links>li{border-bottom:1px solid #eee}
    .nav-links>li>a{justify-content:space-between;padding:18px 0;font-size:17px;font-weight:600;color:#1a1a2e;width:100%}
    .nav-links>li>a .dropdown-arrow{width:18px;height:18px}
    .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:0;max-height:0;overflow:hidden;transition:max-height .4s,padding .3s;background:#f8fafc;margin:0 -30px;padding:0 30px}
    .nav-links>li.expanded .dropdown-menu{max-height:800px;padding:10px 30px 15px}
    .nav-links>li.expanded>a .dropdown-arrow{transform:rotate(180deg)}
    .dropdown-menu li a{display:flex;align-items:center;gap:12px;padding:14px 0;text-decoration:none;color:#555;font-size:15px;font-weight:500;border-bottom:1px solid #e5e5e5;transition:color .2s}
    .dropdown-menu li:last-child a{border-bottom:none}
    .dropdown-menu li a:hover{color:#06c;background:0 0}
    .dropdown-menu li a .menu-icon{width:40px;height:40px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
    .dropdown-menu li a .menu-icon svg{width:20px;height:20px;color:#06c}
    .dropdown-menu .menu-text{font-size:15px}
    .mobile-nav-cta .btn-quote,.mobile-nav-cta .phone{font-size:16px;text-decoration:none;font-weight:600}
    .mobile-nav-cta{display:flex;flex-direction:column;gap:15px;margin-top:30px;padding-top:30px;border-top:1px solid #eee}
    .mobile-nav-cta .phone{display:flex;justify-content:center;align-items:center;gap:10px;padding:16px;background:#f0f7ff;border-radius:10px;color:#1a1a2e}
    .mobile-nav-cta .phone .phone-icon{width:20px;height:20px}
    .mobile-nav-cta .btn-quote{display:block;text-align:center;padding:18px;background:#06c;color:#fff;border-radius:8px}
    .mobile-nav-cta .btn-quote:hover{background:#0052a3}.nav{display:flex;flex-direction:column}
    .nav-links{flex:0 0 auto}
}
@media (max-width:768px){
    .header{padding:12px 24px}
    .header img{width:180px}
    .menu-icon-img{width:22px!important;height:22px}
    .nav-links>li>a .dropdown-arrow{width:18px!important;height:18px}
    .nav{padding:90px 24px 24px}
    .dropdown-menu{margin:0 -24px;padding:0 24px}
    .nav-links>li.expanded .dropdown-menu{padding:10px 24px 15px}
    .mobile-nav-cta .phone{font-size:15px;padding:14px}
    .mobile-nav-cta{margin-top:25px;padding-top:25px}
    .mobile-nav-cta .btn-quote{padding:16px;font-size:15px}
}
@media (max-width:480px){
    .header{padding:10px 16px}
    .header img{width:250px}
    .nav{padding:80px 16px 16px}
    .nav-links>li>a{font-size:16px;padding:16px 0}
    .dropdown-menu{margin:0 -16px;padding:0 16px}
    .nav-links>li.expanded .dropdown-menu{padding:8px 16px 12px}
    .dropdown-menu li a{padding:12px 0;font-size:14px}
    .dropdown-menu li a .menu-icon{width:36px;height:36px}
    .mobile-nav-cta{margin-top:20px;padding-top:20px;gap:12px}
    .mobile-nav-cta .phone{font-size:14px;padding:12px}
    .mobile-nav-cta .btn-quote{padding:14px;font-size:14px}
}
body.menu-open{overflow:hidden}
/* Header End */



/* Hero section start */
.hero{display:flex;justify-content:space-between;align-items:center;padding:40px 60px 60px;margin:0 auto;gap:60px;background:linear-gradient(#f0f7ff 0,#e8f4ff 50%,#f5f9ff 100%)}
.hero-content{flex:1;max-width:600px;animation:.8s ease-out fadeInUp}.badge{display:inline-flex;align-items:center;gap:8px;background:#fff;padding:10px 18px;border-radius:50px;font-size:14px;font-weight:500;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:30px}.savings-card,.vehicles-card{box-shadow:0 8px 30px rgba(0,0,0,.12)}.badge-dot{width:10px;height:10px;background:#22c55e;border-radius:50%}.hero-title{font-size:52px;font-weight:800;line-height:1.1;margin-bottom:10px;color:#1e293b}.hero-title .highlight{color:#045fb9;display:block}.hero-description{font-size:17px;color:#748298;line-height:1.5;margin-bottom:18px}.hero-description strong{color:#3b495c}.hero-buttons{display:flex;gap:16px;margin-top:45px}.btn-primary,.btn-secondary{display:inline-flex;gap:10px;padding:18px 28px;border-radius:50px;text-decoration:none;font-weight:600;transition:.3s}.btn-primary{align-items:center;background:#045eb7;color:#fff;font-size:15px}.btn-secondary,.feature-item{align-items:center;font-size:15px;color:#5e6878;background:#fff}.btn-primary:hover{background:#045eb7;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,102,204,.35)}.btn-secondary{border:1px solid #e0e0e0}.btn-secondary:hover{border-color:#06c;color:#06c;transform:translateY(-2px)}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 40px}.feature-item{display:flex;gap:12px;font-weight:500;padding:15px;border-radius:7px}.feature-check-img{width:18px;height:18px;padding:1px}.downward-arrow-img,.right-arrow-img{width:20px;height:20px}.feature-check{width:24px;height:24px;background:#dcfce7;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-check svg{width:14px;height:14px;color:#22c55e}.hero-visual{flex:1;max-width:620px;position:relative;animation:.8s ease-out .2s both fadeInUp}.play-button,.video-card{align-items:center;display:flex}.visual-container{position:relative;background:linear-gradient(135deg,#0a1628 0,#152238 100%);border-radius:20px;padding:57px 70px;overflow:visible}.video-card{background:linear-gradient(180deg,#09c 0,#07a 100%);border-radius:16px;padding:6px 40px;justify-content:center;position:relative}.video-card img{width:100%}.play-button{position:absolute;width:70px;height:70px;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;cursor:pointer;transition:.3s}.play-button:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.play-button svg{width:28px;height:28px;color:#fff;margin-left:4px}.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:.3s}.video-modal-content video{width:100%;height:100%;border-radius:12px;background:#000}.video-modal.active{opacity:1;visibility:visible}.video-modal-content{position:relative;width:90%;max-width:900px;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:visible;transform:scale(.9);transition:transform .3s}.savings-card,.video-modal-close{background:#fff;display:flex;align-items:center;position:absolute;z-index:10}.video-modal.active .video-modal-content{transform:scale(1)}.video-modal-content iframe{width:100%;height:100%;border:none}.video-modal-close{right:0;width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;justify-content:center;transition:transform .3s}.video-modal-close:hover{transform:rotate(90deg);background:#f44}.video-modal-close:hover svg{color:#fff}.video-modal-close svg{width:20px;height:20px;color:#333}.savings-card{top:-10px;right:-20px;padding:20px;border-radius:14px;gap:12px;animation:4s ease-in-out infinite float}.savings-icon{width:44px;height:44px;background:#dcfce7;border-radius:12px;display:flex;align-items:center;justify-content:center}.vehicles-card,.vehicles-icon{border-radius:14px;display:flex}.savings-icon svg{width:22px;height:22px;color:#22c55e}.savings-text,.vehicles-text{font-size:14px;color:#748298}.savings-amount{font-size:20px;font-weight:700;color:#22c55e}.vehicles-card{position:absolute;bottom:-20px;left:-20px;background:#fff;padding:16px 24px;align-items:center;gap:14px;z-index:10;animation:4s ease-in-out .5s infinite float}.vehicles-icon{width:50px;height:50px;background:#06c;align-items:center;justify-content:center}.vehicles-icon svg{width:24px;height:24px;color:#fff}.vehicles-count{font-size:26px;font-weight:500;color:#3b495c;padding-top:6px}.gps-device{width:200px;height:160px}@media (max-width:1200px){.hero{padding:40px 40px 60px}.hero-title{font-size:44px}}@media (max-width:1024px){.hero{flex-direction:column;text-align:center}.hero-content{max-width:100%;order:2}.hero-buttons{justify-content:center}.features-grid{justify-content:center;grid-template-columns:repeat(2,1fr);max-width:660px;margin:0 auto}.hero-visual{max-width:100%;width:100%;order:1}.video-modal{height:57%!important}}@media (max-width:768px){.hero{padding:30px 24px 50px;gap:40px}.hero-title{font-size:36px}.badge{font-size:12px;padding:8px 14px}.hero-description{font-size:15px}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px;justify-content:center}.features-grid{text-align:left}.visual-container{padding:25px 70px;border-radius:16px}.video-modal{height:38%}.video-card{padding:24px 40px}.gps-device{width:160px;height:130px}.play-button{width:60px;height:60px}.savings-card{top:-5px;right:-10px;padding:10px 14px}.savings-icon{width:36px;height:36px}.savings-text{font-size:10px}.savings-amount{font-size:16px}.vehicles-card{bottom:-15px;left:-10px;padding:12px 16px}.vehicles-icon{width:40px;height:40px}.vehicles-text{font-size:11px}.vehicles-count{font-size:20px}.btn-quote{padding:12px 18px;font-size:13px}}@media (max-width:600px){.features-grid{grid-template-columns:1fr;max-width:280px}}@media (max-width:480px){.hero{padding:20px 16px}.hero-title{font-size:28px}.badge{font-size:11px;padding:6px 12px;margin-bottom:20px}.hero-description{font-size:14px;margin-bottom:25px}.hero-buttons{margin-bottom:30px}.btn-primary,.btn-secondary{padding:16px 20px;font-size:14px}.feature-item{font-size:14px}}
/* Hero section end */

/* reviews section start */
.rating-section{padding-top:3rem!important;padding-bottom:3rem!important}.rating-wrapper{flex-wrap:nowrap!important;gap:1.5rem;display:flex;text-align:center;align-items:center;justify-content:center}.rating-box{flex-shrink:1;text-align:center;min-width:100px;padding:10px 20px}.rating-box img{height:35px;object-fit:contain;flex-shrink:1}.rating{font-size:1.1rem;color:#4a5568}.rating i{color:#ffc107}@media (max-width:768px){section.rating-section.py-5{padding:1.8rem 0!important}.rating-wrapper{gap:0}}@media (max-width:576px){.rating-box{min-width:60px}.rating-box img{height:25px}.rating{display:flex;font-size:13px}}
/* reviews section end */

/* second section start */
.section{margin:60px 0}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin:0 auto 60px}.section-header .badge{display:inline-block;font-size:12px;font-weight:800;color:#1e74ac;background:rgba(30,116,172,.08);border:1px solid rgba(30,116,172,.15);padding:6px 16px;border-radius:99px;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.section-header h2{font-size:40px;font-weight:900;letter-spacing:-.5px;margin-bottom:16px;color:#1a1a2e}.section-header p{font-size:18px;color:#64748b;line-height:1.7}.tabs-section{background:#e8f4fc;padding:50px 0}.tab-btn i{color:#334155;font-size:23px;font-weight:300;transition:color .3s}.tabs-nav{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}#fleet-reports-and-data-insights .tabs-nav{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap;max-width:1440px;margin-left:50%;transform:translateX(-50%);width:100vw;padding:0 20px}.tab-btn{display:flex;align-items:center;gap:10px;padding:14px 24px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:.3s;font-family:inherit}.tab-btn svg{width:22px;height:22px;color:#64748b;flex-shrink:0}.tab-btn h3,.tab-btn span{font-weight:600;color:#334155;font-size:14px}.tab-btn h3{margin:0}.tab-btn:hover{border-color:#3b82f6;background:#f0f7ff}.tab-btn.active{background:#3b82f6;border-color:#3b82f6}.tab-btn.active h3,.tab-btn.active i,.tab-btn.active span,.tab-btn.active svg{color:#fff}.tabs-content{position:relative}.tab-panel{display:none;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.08)}.tab-panel.active{display:grid;grid-template-columns:1fr 1.2fr;gap:0}.panel-content{padding:50px;display:flex;align-items:center}.panel-content p{font-size:18px;line-height:1.8;color:#475569}.panel-visual{background:#f1f5f9;display:flex;align-items:center;justify-content:center;min-height:300px}.panel-visual img{width:100%;height:100%;object-fit:cover}.tabs-accordion{display:none}.img-placeholder{width:100%;height:300px;background:linear-gradient(135deg,#e2e8f0 0,#cbd5e1 100%);display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:14px}@media (max-width:900px){.tabs-section{padding:40px 0}#fleet-reports-and-data-insights .tabs-nav,.tabs-content,.tabs-nav{display:none}.tabs-accordion{display:flex;flex-direction:column;gap:10px}.accordion-item{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);border:2px solid transparent;transition:border-color .3s,box-shadow .3s}.accordion-item.active{border-color:#3b82f6;box-shadow:0 4px 20px rgba(59,130,246,.12)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:0 0;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .2s}.accordion-trigger:hover{background:#f8fafc}.accordion-item.active .accordion-trigger{background:#3b82f6}.accordion-trigger-left{display:flex;align-items:center;gap:12px}.accordion-trigger-left i,.accordion-trigger-left svg{width:22px;height:22px;font-size:22px;color:#334155;flex-shrink:0;transition:color .3s}.accordion-item.active .accordion-chevron i,.accordion-item.active .accordion-chevron svg,.accordion-item.active .accordion-trigger-left h3,.accordion-item.active .accordion-trigger-left i,.accordion-item.active .accordion-trigger-left svg{color:#fff}.accordion-trigger-left h3{font-size:14px;font-weight:600;color:#334155;margin:0;transition:color .3s}.accordion-chevron{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .35s}.accordion-chevron i,.accordion-chevron svg{width:18px;height:18px;font-size:18px;color:#64748b;transition:color .3s}.accordion-item.active .accordion-chevron{transform:rotate(180deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .4s}.accordion-item.active .accordion-body{max-height:600px}.accordion-body-inner{padding:0 20px 20px}.accordion-visual{width:100%;border-radius:10px;overflow:hidden;background:#f1f5f9;margin-bottom:14px}.accordion-visual img{width:100%;height:auto;display:block;object-fit:cover;padding-top:20px}.accordion-body-inner p{font-size:15px;line-height:1.7;color:#475569;margin:0}section{padding:60px 20px}.cta-section{padding:0}.tabs-nav{flex-direction:column}.feature-interactive,.tab-panel.active{grid-template-columns:1fr}.feature-tab:hover{transform:none}.panel-visual{order:1}.panel-content{order:2;padding:27px}}

/* second section end */

/* third section start */
.accordion-item,.product-card{transition:.3s;overflow:hidden}#products .container{max-width:1440px}#products .section-header p{max-width:1000px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.product-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.06);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.product-image{position:relative;height:280px;background:linear-gradient(135deg,#0a4d7c 0,#1e90c9 50%,#25a5d6 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 70%,rgba(255,255,255,.1) 0,transparent 50%)}.product-image img{max-width:75%;max-height:200px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 10px 30px rgba(0, 0, 0, .3));transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.05) translateY(-5px)}.product-badge{position:absolute;top:16px;left:16px;background:#10b981;color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;z-index:2}.product-content{padding:28px;flex:1;display:flex;flex-direction:column}.product-content h3{font-size:22px;font-weight:800;color:#1a1a2e;margin-bottom:12px}.product-accordion{flex:1;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.accordion-header h4 svg,.product-accordion i{width:16px;height:16px;color:#1e74ac}.accordion-item{border:1px solid #e5e7eb;border-radius:10px}.accordion-item:hover{border-color:#1e74ac}.accordion-item.active{border-color:#1e74ac;box-shadow:0 2px 8px rgba(30,116,172,.1)}.accordion-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;cursor:pointer;background:#fff;transition:background .3s}.accordion-item.active .accordion-header{background:rgba(30,116,172,.04)}.accordion-header h4{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#374151}.accordion-header .accordion-icon{width:20px;height:20px;color:#9ca3af;transition:transform .3s,color .3s}.accordion-item.active .accordion-header .accordion-icon{transform:rotate(45deg);color:#1e74ac}.accordion-body{max-height:0;overflow:hidden;transition:max-height .3s}.product-accordion .accordion-item.active .accordion-body{max-height:300px}.accordion-body-content{padding:16px}.accordion-body-content p{font-size:13px;color:#64748b;line-height:1.7}.accordion-body-content ul{list-style:none;display:flex;flex-direction:column;gap:8px}.accordion-body-content ul li{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151}.accordion-body-content ul li svg{width:14px;height:14px;color:#10b981;flex-shrink:0}.product-buttons{display:flex;gap:10px;margin-top:auto}.product-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:600;text-decoration:none;transition:.3s;cursor:pointer;border:none}.product-btn svg{width:16px;height:16px}.product-btn-primary{background:#1e74ac;color:#fff}.product-btn-primary:hover{background:#155d8a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(30,116,172,.3)}.product-btn-secondary{background:#f1f5f9;color:#374151;border:1px solid #e5e7eb}.product-btn-secondary:hover{background:#e2e8f0;border-color:#cbd5e1}.product-btn-outline{background:0 0;color:#1e74ac;border:1px solid #1e74ac}.product-btn-outline:hover{background:rgba(30,116,172,.08)}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.product-image{height:240px}}@media (max-width:768px){.section-header h2{font-size:28px}.section-header p{font-size:16px}.products-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.product-image{height:260px}.product-buttons{flex-wrap:wrap}.product-btn{min-width:calc(50% - 5px)}.product-btn:last-child{flex:1 1 100%}}@media (max-width:480px){.product-content{padding:20px}.product-content h3{font-size:20px}.accordion-header{padding:12px 14px}.accordion-header span{font-size:13px}.product-btn{padding:10px 12px;font-size:12px}}
/* third section end */


/* forth section start */
.fleet-cta{position:relative;width:100%;background:#1e293b;overflow:hidden;font-family:"Inter",sans-serif}
.fleet-btn svg {width: 18px;height: 18px;transition: transform 0.3s ease;}
.fleet-btn:hover {background: #2589c7;transform: translateY(-2px);box-shadow: 0 8px 25px rgba(30, 116, 172, 0.4);}
.fleet-content{max-width:1240px;margin:0 auto;padding:90px 20px;text-align:center;position:relative;z-index:2}
.fleet-content h2{color:#fff;font-size:40px;font-weight:800;margin-bottom:16px}
.fleet-content p{color:#cbd5e1;font-size:18px;max-width:860px;margin:0 auto 32px;line-height:1.6}
.fleet-btn{display:inline-flex;align-items: center;gap: 10px;background:#1e74ac;color:#fff;padding:14px 34px;border-radius:6px;font-size:16px;font-weight:600;text-decoration:none}
.fleet-btn:hover{background:#1e74ac;color:#fff}
.fleet-trucks{position:absolute;inset:0;pointer-events:none;z-index:1}
.truck{position:absolute;fill:none;stroke:#fff;stroke-width:1.5;opacity:.07;animation:drive linear infinite}
.t1{top:25%;width:160px;animation-duration:35s}
.t2{top:55%;width:200px;animation-duration:45s}
.t3{top:40%;width:180px;animation-duration:55s}
@keyframes drive{from{transform:translateX(-220px)}to{transform:translateX(120vw)}}
@media(max-width:768px){.fleet-content{padding:70px 16px}.fleet-content h2{font-size:24px}.fleet-content p{font-size:15px}.truck{opacity:.05}}
/* forth section end */


/* sixth section start */
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split-section.reverse .split-image{order:-1}.split-image,.split-image-illustration{position:relative}.split-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.1)}.split-image-wrapper img{width:100%;height:auto;display:block}.split-image-decorated{position:relative;padding:20px}.split-image-decorated .split-image-wrapper{position:relative;z-index:1;margin-top:20px;margin-left:20px}.split-content{max-width:520px}.split-content .badge{display:inline-block;font-size:12px;font-weight:800;color:#1e74ac;background:rgba(30,116,172,.08);border:1px solid rgba(30,116,172,.15);padding:6px 16px;border-radius:99px;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.split-content h2{font-size:40px;font-weight:800;color:#4a5568;margin-bottom:20px;line-height:1.2;letter-spacing:-.5px}.split-content p{font-size:16px;color:#64748b;line-height:1.8;margin-bottom:16px}.split-content p:last-of-type{margin-bottom:0}.split-features{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px;margin-bottom:8px}.split-feature{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#374151}.split-feature svg{width:18px;height:18px;color:#10b981}.btn-outline{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:0 0;color:#1e74ac;font-size:15px;font-weight:600;border:2px solid #1e74ac;border-radius:10px;text-decoration:none;margin-top:28px;transition:.3s}.btn-outline:hover{background:#1e74ac;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(30,116,172,.25)}.btn-outline svg{width:18px;height:18px;transition:transform .3s}.btn-outline:hover svg{transform:translateX(4px)}.split-stats{display:flex;gap:32px;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.split-stat{text-align:left}.split-stat-number{font-size:32px;font-weight:800;color:#1e74ac;line-height:1}.split-stat-label{font-size:13px;color:#64748b;margin-top:4px}.image-placeholder{width:100%;aspect-ratio:16/10;background:linear-gradient(135deg,#e8f4fc 0,#d0e8f5 100%);border-radius:16px;display:flex;align-items:center;justify-content:center}.image-placeholder svg{width:80px;height:80px;color:#1e74ac;opacity:.4}@media (max-width:1024px){.split-section{grid-template-columns:1fr;gap:20px}.split-section.reverse .split-image{order:0}.split-content{max-width:100%;text-align:center}.split-features,.split-stats{justify-content:center}.floating-device{right:0;bottom:-10px;width:100px;height:130px}}@media (max-width:768px){.split-image{order:1}.split-content{order:2}.split-content h2{font-size:28px}.split-content p{font-size:15px}.split-image-decorated{padding:16px}.split-image-decorated::before{right:20px;bottom:20px}.split-stats{flex-direction:column;gap:20px;align-items:center}.split-stat{text-align:center}.floating-device{display:none}.illustration-container{padding:20px}}@media (max-width:480px){.split-features{flex-direction:column;align-items:center}}
/* sixth section end */

/* seventh section start */
#fleet-tracking-software .section-header p {max-width: 1103px;}
/* seventh section end */

/* eigth section start */
.app-badges {display: flex;justify-content: center;gap: 18px;flex-wrap: wrap;}
.app-badges a {display: flex;align-items: center;justify-content: center;padding: 10px 16px;border-radius: 10px;backdrop-filter: blur(4px);transition: transform .2s ease, background .2s ease;}
.app-badges img {height: 44px;width: auto;display: block;filter: brightness(.95) saturate(.85);}
/* eigth section end */

/* tenth section start */
 .section-header{text-align:center;margin:0 auto 60px}.section-header .badge{display:inline-block;font-size:12px;font-weight:800;color:#1e74ac;background:rgba(30,116,172,.08);border:1px solid rgba(30,116,172,.15);padding:6px 16px;border-radius:99px;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.track-card,.track-card-image{position:relative;overflow:hidden;border-radius:16px}.section-header h2{font-size:40px;font-weight:900;letter-spacing:-.5px;margin-bottom:16px;color:#4a5568}.section-header p{font-size:16px;color:#64748b;line-height:1.7}.track-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.track-card{background:#fff;transition:.4s}.track-card:hover{transform:translateY(-8px)}.track-card:hover .track-card-image img{transform:scale(1.08)}.track-card:hover .track-card-image::after{opacity:.4}.track-card-image{height:240px}.track-card-image::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.5) 0,transparent 100%);opacity:0;transition:opacity .4s}.track-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.track-card-icon{position:absolute;top:16px;right:16px;width:44px;height:44px;background:rgba(255,255,255,.95);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:2;transition:.3s}.track-card-icon i{font-size:24px;color:#1e74ac}.track-card:hover .track-card-icon i{filter:brightness(0) invert(1)}.track-card:hover .track-card-icon{background:#1e74ac}.track-card-icon svg{width:22px;height:22px;color:#1e74ac;transition:color .3s}.track-card:hover .track-card-icon svg{color:#fff}.track-card-body{padding:24px 4px}.track-card-body h3{font-size:20px;font-weight:800;color:#4a5568;margin-bottom:10px;transition:color .3s}.track-card:hover .track-card-body h3{color:#1e74ac}.track-card-body p{font-size:15px;color:#64748b;line-height:1.7}.track-card-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#1e74ac;text-decoration:none;margin-top:14px;opacity:0;transform:translateY(10px);transition:.3s}.track-card:hover .track-card-link{opacity:1;transform:translateY(0)}.track-card-link svg{width:16px;height:16px;transition:transform .3s}.track-card-link:hover svg{transform:translateX(4px)}@media (max-width:1024px){.track-grid{grid-template-columns:repeat(2,1fr);gap:24px}.track-card-image{height:220px}}@media (max-width:768px){.section-header h2{font-size:28px}.section-header p{font-size:16px}.track-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.track-card-image{height:200px}.track-card-link{opacity:1;transform:translateY(0)}}@media (max-width:480px){.track-card-body{padding:20px 0}.track-card-body h3{font-size:18px}}
/* tenth section end */

/* carousel section start */
.logo-slider,.logo-track-wrapper{width:100%;overflow:hidden}.logo-slide,.logo-track{display:flex;display:flex}.logo-track{align-items:center;will-change:transform}@keyframes logo-scroll{0%{transform:translateX(0)}100%{transform:translateX(-33.3333%)}}.logo-slide img{width:auto;height:auto;object-fit:contain;display:block;max-width:160px;max-height:80px;object-fit:contain;filter:grayscale(0%)}.logo-slider{background:#fff;padding:20px 0}.logo-track{gap:0;width:max-content;animation:25s linear infinite scroll;will-change:transform}.logo-slide{flex-shrink:0;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0;width:200px;align-items:center;justify-content:center;padding:0 20px;box-sizing:border-box}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
/* carousel section end */


/* twelfth section start */
 .benefit-card,.why-choose{position:relative;overflow:hidden}.benefit-card::before,.why-choose::before{content:'';position:absolute;top:0;right:0}.why-choose{padding:100px 40px;background:linear-gradient(180deg,#fff 0,#f8fafc 100%)}.why-choose::before{width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.05) 0,transparent 70%);pointer-events:none}.why-choose-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.why-choose-header{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:60px}.why-choose-header-left h2{font-size:clamp(32px, 4vw, 48px);font-weight:800;line-height:1.15;color:#0f172a}.why-choose-header-left h2 span{background:linear-gradient(135deg,#3b82f6 0,#06b6d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.why-choose-header-right p{font-size:17px;line-height:1.8;color:#64748b}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.benefit-card{background:#fff;border-radius:20px;padding:36px 28px;border:1px solid #e2e8f0;transition:.4s cubic-bezier(.16, 1, .3, 1)}.benefit-card::before{left:0;height:4px;background:linear-gradient(90deg,#3b82f6,#06b6d4);transform:scaleX(0);transform-origin:left;transition:transform .4s}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgba(0,0,0,.1);border-color:transparent}.benefit-card:hover::before{transform:scaleX(1)}.benefit-card:nth-child(2),.benefit-card:nth-child(4){margin-top:40px}.benefit-number{font-size:64px;font-weight:800;background:linear-gradient(135deg,#e2e8f0 0,#f1f5f9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:20px}.benefit-card:hover .benefit-number{background:padding-box text #3b82f6;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.benefit-icon{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.benefit-icon i{font-size:24px}.benefit-card:hover .benefit-icon i{filter:brightness(0) invert(1)}.benefit-card:first-child .benefit-icon,.benefit-card:nth-child(2) .benefit-icon,.benefit-card:nth-child(3) .benefit-icon,.benefit-card:nth-child(4) .benefit-icon{background:#dbeafe;color:#3b82f6}.benefit-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.benefit-icon{width:52px;height:52px;background:rgba(30,116,172,.08);border-radius:14px;display:flex;align-items:center;justify-content:center;transition:.3s}.benefit-card:hover .benefit-icon{background:#1e74ac}.benefit-icon svg{width:26px;height:26px;color:#1e74ac;transition:color .3s}.benefit-card:hover .benefit-icon svg{color:#fff}.benefit-num{font-size:14px;font-weight:700;color:#cbd5e1;letter-spacing:.5px}.benefit-card h3{font-size:18px;font-weight:800;color:#4a5568;margin-bottom:12px;line-height:1.4}.benefit-card p{font-size:15px;color:#64748b;line-height:1.7}@media (max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.section-header h2{font-size:28px}.section-header p{font-size:16px}.benefits-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.benefit-card{padding:28px 24px}.benefit-card:nth-child(2),.benefit-card:nth-child(4){margin-top:0}}@media (max-width:480px){.benefit-header{margin-bottom:20px}.benefit-icon{width:48px;height:48px}.benefit-icon svg{width:24px;height:24px}.benefit-card h3{font-size:17px}.benefit-card p{font-size:14px}}
/* twelfth section end */


/* fourteenth section start */
.industries,.industry-card{overflow:hidden;position:relative}.industries::before,.industry-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0}.industries{padding:100px 40px;background:#e8f4fc}.industries::before{background:radial-gradient(ellipse at 20% 20%,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(6,182,212,.1) 0,transparent 50%);pointer-events:none}.industries-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.industries-header{text-align:center;margin-bottom:60px}.industries-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);padding:8px 18px;border-radius:100px;font-size:12px;font-weight:600;color:#60a5fa;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px}.industries-header h2{font-size:clamp(32px, 4vw, 46px);font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px}.industries-header p{font-size:17px;line-height:1.7;color:#94a3b8;max-width:650px;margin:0 auto}.industries-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.industry-card{background:#fff;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:28px 24px;transition:.4s}.industry-card::before{background:linear-gradient(135deg,rgba(59,130,246,.1) 0,transparent 100%);opacity:0;transition:opacity .4s}.industry-card:hover{border-color:rgba(59,130,246,.3);transform:translateY(-8px)}.industry-card:hover::before{opacity:1}.industry-card:first-child .industry-icon-wrap,.industry-card:nth-child(2) .industry-icon-wrap,.industry-card:nth-child(3) .industry-icon-wrap,.industry-card:nth-child(4) .industry-icon-wrap,.industry-card:nth-child(5) .industry-icon-wrap{background:#dbeafe;color:#3b82f6}.industry-card:hover .industry-icon-wrap{background:#1e74ac}.industry-card:hover .industry-icon-wrap svg{color:#fff}.industry-icon-wrap{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;z-index:1}.industry-icon-wrap i{font-size:24px}.industry-card:hover .industry-icon-wrap i{filter:brightness(0) invert(1)}.industry-icon-wrap svg{width:28px;height:28px;color:#1e74ac}.industry-card h3{font-size:18px;font-weight:700;color:#4a5568;margin-bottom:10px;position:relative;z-index:1}.industry-card p,.industry-link{font-size:14px;position:relative;z-index:1}.industry-card p{line-height:1.6;color:#94a3b8;margin-bottom:20px}.industry-link{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#3b82f6;text-decoration:none;transition:.3s}.industry-link svg{width:18px;height:18px;transition:transform .3s}.industry-link:hover{color:#60a5fa}.industry-link:hover svg{transform:translateX(4px)}@media (max-width:1100px){.industries-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.industries{padding:60px 20px}.industries-grid{grid-template-columns:repeat(2,1fr);gap:16px}.industry-card{padding:24px 20px}}@media (max-width:500px){.industries-grid{grid-template-columns:1fr}}
/* fourteenth section end */


/* fifteenth section start */
 .author-avatar,.carousel-btn{width:48px;height:48px;display:flex}.carousel-btn,.carousel-dot{cursor:pointer;transition:.3s}.testimonials-section{padding:100px 40px;background:#f8fafc}.testimonials-section .container{max-width:1200px;margin:0 auto}.testimonials-section .section-header{text-align:center;margin-bottom:50px}.testimonials-section .section-header h2{font-size:clamp(28px, 4vw, 40px);font-weight:800;color:#4a5568;margin-bottom:16px;line-height:1.2}.testimonials-section .section-header p{font-size:16px;color:#64748b;line-height:1.7;max-width:700px;margin:0 auto}.testimonial-carousel-wrapper{position:relative;padding:0 60px}.testimonial-carousel{overflow:hidden}.testimonial-track{display:flex;gap:24px;transition:transform .5s cubic-bezier(.4, 0, .2, 1)}.testimonial-card{flex:0 0 calc(33.333% - 16px);background:#fff;border-radius:20px;padding:32px 28px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.04);border:1px solid #e2e8f0;transition:.3s;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.1);border-color:#cbd5e1}.testimonial-card::before{content:'"';position:absolute;top:20px;right:28px;font-size:64px;font-weight:900;color:#1e74ac;opacity:.08;line-height:1;font-family:Georgia,serif}.stars{display:flex;gap:4px;margin-bottom:20px;color:#fbbf24}.stars svg{width:18px;height:18px;fill:#fbbf24}.testimonial-card .text{font-size:15px;color:#475569;line-height:1.75;font-style:italic;flex:1;margin-bottom:24px;position:relative;z-index:1}.author{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid #f1f5f9}.author-avatar{background:linear-gradient(135deg,#1e74ac 0,#3b9fd1 100%);border-radius:50%;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:700;flex-shrink:0}.author-info{flex:1}.author .name{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:2px}.author .role{font-size:13px;color:#64748b}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e2e8f0;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:10}.carousel-btn:hover{background:#1e74ac;border-color:#1e74ac;color:#fff}.carousel-btn:hover svg{color:#fff}.carousel-btn svg{width:24px;height:24px;color:#475569;transition:color .3s}.carousel-prev{left:0}.carousel-next{right:0}.carousel-btn:disabled{opacity:.4;cursor:not-allowed}.carousel-btn:disabled:hover{background:#fff;border-color:#e2e8f0}.carousel-btn:disabled:hover svg{color:#475569}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:40px}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:none;padding:0}.carousel-dot:hover{background:#94a3b8}.carousel-dot.active{width:32px;border-radius:5px;background:#1e74ac}@media (max-width:1024px){.testimonial-card{flex:0 0 calc(50% - 12px)}.testimonial-carousel-wrapper{padding:0 50px}}@media (max-width:768px){.testimonials-section{padding:60px 20px}.testimonial-carousel-wrapper{padding:0}.testimonial-card{flex:0 0 100%}.carousel-btn{display:none}.testimonial-track{gap:16px}}@media (max-width:480px){.testimonial-card{padding:24px 20px}.testimonial-card .text{font-size:14px}}
/* fifteenth section end */


/* sixteenth section start */
.check-icon,.x-icon{font-size:1.2rem;margin-right:.5rem}.check-icon,.compare-table td:nth-child(2) span,.compare-table td:nth-child(3) span,.x-icon{vertical-align:middle}.section-light{padding:10px 40px}.check-icon{color:#28a745}.x-icon{color:#dc3545}.compare-table td:nth-child(2),.compare-table td:nth-child(3){display:table-cell}.compare-table td:nth-child(2) i,.compare-table td:nth-child(3) i{float:left;margin-top:-2px}.check-icon,.x-icon{display:inline;line-height:1.6}.section-light .container{max-width:1200px;margin:0 auto}.section-light .section-header{text-align:center;margin-bottom:50px}.section-light .section-header h2{font-size:clamp(28px, 4vw, 40px);font-weight:800;color:#4a5568;margin-bottom:16px;line-height:1.2}.section-light .section-header p{font-size:16px;color:#64748b;line-height:1.7;max-width:1100px;margin:0 auto}.compare-wrap{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.06);border:1px solid #e2e8f0;position:relative}.table-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll-container::-webkit-scrollbar{height:8px}.table-scroll-container::-webkit-scrollbar-track{background:#f1f5f9}.table-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.compare-table{width:100%;border-collapse:collapse;min-width:800px}.compare-table thead tr{background:#fff;border-bottom:2px solid #e2e8f0}.compare-table th{padding:20px 32px;text-align:left;font-size:14px;font-weight:700;color:#64748b;letter-spacing:.5px;white-space:nowrap}.compare-table th:first-child{width:30%;min-width:200px;border-right:1px solid #e2e8f0;position:sticky;left:0;background:#fff;z-index:2}.compare-table th:nth-child(2){width:40%;min-width:280px;background:linear-gradient(135deg,#0c2d48 0,#1a5a8a 100%);color:#fff;font-size:15px;text-transform:none;letter-spacing:normal;position:relative}.compare-table th:nth-child(2)::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#1e74ac}.compare-table th:nth-child(3){width:30%;min-width:250px;background:#f8fafc}.compare-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .2s}.compare-table tbody tr:last-child{border-bottom:none}.compare-table tbody tr:hover{background:rgba(30,116,172,.02)}.compare-table td{padding:18px 32px;font-size:15px;color:#475569;vertical-align:top;line-height:1.6}.compare-table td:first-child{font-weight:700;color:#1a1a2e;border-right:1px solid #f1f5f9;background:#fff;position:sticky;left:0;z-index:1;min-width:200px}.compare-table td:first-child::after,.compare-table th:first-child::after{content:'';position:absolute;top:0;right:0;bottom:0;width:8px;background:linear-gradient(90deg,rgba(0,0,0,.04),transparent);opacity:0;transition:opacity .3s;pointer-events:none}.table-scroll-container.is-scrolling .compare-table td:first-child::after,.table-scroll-container.is-scrolling .compare-table th:first-child::after{opacity:1}.compare-table td:nth-child(2){background:rgba(30,116,172,.04);color:#1a1a2e;font-weight:500;border-right:1px solid rgba(30,116,172,.1);min-width:280px}.compare-table td:nth-child(3){background:#fafbfc;color:#64748b;min-width:250px}.compare-table tbody tr:nth-child(2n) td:first-child{background:#fafbfc}.compare-table tbody tr:nth-child(2n) td:nth-child(2){background:rgba(30,116,172,.06)}.compare-table tbody tr:nth-child(2n) td:nth-child(3){background:#f5f7f9}.scroll-hint{display:none;align-items:center;justify-content:center;gap:8px;padding:12px;background:#f8fafc;border-top:1px solid #e2e8f0;color:#64748b;font-size:13px;font-weight:500}.scroll-hint svg{width:16px;height:16px;animation:1.5s ease-in-out infinite scroll-hint-bounce}@keyframes scroll-hint-bounce{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}@media (max-width:1024px){.section-light{padding:80px 24px}.compare-table td,.compare-table th{padding:16px 24px}.scroll-hint{display:flex}}@media (max-width:768px){.section-light{padding:60px 16px}.section-light .section-header{margin-bottom:32px}.section-light .section-header h2{font-size:26px}.section-light .section-header p{font-size:15px}.compare-wrap{border-radius:12px}.compare-table{min-width:700px}.compare-table td,.compare-table th{padding:14px 18px;font-size:14px}.compare-table td:first-child,.compare-table th:first-child{min-width:160px}.compare-table td:nth-child(2),.compare-table th:nth-child(2){min-width:220px}.compare-table td:nth-child(3),.compare-table th:nth-child(3){min-width:200px}}@media (max-width:480px){.compare-table td,.compare-table th{padding:12px 14px;font-size:13px}.compare-table td:first-child,.compare-table th:first-child{min-width:140px}}
/* sixteenth section end */

/* section banner start */
.section-banner{background:#e8f4fc;padding:30px 24px;text-align:center}.section-banner .container{margin:0 auto}.section-banner h2{font-size:40px;font-weight:900;color:#4a5568;margin-bottom:20px;letter-spacing:-.5px;line-height:1.2}.section-banner p{font-size:16px;color:#475569;line-height:1.8;max-width:1110px;margin:0 auto}@media (max-width:768px){.section-banner{padding:60px 20px}.section-banner h2{font-size:28px}.section-banner p{font-size:16px}}@media (max-width:480px){.section-banner{padding:48px 16px}.section-banner h2{font-size:24px}.section-banner p{font-size:15px;line-height:1.7}}
/* section banner end */

/*TELEMATICS SYSTEMS SECTION start */
.telematics-section{padding:100px 40px;background:linear-gradient(180deg,#f8fafc 0,#fff 100%)}.telematics-container{max-width:1200px;margin:0 auto}.telematics-header{text-align:center;margin-bottom:60px}.telematics-header h2{font-size:40px;font-weight:800;color:#4a5568;line-height:1.2;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.telematics-header p{font-size:16px;color:#64748b;line-height:1.8;max-width:850px;margin:0 auto}.telematics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.telematics-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid #e2e8f0;transition:.4s cubic-bezier(.4, 0, .2, 1);display:flex;flex-direction:column;position:relative}.telematics-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12);border-color:#cbd5e1}.telematics-card.featured{border:2px solid #1e74ac;box-shadow:0 8px 32px rgba(30,116,172,.15)}.telematics-card.featured:hover{box-shadow:0 24px 60px rgba(30,116,172,.2)}.featured-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#1e74ac 0,#3b9fd1 100%);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:6px 14px;border-radius:100px;z-index:2}.card-image{padding:32px 32px 16px;display:flex;align-items:center;justify-content:center;background:#f8fafc;min-height:200px}.card-image img{max-width:100%;max-height:180px;object-fit:contain;transition:transform .4s}.telematics-card:hover .card-image img{transform:scale(1.05)}.card-content{padding:28px 32px 32px;display:flex;flex-direction:column;flex:1}.card-icon{width:52px;height:52px;background:linear-gradient(135deg,rgba(30,116,172,.1) 0,rgba(59,159,209,.1) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.card-icon svg{width:26px;height:26px;color:#1e74ac}.telematics-card h3{font-size:22px;font-weight:700;color:#4a5568;margin-bottom:12px;text-align:center}.card-badge,.card-buttons a{font-weight:600;text-align:center}.telematics-card p{font-size:15px;color:#64748b;line-height:1.7;margin-bottom:20px;flex:1;text-align:center}.card-pricing{margin-bottom:8px;text-align:center}.card-pricing .price{font-size:28px;font-weight:800;color:#4a5568;text-align:center}.card-pricing .period{font-size:16px;font-weight:500;color:#64748b;text-align:center}.card-badge{font-size:13px;color:#059669;background:#d1fae5;padding:8px 14px;border-radius:8px;margin-bottom:24px;display:inline-block}.card-buttons{display:flex;gap:12px;margin-top:auto}.card-buttons a{flex:1;padding:14px 20px;font-size:14px;text-decoration:none;border-radius:12px;transition:.3s}.btn-primary{background:linear-gradient(135deg,#1e74ac 0,#2389c7 100%);color:#fff;box-shadow:0 4px 14px rgba(30,116,172,.3)}.btn-primary:hover{background:linear-gradient(135deg,#185d8a 0,#1e74ac 100%);box-shadow:0 6px 20px rgba(30,116,172,.4);transform:translateY(-2px)}.btn-secondary,.btn-secondary:hover{background:#e2e8f0;color:#1e74ac;border-color:#cbd5e1}@media (max-width:1024px){.telematics-section{padding:80px 24px}.telematics-grid{gap:20px}.card-content{padding:24px}.card-buttons{flex-direction:column}}@media (max-width:768px){.telematics-section{padding:60px 20px}.telematics-header{margin-bottom:40px}.telematics-header h2{font-size:26px}.telematics-header p{font-size:15px}.telematics-grid{grid-template-columns:1fr;gap:24px;max-width:400px;margin:0 auto}.telematics-card.featured{order:-1}.card-image{padding:24px;min-height:160px}.card-image img{max-height:150px}.card-buttons{flex-direction:row}}@media (max-width:480px){.telematics-section{padding:50px 16px}.card-content{padding:20px}.telematics-card h3{font-size:20px}.card-pricing .price{font-size:24px}.card-buttons{flex-direction:row;align-items:center}.card-buttons a{padding:12px 16px}}
/*TELEMATICS SYSTEMS SECTION end */

.section-awards{padding-top:3rem!important;padding-bottom:3rem!important}.row.g-4{display:grid;grid-template-columns:1fr 1fr 1fr;gap:23px}.card-custom{border-radius:12px;border:1px solid #e0f5f7;padding:20px;box-shadow:0 0 10px rgba(0,0,0,.03);display:flex;flex-direction:column;align-items:center}.text-muted{color:#6c757d!important;font-size:14px;text-align:center}.section-awards img{margin-bottom:.5rem!important}@media (max-width:768px){.row.g-4{grid-template-columns:1fr}}

/*faq section start */
.faq-layout{display:grid;grid-template-columns:450px 1fr;gap:60px;align-items:start}.faq-toggle i,.faq-toggle svg{width:20px;height:20px;color:#64748b;transition:transform .3s}.faq-toggle i{font-size:20px}.faq-item[open] .faq-toggle i,.faq-item[open] .faq-toggle svg{color:#fff;transform:rotate(45deg)}.faq-sidebar{background:#fff;border-radius:20px;padding:40px 36px;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid #e5e7eb;position:sticky;top:100px}.faq-sidebar h2{font-size:36px;font-weight:900;color:#4a5568;line-height:1.2;margin-bottom:16px;letter-spacing:-.5px}.faq-sidebar>p{font-size:16px;color:#64748b;line-height:1.7;margin-bottom:28px}.faq-help{padding-top:24px;border-top:1px solid #e5e7eb}.faq-help-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.faq-help-icon{width:40px;height:40px;background:rgba(30,116,172,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-help-icon svg{width:20px;height:20px;color:#1e74ac}.faq-help-content h4{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.faq-help-content p{font-size:14px;color:#64748b;line-height:1.6}.faq-help .btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:#1e74ac;color:#fff;font-size:14px;font-weight:600;border-radius:10px;text-decoration:none;transition:.3s}.faq-help .btn-primary:hover{background:#185d8a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(30,116,172,.3)}.faq-help .btn-primary svg{width:16px;height:16px;transition:transform .3s}.faq-help .btn-primary:hover svg{transform:translateX(4px)}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-toggle{display:inline-flex;align-items:center;justify-content:center}.faq-item[open] .faq-toggle .faq-icon-plus,.faq-toggle .faq-icon-minus{display:none}.faq-item[open] .faq-toggle .faq-icon-minus{display:inline-block;color:#fff}.faq-item{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;transition:.3s}.faq-item:hover{border-color:#d1d5db}.faq-item[open]{border-color:#1e74ac;box-shadow:0 4px 20px rgba(30,116,172,.1)}.faq-item summary{display:flex;align-items:center;gap:16px;padding:24px 28px;cursor:pointer;list-style:none;transition:background .2s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover,.faq-item[open] summary{background:#fafbfc}.faq-num{width:40px;height:40px;background:rgba(30,116,172,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#1e74ac;flex-shrink:0;transition:.3s}.faq-item[open] .faq-num{background:#1e74ac;color:#fff}.faq-item summary h3{flex:1;font-size:16px;font-weight:700;color:#1a1a2e;line-height:1.4}.faq-toggle{width:36px;height:36px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.3s}.faq-item[open] .faq-toggle{background:#1e74ac}.faq-body{padding:0 28px 24px 84px;font-size:15px;color:#64748b;line-height:1.8}@media (max-width:1024px){.faq-layout{grid-template-columns:1fr;gap:40px}.faq-sidebar{position:static;text-align:center}.faq-help-header{flex-direction:row;text-align:left}.faq-sidebar h2{font-size:32px}}@media (max-width:768px){.section{padding:40px 20px;margin:0}.section-header{margin-bottom:15px}.faq-sidebar{padding:32px 24px}.faq-sidebar h2{font-size:28px}.faq-item summary{padding:20px;gap:12px}.faq-num{width:36px;height:36px;font-size:12px}.faq-item summary h3{font-size:15px}.faq-toggle{width:32px;height:32px}.faq-toggle svg{width:18px;height:18px}.faq-body{padding:0 20px 20px 68px;font-size:14px}}@media (max-width:480px){.faq-item summary{padding:16px}.faq-body{padding:0 16px 16px}.faq-num{display:none}}
/* faq section end */

/* last section start */
.contact-grid,.form-grid{grid-template-columns:1fr 1fr}.contact-grid{display:grid;gap:0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.08);border:1px solid #e5e7eb}.contact-section{padding-top:3rem;padding-bottom:3rem}.contact-img{position:relative;min-height:600px}.contact-img img,.contact-img-placeholder{position:absolute;top:0;left:0;width:100%;height:100%}.contact-img img{object-fit:cover}.contact-img-placeholder{background:linear-gradient(135deg,#0c2d48 0,#1e74ac 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:40px;text-align:center}.contact-img-placeholder svg{width:120px;height:120px;margin-bottom:24px;opacity:.9}.contact-img-placeholder h3{font-size:24px;font-weight:700;margin-bottom:12px}.contact-img-placeholder p{font-size:16px;opacity:.8;line-height:1.6}.contact-form-wrap{padding:48px}.contact-form-wrap h2{font-size:32px;font-weight:900;color:#4a5568;margin-bottom:24px;letter-spacing:-.5px}.form-points{list-style:none;margin-bottom:32px}.form-points li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#475569;margin-bottom:12px;line-height:1.5}.form-points li:last-child{margin-bottom:0}.form-points svg{width:20px;height:20px;color:#10b981;flex-shrink:0;margin-top:2px}.form-grid{display:grid;gap:20px;margin-bottom:24px}.form-field{display:flex;flex-direction:column}.form-field label{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.form-field label .required{color:#ef4444;margin-left:2px}.form-field input,.form-field select{width:100%;padding:14px 16px;font-size:15px;font-family:inherit;color:#1a1a2e;background:#f8fafc;border:2px solid #e5e7eb;border-radius:12px;outline:0;transition:.3s}.form-field select,.input-wrapper input,.input-wrapper select{padding-right:44px}.form-field input::placeholder{color:#475569}.form-field input:focus,.form-field select:focus{border-color:#1e74ac;background:#fff;box-shadow:0 0 0 4px rgba(30,116,172,.1)}.form-field select,.form-field select:focus{background-repeat:no-repeat;background-position:right 14px center;background-size:20px 20px;color:#475569;}.form-field select{cursor:pointer;appearance:none;background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.form-field select:focus{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231e74ac' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.form-field.error input,.form-field.error select{border-color:#ef4444;background:#fef2f2}.form-field.error input:focus,.form-field.error select:focus{border-color:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.1)}.form-field.error select{border-color:#ef4444;background-color:#fef2f2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:20px 20px}.error-message{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:13px;color:#ef4444;opacity:0;transform:translateY(-8px);transition:.3s}.error-message svg{width:14px;height:14px;flex-shrink:0}.form-field.error .error-message{opacity:1;transform:translateY(0)}.form-field.success input,.form-field.success select{border-color:#10b981;background:#f0fdf4}.form-field.success input:focus,.form-field.success select:focus{border-color:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.1)}.input-wrapper{position:relative}.input-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;opacity:0;transition:.3s}.input-icon.error-icon{color:#ef4444}.input-icon.success-icon{color:#10b981}.form-field.error .input-icon.error-icon,.form-field.success .input-icon.success-icon{opacity:1}.form-submit{width:100%;padding:16px 32px;font-size:16px;font-weight:700;font-family:inherit;color:#fff;background:linear-gradient(135deg,#1e74ac 0,#2589c7 100%);border:none;border-radius:12px;cursor:pointer;transition:.3s;position:relative;overflow:hidden}.form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(30,116,172,.35)}.form-submit:active{transform:translateY(0)}.form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-submit .btn-text{transition:opacity .3s}.form-submit.loading .btn-text{opacity:0}.form-submit .btn-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;opacity:0;animation:none}.form-submit.loading .btn-loader{opacity:1;animation:.8s linear infinite spin}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.form-consent{margin-top:20px;font-size:12px;color:#94a3b8;line-height:1.6;text-align:left}.form-success{display:none;text-align:center;padding:40px 20px}.form-success.show{display:block}.form-success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981 0,#34d399 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:.5s scaleIn}.form-success-icon svg{width:40px;height:40px;color:#fff}.form-success h3{font-size:24px;font-weight:800;color:#1a1a2e;margin-bottom:12px}.form-success p{font-size:16px;color:#64748b;line-height:1.6}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-8px)}40%,80%{transform:translateX(8px)}}.form-field.shake{animation:.5s shake}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr}.contact-img{min-height:300px}.contact-form-wrap{padding:40px 32px}}@media (max-width:768px){.contact-section{padding:60px 0}.contact-form-wrap h2{font-size:26px}.form-grid{grid-template-columns:1fr;gap:16px}.contact-img{min-height:250px}}@media (max-width:480px){.contact-form-wrap{padding:32px 20px}.contact-form-wrap h2{font-size:22px}.form-points li{font-size:14px}}
/* last section end */



/* Footer section start */
.footer-social a:hover,.scroll-top:hover{transform:translateY(-4px)}
.footer{background:#1e293b;color:#fff;padding:80px 60px 0;position:relative;overflow:hidden}
.footer-contact-icon-img{width:34px;height:34px;padding:6px}
.footer-social-icon-img{width:21px;height:21px}
.footer-social a:hover .footer-social-icon-img{filter:brightness(0) invert(1)}
.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#06c,#00a8e8,#06c)}
.footer-container{max-width:1440px;margin:0 auto}
.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:60px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand h3,.footer-social{gap:12px;display:flex}
.footer-brand h3{font-size:24px;font-weight:800;margin-bottom:20px;align-items:center}
.footer-brand h3 span,.footer-contact-text a:hover{color:#00a8e8}
.footer-brand-icon{width:40px;height:40px;background:linear-gradient(135deg,#06c,#00a8e8);border-radius:10px;display:flex;align-items:center;justify-content:center}
.footer-brand-icon svg{width:22px;height:22px;color:#fff}
.footer-brand p{color:#94a3b8;line-height:1.8;margin-bottom:28px;font-size:15px}
.footer-logo{width:70%}
.footer-social a{width:44px;height:44px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:.3s}
.footer-social a:hover{background:#06c;border-color:#06c}
.footer-social a svg{width:20px;height:20px;color:#94a3b8;transition:color .3s}
.footer-social a:hover svg{color:#fff}
.footer-column p{font-size:18px;font-weight:700;margin-bottom:28px;position:relative;padding-bottom:12px}
.footer-column p::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#06c,#00a8e8);border-radius:2px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:14px}
.footer-links li a{color:#94a3b8;text-decoration:none;font-size:15px;display:flex;align-items:center;gap:8px;transition:.3s}
.footer-links li a::before{content:'';width:6px;height:6px;background:#06c;border-radius:50%;opacity:0;transition:.3s}
.footer-links li a:hover{color:#fff;transform:translateX(8px)}
.footer-links li a:hover::before{opacity:1}
.footer-contact-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}
.footer-contact-icon{width:48px;height:48px;background:rgba(0,102,204,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.footer-contact-icon svg{width:22px;height:22px;color:#00a8e8}.footer-contact-text{display:flex;flex-direction:column;gap:4px}.footer-links-wrapper{display:contents}.footer-contact-text span{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:1px}.footer-contact-text a,.footer-contact-text p{color:#e2e8f0;text-decoration:none;font-size:15px;font-weight:500;margin:0;transition:color .3s}.footer-contact-text p:after{content:none}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:30px 0}.footer-copyright{color:#64748b;font-size:13px}.footer-copyright strong{color:#00a8e8;font-weight:600}.scroll-top{width:48px;height:48px;background:#1e74ac;border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s}.scroll-top svg{width:24px;height:24px;color:#fff}@media (max-width:1024px){.footer{padding:60px 40px 0}.footer-main{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:768px){.footer{padding:50px 24px 0}.footer-main{grid-template-columns:1fr;gap:40px}.footer-brand,.footer-contact{text-align:center}.footer-brand h3,.footer-links li a,.footer-social{justify-content:center}.footer-column p::after,.footer-contact h4::after{left:50%;transform:translateX(-50%)}.footer-links-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;text-align:center}.footer-links li a::before{display:none}.footer-contact-items{flex-direction:column;gap:16px;margin:0;display:grid;text-align:left;align-items:center;justify-content:center}.footer-contact-item{flex-direction:row;align-items:center;justify-content:center;text-align:left;margin-bottom:0}.footer-contact-icon{width:44px;height:44px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}@media (max-width:480px){.footer{padding:40px 16px 0}.footer-brand h3{font-size:20px}.footer-links-wrapper{grid-template-columns:repeat(2,1fr);gap:20px}.footer-column p{font-size:16px;margin-bottom:20px}.footer-links{gap:10px}.footer-contact-text a,.footer-contact-text p,.footer-links li a{font-size:14px}.footer-contact-item{justify-content:flex-start}.footer-contact-icon{width:40px;height:40px}.footer-contact-icon svg{width:18px;height:18px}.footer-contact-text p{margin-bottom:0}}
/* footer section end */





















.cta-section{max-width:1200px;margin:0 auto;border-radius:24px;overflow:hidden;position:relative;background:linear-gradient(135deg,#1e3a5f 0,#2d5a87 50%,#1e3a5f 100%)}.cta-btn,.cta-btn:hover{background:#e2e8f0;color:#1e74ac;border-color:#cbd5e1}.cta-bg{position:absolute;top:0;left:0;right:0;bottom:0;opacity:1;pointer-events:none}.cta-content{position:relative;z-index:1;padding:36px 60px;text-align:center}.cta-content h2{font-size:40px;font-weight:700;color:#fff;margin-bottom:16px}.cta-content p{font-size:16px;line-height:1.7;color:rgba(255,255,255,.8);max-width:861px;margin:0 auto 32px}.cta-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-size:15px;font-weight:700;border-radius:100px;text-decoration:none;transition:.3s}.cta-btn:hover{transform:translateY(-2px)}@media (max-width:600px){.cta-content{padding:50px 30px}}