
        :root {
            --primary: #0A2540;
            --primary-2: #07365f;
            --secondary: #FFC107;
            --accent: #00C896;
            --bg: #F8FAFC;
            --text: #1E293B;
            --muted: #64748B;
            --white: #ffffff;
            --shadow: 0 22px 60px rgba(10, 37, 64, .14);
            --radius: 22px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box
        }

        html {
            scroll-behavior: smooth
        }

        body {
            font-family: 'Outfit', sans-serif;
            background: var(--bg);
            color: var(--text);
            overflow-x: hidden
        }

        h1,
        h2,
        h3,
        h4 {
            font-family: 'Sora', sans-serif;
            color: var(--primary);
            line-height: 1.15
        }

        a {
            text-decoration: none;
            color: inherit
        }

        img {
            max-width: 100%;
            display: block
        }

        .container {
            width: min(1180px, 92%);
            margin: auto
        }

        .topbar {
            background: #071b2d;
            color: #dbeafe;
            font-size: 13px;
            padding: 9px 0
        }

        .topbar .container,
        .navbar .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px
        }

        .topbar span {
            margin-right: 18px
        }

        .topbar i {
            color: var(--secondary);
            margin-right: 6px
        }

        .social i {
            margin-left: 12px;
            color: #fff;
            opacity: .9
        }

        .navbar {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, .92);
            backdrop-filter: blur(16px);
            box-shadow: 0 8px 30px rgba(15, 23, 42, .08)
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 13px 0;
            font-weight: 900;
            color: var(--primary);
            font-family: 'Inter', sans-serif;
            font-family: 'Poppins', sans-serif;
        }

        .logo-badge {
            width: 52px;
            height: 52px;
            border-radius: 16px;
            background: linear-gradient(135deg, var(--secondary), #ff8a00);
            display: grid;
            place-items: center;
            color: #07213a;
            font-size: 24px;
            box-shadow: 0 12px 24px rgba(255, 193, 7, .3)
        }

        .navlinks {
            display: flex;
            gap: 24px;
            font-weight: 700;
            font-size: 16px;
            color: #0f2742
        }

        .navlinks a:hover {
            color: #f59e0b
        }

        .nav-btn,
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            border: 0;
            border-radius: 999px;
            padding: 13px 22px;
            font-weight: 800;
            cursor: pointer;
            transition: .3s;
            font-family: 'Inter', sans-serif;
            font-family: 'Poppins', sans-serif;
        }

        .nav-btn,
        .btn-yellow {
            background: var(--secondary);
            color: #102033
        }

        .btn-yellow:hover {
            transform: translateY(-3px);
            box-shadow: 0 16px 30px rgba(255, 193, 7, .35)
        }

        .btn-dark {
            background: var(--primary);
            color: #fff
        }

        .btn-dark:hover {
            background: var(--primary-2);
            transform: translateY(-3px)
        }

        .hero {
            min-height: 92vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            background: linear-gradient(90deg, rgba(7, 27, 45, .94), rgba(7, 27, 45, .76), rgba(7, 27, 45, .42)), url('img/1.avif') center/cover no-repeat;
            color: #fff
        }

        .hero::after {
            content: '';
            position: absolute;
            inset: auto -10% -120px -10%;
            height: 220px;
            background: var(--bg);
            transform: skewY(-3deg);
            transform-origin: left
        }

        .hero-grid {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 1.1fr .82fr;
            gap: 48px;
            align-items: center;
            padding: 70px 0 110px
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .12);
            border: 1px solid rgba(255, 255, 255, .18);
            font-weight: 800;
            color: #fff;
            margin-bottom: 18px
        }

        .hero h1 {
            font-size: clamp(38px, 4vw, 72px);
            color: #fff;
            font-weight: 900;
            letter-spacing: -2px;
            margin-bottom: 18px
        }

        .hero p {
            font-size: 18px;
            line-height: 1.8;
            color: #e2e8f0;
            max-width: 690px
        }

        .hero-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 13px;
            margin: 28px 0
        }

        .hero-list span {
            font-weight: 700;
            color: #fff
        }

        .hero-list i {
            color: var(--accent);
            margin-right: 8px
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px
        }

        .rating-pill {
            margin-top: 25px;
            display: flex;
            align-items: center;
            gap: 14px;
            background: rgba(255, 255, 255, .13);
            border: 1px solid rgba(255, 255, 255, .18);
            width: max-content;
            padding: 12px 18px;
            border-radius: 999px;
            color: #fff
        }

        .rating-pill b {
            color: var(--secondary)
        }

        .quote-card {
            background: rgba(255, 255, 255, .14);
            border: 1px solid rgba(255, 255, 255, .26);
            backdrop-filter: blur(22px);
            border-radius: 28px;
            padding: 28px;
            box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
            position: relative;
        }

        .quote-card h3 {
            color: #fff;
            font-size: 27px;
            margin-bottom: 8px
        }

        .close-popup{
            position: absolute;
            font-size: 48px;
            right: 10px;
            top: 10px;
        }

        .quote-card p {
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 20px;
            color: #cbd5e1
        }

        .form-group {
            margin-bottom: 14px
        }

        .form-group label {
            display: block;
            color: #fff;
            font-size: 13px;
            font-weight: 800;
            margin-bottom: 7px
        }

        .form-group input,
        .form-group select {
            width: 100%;
            height: 48px;
            border: 0;
            border-radius: 13px;
            padding: 0 14px;
            background: #fff;
            color: #0f172a;
            outline: none;
            font-weight: 600
        }

        .quote-card .btn {
            width: 100%;
            border-radius: 14px;
            margin-top: 4px
        }

        section {
            padding: 88px 0
        }

        .section-head {
            text-align: center;
            max-width: 760px;
            margin: 0 auto 44px
        }

        .section-head .mini {
            color: #f59e0b;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 1.8px
        }

        .section-head h2 {
            font-size: clamp(30px, 4vw, 46px);
            margin: 8px 0 12px
        }

        .section-head p {
            color: var(--muted);
            line-height: 1.8
        }

        .trust {
            position: relative;
            z-index: 3;
            margin-top: -60px;
            padding: 0
        }

        .trust-card {
            background: #fff;
            border-radius: 26px;
            padding: 28px;
            box-shadow: var(--shadow);
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 18px
        }

        .stat {
            text-align: center;
            border-right: 1px solid #e2e8f0
        }

        .stat:last-child {
            border-right: 0
        }

        .stat h3 {
            font-size: 31px;
            color: var(--primary)
        }

        .stat p {
            color: var(--muted);
            font-weight: 700;
            font-size: 13px;
            margin-top: 4px
        }

        .why-grid,
        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px
        }

        .feature-card,
        .service-card,
        .route-card,
        .faq-item {
            background: #fff;
            border-radius: var(--radius);
            padding: 28px;
            box-shadow: 0 15px 38px rgba(15, 23, 42, .07);
            transition: .35s;
            border: 1px solid #eef2f7
        }

        .feature-card:hover,
        .service-card:hover,
        .vehicle-card:hover,
        .route-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow)
        }

        .icon {
            width: 62px;
            height: 62px;
            border-radius: 18px;
            background: #fff7d6;
            color: #d99000;
            display: grid;
            place-items: center;
            font-size: 26px;
            margin-bottom: 20px
        }

        .feature-card h3,
        .service-card h3 {
            font-size: 22px;
            margin-bottom: 8px
        }

        .feature-card p,
        .service-card p {
            color: var(--muted);
            line-height: 1.7
        }

        .fleet {
            background: #fff
        }

        .tabs {
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 35px
        }

        .tab-btn {
            border: 1px solid #dbe4ee;
            background: #fff;
            border-radius: 999px;
            padding: 12px 22px;
            font-weight: 900;
            color: #334155;
            cursor: pointer
        }

        .tab-btn.active {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary)
        }

        .fleet-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px
        }

        .vehicle-card {
            border-radius: 30px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
            border: 1px solid #eef2f7;
            transition: .35s
        }

        .vehicle-img {
            height: 210px;
            background: #eef4fb;
            overflow: hidden
        }

        .vehicle-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .5s
        }

        .vehicle-card:hover img {
            transform: scale(1.08)
        }

        .vehicle-body {
            padding: 22px
        }

        .vehicle-top {
            display: flex;
            justify-content: space-between;
            align-items: start;
            gap: 15px;
            margin-bottom: 15px
        }

        .vehicle-top h3 {
            font-size: 23px
        }

        .rating {
            background: #ecfdf5;
            color: #047857;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 900;
            padding: 6px 10px
        }

        .specs {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 18px
        }

        .specs span {
            background: #f1f5f9;
            padding: 8px 10px;
            border-radius: 999px;
            color: #475569;
            font-size: 12px;
            font-weight: 800
        }

        .price {
            display: flex;
            align-items: end;
            justify-content: space-between;
            border-top: 1px solid #eef2f7;
            padding-top: 18px
        }

        .price b {
            font-size: 23px;
            color: var(--primary)
        }

        .price small {
            color: var(--muted)
        }

        .services {
            background: linear-gradient(180deg, #f8fafc, #eef6ff)
        }

        .routes-wrap {
            display: flex;
            gap: 18px;
            overflow-x: auto;
            padding-bottom: 12px;
            scroll-snap-type: x mandatory
        }

        .route-card {
            min-width: 260px;
            scroll-snap-align: start
        }

        .route-card h3 {
            font-size: 22px;
            margin-bottom: 18px
        }

        .route-meta {
            display: grid;
            gap: 10px;
            color: #475569;
            font-weight: 700
        }

        .route-meta i {
            color: #f59e0b;
            margin-right: 8px
        }

        .process {
            background: #fff
        }

        .steps {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px
        }

        .step {
            text-align: center;
            position: relative
        }

        .step:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 36px;
            right: -40px;
            width: 60px;
            height: 2px;
            background: #dbe4ee
        }

        .step-num {
            width: 74px;
            height: 74px;
            margin: 0 auto 16px;
            border-radius: 24px;
            background: var(--primary);
            color: #fff;
            display: grid;
            place-items: center;
            font-weight: 900;
            font-size: 25px;
            box-shadow: 0 18px 35px rgba(10, 37, 64, .24)
        }

        .step h3 {
            font-size: 19px
        }

        .step p {
            color: var(--muted);
            font-size: 14px;
            margin-top: 6px;
            line-height: 1.6
        }

        .reviews {
            background: #f8fafc
        }

        .review-card {
            max-width: 820px;
            margin: auto;
            background: #fff;
            border-radius: 28px;
            padding: 42px;
            text-align: center;
            box-shadow: var(--shadow)
        }

        .stars {
            color: #f59e0b;
            font-size: 22px;
            margin-bottom: 18px
        }

        .review-card p {
            font-size: 18px;
            line-height: 1.8;
            color: #334155;
            font-style: italic
        }

        .avatar {
            width: 74px;
            height: 74px;
            border-radius: 50%;
            background: linear-gradient(135deg, #00c896, #0a2540);
            margin: 24px auto 10px;
            display: grid;
            place-items: center;
            color: #fff;
            font-size: 30px
        }

        .review-card h4 {
            font-size: 19px
        }

        .dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 24px
        }

        .dots span {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: #cbd5e1
        }

        .dots span.active {
            background: var(--secondary);
            width: 26px;
            border-radius: 999px
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: 1.2fr .8fr .8fr;
            grid-auto-rows: 210px;
            gap: 18px;
            column-count: 3;
            column-gap: 20px;
        }

        .gallery-item {
            border-radius: 24px;
            overflow: hidden;
            position: relative
        }

        .gallery-item:first-child {
            grid-row: span 2
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .gallery-item::after {
            content: attr(data-title);
            position: absolute;
            left: 16px;
            bottom: 16px;
            background: rgba(10, 37, 64, .82);
            color: #fff;
            padding: 9px 14px;
            border-radius: 999px;
            font-weight: 800
        }

        .faq {
            background: #fff
        }

        .faq-wrap {
            max-width: 850px;
            margin: auto;
            display: grid;
            gap: 14px
        }

        .faq-q {
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-weight: 900;
            color: var(--primary);
            font-size: 17px
        }

        .faq-a {
            display: none;
            color: var(--muted);
            line-height: 1.8;
            margin-top: 12px
        }

        .faq-item.active .faq-a {
            display: block
        }

        .faq-item.active i {
            transform: rotate(180deg)
        }

        .cta {
            background: linear-gradient(135deg, #071b2d, #0A2540);
            color: #fff;
            text-align: center;
            position: relative;
            overflow: hidden
        }

        .cta h2 {
            color: #fff;
            font-size: clamp(34px, 5vw, 58px);
            margin-bottom: 14px
        }

        .cta p {
            color: #cbd5e1;
            font-size: 18px;
            margin-bottom: 26px
        }

        .cta-actions {
            display: flex;
            justify-content: center;
            gap: 14px;
            flex-wrap: wrap
        }

        footer {
            background: #061727;
            color: #cbd5e1;
            padding: 60px 0 20px
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.4fr .8fr .8fr 1fr;
            gap: 34px
        }

        .footer-grid h3 {
            color: #fff;
            font-size: 20px;
            margin-bottom: 16px
        }

        .footer-grid p,
        .footer-grid a {
            color: #cbd5e1;
            line-height: 1.9;
            font-size: 16px;
            display: block
        }

        .footer-grid i {
            color: var(--secondary);
            margin-right: 8px
        }

        .copyright {
            border-top: 1px solid rgba(255, 255, 255, .1);
            margin-top: 35px;
            padding-top: 18px;
            text-align: center;
            font-size: 16px;
            color: #94a3b8
        }

        .float-call,
        .float-wa {
            position: fixed;
            z-index: 999;
            width: 54px;
            height: 54px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: #fff;
            font-size: 23px;
            box-shadow: 0 16px 30px rgba(0, 0, 0, .25)
        }

        .float-call {
            left: 18px;
            bottom: 24px;
            background: var(--secondary);
            color: #071b2d
        }

        .float-wa {
            right: 18px;
            bottom: 24px;
            background: #25D366
        }

        .mobile-bar {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 998;
            background: #fff;
            box-shadow: 0 -10px 30px rgba(15, 23, 42, .12);
            padding: 10px;
            gap: 10px
        }

        .mobile-bar a {
            flex: 1;
            text-align: center;
            border-radius: 12px;
            padding: 12px;
            font-weight: 900
        }

        .mobile-call {
            background: var(--secondary);
            color: #071b2d
        }

        .mobile-wa {
            background: #25D366;
            color: #fff
        }

        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .7);
            backdrop-filter: blur(8px);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }

        .popup-box {
            width: 500px;
            background: #fff;
            padding: 35px;
            border-radius: 25px;
            animation: zoom .4s ease;
        }

        @keyframes zoom {
            from {
                transform: scale(.7);
                opacity: 0;
            }

            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        @media(max-width:980px) {
            .navlinks {
                display: none
            }

            .hero-grid {
                grid-template-columns: 1fr
            }

            .quote-card {
                max-width: 560px
            }

            .trust-card,
            .fleet-grid,
            .why-grid,
            .service-grid {
                grid-template-columns: repeat(2, 1fr)
            }

            .steps {
                grid-template-columns: 1fr 1fr
            }

            .step::after {
                display: none
            }

            .footer-grid {
                grid-template-columns: 1fr 1fr
            }

            .gallery-grid {
                grid-template-columns: 1fr 1fr
            }

            .gallery-item:first-child {
                grid-row: span 1
            }
        }

        @media(max-width:640px) {
            .topbar {
                display: none
            }

            .hero {
                min-height: auto
            }

            .hero-grid {
                padding: 46px 0 120px
            }

            .hero-list,
            .trust-card,
            .fleet-grid,
            .why-grid,
            .service-grid,
            .footer-grid,
            .gallery-grid {
                grid-template-columns: 1fr
            }

            .stat {
                border-right: 0;
                border-bottom: 1px solid #e2e8f0;
                padding-bottom: 12px
            }

            .stat:last-child {
                border-bottom: 0
            }

            .steps {
                grid-template-columns: 1fr
            }

            .hero-actions .btn {
                width: 100%
            }

            .rating-pill {
                width: 100%;
                justify-content: center
            }

            .float-call,
            .float-wa {
                display: none
            }

            .mobile-bar {
                display: flex
            }

            .hero h1 {
                letter-spacing: -1px
            }

            .quote-card {
                padding: 22px
            }

            .section-head {
                text-align: left
            }

            .tabs {
                justify-content: flex-start
            }

            .gallery-grid {
                grid-auto-rows: 230px
            }

            body {
                padding-bottom: 64px
            }
        }
