* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    min-height: 100vh;
    color: #1a1a2e;
    overflow-x: hidden;
}
.section {
    margin: 60px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 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}
.hero-title{font-size:52px;font-weight:800;line-height:1.1;margin-bottom:10px;color:#1e293b}
.hero-description{font-size:17px;color:#748298;line-height:1.5;margin-bottom:18px}
.btn-primary,.feature-item{align-items:center;font-size:15px}
.hero-description strong{color:#3b495c}
.hero-buttons{display:flex;gap:16px;margin-top:45px}
.hero-buttons .btn-primary{display:inline-flex;gap:10px;background:#045eb7;color:#fff;padding:18px 28px;border-radius:50px;text-decoration:none;font-weight:600;transition:.3s}
.hero-buttons .btn-primary:hover{background:#045eb7;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,102,204,.35)}
.hero-buttons .btn-secondary {display: inline-flex;align-items: center;gap: 10px;background: #e2e8f0;color: #1e74ac;padding: 18px 28px;border-radius: 50px;text-decoration: none;font-weight: 600;font-size: 15px;border: 1px solid #cbd5e1;transition: all 0.3s;}
.hero-buttons .btn-secondary:hover {border-color: #0066cc;color: #0066cc;transform: translateY(-2px);}
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 40px}
.feature-item{display:flex;gap:12px;color:#5e6878;font-weight:500;background:#fff;padding:15px;border-radius:7px}
.feature-check{width:24px;height:24px;background:#dcfce7;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-check i,.feature-check svg{width:14px;height:14px;font-size:14px;color:#22c55e}
.hero-visual{flex:1;max-width:620px;position:relative;animation:.8s ease-out .2s both fadeInUp}
.hero-visual img{border-radius:10px}
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@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{grid-template-columns:repeat(2,1fr);justify-content:center;max-width:660px;margin:0 auto}
    .hero-visual{max-width:100%;width:100%;order:1}
}
@media (max-width:768px){
    .hero-visual img{border-radius:10px;max-width:100%;height:auto}
    .hero{padding:30px 24px 50px;gap:40px}
    .hero-title{font-size:36px}
    .hero-description{font-size:15px}
    .hero-buttons{flex-direction:column;align-items:center}
    .btn-primary{width:100%;max-width:300px;justify-content:center}
    .features-grid{text-align:left}
}
@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}
    .btn-primary,.feature-item{font-size:14px}
    .hero-description{font-size:14px;margin-bottom:25px}
    .hero-buttons{margin-bottom:30px}
    .btn-primary{padding:16px 20px}
}
/* 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 !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 */



/* TELEMATICS SYSTEMS SECTION START */
.telematics-section {padding: 100px 40px;background: linear-gradient(180deg, #f8fafc 0%, #ffffff 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: #ffffff;border-radius: 24px;overflow: hidden;box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);border: 1px solid #e2e8f0;transition: all 0.4s cubic-bezier(0.4, 0, 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, 0.12);border-color: #cbd5e1;}
.telematics-card.featured {border: 2px solid #1e74ac;box-shadow: 0 8px 32px rgba(30, 116, 172, 0.15);}
.telematics-card.featured:hover {box-shadow: 0 24px 60px rgba(30, 116, 172, 0.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 0.4s ease;}
.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, 0.1) 0%, rgba(59, 159, 209, 0.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;}
.telematics-card p {font-size: 15px;color: #64748b;line-height: 1.7;margin-bottom: 20px;flex: 1;text-align: center;}
.card-pricing {margin-bottom: 15px;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;font-weight: 600;color: #059669;background: #d1fae5;padding: 8px 14px;border-radius: 8px;margin-bottom: 24px;display: inline-block;text-align: center;}
.card-buttons {display: flex;gap: 12px;margin-top: auto;}
.card-buttons a {flex: 1;padding: 14px 20px;font-size: 14px;font-weight: 600;text-align: center;text-decoration: none;border-radius: 12px;transition: all 0.3s ease;}
.btn-primary {background: linear-gradient(135deg, #1e74ac 0%, #2389c7 100%);color: white;box-shadow: 0 4px 14px rgba(30, 116, 172, 0.3);}
.btn-primary:hover {background: linear-gradient(135deg, #185d8a 0%, #1e74ac 100%);box-shadow: 0 6px 20px rgba(30, 116, 172, 0.4);transform: translateY(-2px);}
.btn-secondary {background: #e2e8f0;color: #1e74ac;border-color: #cbd5e1;}
.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: column;align-items: center;}
    .card-buttons a {padding: 12px 16px;}
}
/* TELEMATICS SYSTEMS SECTION END */



/* Features section start */
.section-header{text-align:center;margin:0 auto 60px}
.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}
.features.section{padding:60px;margin:0 auto}
.features .features-container{max-width:1200px;margin:0 auto}
.features .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.features .feature-item{display:block;background:#fff;border-radius:12px;padding:28px 22px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:.3s}
.features .feature-item:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(30,116,172,.18);border:1px}
.features .feature-icon-wrap{width:60px;height:60px;background:linear-gradient(135deg,#e0f2fe 0,#dbeafe 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;transition:.3s}
.features .feature-item:hover .feature-icon-wrap{background:linear-gradient(135deg,#045eb7 0,#0284c7 100%)}
.features .feature-icon-wrap i,.features .feature-icon-wrap svg{width:28px;height:28px;font-size:28px;color:#045eb7;transition:color .3s}
.features .feature-item:hover .feature-icon-wrap i,.features .feature-item:hover .feature-icon-wrap svg{color:#fff}
.features .feature-item h3{font-size:18px;font-weight:700;color:#4a5568;margin-bottom:11px}
.features .feature-item p{font-size:14px;color:#64748b;line-height:1.5;margin:0;padding-bottom:21px}
@media (max-width:1200px){.features .features-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:768px){
    .features.section{padding:40px 24px}
    .features .features-grid{grid-template-columns:repeat(2,1fr);gap:16px}
    .features .feature-item{padding:20px 16px}.features .feature-icon-wrap{width:50px;height:50px}
    .features .feature-icon-wrap i,.features .feature-icon-wrap svg{width:24px;height:24px;font-size:24px}
    .features .feature-item h3{font-size:15px}
    .features .feature-item p{font-size:13px}
}
@media (max-width:480px){
    .features.section{padding:30px 16px}
    .features .features-grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}
}
/* Features section end */


/* cta section start */
.cta-section{max-width:1200px;margin:70px 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)}
.fleet-btn i,.fleet-btn svg{width:18px;height:18px;font-size:18px;transition:transform .3s}
@media (max-width:600px){.cta-content{padding:50px 30px}}
/* cta section end */


/* custom reports section start */
.tabs-section {background: #e8f4fc;padding: 50px 0;}
.tab-btn i {color: #334155;font-size: 23px;font-weight: 300;transition: color 0.3s ease;}
.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: white;border: 2px solid #e2e8f0;border-radius: 12px;cursor: pointer;transition: all 0.3s ease;font-family: inherit;}
.tab-btn svg {width: 22px;height: 22px;color: #64748b;flex-shrink: 0;}
.tab-btn h3 {font-size: 14px;font-weight: 600;color: #334155;margin: 0;}
.tab-btn span {font-size: 14px;font-weight: 600;color: #334155;}
.tab-btn:hover {border-color: #3b82f6;background: #f0f7ff;}
.tab-btn.active {background: #3b82f6;border-color: #3b82f6;}
.tab-btn.active svg,.tab-btn.active i {color: #fff;}
.tab-btn.active h3,.tab-btn.active span {color: #fff;}
.tabs-content {position: relative;}
.tab-panel {display: none;background: white;border-radius: 20px;overflow: hidden;box-shadow: 0 10px 40px rgba(0, 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;}
@media (max-width: 900px) {
    .tabs-section {padding: 40px 0;}
    .tabs-nav,.tabs-content {display: none;}
    #fleet-reports-and-data-insights .tabs-nav {display: none;}
    .tabs-accordion {display: flex;flex-direction: column;gap: 10px;}
    .accordion-item {background: white;border-radius: 14px;overflow: hidden;box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);border: 2px solid transparent;transition: border-color 0.3s ease, box-shadow 0.3s ease;}
    .accordion-item.active {border-color: #3b82f6;box-shadow: 0 4px 20px rgba(59, 130, 246, 0.12);}
    .accordion-trigger {width: 100%;display: flex;align-items: center;justify-content: space-between;gap: 12px;padding: 16px 20px;background: none;border: none;cursor: pointer;font-family: inherit;text-align: left;transition: background 0.2s ease;}
    .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 svg,.accordion-trigger-left i {width: 22px;height: 22px;font-size: 22px;color: #334155;flex-shrink: 0;transition: color 0.3s ease;}
    .accordion-item.active .accordion-trigger-left svg,.accordion-item.active .accordion-trigger-left i {color: #fff;}
    .accordion-trigger-left h3 {font-size: 14px;font-weight: 600;color: #334155;margin: 0;transition: color 0.3s ease;}
    .accordion-item.active .accordion-trigger-left h3 {color: #fff;}
    .accordion-chevron {flex-shrink: 0;display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;transition: transform 0.35s ease;}
    .accordion-chevron svg,.accordion-chevron i {width: 18px;height: 18px;font-size: 18px;color: #64748b;transition: color 0.3s ease;}
    .accordion-item.active .accordion-chevron {transform: rotate(180deg);}
    .accordion-item.active .accordion-chevron svg,.accordion-item.active .accordion-chevron i {color: #fff;}
    .accordion-body {max-height: 0;overflow: hidden;transition: max-height 0.4s ease;}
    .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;}
}
.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) {
    section {padding: 60px 20px;}
    .cta-section {padding: 0;}
    .tabs-nav {flex-direction: column;}
    .tab-panel.active {grid-template-columns: 1fr;}
    .feature-interactive {grid-template-columns: 1fr;}
    .feature-tab:hover {transform: none;}
    .panel-visual {order: 1;}
    .panel-content {order: 2;padding: 27px;}
}
/* custom reports section end */


/* techinical specification section start */
.tech-spec-section {padding: 4rem 1.5rem;background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);}
.tech-spec-container {max-width: 1200px;margin: 0 auto;}
.tech-spec-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.5rem;align-items: stretch;}
@media (max-width: 900px) {.tech-spec-grid {grid-template-columns: 1fr;}}
.tech-spec-card {background: #ffffff;border-radius: 16px;box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.04);padding: 0;border: 1px solid #e2e8f0;display: flex;flex-direction: column;overflow: hidden;transition: transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow 0.3s ease,border-color 0.3s ease;}
.tech-spec-card:hover {transform: translateY(-4px);box-shadow: 0 8px 30px rgba(30,41,59,0.08), 0 2px 8px rgba(30,41,59,0.04);border-color: #cbd5e1;}
/* .tech-spec-card::before {content: "";display: block;height: 3px;background: linear-gradient(90deg, #1e40af, #3b82f6);flex-shrink: 0;} */
.tech-spec-card-head {display: flex;align-items: center;gap: 0.875rem;margin: 0;padding: 1.75rem 1.75rem 1.25rem;border-bottom: none;}
.tech-spec-icon {width: 46px;height: 46px;border-radius: 12px;background: linear-gradient(135deg, #1e40af85 0%, #3b82f6cc 100%);color: #fff;display: inline-flex;align-items: center;justify-content: center;flex-shrink: 0;box-shadow: 0 2px 8px rgba(30,64,175,0.25);}
.tech-spec-icon i {font-size: 1.35rem;}
.tech-spec-card h3 {font-size: 1.125rem;font-weight: 700;color: #1e293b;margin: 0;line-height: 1.35;}
.tech-spec-list {margin: 0;padding: 0 1.5rem;list-style: none;display: flex;flex-direction: column;gap: 0;flex-grow: 1;}
.tech-spec-row {display: grid;grid-template-columns: 1fr 1.3fr;gap: 0.75rem;align-items: baseline;padding: 0.7rem 0;border-bottom: 1px solid #f1f5f9;}
.tech-spec-row:last-child {border-bottom: none;}
.tech-spec-row-full {grid-template-columns: 1fr;gap: 0.35rem;margin-top: 0.5rem;padding: 1rem 1.125rem;background: #f8fafc;border-radius: 10px;border-bottom: none;margin-left: -0.125rem;margin-right: -0.125rem;margin-bottom: 1.5rem;}
.tech-spec-row dt {font-size: 0.75rem;font-weight: 600;color: #94a3b8;text-transform: uppercase;letter-spacing: 0.06em;margin: 0;}
.tech-spec-row dd {font-size: 13px;font-weight: 500;color: #334155;margin: 0;line-height: 1.45;}
.tech-spec-row-full dt {font-size: 0.6875rem;font-weight: 700;color: #94a3b8;letter-spacing: 0.08em;margin-bottom: 0.125rem;}
.tech-spec-row-full dd {font-size: 0.875rem;color: #64748b;font-weight: 400;line-height: 1.6;}
/* techinical specification section end */


/* divider section start */
.section-light {padding: 10px 40px;}
.split-section {display: grid;grid-template-columns: 1fr 1fr;gap: 80px;align-items: center;}
.split-section.reverse .split-image {order: -1;}
.split-image {position: relative;}
.split-image-wrapper {position: relative;border-radius: 20px;overflow: hidden;box-shadow: 0 20px 60px rgba(0, 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 h2 {font-size: 40px;font-weight: 800;color: #4a5568;margin-bottom: 20px;line-height: 1.2;letter-spacing: -0.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;}
.btn-outline {display: inline-flex;align-items: center;gap: 10px;padding: 14px 28px;background: transparent;color: #1e74ac;font-size: 15px;font-weight: 600;border: 2px solid #1e74ac;border-radius: 10px;text-decoration: none;margin-top: 28px;transition: all 0.3s ease;}
.btn-outline:hover {background: #1e74ac;color: #fff;transform: translateY(-2px);box-shadow: 0 8px 20px rgba(30, 116, 172, 0.25);}
.btn-outline svg {width: 18px;height: 18px;transition: transform 0.3s ease;}
.btn-outline:hover svg {transform: translateX(4px);}
@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;}
}
@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;}
    .app-badges {justify-content: center !important;}
}
.app-badges {display: flex;justify-content: flex-start;gap: 0;flex-wrap: wrap;}
.app-badges a {display: flex;align-items: center;justify-content: center;padding: 28px 28px 20px 0px;border-radius: 10px;backdrop-filter: blur(4px);transition: transform .2s ease, background .2s ease;}
.app-badges img {height: 58px;width: auto;display: block;filter: brightness(.95) saturate(.85);}
/* divider section end */


/* construction equipment can be tracker start */
.track-card,.track-card-image{position:relative;overflow:hidden;border-radius:16px}
.track-grid{display:grid;grid-template-columns:repeat(5,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:hover .track-card-icon{background:#1e74ac}
.track-card-icon i,.track-card-icon svg{width:22px;height:22px;font-size:22px;color:#1e74ac;transition:color .3s;display:inline-flex;align-items:center;justify-content:center}
.track-card-icon i{width:auto;height:auto}
.track-card:hover .track-card-icon i,.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;height:50px;}
.track-card:hover .track-card-body h3{color:#1e74ac}
.track-card-body p{font-size:15px;color:#64748b;line-height:1.7}
@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}
}
@media (max-width:480px){
    .track-card-body{padding:0}
    .track-card-body h3{font-size:18px;margin-top:10px;height:auto}
}
/* construction equipment can be tracker end  */


/* carousel images slider section start */
.logo-slider {width: 100%;background: #ffffff;padding: 20px 0;}
.logo-track-wrapper {overflow: hidden;width: 100%;}
.logo-track {display: flex;align-items: center;width: max-content;animation: logo-scroll 20s linear infinite;will-change: transform;}
@keyframes logo-scroll {0%   { transform: translateX(0); }100% { transform: translateX(-33.3333%); }}
.logo-slide {flex-shrink: 0;width: 200px;display: flex;align-items: center;justify-content: center;padding: 0 25px;box-sizing: border-box;}
.logo-slide img {max-width: 150px;max-height: 70px;width: auto;height: auto;object-fit: contain;display: block;}
.logo-track {display: flex;gap: 0;width: max-content;animation: scroll 25s linear infinite;will-change: transform;}
.logo-slide {flex-shrink: 0;width: 200px;display: flex;align-items: center;justify-content: center;padding: 0 20px;box-sizing: border-box;}
.logo-slide img {max-width: 160px;max-height: 80px;object-fit: contain;filter: grayscale(0%);}
@keyframes scroll {0% {transform: translateX(0);}100% {transform: translateX(-50%);}}
/* carousel images slider section end */

/* why choose us section start */
.why-choose{padding:30px 0}
.why-choose .container{max-width:1440px;margin:0 auto}
.benefits-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}
.benefit-card{background:#fff;border-radius:20px;padding:36px 28px;position:relative;border:1px solid #e2e8f0;transition:.4s cubic-bezier(.16, 1, .3, 1);overflow:hidden}
.benefit-card::before{content:'';position:absolute;top:0;left:0;right: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-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,.benefit-card:nth-child(5) .benefit-icon{background:#dbeafe;color:#3b82f6}
.benefit-icon i,.benefit-icon svg{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;font-size:26px;color:#1e74ac;transition:color .3s}
.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 i{width:auto;height:auto}
.benefit-card:hover .benefit-icon i,.benefit-card:hover .benefit-icon svg{color:#fff}
.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-icon{width:48px;height:48px}
    .benefit-icon svg{width:24px;height:24px}
    .benefit-card h3{font-size:17px}
    .benefit-card p{font-size:14px}
}
/* why choose us section end */


/* TESTIMONIAL CAROUSEL STYLES */
.carousel-btn,.carousel-dot{cursor:pointer;transition:.3s}
.testimonials-section{padding:50px 40px 100px;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}
.stars i,.stars svg{width:18px;height:18px;font-size:18px;fill:#fbbf24;color:#fbbf24;display:inline-flex;align-items:center;justify-content:center}
.carousel-btn i,.stars i{width:auto;height:auto}
.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,.carousel-btn{width:48px;height:48px;align-items:center;display:flex}
.author-avatar{background:linear-gradient(135deg,#1e74ac 0,#3b9fd1 100%);border-radius:50%;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%;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:10}
.carousel-btn:hover{background:#1e74ac;border-color:#1e74ac}
.carousel-btn:hover i,.carousel-btn:hover svg{color:#fff}
.carousel-btn i,.carousel-btn svg{width:24px;height:24px;font-size:24px;color:#475569;transition:color .3s;display:inline-flex;align-items:center;justify-content:center}
.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 i,.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}
}
/* TESTIMONIAL CAROUSEL STYLES end */

/* awards section start */
.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;}}
/* awards section end */


/*faq section start */
#faq{padding:50px 0}
.faq-layout{display:grid;grid-template-columns:450px 1fr;gap:60px;align-items:start}
.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 i,.faq-help-icon svg{width:20px;height:20px;font-size:20px;color:#1e74ac;display:inline-flex;align-items:center;justify-content:center}
.faq-help-icon i,.faq-toggle i{width:auto;height:auto}
.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-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-num,.faq-toggle{display:flex;align-items:center;transition:.3s}
.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%;justify-content:center;font-size:13px;font-weight:700;color:#1e74ac;flex-shrink:0}
.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;justify-content:center;flex-shrink:0}
.faq-toggle i,.faq-toggle svg{width:20px;height:20px;font-size:20px;color:#64748b;transition:transform .3s;display:inline-flex;align-items:center;justify-content:center}
.faq-item[open] .faq-toggle{background:#1e74ac}
.faq-item[open] .faq-toggle i,.faq-item[open] .faq-toggle svg{color:#fff;transform:rotate(45deg)}
.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 0;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 */



/* Section Header 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 */



/* 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:5rem;padding-bottom:5rem}
.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 i,.contact-img-placeholder svg{width:120px;height:120px;font-size:120px;margin-bottom:24px;opacity:.9;display:inline-flex;align-items:center;justify-content:center}
.contact-img-placeholder i,.error-message i,.form-points i,.form-success-icon i,.input-icon.i,.input-wrapper i.input-icon{width:auto;height:auto}
.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 i,.form-points svg{width:20px;height:20px;font-size:20px;color:#10b981;flex-shrink:0;margin-top:2px;display:inline-flex;align-items:center;justify-content:center}
.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:#94a3b8}
.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}
.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 i,.error-message svg{width:14px;height:14px;font-size:14px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}
.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;font-size:20px;opacity:0;transition:.3s;display:inline-flex;align-items:center;justify-content:center}
.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 i,.form-success-icon svg{width:40px;height:40px;font-size:40px;color:#fff;display:inline-flex;align-items:center;justify-content:center}
.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 */