 :root {
            --bs-primary: #0A192F;
            --bs-primary-rgb: 10, 25, 47;
            --accent-orange: #FF6B00;
        }
        body {
            font-family: 'Inter', sans-serif;
            color: #334155;
            background-color: #F8FAFC;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        .common-breadcrumb-section {
            background: linear-gradient(135deg, rgba(10, 25, 47, 0.92) 0%, rgba(30, 41, 59, 0.88) 100%), url('../img/breadcrumb.jpg?q=80&w=2000&auto=format&fit=crop');
            background-position: center;
            background-size: cover;
            padding: 90px 0 70px 0;
            color: white;
            text-align: center;
        }
        /* Top Bar */
        .about-top-bar {
            background: #060E1A;
            font-size: 13px;
            letter-spacing: 0.3px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            color: #E2E8F0 !important;
        }
        .about-top-bar a { color: #CBD5E1; text-decoration: none; transition: color 0.2s ease; }
        .about-top-bar a:hover { color: #FFFFFF; }

        /* Header */
        .about-sticky-header {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(15px);
            box-shadow: 0 10px 30px rgba(10, 25, 47, 0.06);
            transition: all 0.4s ease;
        }

        /* Breadcrumb Section */
        .about-breadcrumb-section {
            background: radial-gradient(circle at top right, #1E293B 0%, #0A192F 100%);
            padding: 80px 0 60px 0;
            color: white;
            text-align: center;
        }
        .about-breadcrumb-nav ol {
            background: transparent;
            padding: 0;
            margin: 0;
            justify-content: center;
        }
        .about-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
            color: #94A3B8;
        }

        /* Cards & Elements */
        .about-card {
            border: 1px solid rgba(226, 232, 240, 0.8);
            border-radius: 20px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: all 0.4s ease;
            height: 100%;
        }
        .about-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(10, 25, 47, 0.08);
            border-color: rgba(255, 107, 0, 0.3);
        }

        /* Who We Are Hero Box inside About */
        .about-whoweare-box {
            background: linear-gradient(135deg, #0A192F 0%, #1E293B 100%);
            border-radius: 24px;
            color: white;
            padding: 60px;
            position: relative;
            overflow: hidden;
        }

        /* Roadmap Timeline */
        .about-roadmap-timeline {
            position: relative;
            padding-left: 30px;
        }
        .about-roadmap-timeline::before {
            content: '';
            position: absolute;
            left: 7px;
            top: 5px;
            bottom: 5px;
            width: 2px;
            background: #FF6B00;
        }
        .about-roadmap-item {
            position: relative;
            margin-bottom: 30px;
        }
        .about-roadmap-item::before {
            content: '';
            position: absolute;
            left: -30px;
            top: 5px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #fff;
            border: 4px solid #FF6B00;
        }

        /* Team Cards */
        .about-team-img {
            height: 280px;
            object-fit: cover;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

        /* Footer */
        .about-custom-footer { background: #030712; color: #94A3B8; }
        .about-custom-footer h5, .about-custom-footer h6 { color: #F8FAFC !important; }
        .about-custom-footer p, .about-custom-footer li a { color: #94A3B8 !important; }
        .about-custom-footer a:hover { color: #FFFFFF !important; }

        :root {
            --bs-primary: #0A192F;
            --bs-primary-rgb: 10, 25, 47;
            --accent-gold: #D4AF37;
            --accent-orange: #FF6B00;
        }
        body {
            font-family: 'Inter', sans-serif;
            color: #334155;
            background-color: #F8FAFC;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        /* Top Bar */
        .top-bar {
            background: #060E1A;
            font-size: 13px;
            letter-spacing: 0.3px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            color: #E2E8F0 !important;
        }
        .top-bar a { color: #CBD5E1; text-decoration: none; transition: color 0.2s ease; }
        .top-bar a:hover { color: #FFFFFF; }

        /* Premium Sticky Header */
        .sticky-header {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(15px);
            box-shadow: 0 10px 30px rgba(10, 25, 47, 0.06);
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Mega Navigation */
        .dropdown-mega { position: static !important; }
        .dropdown-menu-mega {
            width: 100%; left: 0; right: 0;
            border: none;
            box-shadow: 0 25px 50px -12px rgba(10, 25, 47, 0.15);
            border-radius: 0 0 20px 20px;
            padding: 40px;
            background: #ffffff;
        }

        /* Hero Banner */
       .hero-banner {
            background-image: linear-gradient(rgba(10, 25, 47, 0.85), rgba(10, 25, 47, 0.85)), url('../img/hero.jpg?q=80&w=2000&auto=format&fit=crop');
            background-position: center;
            background-size: cover;
            padding: 140px 0 110px 0;
            color: white;
            position: relative;
        }

        /* Cards & Elements */
        .premium-card {
            border: 1px solid rgba(226, 232, 240, 0.8);
            border-radius: 20px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: all 0.4s ease;
        }
        .premium-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(10, 25, 47, 0.08);
            border-color: rgba(255, 107, 0, 0.3);
        }

        /* Buttons */
        .btn-premium {
            background: linear-gradient(135deg, #FF6B00 0%, #E65C00 100%);
            color: white; font-weight: 600; padding: 14px 32px; border-radius: 12px;
            box-shadow: 0 10px 20px rgba(255, 107, 0, 0.25); border: none; transition: all 0.3s ease;
        }
        .btn-premium:hover {
            background: linear-gradient(135deg, #E65C00 0%, #CC5200 100%);
            color: white; transform: translateY(-2px); box-shadow: 0 15px 25px rgba(255, 107, 0, 0.35);
        }

        /* Stat Box */
        .stat-box {
            background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 24px;
            transition: transform 0.3s ease;
        }
        .stat-box:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.08); }

        /* Process Steps */
        .process-step {
            position: relative; padding: 30px; background: #fff; border-radius: 16px; border: 1px solid #e2e8f0;
            box-shadow: 0 10px 25px rgba(0,0,0,0.02); height: 100%; transition: all 0.3s ease;
        }
        .process-step:hover { border-color: #FF6B00; transform: translateY(-5px); }
        .step-number {
            position: absolute; top: -20px; right: 20px; font-size: 3rem; font-weight: 800; color: rgba(255, 107, 0, 0.1);
        }

        /* Parallax Section */
        .parallax-section {
            background-image: linear-gradient(rgba(10, 25, 47, 0.85), rgba(10, 25, 47, 0.85)), url('https://images.unsplash.com/photo-1519003722824-194d4455a60c?q=80&w=2000&auto=format&fit=crop');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 120px 0;
            color: white;
            text-align: center;
        }

        /* Image Gallery Grid with Zoom Trigger */
        .gallery-img-wrap {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            height: 260px;
            cursor: pointer;
        }
        .gallery-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .gallery-img-wrap:hover img {
            transform: scale(1.1);
        }
        .gallery-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(10,25,47,0.9), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            padding: 20px;
        }
        .gallery-img-wrap:hover .gallery-overlay {
            opacity: 1;
        }

        /* FAQ Accordion Customization */
        .accordion-item { border: 1px solid #e2e8f0 !important; border-radius: 12px !important; margin-bottom: 15px; overflow: hidden; }
        .accordion-button:not(.collapsed) { background-color: #FFF7ED; color: #EA580C; box-shadow: none; }
        .accordion-button:focus { box-shadow: none; border-color: rgba(249, 115, 22, 0.5); }

        /* Footer */
        .custom-footer { background: #030712; color: #94A3B8; }
        .custom-footer h5, .custom-footer h6 { color: #F8FAFC !important; }
        .custom-footer p, .custom-footer li a { color: #94A3B8 !important; }
        .custom-footer a:hover { color: #FFFFFF !important; }
        :root {
            --bs-primary: #0A192F;
            --bs-primary-rgb: 10, 25, 47;
            --accent-orange: #FF6B00;
        }
        body {
            font-family: 'Inter', sans-serif;
            color: #334155;
            background-color: #F8FAFC;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        /* Top Bar */
        .contact-top-bar {
            background: #060E1A;
            font-size: 13px;
            letter-spacing: 0.3px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            color: #E2E8F0 !important;
        }
        .contact-top-bar a { color: #CBD5E1; text-decoration: none; transition: color 0.2s ease; }
        .contact-top-bar a:hover { color: #FFFFFF; }

        /* Header */
        .contact-sticky-header {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(15px);
            box-shadow: 0 10px 30px rgba(10, 25, 47, 0.06);
            transition: all 0.4s ease;
        }

        /* Breadcrumb Section */
/*        .contact-breadcrumb-section {
            background: radial-gradient(circle at top right, #1E293B 0%, #0A192F 100%);
            padding: 85px 0 65px 0;
            color: white;
            text-align: center;
        }*/
        .contact-breadcrumb-nav ol {
            background: transparent;
            padding: 0;
            margin: 0;
            justify-content: center;
        }
        .contact-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
            color: #94A3B8;
        }

        /* Cards & Elements */
        .contact-card {
            border: 1px solid rgba(226, 232, 240, 0.8);
            border-radius: 20px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: all 0.4s ease;
            height: 100%;
        }
        .contact-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(10, 25, 47, 0.08);
            border-color: rgba(255, 107, 0, 0.3);
        }

        /* Form Inputs */
        .contact-form-control {
            border: 1px solid #E2E8F0;
            border-radius: 12px;
            padding: 14px 18px;
            font-size: 15px;
            background-color: #F8FAFC;
            transition: all 0.3s ease;
        }
        .contact-form-control:focus {
            background-color: #ffffff;
            border-color: #FF6B00;
            box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.1);
        }

        /* Map Wrapper */
        .contact-map-wrap {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.06);
            border: 1px solid #E2E8F0;
        }

        /* Footer */
        .contact-custom-footer { background: #030712; color: #94A3B8; }
        .contact-custom-footer h5, .contact-custom-footer h6 { color: #F8FAFC !important; }
        .contact-custom-footer p, .contact-custom-footer li a { color: #94A3B8 !important; }
        .contact-custom-footer a:hover { color: #FFFFFF !important; }
        :root {
            --bs-primary: #0A192F;
            --bs-primary-rgb: 10, 25, 47;
            --accent-orange: #FF6B00;
        }
        body {
            font-family: 'Inter', sans-serif;
            color: #334155;
            background-color: #F8FAFC;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        /* Top Bar */
        .gallery-top-bar {
            background: #060E1A;
            font-size: 13px;
            letter-spacing: 0.3px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            color: #E2E8F0 !important;
        }
        .gallery-top-bar a { color: #CBD5E1; text-decoration: none; transition: color 0.2s ease; }
        .gallery-top-bar a:hover { color: #FFFFFF; }

        /* Header */
        .gallery-sticky-header {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(15px);
            box-shadow: 0 10px 30px rgba(10, 25, 47, 0.06);
            transition: all 0.4s ease;
        }

        /* Breadcrumb Section */
        .gallery-breadcrumb-section {
            background: radial-gradient(circle at top right, #1E293B 0%, #0A192F 100%);
            padding: 85px 0 65px 0;
            color: white;
            text-align: center;
        }
        .gallery-breadcrumb-nav ol {
            background: transparent;
            padding: 0;
            margin: 0;
            justify-content: center;
        }
        .gallery-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
            color: #94A3B8;
        }

        /* Gallery Grid Item with Zoom Trigger */
        .gallery-img-wrap {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            height: 280px;
            cursor: pointer;
            background: #0A192F;
        }
        .gallery-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .gallery-img-wrap:hover img {
            transform: scale(1.1);
        }
        .gallery-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(10,25,47,0.9), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            padding: 24px;
        }
        .gallery-img-wrap:hover .gallery-overlay {
            opacity: 1;
        }

        /* Footer */
        .gallery-custom-footer { background: #030712; color: #94A3B8; }
        .gallery-custom-footer h5, .gallery-custom-footer h6 { color: #F8FAFC !important; }
        .gallery-custom-footer p, .gallery-custom-footer li a { color: #94A3B8 !important; }
        .gallery-custom-footer a:hover { color: #FFFFFF !important; }

        :root {
            --bs-primary: #0A192F;
            --bs-primary-rgb: 10, 25, 47;
            --accent-orange: #FF6B00;
        }
        body {
            font-family: 'Inter', sans-serif;
            color: #334155;
            background-color: #F8FAFC;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        /* Top Bar */
        .services-top-bar {
            background: #060E1A;
            font-size: 13px;
            letter-spacing: 0.3px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            color: #E2E8F0 !important;
        }
        .services-top-bar a { color: #CBD5E1; text-decoration: none; transition: color 0.2s ease; }
        .services-top-bar a:hover { color: #FFFFFF; }

        /* Header */
        .services-sticky-header {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(15px);
            box-shadow: 0 10px 30px rgba(10, 25, 47, 0.06);
            transition: all 0.4s ease;
        }

        /* Breadcrumb Section */
        .services-breadcrumb-section {
            background: radial-gradient(circle at top right, #1E293B 0%, #0A192F 100%);
            padding: 85px 0 65px 0;
            color: white;
            text-align: center;
        }
        .services-breadcrumb-nav ol {
            background: transparent;
            padding: 0;
            margin: 0;
            justify-content: center;
        }
        .services-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
            color: #94A3B8;
        }

        /* Cards & Elements */
        .services-card {
            border: 1px solid rgba(226, 232, 240, 0.8);
            border-radius: 20px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: all 0.4s ease;
            height: 100%;
        }
        .services-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(10, 25, 47, 0.08);
            border-color: rgba(255, 107, 0, 0.3);
        }

        /* Metric Highlights Box */
        .services-metric-box {
            background: #0A192F;
            border-radius: 20px;
            color: white;
            padding: 40px;
        }

        /* Feature Row Items */
        .services-feature-item {
            background: #ffffff;
            border: 1px solid #E2E8F0;
            border-radius: 16px;
            padding: 30px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .services-feature-item:hover {
            border-color: #FF6B00;
            box-shadow: 0 10px 25px rgba(255, 107, 0, 0.08);
        }

        /* Footer */
        .services-custom-footer { background: #030712; color: #94A3B8; }
        .services-custom-footer h5, .services-custom-footer h6 { color: #F8FAFC !important; }
        .services-custom-footer p, .services-custom-footer li a { color: #94A3B8 !important; }
        .services-custom-footer a:hover { color: #FFFFFF !important; }

         :root {
            --bs-primary: #0A192F;
            --bs-primary-rgb: 10, 25, 47;
            --accent-orange: #FF6B00;
        }
        body {
            font-family: 'Inter', sans-serif;
            color: #334155;
            background-color: #F8FAFC;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        /* Top Bar */
        .transport-top-bar {
            background: #060E1A;
            font-size: 13px;
            letter-spacing: 0.3px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            color: #E2E8F0 !important;
        }
        .transport-top-bar a { color: #CBD5E1; text-decoration: none; transition: color 0.2s ease; }
        .transport-top-bar a:hover { color: #FFFFFF; }

        /* Header */
        .transport-sticky-header {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(15px);
            box-shadow: 0 10px 30px rgba(10, 25, 47, 0.06);
            transition: all 0.4s ease;
        }

        /* Breadcrumb Section */
        .transport-breadcrumb-section {
            background: radial-gradient(circle at top right, #1E293B 0%, #0A192F 100%);
            padding: 85px 0 65px 0;
            color: white;
            text-align: center;
        }
        .transport-breadcrumb-nav ol {
            background: transparent;
            padding: 0;
            margin: 0;
            justify-content: center;
        }
        .transport-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
            color: #94A3B8;
        }

        /* Cards & Elements */
        .transport-card {
            border: 1px solid rgba(226, 232, 240, 0.8);
            border-radius: 20px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: all 0.4s ease;
            height: 100%;
        }
        .transport-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(10, 25, 47, 0.08);
            border-color: rgba(255, 107, 0, 0.3);
        }

        /* Feature Row Items */
        .transport-feature-box {
            background: #ffffff;
            border: 1px solid #E2E8F0;
            border-radius: 16px;
            padding: 30px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .transport-feature-box:hover {
            border-color: #FF6B00;
            box-shadow: 0 10px 25px rgba(255, 107, 0, 0.08);
        }

        /* Hub Pill Style */
        .transport-hub-badge {
            background: rgba(255, 107, 0, 0.1);
            color: #FF6B00;
            font-weight: 600;
            padding: 10px 20px;
            border-radius: 50px;
            display: inline-block;
            border: 1px solid rgba(255, 107, 0, 0.2);
        }

        /* Footer */
        .transport-custom-footer { background: #030712; color: #94A3B8; }
        .transport-custom-footer h5, .transport-custom-footer h6 { color: #F8FAFC !important; }
        .transport-custom-footer p, .transport-custom-footer li a { color: #94A3B8 !important; }
        .transport-custom-footer a:hover { color: #FFFFFF !important; }
         :root {
            --bs-primary: #0A192F;
            --bs-primary-rgb: 10, 25, 47;
            --accent-orange: #FF6B00;
        }
        body {
            font-family: 'Inter', sans-serif;
            color: #334155;
            background-color: #F8FAFC;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        /* Top Bar */
        .whyus-top-bar {
            background: #060E1A;
            font-size: 13px;
            letter-spacing: 0.3px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            color: #E2E8F0 !important;
        }
        .whyus-top-bar a { color: #CBD5E1; text-decoration: none; transition: color 0.2s ease; }
        .whyus-top-bar a:hover { color: #FFFFFF; }

        /* Header */
        .whyus-sticky-header {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(15px);
            box-shadow: 0 10px 30px rgba(10, 25, 47, 0.06);
            transition: all 0.4s ease;
        }

        /* Breadcrumb Section */
        .whyus-breadcrumb-section {
            background: radial-gradient(circle at top right, #1E293B 0%, #0A192F 100%);
            padding: 85px 0 65px 0;
            color: white;
            text-align: center;
        }
        .whyus-breadcrumb-nav ol {
            background: transparent;
            padding: 0;
            margin: 0;
            justify-content: center;
        }
        .whyus-breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
            color: #94A3B8;
        }

        /* Cards & Elements */
        .whyus-card {
            border: 1px solid rgba(226, 232, 240, 0.8);
            border-radius: 20px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: all 0.4s ease;
            height: 100%;
        }
        .whyus-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(10, 25, 47, 0.08);
            border-color: rgba(255, 107, 0, 0.3);
        }

        /* Feature Row Items */
        .whyus-feature-box {
            background: #ffffff;
            border: 1px solid #E2E8F0;
            border-radius: 16px;
            padding: 30px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .whyus-feature-box:hover {
            border-color: #FF6B00;
            box-shadow: 0 10px 25px rgba(255, 107, 0, 0.08);
        }

        /* Footer */
        .whyus-custom-footer { background: #030712; color: #94A3B8; }
        .whyus-custom-footer h5, .whyus-custom-footer h6 { color: #F8FAFC !important; }
        .whyus-custom-footer p, .whyus-custom-footer li a { color: #94A3B8 !important; }
        .whyus-custom-footer a:hover { color: #FFFFFF !important; }
        /* Footer Logo Styling */
.footer-logo-wrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.footer-logo-wrap:hover {
    border-color: rgba(255, 107, 0, 0.4);
    background: rgba(255, 255, 255, 0.06);
}
.footer-logo-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.timeline-icon{

    width:65px;
    height:65px;
    background:#0A192F;
    color:#FF6B00;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    font-size:22px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}
.team-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    border:1px solid #eee;

}

.team-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.team-placeholder{

    width:180px;

    height:180px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#0A192F,#163A63);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#FF6B00;

    font-size:70px;

    border:6px solid #fff;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.team-card h4{

    font-weight:700;

    font-size:24px;

}

.designation{

    display:inline-block;

    padding:8px 22px;

    background:#FF6B00;

    color:#fff;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin:15px 0;

}

.team-card p{

    color:#6c757d;

    line-height:30px;

    margin-bottom:0;

}
.hero-image-wrapper{

position:relative;

}

.hero-image-wrapper img{

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.25);

}

.hero-floating-card{

position:absolute;

bottom:25px;

left:-30px;

background:#fff;

padding:20px 25px;

border-radius:18px;

box-shadow:0 20px 40px rgba(0,0,0,.15);

font-weight:600;

color:#0A192F;

min-width:260px;

}

.hero-floating-card i{

color:#FF6B00;

}

.hero-stat{

background:rgba(255,255,255,.08);

padding:25px;

border-radius:18px;

text-align:center;

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(12px);

transition:.35s;

}

.hero-stat:hover{

transform:translateY(-8px);

background:rgba(255,255,255,.12);

}

.hero-stat h2{

color:#FFB703;

font-size:40px;

font-weight:700;

margin-bottom:10px;

}

.hero-stat p{

margin:0;

color:#fff;

font-weight:500;

}

@media(max-width:991px){

.hero-floating-card{

position:relative;

left:0;

bottom:0;

margin-top:20px;

width:100%;

}

}
.feature-strip-card{

background:#fff;

padding:35px 25px;

border-radius:20px;

text-align:center;

height:100%;

transition:.35s;

border:1px solid #ececec;

box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.feature-strip-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.feature-icon{

width:75px;

height:75px;

margin:auto auto 20px;

border-radius:50%;

background:#0A192F;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#FF6B00;

box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.feature-strip-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0A192F;

}

.feature-strip-card p{

font-size:15px;

line-height:28px;

color:#6c757d;

margin:0;

}
.about-image-wrapper{

position:relative;

}

.about-image-wrapper img{

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.about-floating-card{

position:absolute;

background:#fff;

padding:18px 22px;

border-radius:16px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

text-align:center;

min-width:150px;

}

.about-floating-card h3{

font-size:32px;

font-weight:700;

color:#FF6B00;

margin-bottom:5px;

}

.about-floating-card span{

font-size:14px;

font-weight:600;

color:#555;

}

.card-one{

top:30px;

left:-30px;

}

.card-two{

bottom:120px;

right:-20px;

}

.card-three{

bottom:20px;

left:40px;

}

.section-tag{

display:inline-block;

padding:10px 20px;

background:#FFF3EC;

color:#FF6B00;

font-weight:700;

border-radius:30px;

letter-spacing:1px;

font-size:14px;

}

.about-feature{

display:flex;

align-items:center;

gap:12px;

font-weight:600;

padding:12px 15px;

background:#F8F9FA;

border-radius:12px;

transition:.35s;

}

.about-feature:hover{

background:#0A192F;

color:#fff;

}

.about-feature i{

color:#FF6B00;

font-size:20px;

width:25px;

}

@media(max-width:991px){

.card-one,
.card-two,
.card-three{

position:relative;

left:0;

right:0;

top:0;

bottom:0;

margin-top:15px;

display:inline-block;

}

}
.transport-image{

position:relative;

overflow:hidden;

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.transport-image img{

width:100%;

display:block;

border-radius:25px;

}

.transport-floating{

position:absolute;

bottom:25px;

left:25px;

background:#fff;

padding:18px 25px;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.transport-floating h3{

margin:0;

font-size:34px;

font-weight:700;

color:#FF6B00;

}

.transport-floating span{

font-size:14px;

font-weight:600;

color:#666;

}

.transport-feature{

display:flex;

align-items:center;

gap:15px;

padding:15px 18px;

background:#F8F9FA;

border-radius:12px;

transition:.35s;

font-weight:600;

}

.transport-feature:hover{

background:#0A192F;

color:#fff;

}

.transport-feature i{

color:#FF6B00;

font-size:22px;

width:28px;

}
.network-card{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:20px;

padding:35px 25px;

text-align:center;

height:100%;

transition:.35s;

}

.network-card:hover{

transform:translateY(-8px);

background:#0E1B2F;

border-color:#FF6B00;

}

.network-card i{

font-size:42px;

color:#FF6B00;

margin-bottom:20px;

}

.network-card h4{

font-size:24px;

font-weight:700;

margin-bottom:12px;

color:#fff;

}

.network-card p{

color:#C9D1D9;

margin:0;

line-height:28px;

font-size:15px;

}

.network-card.highlight{

background:linear-gradient(135deg,#FF6B00,#F7941D);

border:none;

}

.network-card.highlight i,

.network-card.highlight h4,

.network-card.highlight p{

color:#fff;

}
.navbar .nav-link{

color:#0A192F;

font-weight:600;

position:relative;

transition:.3s;

}

.navbar .nav-link:hover{

color:#FF6B00;

}

.navbar .nav-link.active{

color:#FF6B00 !important;

font-weight:700;

}

.navbar .nav-link.active::after{

content:"";

position:absolute;

left:0;

bottom:-6px;

width:100%;

height:3px;

background:#FF6B00;

border-radius:20px;

}