@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
    --navy-deep: #03152d;
    --navy-medium: #082142;
    --blue-royal: #ff6b00;
    --blue-accent: #ff8433;
    --blue-light: #fff8f5;
    --gold-accent: #ff6b00;
    --gold-bright: #ff6b00;
    --gold-hover: #e05e00;
    --gold-glow: rgba(255, 107, 0, 0.25);
    --charcoal: #020b17;
    --gray-light: #f4f7fa;
    --gray-medium: #e1e7ec;
    --gray-text: #64748b;
    --white: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-bg-dark: rgba(3, 21, 45, 0.85);
    --glass-border: rgba(255, 255, 255, 0.08);
    --font-sans: 'Outfit', sans-serif;
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --card-shadow: 0 10px 30px -10px rgba(2, 12, 27, 0.12);
    --glow-shadow: 0 0 25px rgba(255, 107, 0, 0.25);
}

/* Global Reset & Base */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-sans);
    background-color: var(--white);
    color: var(--navy-deep);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-sans);
    font-weight: 700;
    color: var(--navy-deep);
}

/* Fix for inner banner headings and other headings on dark backgrounds */
.text-white h1, 
.text-white h2, 
.text-white h3, 
.text-white h4, 
.text-white h5, 
.text-white h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.dark-section-premium h1,
.dark-section-premium h2,
.dark-section-premium h3 {
    color: var(--white) !important;
}

/* Custom Selection */
::selection {
    background-color: var(--blue-accent);
    color: var(--white);
}

/* Preloader Style */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--navy-deep);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.6s;
}
.loader-logo {
    margin-bottom: 2rem;
    text-align: center;
}
.loader-logo h2 {
    color: var(--white);
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.loader-logo span {
    color: var(--gold-bright);
}
.loader-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    border-top-color: var(--gold-bright);
    border-bottom-color: var(--blue-accent);
    animation: spin 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.loader-percentage {
    color: var(--white);
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Scroll Progress Bar */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, var(--blue-accent), var(--gold-bright));
    z-index: 9999;
    transition: width 0.1s ease-out;
}

/* Glassmorphism Navigation */
.premium-navbar {
    background-color: rgba(8, 18, 37, 0.7) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: var(--transition-smooth);
    padding: 15px 0;
}
.premium-navbar.scrolled {
    background-color: rgba(8, 18, 37, 0.92) !important;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.premium-navbar .navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
}
.logo-capsule {
    background-color: var(--white);
    padding: 8px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: 78px; /* Reduced from 92px for desktop to look balanced and elegant */
    transition: var(--transition-smooth);
}
.logo-capsule:hover {
    transform: translateY(-1.5px);
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.25);
    border-color: rgba(255, 107, 0, 0.3);
}
.brand-logo-img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}
.footer-logo-capsule {
    background-color: var(--white);
    padding: 5px 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.brand-logo-svg {
    width: 45px;
    height: 45px;
}
.brand-text-container {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
.brand-title {
    color: var(--white);
    font-weight: 800;
    font-size: 1.65rem; /* Reduced for desktop to look balanced and elegant */
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.brand-subtitle {
    color: var(--gold-bright); /* Brand Orange! */
    font-weight: 700;
    font-size: 0.8rem; /* Reduced for desktop to look balanced and elegant */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 1px;
}

/* Responsive brand alignments to prevent mobile overflow while keeping text visible */
@media (max-width: 991px) {
    .brand-title {
        font-size: 1.45rem; /* Proportionally scaled down */
    }
    .brand-subtitle {
        font-size: 0.72rem; /* Proportionally scaled down */
        letter-spacing: 1.5px;
    }
    .logo-capsule {
        height: 68px; /* Proportionally reduced from 80px for tablet */
        padding: 6px 14px;
    }
}

@media (max-width: 767px) {
    .premium-navbar .container {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important; /* Allow the collapsed menu to wrap to the second line, keeping logo and hamburger at the top! */
    }
    .brand-text-container {
        display: flex !important;
        flex-direction: column !important;
        margin-left: 10px !important;
    }
    .brand-title {
        font-size: 1.3rem !important; /* Proportionally scaled down */
        white-space: nowrap !important;
        letter-spacing: 0.2px !important;
    }
    .brand-subtitle {
        font-size: 0.68rem !important; /* Proportionally scaled down */
        letter-spacing: 1px !important;
        margin-top: 0px !important;
    }
    .logo-capsule {
        height: 58px !important; /* Proportionally reduced from 70px for mobile */
        padding: 5px 12px !important;
        border-radius: 8px !important;
    }
    .premium-navbar {
        padding: 8px 0 !important;
    }
    .navbar-toggler {
        margin-left: auto !important;
        display: block !important;
        padding: 4px !important;
    }
}

@media (max-width: 480px) {
    .brand-title {
        font-size: 1.32rem !important; /* Proportionally scaled down */
    }
    .brand-subtitle {
        font-size: 0.7rem !important; /* Proportionally scaled down */
        letter-spacing: 0.5px !important;
    }
    .logo-capsule {
        height: 50px !important; /* Proportionally reduced from 60px for small mobile */
        padding: 4px 10px !important;
    }
    .brand-text-container {
        margin-left: 6px !important;
    }
}

.premium-navbar .nav-link {
    color: var(--white) !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 0.7rem !important;
    letter-spacing: 0.5px;
    position: relative;
    transition: var(--transition-smooth);
}
.premium-navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 0;
    height: 2px;
    background-color: var(--gold-bright);
    transition: var(--transition-smooth);
}
.premium-navbar .nav-link:hover {
    color: var(--gold-bright) !important;
}
.premium-navbar .nav-link:hover::after {
    width: 80%;
}
.premium-navbar .dropdown-menu {
    background-color: rgba(8, 18, 37, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    padding: 10px;
    min-width: 240px;
}
.premium-navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    padding: 10px 15px;
    border-radius: 6px;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    gap: 10px;
}
.premium-navbar .dropdown-item i {
    color: var(--gold-bright);
    font-size: 0.85rem;
    transition: var(--transition-smooth);
}
.premium-navbar .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--white);
}
.premium-navbar .dropdown-item:hover i {
    transform: translateX(5px);
}

/* Navigation CTA Buttons */
.nav-cta-btn {
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    transition: var(--transition-smooth);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
}
.nav-cta-quote {
    background: linear-gradient(135deg, var(--blue-royal), var(--blue-accent));
    color: var(--white);
}
.nav-cta-quote:hover {
    background: linear-gradient(135deg, var(--blue-accent), var(--blue-royal));
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--glow-shadow);
}
.nav-cta-whatsapp {
    background-color: #25d366;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.nav-cta-whatsapp:hover {
    background-color: #20ba5a;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

/* Premium Buttons */
.btn-premium {
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition-smooth);
    text-decoration: none;
    border: none;
}
.btn-premium-primary {
    background: linear-gradient(135deg, var(--blue-royal), var(--blue-accent));
    color: var(--white);
    box-shadow: var(--card-shadow);
}
.btn-premium-primary:hover {
    transform: translateY(-3px);
    color: var(--white);
    box-shadow: var(--glow-shadow);
}
.btn-premium-gold {
    background: linear-gradient(135deg, var(--gold-accent), var(--gold-bright));
    color: var(--navy-deep);
    box-shadow: var(--card-shadow);
}
.btn-premium-gold:hover {
    transform: translateY(-3px);
    color: var(--navy-deep);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}
.btn-premium-outline {
    background-color: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.btn-premium-outline:hover {
    background-color: var(--white);
    color: var(--navy-deep);
    border-color: var(--white);
    transform: translateY(-3px);
}

/* Hero Section Overlay */
.premium-hero {
    position: relative;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 80px;
    background-color: var(--navy-deep);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 1.25;
    mix-blend-mode: overlay;
    z-index: 1;
}
.hero-gradient-shield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       background: radial-gradient(circle at 60% 40%, rgba(37, 99, 235, 0.12), transparent), linear-gradient(180deg, rgb(8 18 37 / 26%), #03152d00);
    z-index: 2;
}
.hero-interactive-map {
    position: absolute;
    right: -10%;
    top: 10%;
    width: 65%;
    height: 80%;
    opacity: 0.35;
    z-index: 3;
    pointer-events: none;
}
.premium-hero .container {
    position: relative;
    z-index: 4;
}
.hero-badge {
    background-color: rgba(197, 168, 128, 0.12);
    border: 1px solid rgba(197, 168, 128, 0.3);
    padding: 6px 18px;
    border-radius: 30px;
    color: var(--gold-bright);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.hero-title {
    color: var(--white);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
}
.hero-title span {
    color: var(--gold-bright);
    background: linear-gradient(135deg, var(--white), var(--gold-bright));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem; /* Reduced from 1.25rem */
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 600px;
}
@media (min-width: 992px) {
    .hero-title {
        font-size: 3.8rem; /* Increased from 2.5rem for desktop view */
    }
    .hero-subtitle {
        font-size: 1.15rem; /* Reduced from 1.4rem for desktop view */
        max-width: 680px;
    }
}

/* Floating Stats Card & Collage Visuals */
.hero-visual-collage {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-main-img-wrap {
    width: 100%;
    height: 480px; /* Taller, prominent height on desktop */
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    transition: var(--transition-smooth);
}

.hero-main-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crops the cargo image beautifully to fill the tall frame */
    display: block;
    transition: var(--transition-smooth);
}

.hero-main-img-wrap:hover img {
    transform: scale(1.05);
}

.hero-img-overlay-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(3, 21, 45, 0.85));
    pointer-events: none;
}

.hero-stats-panel {
    background: rgba(3, 21, 45, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    transition: var(--transition-smooth);
}

.hero-visual-collage .hero-stats-panel {
    position: absolute;
    bottom: -35px;
    width: 90%;
    margin-top: 0;
    z-index: 10;
}

.hero-visual-collage .hero-stats-panel:hover {
    transform: translateY(-5px);
    border-color: var(--gold-bright);
    box-shadow: 0 30px 60px rgba(255, 107, 0, 0.2);
}

.hero-stat-item {
    text-align: center;
}

.hero-stat-num {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--gold-bright);
    margin-bottom: 5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Responsiveness for Collage & Hero Spacing */
@media (max-width: 1199px) {
    .hero-main-img-wrap {
        height: 420px;
    }
}

@media (max-width: 991px) {
    .premium-hero {
        min-height: auto !important; /* Allow height to fit stacked content naturally */
        padding-top: 110px !important;
        padding-bottom: 30px !important; /* Shrunk hero padding to eliminate vertical empty space */
    }
    .hero-visual-collage {
        margin-top: 50px;
        margin-bottom: 30px; /* Reduced margin under the collage */
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-main-img-wrap {
        height: 350px;
    }
    .hero-visual-collage .hero-stats-panel {
        bottom: -30px;
        width: 92%;
    }
}

@media (max-width: 575px) {
    .premium-hero {
        padding-top: 90px !important;
        padding-bottom: 15px !important; /* Shrunk padding even further on mobile portrait viewports */
    }
    .hero-visual-collage {
        margin-top: 30px;
        margin-bottom: 10px; /* Highly compact margins on mobile */
    }
    .hero-main-img-wrap {
        height: 240px;
        border-radius: 16px;
    }
    .hero-visual-collage .hero-stats-panel {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 20px;
        flex-direction: row;
        gap: 10px;
        padding: 15px;
        border-radius: 16px;
    }
    .hero-stat-num {
        font-size: 1.8rem;
		        display: none;

    }
    .hero-stat-label {
        font-size: 0.75rem;
    }
}

/* Section Header */
.section-head-premium {
    margin-bottom: 60px;
}
.section-badge-premium {
    color: var(--blue-accent);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: block;
    margin-bottom: 12px;
}
.section-title-premium {
    font-size: 2.6rem;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
}
.section-title-premium::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: var(--gold-bright);
    border-radius: 2px;
}
.section-head-center {
    text-align: center;
}
.section-head-center .section-title-premium::after {
    left: 50%;
    transform: translateX(-50%);
}

/* Premium Split Grid (About) */
.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.about-image-wrapper img {
    border-radius: 20px;
    transition: var(--transition-smooth);
}
.about-image-wrapper:hover img {
    transform: scale(1.03);
}
.about-experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: var(--navy-deep);
    border: 2px solid var(--gold-bright);
    color: var(--white);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    z-index: 5;
}
.about-experience-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--gold-bright);
    line-height: 1;
}
.about-experience-text {
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
}

/* Premium Card (Services) */
.service-premium-card {
    background-color: var(--white);
    border: 1px solid var(--gray-medium);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-card-img {
    height: 260px;
    overflow: hidden;
    position: relative;
}
.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-smooth);
}
.service-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 40%, rgba(8, 18, 37, 0.85));
    opacity: 0.8;
}
.service-card-icon {
    display: none !important;
}
.service-card-body {
    padding: 35px 25px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    transition: var(--transition-smooth);
}
.service-card-title a {
    color: var(--navy-deep) !important;
    text-decoration: none;
    transition: var(--transition-smooth);
}
.service-card-desc {
    color: var(--gray-text);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 25px;
}
.service-card-cta-group {
    display: flex;
    gap: 10px;
}
.service-card-btn {
    flex: 1;
    padding: 10px 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 30px;
    text-align: center;
    transition: var(--transition-smooth);
    text-decoration: none;
    border: none;
}
.btn-card-quote {
    background-color: var(--gold-bright);
    color: var(--white);
}
.btn-card-whatsapp {
    background-color: #25d366;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* Service Card Hover States */
.service-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(8, 18, 37, 0.1);
    border-color: var(--blue-accent);
}
.service-premium-card:hover .service-card-img img {
    transform: scale(1.08);
}
.service-premium-card:hover .service-card-icon {
    background-color: var(--blue-accent);
    color: var(--white);
    box-shadow: var(--glow-shadow);
    transform: rotate(360deg);
}
.service-premium-card:hover .service-card-title a {
    color: var(--gold-bright) !important;
}
.btn-card-quote:hover {
    background-color: var(--navy-deep);
    color: var(--white);
}
.btn-card-whatsapp:hover {
    background-color: #20ba5a;
    color: var(--white);
}

/* Dark Theme Section (Why Choose Us) */
.dark-section-premium {
    background-color: var(--navy-deep);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.dark-section-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.02) 1px, transparent 0);
    background-size: 24px 24px;
}
.dark-section-premium .section-title-premium {
    color: var(--white);
}
.feature-box-premium {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: var(--transition-smooth);
}
.feature-box-premium:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: var(--gold-bright);
    transform: translateY(-5px);
}
.feature-icon-premium {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: rgba(212, 175, 55, 0.1);
    color: var(--gold-bright);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
    transition: var(--transition-smooth);
}
.feature-box-premium:hover .feature-icon-premium {
    background-color: var(--gold-bright);
    color: var(--navy-deep);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}
.feature-title-premium {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--white);
}
.feature-desc-premium {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.88rem;
    margin: 0;
}

/* Statistics Counter Grid */
.stat-counter-box {
    background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.stat-counter-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--blue-accent), var(--gold-bright));
}
.stat-counter-num {
    font-size: 3.2rem;
    font-weight: 800;
    color: var(--gold-bright);
    line-height: 1;
    margin-bottom: 10px;
}
.stat-counter-title {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Global Network Map Section */
.network-map-container {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: var(--navy-deep);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.network-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--gold-bright);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.network-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--gold-bright);
    animation: dotPulse 2s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
    opacity: 0;
}
@keyframes dotPulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
    100% { transform: translate(-50%, -50%) scale(3.5); opacity: 0; }
}
.network-label {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(8, 18, 37, 0.85);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.68rem;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

/* Premium Timeline (Process) */
.timeline-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--gray-medium);
    transform: translateX(-50%);
}
.timeline-line-active {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--blue-accent), var(--gold-bright));
    transform: translateX(-50%);
    transition: height 0.6s ease;
}
.timeline-item {
    position: relative;
    margin-bottom: 15px; /* Extremely compact spacing for mobile/tablet */
    width: 100%;
    display: flex;
}
@media (min-width: 768px) {
    .timeline-item {
        margin-bottom: -65px; /* Pulls staggered cards even closer vertically on desktop */
    }
    .timeline-item:last-child {
        margin-bottom: 0;
    }
}
.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline-badge {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    border: 4px solid var(--gray-medium);
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--navy-deep);
    transition: var(--transition-smooth);
}
.timeline-item.active .timeline-badge {
    border-color: var(--blue-accent);
    background-color: var(--blue-accent);
    color: var(--white);
    box-shadow: var(--glow-shadow);
}
.timeline-content-card {
    width: 45%;
    background-color: var(--white);
    border: 1px solid var(--gray-medium);
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
}
.timeline-item.active .timeline-content-card {
    border-color: var(--blue-accent);
    box-shadow: 0 15px 35px rgba(37,99,235,0.06);
}
.timeline-step-num {
    color: var(--gold-bright);
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    display: block;
}
.timeline-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.timeline-desc {
    color: var(--gray-text);
    font-size: 0.9rem;
    margin: 0;
}
@media (max-width: 767px) {
    .timeline-line, .timeline-line-active {
        left: 30px;
    }
    .timeline-badge {
        left: 30px;
    }
    .timeline-item {
        flex-direction: row !important;
        padding-left: 70px;
    }
    .timeline-content-card {
        width: 100%;
    }
}

/* Shipment Tracking Panel */
.tracking-dashboard {
    background-color: var(--white);
    border: 1px solid var(--gray-medium);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(8,18,37,0.05);
}
.tracking-search-bar {
    position: relative;
    max-width: 600px;
    margin: 0 auto 40px;
}
.tracking-input {
    width: 100%;
    padding: 18px 25px;
    border-radius: 50px;
    border: 2px solid var(--gray-medium);
    font-weight: 500;
    font-size: 1.05rem;
    transition: var(--transition-smooth);
    background-color: var(--gray-light);
}
.tracking-input:focus {
    border-color: var(--blue-accent);
    outline: none;
    background-color: var(--white);
    box-shadow: var(--glow-shadow);
}
.tracking-search-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    bottom: 8px;
    background: linear-gradient(135deg, var(--blue-royal), var(--blue-accent));
    color: var(--white);
    border: none;
    border-radius: 40px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition-smooth);
}
.tracking-search-btn:hover {
    box-shadow: var(--glow-shadow);
    transform: scale(1.02);
}

.tracking-status-display {
    border-top: 1px solid var(--gray-medium);
    padding-top: 40px;
}
.tracking-info-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
.tracking-info-box {
    display: flex;
    flex-direction: column;
}
.tracking-info-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gray-text);
    margin-bottom: 4px;
}
.tracking-info-val {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--navy-deep);
}

.tracking-progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 40px 0;
}
.tracking-progress-line {
    position: absolute;
    top: 20px;
    left: 5%;
    right: 5%;
    height: 4px;
    background-color: var(--gray-medium);
    z-index: 1;
}
.tracking-progress-line-fill {
    position: absolute;
    top: 20px;
    left: 5%;
    width: 66%; /* Custom dynamic state mockup */
    height: 4px;
    background-color: var(--blue-accent);
    z-index: 2;
    transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.tracking-step {
    position: relative;
    z-index: 5;
    text-align: center;
    width: 20%;
}
.tracking-step-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--white);
    border: 4px solid var(--gray-medium);
    color: var(--gray-text);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 1.05rem;
    transition: var(--transition-smooth);
}
.tracking-step.completed .tracking-step-dot {
    border-color: var(--blue-accent);
    background-color: var(--blue-accent);
    color: var(--white);
    box-shadow: 0 0 15px rgba(37,99,235,0.25);
}
.tracking-step.active .tracking-step-dot {
    border-color: var(--gold-bright);
    background-color: var(--white);
    color: var(--gold-bright);
    box-shadow: 0 0 15px rgba(212,175,55,0.25);
    animation: trackingPulse 2s infinite;
}
@keyframes trackingPulse {
    0%, 100% { border-width: 4px; }
    50% { border-width: 6px; }
}
.tracking-step-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 2px;
}
.tracking-step-date {
    font-size: 0.72rem;
    color: var(--gray-text);
}

/* Industries We Serve Grid */
.industry-card-premium {
    background-color: var(--gray-light);
    border: 1px solid var(--gray-medium);
    border-radius: 16px;
    padding: 35px 25px;
    transition: var(--transition-smooth);
    text-align: center;
    height: 100%;
}
.industry-card-premium:hover {
    background-color: var(--navy-deep);
    border-color: var(--navy-deep);
    color: var(--white);
    transform: translateY(-6px);
    box-shadow: var(--card-shadow);
}
.industry-icon-premium {
    font-size: 2.2rem;
    color: var(--blue-accent);
    margin-bottom: 20px;
    transition: var(--transition-smooth);
}
.industry-card-premium:hover .industry-icon-premium {
    color: var(--gold-bright);
    transform: scale(1.1);
}
.industry-title-premium {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0;
    transition: var(--transition-smooth);
}
.industry-card-premium:hover .industry-title-premium {
    color: var(--white);
}

/* Premium Lightbox and Masonry Gallery */
.gallery-filter-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.gallery-filter-btn {
    background-color: var(--gray-light);
    border: 1px solid var(--gray-medium);
    color: var(--navy-deep);
    padding: 8px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.88rem;
    transition: var(--transition-smooth);
    cursor: pointer;
}
.gallery-filter-btn.active, .gallery-filter-btn:hover {
    background-color: var(--blue-accent);
    border-color: var(--blue-accent);
    color: var(--white);
    box-shadow: var(--glow-shadow);
}

.gallery-masonry-grid {
    position: relative;
    width: 100%;
}
.gallery-item-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: var(--card-shadow);
}
.gallery-item-img {
    width: 100%;
    display: block;
    border-radius: 16px;
    transition: var(--transition-smooth);
}
.gallery-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(8,18,37,0) 30%, rgba(8,18,37,0.85));
    opacity: 0;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    border-radius: 16px;
}
.gallery-item-wrapper:hover .gallery-item-img {
    transform: scale(1.08);
}
.gallery-item-wrapper:hover .gallery-item-hover {
    opacity: 1;
}
.gallery-item-category {
    color: var(--gold-bright);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 5px;
}
.gallery-item-title {
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}
.gallery-zoom-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: var(--transition-smooth);
}
.gallery-item-wrapper:hover .gallery-zoom-icon {
    opacity: 1;
    transform: translateY(0);
}

/* Glassmorphism Testimonials */
.testimonial-premium-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
    transition: var(--transition-smooth);
}
.testimonial-premium-card:hover {
    border-color: var(--gold-bright);
    transform: translateY(-5px);
}
.testimonial-quote-icon {
    font-size: 2.2rem;
    color: var(--gold-bright);
    margin-bottom: 20px;
    opacity: 0.8;
}
.testimonial-text {
    font-size: 1.05rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 25px;
}
.testimonial-author-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold-bright);
}
.testimonial-author-name {
    font-weight: 700;
    color: var(--white);
    font-size: 0.98rem;
    margin-bottom: 2px;
}
.testimonial-author-role {
    font-size: 0.78rem;
    color: var(--gold-bright);
    letter-spacing: 0.5px;
}

/* Modern FAQ Accordion */
.faq-accordion-premium .accordion-item {
    background-color: var(--gray-light);
    border: 1px solid var(--gray-medium);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: var(--transition-smooth);
}
.faq-accordion-premium .accordion-header {
    margin: 0;
}
.faq-accordion-premium .accordion-button {
    background-color: transparent;
    color: var(--navy-deep);
    font-weight: 600;
    font-size: 1.05rem;
    padding: 22px 25px;
    box-shadow: none !important;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-accordion-premium .accordion-button::after {
    display: none; /* remove standard bootstrap icon */
}
.faq-icon-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid var(--gray-medium);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    transition: var(--transition-smooth);
    color: var(--navy-deep);
}
.faq-accordion-premium .accordion-button:not(.collapsed) .faq-icon-arrow {
    background-color: var(--blue-accent);
    color: var(--white);
    border-color: var(--blue-accent);
    transform: rotate(180deg);
}
.faq-accordion-premium .accordion-button:not(.collapsed) {
    color: var(--blue-accent);
}
.faq-accordion-premium .accordion-collapse {
    border: none;
}
.faq-accordion-premium .accordion-body {
    padding: 0 25px 25px;
    color: var(--gray-text);
    font-size: 0.92rem;
}

/* Premium Lead Form Panel */
.quote-form-panel {
    background-color: var(--white);
    border: 1px solid var(--gray-medium);
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 30px 60px rgba(8,18,37,0.06);
}
.quote-form-panel .form-label {
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--navy-deep);
    margin-bottom: 8px;
}
.quote-form-panel .form-control, .quote-form-panel .form-select {
    padding: 13px 20px;
    border-radius: 10px;
    border: 2px solid var(--gray-medium);
    background-color: var(--gray-light);
    font-weight: 500;
    font-size: 0.95rem;
    transition: var(--transition-smooth);
}
.quote-form-panel .form-control:focus, .quote-form-panel .form-select:focus {
    background-color: var(--white);
    border-color: var(--blue-accent);
    outline: none;
    box-shadow: var(--glow-shadow);
}

/* Contact Cards styling */
.contact-card-premium {
    background-color: var(--white);
    border: 1px solid var(--gray-medium);
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
}
.contact-card-premium:hover {
    transform: translateY(-5px);
    border-color: var(--blue-accent);
}
.contact-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--blue-light);
    color: var(--blue-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 20px;
    transition: var(--transition-smooth);
}
.contact-card-premium:hover .contact-card-icon {
    background-color: var(--blue-accent);
    color: var(--white);
    box-shadow: var(--glow-shadow);
}
.contact-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-card-detail {
    color: var(--gray-text);
    font-size: 0.9rem;
    margin: 0;
}
.contact-card-detail a {
    color: var(--gray-text);
    text-decoration: none;
    transition: var(--transition-smooth);
}
.contact-card-detail a:hover {
    color: var(--blue-accent);
}

/* Premium Footer */
.premium-footer {
    background-color: var(--navy-deep);
    color: var(--white);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 80px;
}
.premium-footer p {
    color: rgba(255, 255, 255, 0.8) !important;
}
.premium-footer .text-secondary {
    color: rgba(255, 255, 255, 0.8) !important;
}
.premium-footer .text-primary {
    color: var(--gold-bright) !important;
}
.premium-footer a {
    transition: var(--transition-smooth);
}
.premium-footer a.text-secondary {
    color: rgba(255, 255, 255, 0.7) !important;
}
.premium-footer a.text-secondary:hover {
    color: var(--gold-bright) !important;
}
.footer-bottom-bar {
    color: rgba(255, 255, 255, 0.75) !important;
}
.footer-brand-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 10px;
}
.footer-brand-title span {
    color: var(--gold-bright);
}
.footer-brand-tagline {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
    display: block;
}
.footer-widget-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: var(--gold-bright);
}
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links-list li {
    margin-bottom: 12px;
}
.footer-links-list a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.92rem;
    transition: var(--transition-smooth);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.footer-links-list a:hover {
    color: var(--gold-bright);
    transform: translateX(5px);
}
.footer-social-bar {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}
.footer-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255,255,255,0.06);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    transition: var(--transition-smooth);
    text-decoration: none;
}
.footer-social-icon:hover {
    background-color: var(--gold-bright);
    color: var(--navy-deep);
    transform: translateY(-3px);
}
.footer-bottom-bar {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 25px 0;
    margin-top: 60px;
    color: rgba(255,255,255,0.5);
    font-size: 0.85rem;
}

/* Floating Quick Connections */
.quick-connect-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}
.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: var(--transition-smooth);
    position: relative;
    text-decoration: none;
}
.float-btn:hover {
    transform: scale(1.1) translateY(-3px);
    color: var(--white);
}
.float-whatsapp {
    background-color: #25d366;
}
.float-call {
    background-color: var(--blue-accent);
}
.float-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: inherit;
    opacity: 0.4;
    z-index: -1;
    animation: ripplePulse 2s infinite;
}
.float-whatsapp::before { animation-delay: 0.5s; }

@keyframes ripplePulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* Sticky Bottom Mobile Bar */
.sticky-bottom-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--navy-deep);
    border-top: 2px solid var(--gold-bright);
    z-index: 999;
    display: none;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
}
.mobile-sticky-grid {
    display: flex;
    width: 100%;
}
.mobile-sticky-item {
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    color: var(--white);
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-right: 1px solid rgba(255,255,255,0.06);
}
.mobile-sticky-item i {
    font-size: 1.15rem;
}
.mobile-sticky-item:last-child {
    border-right: none;
    background: linear-gradient(135deg, var(--blue-royal), var(--blue-accent));
}
.mobile-sticky-item.whatsapp-sticky {
    background-color: #25d366;
}

@media (max-width: 767px) {
    .sticky-bottom-mobile { display: block; }
    body { padding-bottom: 60px; } /* Prevent bottom overlap */
    .quick-connect-float { display: none !important; }
}

/* Premium Fleet / Vehicle Sizes Table Section */
.vehicle-table-section {
    position: relative;
    overflow: hidden;
}
.vehicle-table-container {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--gray-medium);
    border-radius: 20px;
    padding: 35px;
    box-shadow: var(--card-shadow);
}
.premium-table-wrapper {
    overflow-x: auto;
    width: 100%;
}
.premium-table {
    width: 100%;
    margin-bottom: 0;
    color: var(--navy-deep);
    border-collapse: separate;
    border-spacing: 0 8px;
    min-width: 700px;
}
.premium-table th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 1px;
    color: var(--navy-deep);
    border: none;
    padding: 15px 20px;
    background: var(--gray-light);
}
.premium-table td {
    padding: 16px 20px;
    vertical-align: middle;
    background: var(--white);
    border-top: 1px solid var(--gray-medium);
    border-bottom: 1px solid var(--gray-medium);
    font-weight: 500;
    transition: var(--transition-smooth);
}
.premium-table td:first-child {
    border-left: 1px solid var(--gray-medium);
    border-radius: 10px 0 0 10px;
    font-weight: 700;
}
.premium-table td:last-child {
    border-right: 1px solid var(--gray-medium);
    border-radius: 0 10px 10px 0;
}
.premium-table tr {
    transition: var(--transition-smooth);
}
.premium-table tr:hover td {
    background: var(--blue-light) !important;
    border-color: var(--blue-accent) !important;
}
.badge-dispatch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 20px;
    background-color: rgba(37, 211, 102, 0.12);
    color: #25d366;
}
.badge-dispatch::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
    display: block;
    animation: pulseGlow 1.5s infinite;
}
@keyframes pulseGlow {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.4; }
    100% { transform: scale(1); opacity: 1; }
}
.btn-table-enquire {
    padding: 8px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--white);
    background-color: var(--blue-royal);
    border: 1px solid var(--blue-royal);
    transition: var(--transition-smooth);
    text-decoration: none;
}
.btn-table-enquire:hover {
    background-color: var(--gold-bright);
    border-color: var(--gold-bright);
    color: var(--white);
    box-shadow: var(--glow-shadow);
}

/* Continuous Scrolling Corporate Client Marquee Slider */
.client-showcase-section {
    position: relative;
    padding: 50px 0;
    background-color: var(--white);
    border-top: 1px solid var(--gray-medium);
    border-bottom: 1px solid var(--gray-medium);
    overflow: hidden;
}
.client-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}
.client-marquee-container::before,
.client-marquee-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}
.client-marquee-container::before {
    left: 0;
    background: linear-gradient(90deg, var(--white), transparent);
}
.client-marquee-container::after {
    right: 0;
    background: linear-gradient(270deg, var(--white), transparent);
}
.client-marquee-track {
    display: flex;
    gap: 75px;
    width: max-content;
    animation: scrollMarquee 35s linear infinite;
    align-items: center;
}
.client-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    opacity: 0.9;
    filter: none;
    transition: var(--transition-smooth);
}
.client-logo-item svg {
    height: 100%;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}
.client-logo-item img {
    height: 100%;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}
.client-logo-item:hover {
    opacity: 1;
    transform: scale(1.08);
}
@keyframes scrollMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}



/* Table Vehicle Image Styles */
.table-vehicle-img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--gray-medium);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: var(--transition-smooth);
    display: block;
}
.table-vehicle-img:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Premium Dark Cargo Services Styles */
.dark-section-premium .service-premium-card {
    background-color: var(--navy-medium);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.dark-section-premium .service-premium-card:hover {
    border-color: var(--gold-bright);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    transform: translateY(-8px);
}
.dark-section-premium .service-card-title a {
    color: var(--white) !important;
}
.dark-section-premium .service-card-title a:hover {
    color: var(--gold-bright) !important;
}
.dark-section-premium .service-card-desc {
    color: rgba(255, 255, 255, 0.65);
}
.dark-section-premium .service-card-body {
    background-color: var(--navy-medium);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* Premium Light Theme Hero Section Overrides */
.premium-hero.light-theme {
    background-color: var(--white) !important;
    background: linear-gradient(180deg, var(--white) 0%, var(--gray-light) 100%) !important;
}
.premium-hero.light-theme .hero-media-overlay {
    opacity: 0.10 !important;
    mix-blend-mode: normal !important;
}
.premium-hero.light-theme .hero-gradient-shield {
    background: radial-gradient(circle at 60% 40%, rgba(255, 107, 0, 0.04), transparent), linear-gradient(180deg, rgba(255, 255, 255, 0.2), #f4f7fa78) !important;
}
.premium-hero.light-theme .hero-title {
    color: var(--navy-deep) !important;
}
.premium-hero.light-theme .hero-title span {
    color: var(--blue-accent) !important;
    background: linear-gradient(135deg, var(--navy-deep), var(--blue-accent)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.premium-hero.light-theme .hero-subtitle {
    color: var(--gray-text) !important;
}
.premium-hero.light-theme .hero-badge {
    background-color: rgba(255, 107, 0, 0.08) !important;
    border: 1px solid rgba(255, 107, 0, 0.2) !important;
    color: var(--blue-accent) !important;
}
.premium-hero.light-theme .hero-interactive-map {
    opacity: 0.15 !important;
}
.premium-hero.light-theme .btn-premium-outline {
    color: var(--navy-deep) !important;
    border-color: var(--navy-deep) !important;
}
.premium-hero.light-theme .btn-premium-outline:hover {
    background-color: var(--navy-deep) !important;
    color: var(--white) !important;
    border-color: var(--navy-deep) !important;
}
.premium-hero.light-theme .hero-stats-panel {
    background: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid var(--gray-medium) !important;
    box-shadow: 0 20px 40px rgba(3, 21, 45, 0.08) !important;
}
.premium-hero.light-theme .hero-stat-num {
    color: var(--blue-accent) !important;
    display: block !important;
}
.premium-hero.light-theme .hero-stat-label {
    color: var(--navy-deep) !important;
}

/* 10 Reasons Grid Section - Premium Aesthetic */
.reasons-grid-section {
    background-color: var(--white);
    position: relative;
    overflow: hidden;
}
.reasons-badge-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.reasons-badge {
    color: #e11d48;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
}
.reasons-badge-line {
    height: 3px;
    width: 45px;
    background-color: #e11d48;
    display: inline-block;
    border-radius: 2px;
}
.reasons-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(3, 21, 45, 0.08);
    border-left: 1px solid rgba(3, 21, 45, 0.08);
    background-color: var(--white);
    margin-top: 45px;
}
.reason-card {
    position: relative;
    border-right: 1px solid rgba(3, 21, 45, 0.08);
    border-bottom: 1px solid rgba(3, 21, 45, 0.08);
    padding: 45px 30px 35px;
    background-color: var(--white);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 290px;
    overflow: hidden;
}
.reason-number {
    font-size: 5.5rem;
    font-weight: 800;
    color: rgba(3, 21, 45, 0.035);
    position: absolute;
    top: 15px;
    left: 20px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    transition: var(--transition-smooth);
    font-family: var(--font-sans);
}
.reason-content {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.reason-title {
    font-size: 1.22rem;
    font-weight: 700;
    color: var(--navy-deep);
    margin-top: 40px;
    margin-bottom: 12px;
    line-height: 1.35;
}
.reason-desc {
    font-size: 0.9rem;
    color: var(--gray-text);
    line-height: 1.55;
    margin-bottom: 20px;
}
.reason-tag {
    font-size: 0.72rem;
    font-weight: 700;
    color: #e11d48;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
}

/* Highlight Card Style (matches card 03 in the image) */
.reason-card.highlighted {
    background-color: rgba(225, 29, 72, 0.02) !important;
}
.reason-card.highlighted .reason-number {
    color: rgba(225, 29, 72, 0.065) !important;
}

/* Hover effects */
.reason-card:hover {
    background-color: var(--white);
    box-shadow: 0 20px 45px rgba(3, 21, 45, 0.12);
    border-color: rgba(255, 107, 0, 0.2) !important;
    transform: translateY(-5px);
    z-index: 5;
}
.reason-card:hover .reason-number {
    color: rgba(255, 107, 0, 0.1) !important;
    transform: translateY(-5px);
}

/* Responsive Grid layouts */
@media (max-width: 1200px) {
    .reasons-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .reasons-grid {
        grid-template-columns: 1fr;
    }
    .reason-card {
        min-height: auto;
        padding: 35px 25px 25px;
    }
}

/* Premium Careers Page Styles */
.job-card {
    background-color: var(--white);
    border: 1px solid rgba(3, 21, 45, 0.08);
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: var(--card-shadow);
    transition: var(--transition-smooth);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.job-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 107, 0, 0.2);
    box-shadow: 0 20px 45px rgba(3, 21, 45, 0.12);
}
.job-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
}

/* TRUST IN EVERY TRANSIT Section (Formerly India's Most Trusted Freight Partner) */
.trusted-partner-section {
    background-color: var(--white);
    position: relative;
}
.highlight-text-orange {
    color: var(--gold-bright) !important; /* Brand Orange! */
}
.btn-brand-orange {
    background: var(--gold-bright) !important;
    color: var(--white) !important;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.2) !important;
    font-weight: 700;
    transition: var(--transition-smooth);
}
.btn-brand-orange:hover {
    background: var(--gold-hover) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.35) !important;
}
.trusted-badge {
    color: var(--gold-bright);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.trusted-badge-line {
    height: 2px;
    width: 30px;
    background-color: var(--gold-bright);
    display: inline-block;
}
.trust-icon-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--gray-light);
    border: 1px solid var(--gray-medium);
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--navy-deep);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Metrics & Quote Panel */
.metrics-quote-panel {
    background-color: #f8fafc;
    border: 1px solid rgba(3, 21, 45, 0.06);
    border-radius: 24px;
    padding: 40px;
}
.metrics-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}
.metric-mini-card {
    border-bottom: 1px solid rgba(3, 21, 45, 0.08);
    padding-bottom: 15px;
}
.metric-mini-num {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--gold-bright); /* Brand Orange! */
    line-height: 1;
    margin-bottom: 5px;
    font-family: var(--font-sans);
}
.metric-mini-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--navy-deep);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.metric-mini-desc {
    font-size: 0.8rem;
    color: var(--gray-text);
    line-height: 1.35;
    margin-bottom: 0;
}

/* Quick Freight Form */
.quick-freight-card {
    background-color: var(--navy-deep);
    border-radius: 16px;
    padding: 25px 30px;
    color: var(--white);
    box-shadow: 0 15px 35px rgba(3, 21, 45, 0.15);
}
.quick-form-title {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}
.quick-form-group {
    margin-bottom: 15px;
}
.quick-form-label {
    font-size: 0.68rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
}
.quick-form-input {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--white);
    font-size: 0.85rem;
    padding: 11px 14px;
    width: 100%;
    transition: var(--transition-smooth);
}
.quick-form-input:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: var(--gold-bright);
    outline: none;
}
.quick-form-input option {
    background-color: var(--navy-deep);
    color: var(--white);
}
.quick-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
}
.btn-quick-quote-submit {
    background-color: var(--gold-bright); /* Brand Orange! */
    color: var(--white);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}
.btn-quick-quote-submit:hover {
    background-color: var(--gold-hover);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.3);
}

@media (max-width: 991px) {
    .metrics-quote-panel {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .metrics-mini-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .metrics-quote-panel {
        padding: 25px 20px;
    }
    .quick-freight-card {
        padding: 20px;
    }
}