/* ===== MAX INSURANCE - PREMIUM MODERN CSS ===== */

/* Import Premium Professional Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* ===== SPLIDE CUSTOM STYLES ===== */
.splide__arrow {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid #007bff !important;
    color: #007bff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15) !important;
    z-index: 10 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.splide__arrow:hover {
    background: #007bff !important;
    color: white !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3) !important;
}

.splide__arrow:disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

.splide__arrow svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
}

.splide__arrow--prev {
    left: -10px !important;
}

.splide__arrow--next {
    right: -10px !important;
}

/* Hide Splide pagination dots */
.splide__pagination {
    display: none !important;
}

/* Custom Splide slide spacing */
.splide__slide {
    padding: 0 10px 20px 10px !important;
    margin-bottom: 15px !important;
    margin-top: 10px !important;
}

/* Ensure arrows are always visible */
.splide__arrows {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
    pointer-events: none !important;
}

.splide__arrow {
    pointer-events: auto !important;
}

/* Add space for card hover effects */
.service-card,
.testimonial-card {
    transition: all 0.3s ease !important;
    margin: 20px 0 20px 0 !important;
    padding-bottom: 15px !important;
    height: 100% !important;
}

/* Partner cards styling */
.partner-card {
    background: white !important;
    border-radius: 12px !important;
    padding: 30px 20px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.partner-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
    border-color: #007bff !important;
}

.partner-logo {
    max-width: 100% !important;
    height: auto !important;
    filter: grayscale(100%) !important;
    transition: all 0.3s ease !important;
    opacity: 0.7 !important;
}

.partner-card:hover .partner-logo {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

.partner-logo-placeholder {
    transition: all 0.3s ease !important;
    opacity: 0.7 !important;
}

.partner-card:hover .partner-logo-placeholder {
    opacity: 1 !important;
}

.partner-card:hover .partner-logo-placeholder h4 {
    color: #007bff !important;
}

.service-card:hover,
.testimonial-card:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 25px !important;
}

/* Services and Testimonials slider specific styles */
.services-slider .splide,
.testimonials-slider .splide,
.partners-slider .splide {
    padding: 0 50px 0 50px !important;
    overflow: visible !important;
    position: relative !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.services-slider,
.testimonials-slider,
.partners-slider {
    overflow: visible !important;
    position: relative !important;
    padding: 60px 0 40px 0 !important;
}

@media (max-width: 768px) {

    .services-slider .splide,
    .testimonials-slider .splide,
    .partners-slider .splide {
        padding: 0 35px 0 35px !important;
        overflow: visible !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .services-slider,
    .testimonials-slider,
    .partners-slider {
        padding: 40px 0 20px 0 !important;
        margin: 15px 0 !important;
    }

    .splide__arrow {
        width: 40px !important;
        height: 40px !important;
    }

    .splide__arrow--prev {
        left: -10px !important;
    }

    .splide__arrow--next {
        right: -10px !important;
    }

    .service-card,
    .testimonial-card,
    .partner-card {
        margin: 10px 0 20px 0 !important;
        padding-bottom: 15px !important;
        width: 100% !important;
        min-width: 100% !important;
    }

    .service-card:hover,
    .testimonial-card:hover {
        margin-bottom: 30px !important;
        transform: translateY(-5px) !important;
    }

    .splide__slide {
        padding: 0 10px 15px 10px !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }

    .service-card:hover,
    .testimonial-card:hover {
        margin-bottom: 35px !important;
        transform: translateY(-8px) !important;
    }
}

/* Extra small devices (phones, 320px and up) */
@media (max-width: 480px) {

    .services-slider .splide,
    .testimonials-slider .splide {
        padding: 0 15px 0 15px !important;
        margin-bottom: 20px !important;
    }

    .services-slider,
    .testimonials-slider {
        padding: 30px 0 50px 0 !important;
        margin: 10px 0 !important;
    }

    .splide__arrow {
        width: 35px !important;
        height: 35px !important;
    }

    .splide__arrow--prev {
        left: -5px !important;
    }

    .splide__arrow--next {
        right: -5px !important;
    }

    .service-card,
    .testimonial-card {
        margin: 10px 0 25px 0 !important;
        padding-bottom: 20px !important;
        width: 100% !important;
        min-width: 100% !important;
    }

    .service-card:hover,
    .testimonial-card:hover {
        margin-bottom: 35px !important;
        transform: translateY(-5px) !important;
    }

    /* Full width cards on mobile */
    .splide__slide {
        padding: 0 5px 20px 5px !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 481px) and (max-width: 575px) {

    .services-slider .splide,
    .testimonials-slider .splide {
        padding: 0 20px 0 20px !important;
        margin-bottom: 25px !important;
    }

    .services-slider,
    .testimonials-slider {
        padding: 25px 0 45px 0 !important;
        margin: 8px 0 !important;
    }

    .splide__arrow--prev {
        left: -8px !important;
    }

    .splide__arrow--next {
        right: -8px !important;
    }

    .service-card,
    .testimonial-card {
        margin: 8px 0 20px 0 !important;
        padding-bottom: 18px !important;
        width: 100% !important;
        min-width: 100% !important;
    }

    .service-card:hover,
    .testimonial-card:hover {
        margin-bottom: 30px !important;
        transform: translateY(-5px) !important;
    }

    .splide__slide {
        padding: 0 8px 18px 8px !important;
        margin-bottom: 18px !important;
        width: 100% !important;
    }

    .partner-card {
        height: 120px !important;
        padding: 20px 15px !important;
    }
}

/* Mobile Viewport Fixes - Prevent Right Side Gap */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
}

/* Ensure all elements respect viewport width */
* {
    box-sizing: border-box !important;
}

/* Bootstrap Container Fixes for Mobile */
@media (max-width: 768px) {

    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .row {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
}

/* CSS Variables - Premium Color Palette */
:root {
    --primary-blue: #2563eb;
    --primary-blue-dark: #1d4ed8;
    --primary-blue-light: #3b82f6;
    --secondary-blue: #0ea5e9;
    --accent-orange: #f59e0b;
    --accent-orange-hover: #d97706;
    --success-green: #10b981;
    --warning-yellow: #fbbf24;
    --danger-red: #ef4444;
    --info-cyan: #06b6d4;
    --purple: #8b5cf6;
    --pink: #ec4899;

    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;

    --white: #ffffff;
    --black: #000000;

    /* Premium Shadows */
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-2xl: 0 50px 100px -20px rgb(0 0 0 / 0.25);
    --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);

    /* Premium Transitions */
    --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    /* Premium Border Radius */
    --radius-sm: 0.375rem;
    --radius: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-xl: 1.5rem;
    --radius-2xl: 2rem;
    --radius-3xl: 3rem;
    --radius-full: 9999px;

    /* Premium Gradients */
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --gradient-success: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --gradient-warning: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    --gradient-dark: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    --gradient-hero: linear-gradient(135deg, rgba(37, 99, 235, 0.9) 0%, rgba(14, 165, 233, 0.9) 50%, rgba(139, 92, 246, 0.9) 100%);
}

/* Global Styles - Premium Foundation */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    /* Increased scroll padding for fixed header */
}

body {
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    color: var(--gray-800);
    background: var(--white);
    overflow-x: hidden;
    font-weight: 400;
}

/* Premium Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
}

/* Enhanced Typography System */
.text-hero {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.text-display {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.text-heading {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.text-body {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

.text-caption {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.text-orange {
    color: var(--accent-orange) !important;
    font-weight: 700;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.6);
}

.title-line.text-orange {
    position: relative;
}

.title-line.text-orange::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-orange);
    border-radius: 2px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.6);
    animation: orangeLinePulse 2s ease-in-out infinite;
}

@keyframes orangeLinePulse {

    0%,
    100% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }

    50% {
        opacity: 0.8;
        transform: translateX(-50%) scaleX(1.1);
    }
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.lead {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
}

.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Premium Button Styles */
.btn {
    font-family: 'Outfit', sans-serif;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.875rem 2rem;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.025em;
    text-transform: none;
    box-shadow: var(--shadow-sm);
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: var(--transition);
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

.btn:active {
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    color: var(--white);
}

.btn-warning {
    background: var(--gradient-warning);
    color: var(--gray-900);
    border: none;
}

.btn-warning:hover {
    background: linear-gradient(135deg, #f472b6 0%, #fbbf24 100%);
    color: var(--gray-900);
}

.btn-success {
    background: var(--gradient-success);
    color: var(--white);
    border: none;
}

.btn-success.custom-btn {
    background: var(--success-green);
}

.btn-success.custom-btn:hover {
    background: var(--success-green);
    color: var(--white);
}

.text-purple {
    color: var(--purple) !important;
}

.btn-success:hover {
    background: linear-gradient(135deg, #34d399 0%, #06b6d4 100%);
    color: var(--white);
}

.btn-outline-primary {
    background: transparent;
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    position: relative;
    z-index: 1;
}

.btn-outline-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--gradient-primary);
    transition: var(--transition);
    z-index: -1;
}

.btn-outline-primary:hover::before {
    width: 100%;
}

.btn-outline-primary:hover {
    color: var(--white);
    border-color: transparent;
}

.btn-outline-light {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    position: relative;
    z-index: 1;
}

.btn-outline-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--white);
    transition: var(--transition);
    z-index: -1;
}

.btn-outline-light:hover::before {
    width: 100%;
}

.btn-outline-light:hover {
    color: var(--gray-900);
    border-color: var(--white);
}

/* Premium Header & Navigation */
.header {
    background: var(--white);
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    z-index: 1030;
    position: relative;
}

/* Clean Navigation Styling */
.navbar {
    padding: 1rem 0;
}

/* Mobile Menu Toggle Button */
.navbar-toggler {
    padding: 0.5rem;
    border: none;
    outline: none;
    background: transparent;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    transform: rotate(90deg);
}

.navbar-toggler-icon {
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link {
    color: var(--gray-700);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-blue);
}

/* Hover Dropdown Styling */
.dropdown-hover {
    position: relative;
}

.dropdown-menu-hover {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    border: none;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
    padding: 0.75rem 0;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    list-style: none;
    margin: 0;
    /* Ensure dropdowns maintain proper stacking even when parent is transformed */
    isolation: isolate;
}

.dropdown-menu-hover li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-hover:hover .dropdown-menu-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item-hover {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--gray-700);
    text-decoration: none;
    transition: var(--transition);
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 0.9rem;
}

.dropdown-item-hover:hover {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    transform: translateX(5px);
}

.dropdown-item-hover i {
    transition: var(--transition);
}

.dropdown-item-hover:hover i {
    color: #2563eb !important;
    transform: scale(1.1);
}

/* Dropdown Arrow Indicator - Disabled to prevent double arrows */
/* .dropdown-hover::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--gray-500);
    transition: var(--transition);
}

.dropdown-hover:hover::after {
    border-top-color: var(--primary-blue);
    transform: translateY(-50%) rotate(180deg);
} */

/* Solutions Mega Menu Styling */
.solutions-dropdown {
    position: relative;
}

.solutions-mega-menu {
    position: fixed;
    top: 118px;
    left: 0;
    right: 0;
    background: var(--white);
    border: none;
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 25px rgba(0, 0, 0, 0.08);
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
    padding: 0;
    margin-top: 0;
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(76, 29, 149, 0.1);
    /* Ensure mega menu maintains proper stacking even when parent is transformed */
    isolation: isolate;
}

.solutions-dropdown:hover .solutions-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.solutions-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.solutions-mega-menu .row {
    margin: 0;
    width: 100%;
}


.solutions-mega-menu .col-lg-4 {
    padding: 0;
}

.solutions-section {
    padding: 2rem 1.75rem;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
}

.solutions-section:hover:not(.company-info) {
    background: rgba(76, 29, 149, 0.02);
    transform: translateY(-2px);
}

.solutions-section:last-child {
    border-right: none;
}

.solutions-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.08), transparent);
}

.company-info {
    background: linear-gradient(135deg, #4c1d95 0%, #581c87 100%);
    color: var(--white);
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.company-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(168, 85, 247, 0.08) 0%, rgba(139, 92, 246, 0.08) 50%, rgba(76, 29, 149, 0.05) 100%);
    pointer-events: none;
}

.company-info::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.company-info .solutions-title {
    color: var(--white);
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #a855f7;
    position: relative;
}

.company-info .solutions-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.solutions-title {
    color: #4c1d95;
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #4c1d95;
    position: relative;
}

.solutions-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #4c1d95, #a855f7);
    border-radius: 1px;
}

.solutions-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.solutions-list li {
    margin-bottom: 0.75rem;
    position: relative;
}

.solutions-list a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    /* padding: 0.75rem 0; */
    border-radius: 6px;
    position: relative;
}

.solutions-list a:hover {
    color: #4c1d95;
    transform: translateX(8px);
    background: rgba(76, 29, 149, 0.05);
    padding-left: 0.75rem;
}

.solutions-list a i {
    margin-right: 0.75rem;
    font-size: 1rem;
    color: #6b7280;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.solutions-list a:hover i {
    color: #4c1d95;
    transform: scale(1.1);
}

.solutions-view-all {
    color: #6b7280;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    border-bottom: 2px solid #4c1d95;
    padding-bottom: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    position: relative;
}

.solutions-view-all:hover {
    color: #4c1d95;
    border-bottom-color: #a855f7;
    transform: translateY(-1px);
}

.solutions-view-all::after {
    content: '→';
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-5px);
}

.solutions-view-all:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Enhanced Hover Effects */
.solutions-dropdown:hover .solutions-mega-menu {
    animation: slideInDown 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Solutions dropdown now uses standard dropdown behavior */

@media (min-width: 992px) {
    .solutions-dropdown .dropdown-menu-hover.d-lg-none {
        display: none !important;
    }

    .solutions-dropdown .solutions-mega-menu {
        display: block !important;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Solutions Menu */
@media (max-width: 991.98px) {
    .solutions-mega-menu {
        position: static;
        width: 100%;
        max-width: none;
        box-shadow: none;
        border: none;
        margin-top: 1rem;
        opacity: 1;
        visibility: visible;
        border-radius: 0;
    }

    .solutions-container {
        max-width: none;
        margin: 0;
    }

    .solutions-section {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        min-height: auto;
        padding: 1.5rem;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .solutions-section:last-child {
        border-bottom: none;
    }

    .company-info {
        border-radius: 0;
    }

    /* Mobile Solutions Menu Active State */
    .solutions-dropdown.active .solutions-mega-menu {
        display: block;
    }

    .solutions-dropdown:not(.active) .solutions-mega-menu {
        display: none;
    }

    /* Mobile Solutions Dropdown - Organized Sections */
    .mobile-solutions-container {
        max-height: 70vh;
        overflow: hidden;
        border-radius: 0.75rem;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(76, 29, 149, 0.1);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    }

    .mobile-solutions-scroll {
        max-height: 70vh;
        overflow-y: auto;
        padding: 1rem 0;
        padding-bottom: 4rem;
        /* Ensure smooth scrolling and proper content visibility */
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    /* Custom scrollbar for mobile */
    .mobile-solutions-scroll::-webkit-scrollbar {
        width: 8px;
    }

    .mobile-solutions-scroll::-webkit-scrollbar-track {
        background: rgba(76, 29, 149, 0.08);
        border-radius: 4px;
    }

    .mobile-solutions-scroll::-webkit-scrollbar-thumb {
        background: rgba(76, 29, 149, 0.4);
        border-radius: 4px;
        min-height: 50px;
    }

    .mobile-solutions-scroll::-webkit-scrollbar-thumb:hover {
        background: rgba(76, 29, 149, 0.6);
    }

    /* Ensure smooth scrolling on all devices */
    .mobile-solutions-scroll {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        /* Ensure content is fully scrollable */
        scroll-padding-bottom: 2rem;
    }

    /* Add scroll indicator for better UX */
    .mobile-solutions-scroll::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 15px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
        pointer-events: none;
        z-index: 1;
    }

    .mobile-solutions-section {
        padding: 1rem 1.5rem;
        border-bottom: 1px solid rgba(76, 29, 149, 0.08);
    }

    .mobile-solutions-section:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    /* Ensure last items are fully visible */
    .mobile-solutions-list li:last-child {
        margin-bottom: 0;
    }

    .mobile-solutions-list li:last-child a {
        margin-bottom: 0;
    }

    /* Add visual indicator for scrollable content */
    .mobile-solutions-scroll::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20px;
        background: linear-gradient(to top, rgba(255, 255, 255, 0.9), transparent);
        pointer-events: none;
        z-index: 1;
    }

    /* Ensure proper spacing for last items */
    .mobile-solutions-list li:last-child a {
        margin-bottom: 1rem;
    }

    .mobile-solutions-title {
        color: #4c1d95;
        font-weight: 700;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid rgba(76, 29, 149, 0.2);
        display: flex;
        align-items: center;
    }

    .mobile-solutions-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-solutions-list li {
        margin-bottom: 0.5rem;
    }

    .mobile-solutions-list a {
        color: #6b7280;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.9rem;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        padding: 0.5rem 0.75rem;
        border-radius: 6px;
        margin: 0 -0.75rem;
    }

    .mobile-solutions-list a:hover {
        background: rgba(76, 29, 149, 0.08);
        color: #4c1d95;
        transform: translateX(5px);
    }

    .mobile-solutions-list a i {
        color: #6b7280;
        margin-right: 0.75rem;
        width: 20px;
        text-align: center;
        font-size: 0.9rem;
    }

    .mobile-solutions-list a:hover i {
        color: #4c1d95;
    }

    /* Mobile touch enhancements */
    @media (max-width: 767px) {

        /* Let Bootstrap handle mobile menu naturally */

        .mobile-solutions-container {
            max-height: 60vh;
            margin: 0 0.5rem;
        }

        .mobile-solutions-scroll {
            max-height: 60vh;
            padding-bottom: 5rem;
        }

        .mobile-solutions-section {
            padding: 0.75rem 1rem;
        }

        .mobile-solutions-section:last-child {
            padding-bottom: 3rem;
            margin-bottom: 2rem;
        }

        .mobile-solutions-list a {
            padding: 0.75rem 0.5rem;
            font-size: 0.95rem;
        }

        .mobile-solutions-title {
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }
    }

    /* Smooth animations for mobile */
    .mobile-solutions-container {
        animation: slideInDown 0.3s ease-out;
        position: relative;
        z-index: 1051;
    }

    /* Ensure dropdown is properly positioned and visible */
    .solutions-dropdown.active .mobile-solutions-container {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    @keyframes slideInDown {
        0% {
            opacity: 0;
            transform: translateY(-10px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* ===== PARTNERS MEGA MENU STYLING ===== */
.partners-dropdown {
    position: relative;
}

.partners-mega-menu {
    position: fixed;
    top: 118px;
    left: 0;
    right: 0;
    background: var(--white);
    border: none;
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 25px rgba(0, 0, 0, 0.08);
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1050;
    padding: 0;
    margin-top: 0;
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(37, 99, 235, 0.1);
    /* Ensure mega menu maintains proper stacking even when parent is transformed */
    isolation: isolate;
}

.partners-dropdown:hover .partners-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.partners-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.partners-mega-menu .row {
    margin: 0;
    width: 100%;
}

.partners-section {
    padding: 2rem 1.75rem;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    background: var(--white);
}

.partners-section:hover:not(.company-info) {
    background: rgba(76, 29, 149, 0.02);
    transform: translateY(-2px);
}

.partners-section:last-child {
    border-right: none;
}

.partners-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.08), transparent);
}

.partners-section.company-info {
    background: linear-gradient(135deg, #4c1d95 0%, #581c87 100%);
    color: var(--white);
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.partners-section.company-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(168, 85, 247, 0.08) 0%, rgba(139, 92, 246, 0.08) 50%, rgba(76, 29, 149, 0.05) 100%);
    pointer-events: none;
}

.partners-section.company-info::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.partners-section.company-info .partners-title {
    color: var(--white);
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #a855f7;
    position: relative;
}

.partners-section.company-info .partners-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.partners-title {
    color: #4c1d95;
    font-weight: 800;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #4c1d95;
    position: relative;
}

.partners-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #4c1d95, #a855f7);
    border-radius: 1px;
}

.partners-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.partners-list li {
    margin-bottom: 0.75rem;
    position: relative;
}

.partners-list a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    border-radius: 6px;
    position: relative;
}

.partners-list a:hover {
    color: #4c1d95;
    transform: translateX(8px);
    background: rgba(76, 29, 149, 0.05);
    padding-left: 0.75rem;
}

.partners-list a i {
    margin-right: 0.75rem;
    font-size: 1rem;
    color: #6b7280;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.partners-list a:hover i {
    color: #4c1d95;
    transform: scale(1.1);
}

.partner-service {
    color: #9ca3af;
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: 0.5rem;
}

.partners-view-all {
    color: #6b7280;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    border-bottom: 2px solid #4c1d95;
    padding-bottom: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    position: relative;
}

.partners-view-all:hover {
    color: #4c1d95;
    border-bottom-color: #a855f7;
    transform: translateY(-1px);
}

/* Special styling for company-info section buttons */
.partners-section.company-info .partners-view-all {
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.partners-section.company-info .partners-view-all:hover {
    color: var(--white);
    border-bottom-color: #a855f7;
    transform: translateY(-1px);
}

.partners-view-all::after {
    content: '→';
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-5px);
}

.partners-view-all:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Enhanced Hover Effects */
.partners-dropdown:hover .partners-mega-menu {
    animation: slideInDown 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@media (min-width: 992px) {
    .partners-dropdown .dropdown-menu-hover.d-lg-none {
        display: none !important;
    }

    .partners-dropdown .partners-mega-menu {
        display: block !important;
    }
}

/* Responsive Partners Menu */
@media (max-width: 991.98px) {
    .partners-mega-menu {
        position: static;
        width: 100%;
        max-width: none;
        box-shadow: none;
        border: none;
        margin-top: 1rem;
        opacity: 1;
        visibility: visible;
        border-radius: 0;
    }

    .partners-container {
        max-width: none;
        margin: 0;
    }

    .partners-section {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        min-height: auto;
        padding: 1.5rem;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .partners-section:last-child {
        border-bottom: none;
    }

    .partners-section.company-info {
        border-radius: 0;
    }

    /* Mobile Partners Menu Active State */
    .partners-dropdown.active .partners-mega-menu {
        display: block;
    }

    .partners-dropdown:not(.active) .partners-mega-menu {
        display: none;
    }

    /* Mobile Partners Dropdown - Organized Sections */
    .mobile-partners-container {
        max-height: 70vh;
        overflow: hidden;
        border-radius: 0.75rem;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(37, 99, 235, 0.1);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    }

    .mobile-partners-scroll {
        max-height: 70vh;
        overflow-y: auto;
        padding: 1rem 0;
        padding-bottom: 4rem;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    /* Custom scrollbar for mobile */
    .mobile-partners-scroll::-webkit-scrollbar {
        width: 8px;
    }

    .mobile-partners-scroll::-webkit-scrollbar-track {
        background: rgba(37, 99, 235, 0.08);
        border-radius: 4px;
    }

    .mobile-partners-scroll::-webkit-scrollbar-thumb {
        background: rgba(37, 99, 235, 0.4);
        border-radius: 4px;
        min-height: 50px;
    }

    .mobile-partners-scroll::-webkit-scrollbar-thumb:hover {
        background: rgba(37, 99, 235, 0.6);
    }

    .mobile-partners-scroll {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scroll-padding-bottom: 2rem;
    }

    .mobile-partners-scroll::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 15px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
        pointer-events: none;
        z-index: 1;
    }

    .mobile-partners-section {
        padding: 1rem 1.5rem;
        border-bottom: 1px solid rgba(37, 99, 235, 0.08);
    }

    .mobile-partners-section:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .mobile-partners-list li:last-child {
        margin-bottom: 0;
    }

    .mobile-partners-list li:last-child a {
        margin-bottom: 0;
    }

    .mobile-partners-scroll::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20px;
        background: linear-gradient(to top, rgba(255, 255, 255, 0.9), transparent);
        pointer-events: none;
        z-index: 1;
    }

    .mobile-partners-list li:last-child a {
        margin-bottom: 1rem;
    }

    .mobile-partners-title {
        color: #4c1d95;
        font-weight: 700;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid rgba(76, 29, 149, 0.2);
        display: flex;
        align-items: center;
    }

    .mobile-partners-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-partners-list li {
        margin-bottom: 0.5rem;
    }

    .mobile-partners-list a {
        color: #6b7280;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.9rem;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        padding: 0.5rem 0.75rem;
        border-radius: 6px;
        margin: 0 -0.75rem;
    }

    .mobile-partners-list a:hover {
        background: rgba(76, 29, 149, 0.08);
        color: #4c1d95;
        transform: translateX(5px);
    }

    .mobile-partners-list a i {
        color: #6b7280;
        margin-right: 0.75rem;
        width: 20px;
        text-align: center;
        font-size: 0.9rem;
    }

    .mobile-partners-list a:hover i {
        color: #4c1d95;
    }

    /* Mobile touch enhancements */
    @media (max-width: 767px) {
        .mobile-partners-container {
            max-height: 60vh;
            margin: 0 0.5rem;
        }

        .mobile-partners-scroll {
            max-height: 60vh;
            padding-bottom: 5rem;
        }

        .mobile-partners-section {
            padding: 0.75rem 1rem;
        }

        .mobile-partners-section:last-child {
            padding-bottom: 3rem;
            margin-bottom: 2rem;
        }

        .mobile-partners-list a {
            padding: 0.75rem 0.5rem;
            font-size: 0.95rem;
        }

        .mobile-partners-title {
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }
    }

    /* Smooth animations for mobile */
    .mobile-partners-container {
        animation: slideInDown 0.3s ease-out;
        position: relative;
        z-index: 1051;
    }

    /* Ensure dropdown is properly positioned and visible */
    .partners-dropdown.active .mobile-partners-container {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Top Utility Bar Styling */
.top-utility-bar {
    position: relative;
    background: linear-gradient(135deg, #4c1d95 0%, #581c87 100%);
    padding: 0 2rem;
}

.top-utility-bar .d-flex span {
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    color: white;
}

.top-utility-bar i {
    font-size: 0.8rem;
    color: white;
}

/* Brand Styling */
.brand-text {
    font-size: 2rem;
    font-weight: bolder;
    letter-spacing: -0.01em;
    line-height: 1;
}

@media (max-width: 768px) {
    .brand-text {
        font-size: 1.5rem;
    }
    .logo {
        width: 2.5rem;
    }
    
    .top-utility-bar {
        display: none !important;
    }
}


/* Clean Navigation Styling */
.navbar-nav {
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-item {
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}

.navbar-nav li {
    list-style: none;
}

.navbar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    position: relative;
    white-space: nowrap;
}

.navbar-nav .nav-link:hover {
    background: rgba(76, 29, 149, 0.08);
    color: #4c1d95;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0.25rem;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #4c1d95, #a855f7);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
    border-radius: var(--radius-full);
}

.navbar-nav .nav-link:hover::after {
    width: 70%;
}

/* Dropdown Enhancements */
.dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: var(--transition);
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Enhanced Chevron Animation for Hover Dropdowns */
.dropdown-hover .nav-link .bi-chevron-down {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-hover:hover .nav-link .bi-chevron-down {
    transform: rotate(180deg);
    color: #2563eb;
}

.dropdown-item i {
    width: 1.25rem;
    text-align: center;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-xl);
    border-bottom: 1px solid var(--gray-200);
    z-index: 1030;
    position: relative;
}

.navbar {
    padding: 1rem 0;
}

.navbar-brand {
    text-decoration: none;
    transition: var(--transition);
    padding: 0.5rem 0;
}

.navbar-brand:hover {
    transform: scale(1.02);
}

.navbar-brand h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.navbar-brand small {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.brand-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

.brand-icon:hover {
    transform: rotate(10deg) scale(1.1);
    box-shadow: var(--shadow-2xl);
}

.navbar-nav .nav-link {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--gray-700) !important;
    transition: var(--transition);
    position: relative;
    padding: 1rem 1.25rem !important;
    border-radius: var(--radius-lg);
    margin: 0 0.5rem;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.navbar-nav .nav-link:hover {
    color: #2563eb !important;
    background: rgba(37, 99, 235, 0.08);
    transform: translateY(-2px);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #0ea5e9);
    transition: var(--transition);
    transform: translateX(-50%);
    border-radius: var(--radius-full);
}

.navbar-nav .nav-link:hover::after {
    width: 60%;
}

.dropdown-menu {
    border: none;
    box-shadow: var(--shadow-2xl);
    border-radius: var(--radius-xl);
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 220px;
}

.dropdown-item {
    padding: 0.75rem 1.25rem;
    transition: var(--transition);
    border-radius: 0;
    margin: 0 0.5rem;
    border-radius: var(--radius-lg);
    font-size: 0.9rem;
}

.dropdown-item:hover {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    transform: translateX(8px);
}

/* Premium Hero Section - Completely Overhauled */
.hero {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 2rem;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.6;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(15, 23, 42, 0.85) 0%,
            rgba(30, 41, 59, 0.75) 50%,
            rgba(51, 65, 85, 0.85) 100%);
    z-index: 2;
}

/* Animated Background Elements */
.hero-bg-elements {
    z-index: 2;
    pointer-events: none;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(147, 51, 234, 0.1));
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 120px;
    height: 120px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.shape-3 {
    width: 100px;
    height: 100px;
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

.shape-4 {
    width: 60px;
    height: 60px;
    top: 30%;
    right: 30%;
    animation-delay: 1s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

#heroCanvas {
    z-index: 2;
    opacity: 0.3;
}

/* Hero Content - Enhanced */
.hero-content {
    z-index: 3;
    position: relative;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Hero Badge */
.hero-badge {
    display: inline-block;
    margin-bottom: 2rem;
}

.badge-text {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(147, 51, 234, 0.2));
    color: #60a5fa;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(59, 130, 246, 0.3);
    backdrop-filter: blur(10px);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

/* Hero Title */
.hero-title {
    margin-bottom: 2.5rem;
    line-height: 1.2;
}

/* Enhanced Hero Title Spacing */
.hero-title .title-line:not(:last-child) {
    margin-bottom: 0.5rem;
}

.hero-title .title-line:last-child {
    margin-bottom: 0;
}

.title-line {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 8vw, 4rem);
    font-weight: 800;
    color: var(--white);
    text-shadow:
        0 4px 8px rgba(0, 0, 0, 0.8),
        0 8px 16px rgba(0, 0, 0, 0.6),
        0 16px 32px rgba(0, 0, 0, 0.4);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.title-line.text-gradient {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 25%, #f97316 50%, #ea580c 75%, #dc2626 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    position: relative;
}

.title-line.text-gradient::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 6px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 25%, #f97316 50%, #ea580c 75%, #dc2626 100%);
    border-radius: 3px;
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.6);
}

/* Hero Subtitle */
.hero-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 3rem;
    font-weight: 400;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.01em;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    color: var(--white);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fbbf24;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 0.5rem;
    font-family: 'Outfit', sans-serif;
}

.stat-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3), transparent);
}

/* Hero Buttons - Enhanced */
.hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.hero-btn-primary,
.hero-btn-secondary {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.025em;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border: none;
    min-width: 200px;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: var(--white);
    box-shadow:
        0 10px 25px rgba(59, 130, 246, 0.4),
        0 20px 50px rgba(59, 130, 246, 0.2);
}

.hero-btn-primary:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow:
        0 20px 40px rgba(59, 130, 246, 0.6),
        0 30px 60px rgba(59, 130, 246, 0.3);
    color: var(--white);
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.95);
    color: var(--gray-900);
    border-color: var(--white);
    transform: translateY(-6px) scale(1.05);
}

/* Button Shine Effect */
.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.hero-btn-primary:hover .btn-shine {
    left: 100%;
}

/* Enhanced Scroll Indicator */
.scroll-indicator {
    z-index: 3;
    animation: scrollBounce 2s infinite;
}

.scroll-arrow {
    cursor: pointer;
    transition: var(--transition);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    min-width: 120px;
}

.scroll-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    display: block;
}

.scroll-arrow:hover {
    transform: translateY(8px);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
}

@keyframes scrollBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Premium Info Cards */
.info-cards {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);
    padding: 6rem 0;
    position: relative;
    margin-top: 2rem;
    /* Additional spacing from hero section */
}

.info-cards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e2e8f0' fill-opacity='0.4'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.card {
    transition: var(--transition-bounce);
    border: none;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hover-lift:hover {
    transform: translateY(-20px) scale(1.02);
    box-shadow: var(--shadow-2xl);
}

.icon-circle {
    width: 6rem;
    height: 6rem;
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-lg);
    transition: var(--transition-bounce);
    position: relative;
    overflow: hidden;
}

.icon-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: blur(20px);
    opacity: 0.3;
    z-index: -1;
}

.card:hover .icon-circle {
    transform: scale(1.15) rotate(10deg);
}

.card-actions {
    opacity: 0.9;
    transition: var(--transition);
}

.card:hover .card-actions {
    opacity: 1;
}

/* Premium Services Carousel */
.services-carousel {
    background: var(--white);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.service-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-lg);
    transition: var(--transition-bounce);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: var(--transition);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: var(--shadow-2xl);
    border-color: var(--primary-blue);
}

.service-icon {
    transition: var(--transition-bounce);
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.service-card:hover .service-icon {
    transform: scale(1.2) rotate(5deg);
}

/* Premium About Us Section */
.about-us {
    background: var(--white);
    padding: 6rem 0;
    position: relative;
}

.about-image-container {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-2xl);
}

.about-image-container img {
    transition: var(--transition-slow);
    width: 100%;
    height: auto;
}

.about-image-container:hover img {
    transform: scale(1.08);
}

.experience-badge {
    z-index: 2;
    animation: badgePulse 3s ease-in-out infinite;
}

.badge-content {
    width: 6rem;
    height: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-2xl);
    border-radius: var(--radius-full);
    background: var(--gradient-warning);
    color: var(--gray-900);
    font-weight: 800;
}

/* Premium Testimonials */
.testimonials {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);
    padding: 6rem 0;
    position: relative;
}

.testimonial-card {
    transition: var(--transition-bounce);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-2xl);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-warning);
    transform: scaleX(0);
    transition: var(--transition);
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: var(--shadow-2xl);
}

.testimonial-rating {
    color: var(--warning-yellow);
    font-size: 1.25rem;
}

.author-avatar img {
    border: 4px solid var(--primary-blue);
    transition: var(--transition-bounce);
    box-shadow: var(--shadow-lg);
}

.testimonial-card:hover .author-avatar img {
    transform: scale(1.15);
    border-color: var(--accent-orange);
}

/* Premium CTA Section */
.cta-section {
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grain' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='white' opacity='0.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='white' opacity='0.1'/%3E%3Ccircle cx='50' cy='10' r='0.5' fill='white' opacity='0.1'/%3E%3Ccircle cx='10' cy='60' r='0.5' fill='white' opacity='0.1'/%3E%3Ccircle cx='90' cy='40' r='0.5' fill='white' opacity='0.1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23grain)'/%3E%3C/svg%3E");
    opacity: 0.2;
}

.cta-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: ctaGlow 8s ease-in-out infinite;
    z-index: -1;
}

/* Premium Quote Form */
.quote-form {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);
    padding: 6rem 0;
    position: relative;
}

.quote-form-element {
    border-radius: var(--radius-2xl);
    transition: var(--transition-bounce);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-xl);
}

.quote-form-element:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: var(--shadow-2xl);
}

.form-control,
.form-select {
    border-radius: var(--radius-lg);
    border: 2px solid var(--gray-200);
    transition: var(--transition);
    padding: 1rem 1.25rem;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.8);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    background: var(--white);
    transform: translateY(-2px);
}

.benefits-list .d-flex {
    transition: var(--transition);
    padding: 0.75rem;
    border-radius: var(--radius-lg);
}

.benefits-list .d-flex:hover {
    transform: translateX(8px);
    background: rgba(37, 99, 235, 0.05);
}

/* Quote Form Visibility Fixes */
#quote-form {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
}

#quote-form * {
    visibility: visible !important;
    opacity: 1 !important;
}

.quote-form {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
}

.quote-form * {
    visibility: visible !important;
    opacity: 1 !important;
}

.quote-form-element {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
}

.quote-form-element * {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Override any AOS animations for quote form */
#quote-form[data-aos],
.quote-form[data-aos],
.quote-form-element[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    visibility: visible !important;
    display: block !important;
}

/* Premium Footer */
.footer {
    background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%);
    color: var(--white);
    padding: 4rem 0 2rem;
    position: relative;
}

/* Enhanced Footer Text Visibility */
.footer h6 {
    color: var(--primary-blue-light) !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer p {
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6;
}

.footer small {
    color: rgba(255, 255, 255, 0.8) !important;
}

.footer .text-muted {
    color: rgba(255, 255, 255, 0.85) !important;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-blue), transparent);
}

.footer-brand .brand-icon {
    background: var(--gradient-primary);
}

.footer-brand h4 {
    color: var(--white) !important;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.footer-brand small {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 400;
    line-height: 1.6;
}

.social-links {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    flex-wrap: nowrap;
    align-items: center;
}

.social-links .btn {
    transition: var(--transition-bounce);
    border-radius: var(--radius-full);
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    color: var(--white) !important;
    flex-shrink: 0;
}

.social-links .btn:hover {
    transform: translateY(-5px) scale(1.15);
    background: var(--gradient-primary);
    border-color: transparent;
    color: var(--white) !important;
}

.footer a {
    transition: var(--transition);
    position: relative;
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none;
}

.footer a:hover {
    color: var(--primary-blue-light) !important;
    transform: translateX(5px);
}

.footer a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: var(--transition);
}

.footer a:hover::after {
    width: 100%;
}

/* Premium Swiper Customization */
.swiper {
    padding: 3rem 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    width: 100%;
    flex-shrink: 0;
}

/* Services Slider Specific Styling */
.services-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.services-slider .swiper {
    padding: 2rem 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.services-slider .swiper-slide {
    padding: 0 1rem;
    margin: 0;
    height: auto;
}

/* Testimonials Slider Specific Styling */
.testimonials-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.testimonials-slider .swiper {
    padding: 2rem 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.testimonials-slider .swiper-slide {
    padding: 0 1rem;
    margin: 0;
    height: auto;
}

/* Ensure proper container containment */
.services-carousel .container,
.testimonials .container {
    overflow: hidden;
    position: relative;
}

/* Fix any potential overflow issues */
.services-carousel,
.testimonials {
    overflow: hidden;
    position: relative;
}

/* Service Card Styling */
.service-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--gray-200);
    text-align: center;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-blue);
}

/* Dedicated Customer Service Cards - Enhanced Styling */
.customer-service .service-card {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
    transition: all 0.3s ease;
    text-align: center !important;
    position: relative;
    overflow: hidden;
    border-radius: 1rem !important;
    color: white;
}

.customer-service .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.customer-service .service-card:hover::before {
    transform: scaleX(1);
}

.customer-service .service-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

.customer-service .service-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
}

.customer-service .service-card:hover h4 {
    transform: scale(1.05);
}

.customer-service .service-card p {
    opacity: 0.9;
    line-height: 1.6;
    font-size: 0.95rem;
    color: white;
    text-align: left;
    transition: all 0.3s ease;
}

.customer-service .service-card:hover p {
    opacity: 1;
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.service-card h4 {
    color: var(--gray-800);
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-card p {
    color: var(--gray-600);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* Testimonial Card Styling */
.testimonial-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--gray-200);
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-blue);
}

.testimonial-rating {
    color: #fbbf24;
    font-size: 1.25rem;
}

.testimonial-card .lead {
    color: var(--gray-700);
    font-style: italic;
    line-height: 1.6;
}

.author-avatar img {
    border: 3px solid var(--primary-blue);
    transition: var(--transition);
}

.testimonial-card:hover .author-avatar img {
    border-color: var(--accent-orange);
    transform: scale(1.1);
}

/* Enhanced Footer Contact Information */
.footer .contact-info strong {
    color: var(--white) !important;
    font-weight: 700;
    font-size: 0.95rem;
}

/* Social Media Icons Responsive Layout */
@media (max-width: 767.98px) {
    .social-links {
        gap: 0.5rem;
        justify-content: center;
        margin-top: 1rem;
    }

    .social-links .btn {
        width: 2.75rem;
        height: 2.75rem;
    }
}

@media (max-width: 575.98px) {
    .social-links {
        gap: 0.4rem;
    }

    .social-links .btn {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.footer .contact-info .text-muted {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 400;
    line-height: 1.5;
}

/* Footer List Items */
.footer ul li {
    margin-bottom: 0.75rem;
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.85) !important;
    transition: var(--transition);
    font-weight: 400;
}

.footer ul li a:hover {
    color: var(--primary-blue-light) !important;
    transform: translateX(5px);
}

/* Footer Copyright Section */
.footer hr {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
}

.footer .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 400;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-blue);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-lg);
    transition: var(--transition-bounce);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive arrow sizing */
@media (max-width: 1200px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 2.25rem;
        height: 2.25rem;
    }
}

@media (max-width: 992px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 2rem;
        height: 2rem;
    }
}

@media (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 1.75rem;
        height: 1.75rem;
    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--gradient-primary);
    color: var(--white);
    transform: scale(1.15);
}

.swiper-pagination-bullet {
    background: var(--primary-blue);
    opacity: 0.3;
    width: 12px;
    height: 12px;
    transition: var(--transition);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--gradient-primary);
    transform: scale(1.2);
}

/* Premium Canvas Animation Styles */
.canvas-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Premium Animations */
@keyframes heroTitleSlide {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes heroSubtitleSlide {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroButtonsSlide {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scrollBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes badgePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes ctaGlow {

    0%,
    100% {
        opacity: 0.1;
        transform: rotate(0deg);
    }

    50% {
        opacity: 0.3;
        transform: rotate(180deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Premium Hover Effects */
.hover-scale:hover {
    transform: scale(1.05);
}

.hover-rotate:hover {
    transform: rotate(5deg);
}

.hover-glow:hover {
    box-shadow: 0 0 30px rgba(37, 99, 235, 0.4);
}

/* Premium Responsive Design */
@media (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 4rem;
    }

    .display-5 {
        font-size: 2.75rem;
    }

    /* Slider Responsiveness */
    .services-slider .swiper-slide,
    .testimonials-slider .swiper-slide {
        padding: 0 0.5rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
    }

    .hero-content h1 {
        font-size: 3.5rem;
    }

    .display-5 {
        font-size: 2.25rem;
    }

    .card-body {
        padding: 2.5rem !important;
    }

    .info-cards,
    .services-carousel,
    .about-us,
    .testimonials,
    .cta-section,
    .quote-form {
        padding: 4rem 0;
    }

    /* Enhanced Slider Responsiveness */
    .services-slider .swiper,
    .testimonials-slider .swiper {
        padding: 1.5rem 0;
    }

    .services-slider .swiper-slide,
    .testimonials-slider .swiper-slide {
        padding: 0 0.75rem;
    }
}

@media (max-width: 767.98px) {
    .hero {
        min-height: 90vh;
        padding-top: 1rem;
        /* Reduced padding for mobile */
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .display-5 {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .btn {
        width: 100%;
        max-width: 320px;
    }

    .card-body {
        padding: 2rem !important;
    }

    .info-cards,
    .services-carousel,
    .about-us,
    .testimonials,
    .cta-section,
    .quote-form {
        padding: 3rem 0;
    }

    /* Mobile Slider Optimization */
    .services-slider .swiper,
    .testimonials-slider .swiper {
        padding: 1rem 0;
    }

    .services-slider .swiper-slide,
    .testimonials-slider .swiper-slide {
        padding: 0 0.5rem;
    }

    /* Hide navigation arrows on mobile for better UX */
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    /* Optimize pagination for mobile */
    .swiper-pagination {
        bottom: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .hero {
        padding-top: 0.5rem;
        /* Minimal padding for tiny screens */
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .display-5 {
        font-size: 1.75rem;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body {
        padding: 1.5rem !important;
    }

    .hero-buttons .btn {
        padding: 0.875rem 2rem;
        font-size: 1rem;
        max-width: 280px;
    }

    /* Extra Small Mobile Slider Optimization */
    .services-slider .swiper-container,
    .testimonials-slider .swiper-container {
        padding: 0.5rem 0;
    }

    .services-slider .swiper-slide,
    .testimonials-slider .swiper-slide {
        padding: 0 0.25rem;
    }

    /* Ensure sliders don't overflow on tiny screens */
    .services-carousel,
    .testimonials {
        overflow: hidden;
    }
}

/* Premium Utility Classes */
.z-3 {
    z-index: 3;
}

.text-shadow {
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.bg-gradient-primary {
    background: var(--gradient-primary);
}

.bg-gradient-success {
    background: var(--gradient-success);
}

.bg-gradient-warning {
    background: var(--gradient-warning);
}

.bg-gradient-dark {
    background: var(--gradient-dark);
}

/* Additional Premium Classes */
.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.fw-black {
    font-weight: 900 !important;
}

.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Enhanced Card Styles */
.card {
    transition: var(--transition-bounce);
    border: none;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-lg);
}

.card:hover {
    transform: translateY(-20px) scale(1.02);
    box-shadow: var(--shadow-2xl);
}

/* Enhanced Button Styles */
.btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--radius-xl);
}

.btn-outline-purple {
    color: var(--purple);
    border-color: var(--purple);
    background: transparent;
}

.btn-outline-purple:hover {
    background: var(--purple);
    color: var(--white);
    border-color: var(--purple);
}

.btn-outline-info {
    color: var(--info-cyan);
    border-color: var(--info-cyan);
    background: transparent;
}

.btn-outline-info:hover {
    background: var(--info-cyan);
    color: var(--white);
    border-color: var(--info-cyan);
}

.btn-outline-danger {
    color: var(--danger-red);
    border-color: var(--danger-red);
    background: transparent;
}

.btn-outline-danger:hover {
    background: var(--danger-red);
    color: var(--white);
    border-color: var(--danger-red);
}

/* Premium Loading States */
.loading {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin: -1rem 0 0 -1rem;
    border: 3px solid var(--primary-blue);
    border-top: 3px solid transparent;
    border-radius: var(--radius-full);
    animation: rotate 1s linear infinite;
}

/* Premium Focus States for Accessibility */
.btn:focus,
.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}

/* Premium Print Styles */
@media print {

    .hero,
    .navbar,
    .footer,
    .btn {
        display: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.4;
    }

    .container {
        max-width: none;
        width: 100%;
    }
}

/* Premium Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--gray-100);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    border: 2px solid var(--gray-100);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-blue-dark);
}

/* Premium Typography Enhancements */
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.text-glow {
    text-shadow:
        0 0 10px rgba(37, 99, 235, 0.5),
        0 0 20px rgba(37, 99, 235, 0.3),
        0 0 30px rgba(37, 99, 235, 0.1);
}

.text-outline {
    -webkit-text-stroke: 2px var(--primary-blue);
    color: transparent;
    font-weight: 900;
}

/* Premium Font Loading Optimization */
.font-display {
    font-display: swap;
}

/* Enhanced Letter Spacing for Different Text Types */
.text-tight {
    letter-spacing: -0.03em;
}

.text-normal {
    letter-spacing: 0em;
}

.text-wide {
    letter-spacing: 0.05em;
}

.text-spaced {
    letter-spacing: 0.1em;
}

/* Additional Hero Animations */
@keyframes heroTitleSlide {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes heroSubtitleSlide {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroButtonsSlide {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes heroStatsSlide {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply animations to hero elements */
.hero-title .title-line:nth-child(1) {
    animation: heroTitleSlide 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.hero-title .title-line:nth-child(2) {
    animation: heroTitleSlide 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

.hero-subtitle {
    animation: heroSubtitleSlide 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}

.hero-stats {
    animation: heroStatsSlide 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
}

.hero-buttons {
    animation: heroButtonsSlide 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}

/* Enhanced floating shapes with more variety */
.floating-shape.shape-1 {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(147, 51, 234, 0.15));
    filter: blur(1px);
}

.floating-shape.shape-2 {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(59, 130, 246, 0.1));
    filter: blur(0.5px);
}

.floating-shape.shape-3 {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(245, 158, 11, 0.1));
    filter: blur(1.5px);
}

.floating-shape.shape-4 {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(139, 92, 246, 0.1));
    filter: blur(0.8px);
}

/* Enhanced button hover effects */
.hero-btn-primary:hover .btn-text {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.hero-btn-secondary:hover .btn-text {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Enhanced scroll indicator with pulse effect */
.scroll-indicator {
    animation: scrollBounce 2s infinite, scrollPulse 3s infinite;
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

/* Responsive enhancements */
@media (max-width: 768px) {
    .floating-shape {
        display: none;
    }

    .hero-stats {
        margin-bottom: 2rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .hero-badge {
        margin-bottom: 1.5rem;
    }

    .badge-text {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 90vh;
    }

    .hero-content {
        padding: 0 0.5rem;
    }

    .title-line {
        font-size: clamp(2rem, 8vw, 3rem);
        line-height: 1;
    }

    .hero-subtitle {
        font-size: clamp(1rem, 4vw, 1.125rem);
        margin-bottom: 2rem;
    }

    .hero-stats {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .stat-number {
        font-size: 1.75rem;
    }

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

/* Additional Hero Enhancements */
.hero.video-playing .floating-shape {
    animation-duration: 4s;
}

.hero.video-playing .hero-content {
    transform: scale(1.02);
    transition: transform 0.5s ease;
}

/* Enhanced button states */
.hero-btn-primary:active,
.hero-btn-secondary:active {
    transform: translateY(-2px) scale(0.98);
    transition: transform 0.1s ease;
}

/* Enhanced floating shapes with more dynamic movement */
.floating-shape.shape-1 {
    animation: float 8s ease-in-out infinite, rotate 20s linear infinite;
}

.floating-shape.shape-2 {
    animation: float 6s ease-in-out infinite reverse, rotate 15s linear infinite reverse;
}

.floating-shape.shape-3 {
    animation: float 10s ease-in-out infinite, rotate 25s linear infinite;
}

.floating-shape.shape-4 {
    animation: float 7s ease-in-out infinite reverse, rotate 18s linear infinite reverse;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Enhanced hero badge with glow effect */
.badge-text {
    box-shadow:
        0 0 20px rgba(59, 130, 246, 0.3),
        0 0 40px rgba(59, 130, 246, 0.1);
}

/* Enhanced title underline animation */
.title-line.text-gradient::after {
    animation: underlineExpand 1.5s ease-out 0.8s both;
}

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 120px;
        opacity: 1;
    }
}

/* Enhanced stats with hover effects */
.stat-item {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.stat-item:hover {
    transform: translateY(-5px) scale(1.05);
}

.stat-item:hover .stat-number {
    color: #fbbf24;
    text-shadow: 0 4px 8px rgba(251, 191, 36, 0.6);
}

/* Enhanced scroll indicator with glow */
.scroll-arrow {
    box-shadow:
        0 0 20px rgba(255, 255, 255, 0.2),
        0 0 40px rgba(255, 255, 255, 0.1);
}

/* Hero content entrance animations */
.hero-content>* {
    opacity: 0;
    animation-fill-mode: both;
}

.hero-badge {
    animation: slideInFromTop 1s ease-out 0.3s both;
}

.hero-title .title-line:nth-child(1) {
    animation: slideInFromLeft 1.2s ease-out 0.5s both;
}

.hero-title .title-line:nth-child(2) {
    animation: slideInFromRight 1.2s ease-out 0.7s both;
}

.hero-subtitle {
    animation: slideInFromBottom 1s ease-out 0.9s both;
}

.hero-stats {
    animation: slideInFromBottom 1s ease-out 1.1s both;
}

.hero-buttons {
    animation: slideInFromBottom 1s ease-out 1.3s both;
}

@keyframes slideInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced mobile responsiveness */
@media (max-width: 768px) {
    .hero {
        min-height: 85vh;
    }

    .hero-content {
        padding: 0 1rem;
    }

    .title-line {
        font-size: clamp(2.5rem, 12vw, 4rem);
        line-height: 1.1;
        margin-bottom: 0.5rem;
        display: block;
    }

    .hero-subtitle {
        font-size: clamp(1.125rem, 4vw, 1.375rem);
        margin-bottom: 2.5rem;
    }

    .hero-stats {
        gap: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .stat-number {
        font-size: 2.25rem;
    }

    .hero-buttons {
        gap: 1rem;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        min-width: 260px;
        padding: 1rem 2rem;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 90vh;
    }

    .hero-content {
        padding: 0 1rem;
    }

    .title-line {
        font-size: clamp(2.5rem, 10vw, 3.5rem);
        line-height: 1.1;
        margin-bottom: 0.5rem;
        display: block;
        text-align: center;
    }

    .hero-subtitle {
        font-size: clamp(1.125rem, 4vw, 1.25rem);
        margin-bottom: 2rem;
        text-align: center;
    }

    .hero-stats {
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .stat-number {
        font-size: 1.75rem;
    }

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

    .hero-buttons {
        gap: 0.75rem;
        flex-direction: column;
        align-items: center;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        min-width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .scroll-indicator {
        bottom: 1rem;
    }

    .scroll-arrow {
        padding: 1rem;
        min-width: 100px;
    }

    .scroll-text {
        font-size: 0.625rem;
    }
}

@media (max-width: 375px) {
    .title-line {
        font-size: clamp(2.25rem, 9vw, 3rem);
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: clamp(1rem, 4vw, 1.125rem);
    }
}

/* Additional Swiper Fixes */
.swiper {
    width: 100% !important;
    max-width: 100% !important;
}

.swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
}

.swiper-slide {
    width: auto !important;
    flex-shrink: 0 !important;
    height: auto !important;
}

/* Force proper slide widths */
.services-slider .swiper-slide {
    width: calc(100% / 1) !important;
}

.testimonials-slider .swiper-slide {
    width: calc(100% / 1) !important;
}

@media (min-width: 768px) {
    .services-slider .swiper-slide {
        width: calc(100% / 2) !important;
    }

    .testimonials-slider .swiper-slide {
        width: calc(100% / 2) !important;
    }
}

@media (min-width: 1024px) {
    .services-slider .swiper-slide {
        width: calc(100% / 3) !important;
    }

    .testimonials-slider .swiper-slide {
        width: calc(100% / 3) !important;
    }
}

@media (min-width: 1200px) {
    .services-slider .swiper-slide {
        width: calc(100% / 4) !important;
    }
}

/* Ensure proper spacing between slides */
.swiper-slide {
    padding: 0 0.5rem !important;
}

@media (min-width: 768px) {
    .swiper-slide {
        padding: 0 1rem !important;
    }
}

/* Fix any potential container issues */
.services-carousel,
.testimonials {
    width: 100% !important;
    overflow: hidden !important;
}

.services-carousel .container,
.testimonials .container {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

/* Critical Swiper Container Fixes */
.services-carousel,
.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-carousel .container,
.testimonials .container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-slider,
.testimonials-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-slider .swiper,
.testimonials-slider .swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2rem 0;
}

.services-slider .swiper-wrapper,
.testimonials-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.services-slider .swiper-slide,
.testimonials-slider .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

/* Ensure service cards and testimonial cards have proper dimensions */
.service-card,
.testimonial-card {
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.service-card .card-body,
.testimonial-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Force proper slide visibility */
.swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Basic Slider Visibility Fixes */
.services-slider,
.testimonials-slider {
    min-height: 200px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-slider .swiper,
.testimonials-slider .swiper {
    min-height: 200px;
    position: relative;
    width: 100%;
}

.services-slider .swiper-wrapper,
.testimonials-slider .swiper-wrapper {
    min-height: 200px;
    display: flex;
    align-items: stretch;
}

.services-slider .swiper-slide,
.testimonials-slider .swiper-slide {
    min-height: 200px;
    height: auto;
}

/* Ensure service and testimonial cards are visible */
.service-card,
.testimonial-card {
    min-height: 200px;
    height: 100%;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow);
}

/* Make sure navigation buttons are visible */
.swiper-button-next,
.swiper-button-prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-button-next {
    right: 1rem;
}

.swiper-button-prev {
    left: 1rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary-blue);
    color: var(--white);
    transform: translateY(-50%) scale(1.1);
}

/* Ensure pagination is visible */
.swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--gray-400);
    opacity: 0.5;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: var(--primary-blue);
    opacity: 1;
    transform: scale(1.2);
}

/* Mobile Hero Title Fixes */
@media (max-width: 768px) {
    .hero-title {
        text-align: center;
        margin-bottom: 2rem;
    }

    .title-line {
        text-align: center;
        width: 100%;
        display: block;
    }

    .title-line.text-gradient {
        margin-top: 0.5rem;
    }

    .title-line.text-gradient::after {
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        bottom: -8px;
    }

    .title-line.text-orange {
        font-size: clamp(1.8rem, 5.5vw, 2.8rem) !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .title-line {
        text-align: center;
        width: 100%;
        display: block;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .title-line.text-gradient {
        margin-top: 0.25rem;
    }

    .title-line.text-gradient::after {
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        bottom: -6px;
    }

    .title-line.text-orange {
        font-size: clamp(1.6rem, 5vw, 2.5rem) !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 375px) {
    .hero-title {
        margin-bottom: 1rem;
    }

    .title-line {
        font-size: clamp(2rem, 8vw, 2.75rem);
        line-height: 1.2;
    }

    .title-line.text-gradient::after {
        width: 50px;
        height: 2px;
        bottom: -4px;
    }
}

/* Mobile Hero Content Fixes */
@media (max-width: 768px) {
    .hero-content {
        padding: 0 1rem;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero {
        padding: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-content {
        padding: 0 0.75rem;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero {
        padding: 0.5rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 375px) {
    .hero-content {
        padding: 0 0.5rem;
    }

    .container {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}



/* Critical Mobile Hero Title Overrides */
@media (max-width: 768px) {
    .hero-title {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 999 !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .hero-title .title-line {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 999 !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        margin-bottom: 0.5rem !important;
        font-size: clamp(2.5rem, 12vw, 4rem) !important;
        line-height: 1.1 !important;
        color: var(--white) !important;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8) !important;
        transform: none !important;
        animation: none !important;
        clip: auto !important;
        clip-path: none !important;
    }

    .hero-title .title-line.text-gradient {
        background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 25%, #f97316 50%, #ea580c 75%, #dc2626 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        text-shadow: none !important;
        position: relative !important;
        margin-top: 0.5rem !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        margin-bottom: 1.5rem !important;
    }

    .hero-title .title-line {
        font-size: clamp(2.5rem, 10vw, 3.5rem) !important;
        line-height: 1.1 !important;
        margin-bottom: 0.5rem !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
}

@media (max-width: 375px) {
    .hero-title .title-line {
        font-size: clamp(2rem, 8vw, 2.75rem) !important;
        line-height: 1.2 !important;
    }
}

/* Mobile Video Play Button */
.mobile-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    font-size: 2rem;
    color: var(--primary-blue);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.mobile-video-play-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.mobile-video-play-btn:active {
    transform: translate(-50%, -50%) scale(0.95);
}

/* Ensure video is visible on mobile */
@media (max-width: 768px) {
    .hero-video {
        display: block !important;
        opacity: 0.6 !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        z-index: 1 !important;
    }
}



/* Mobile Hero Animations - Fixed */
@media (max-width: 768px) {
    .hero-title {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 10 !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    .hero-title .title-line {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 10 !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        margin-bottom: 0.5rem !important;
        font-size: clamp(2.5rem, 12vw, 4rem) !important;
        line-height: 1.1 !important;
        color: var(--white) !important;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8) !important;
        transform: none !important;
        animation: none !important;
        clip: auto !important;
        clip-path: none !important;
    }

    .hero-title .title-line:nth-child(1) {
        animation: mobileTitleSlide1 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
    }

    .hero-title .title-line:nth-child(2) {
        animation: mobileTitleSlide2 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both !important;
    }

    .hero-title .title-line.text-gradient {
        background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 25%, #f97316 50%, #ea580c 75%, #dc2626 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        text-shadow: none !important;
        position: relative !important;
        margin-top: 0.5rem !important;
    }

    .hero-title .title-line.text-gradient::after {
        content: '' !important;
        position: absolute !important;
        bottom: -8px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 80px !important;
        height: 4px !important;
        background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 25%, #f97316 50%, #ea580c 75%, #dc2626 100%) !important;
        border-radius: 2px !important;
        box-shadow: 0 4px 12px rgba(251, 191, 36, 0.6) !important;
        animation: mobileUnderlineExpand 1.5s ease-out 0.8s both !important;
    }

    .hero-subtitle {
        animation: mobileSubtitleSlide 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both !important;
    }

    .hero-buttons {
        animation: mobileButtonsSlide 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both !important;
    }
}

@media (max-width: 480px) {
    .hero-title .title-line {
        font-size: clamp(2.5rem, 10vw, 3.5rem) !important;
        line-height: 1.1 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .hero-title .title-line.text-gradient::after {
        width: 60px !important;
        height: 3px !important;
        bottom: -6px !important;
    }
}

@media (max-width: 375px) {
    .hero-title .title-line {
        font-size: clamp(2rem, 8vw, 2.75rem) !important;
        line-height: 1.2 !important;
    }

    .hero-title .title-line.text-gradient::after {
        width: 50px !important;
        height: 2px !important;
        bottom: -4px !important;
    }
}

/* Mobile-Specific Animation Keyframes */
@keyframes mobileTitleSlide1 {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mobileTitleSlide2 {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mobileSubtitleSlide {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mobileButtonsSlide {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mobileUnderlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 80px;
        opacity: 1;
    }
}

/* Force Mobile Animation Reset */
@media (max-width: 768px) {
    .hero-title .title-line {
        /* Reset any conflicting animations */
        animation-duration: 1.2s !important;
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        animation-fill-mode: both !important;
        animation-play-state: running !important;
        /* Ensure proper stacking */
        z-index: 999 !important;
        /* Force visibility */
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        /* Reset transforms */
        transform: none !important;
        /* Remove any clipping */
        clip: auto !important;
        clip-path: none !important;
        overflow: visible !important;
    }
}

/* ===== SWIPER 11 COMPATIBILITY FIXES ===== */

/* Ensure proper Swiper 11 container behavior */
.swiper {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Force navigation buttons to be visible and clickable */
.swiper-button-next,
.swiper-button-prev {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 999 !important;
    position: absolute !important;
}

/* Fix for Swiper 11 navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
    width: 3rem !important;
    height: 3rem !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50% !important;
    color: var(--primary-blue) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: var(--shadow-md) !important;
    pointer-events: auto !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary-blue) !important;
    color: var(--white) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

/* Fix for Swiper 11 pagination */
.swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 1.5rem !important;
    z-index: 10 !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: var(--gray-400) !important;
    opacity: 0.6 !important;
    margin: 0 6px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-blue) !important;
    opacity: 1 !important;
    transform: scale(1.3) !important;
}

/* Mobile-specific Swiper fixes */
@media (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 2.5rem !important;
        height: 2.5rem !important;
        font-size: 0.875rem !important;
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0 4px !important;
    }

    .swiper-pagination {
        margin-top: 1rem !important;
    }
}

/* Ensure slides are properly visible */
.swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    align-items: stretch !important;
}

/* Fix for service and testimonial cards in slides */
.service-card,
.testimonial-card {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* Force proper slide dimensions */
.services-slider .swiper-slide,
.testimonials-slider .swiper-slide {
    height: auto !important;
    min-height: 300px !important;
}

/* Mobile Fleet Cards Optimization */
@media (max-width: 767.98px) {
    .info-cards .card-actions {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .info-cards .card-actions .btn {
        width: 100%;
        margin: 0 !important;
        justify-content: center;
    }

    .info-cards .card-body {
        padding: 2rem 1.5rem !important;
    }

    .info-cards .card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .info-cards .card-body {
        padding: 1.5rem 1rem !important;
    }

    .info-cards .card-actions {
        gap: 0.75rem;
    }

    .info-cards .card-actions .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Enhanced Mobile Hero Section */
@media (max-width: 767.98px) {
    .hero {
        min-height: 85vh;
        padding: 2rem 0;
    }

    .hero-content {
        padding: 0 1rem;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.1;
        margin-bottom: 1.5rem;
    }

    .hero-title .title-line {
        display: block;
        margin-bottom: 0.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }

    .hero-buttons {
        gap: 1rem;
        padding: 0 1rem;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    /* Optimize video background for mobile */
    .hero-video {
        object-fit: cover;
        object-position: center;
    }

    /* Keep hero overlay on mobile exactly like desktop */
    .hero-overlay {
        background: linear-gradient(135deg,
                rgba(15, 23, 42, 0.85) 0%,
                rgba(30, 41, 59, 0.75) 50%,
                rgba(51, 65, 85, 0.85) 100%);
    }
}

@media (max-width: 575.98px) {
    .hero {
        min-height: 80vh;
        padding: 1.5rem 0;
    }

    .hero-content {
        padding: 0 0.5rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 1.25rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.75rem;
        padding: 0;
    }

    .hero-buttons {
        gap: 0.75rem;
        padding: 0 0.5rem;
    }

    .hero-buttons .btn {
        max-width: 280px;
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
    }

    /* Further optimize for very small screens */
    .hero-content {
        margin-top: -2rem;
    }
}

@media (max-width: 375px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-buttons .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Mobile Services Carousel Enhancement */
@media (max-width: 767.98px) {
    .services-carousel .service-card {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }

    .services-carousel .service-card .btn {
        width: 100%;
        margin-top: 1rem;
    }
}

/* Mobile About Us Section */
@media (max-width: 767.98px) {
    .about-us .about-image-container {
        margin-bottom: 2rem;
    }

    .about-us .experience-badge {
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: -1rem;
        right: -1rem;
        z-index: 10;
    }

    .about-us .badge-content {
        font-size: 0.9rem;
        background: var(--gradient-warning);
        color: var(--gray-900);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        box-shadow: var(--shadow-lg);
        border: 3px solid var(--white);
        font-weight: 800;
    }
}

/* Mobile Testimonials */
@media (max-width: 767.98px) {
    .testimonials .testimonial-card {
        padding: 2rem 1.5rem !important;
        margin: 0 0.5rem;
    }

    .testimonials .testimonial-card .lead {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/* Mobile CTA Section */
@media (max-width: 767.98px) {
    .cta-section .d-flex {
        gap: 1rem !important;
    }

    .cta-section .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .cta-section .btn {
        max-width: 280px;
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Additional Mobile Fleet Cards Styling */
@media (max-width: 767.98px) {
    .info-cards .card {
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-md);
        transition: var(--transition);
    }

    .info-cards .card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-lg);
    }

    .info-cards .icon-circle {
        width: 4rem;
        height: 4rem;
        margin-bottom: 1.5rem;
    }

    .info-cards .icon-circle i {
        font-size: 1.75rem;
    }

    .info-cards h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .info-cards p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .info-cards .card-body {
        padding: 1.25rem 1rem !important;
    }

    .info-cards .icon-circle {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 1.25rem;
    }

    .info-cards .icon-circle i {
        font-size: 1.5rem;
    }

    .info-cards h3 {
        font-size: 1.35rem;
        margin-bottom: 0.75rem;
    }

    .info-cards p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }

    .info-cards .card-actions {
        gap: 0.5rem;
    }

    .info-cards .card-actions .btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.9rem;
        border-radius: var(--radius);
    }
}

/* Mobile Navigation and Header Optimization */
@media (max-width: 767.98px) {
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

    .navbar-brand img {
        max-height: 40px;
    }
}

/* Mobile Footer Optimization */
@media (max-width: 767.98px) {
    .footer .row>div {
        margin-bottom: 2rem;
        text-align: center;
    }

    .footer .social-links {
        justify-content: center;
        margin-top: 1.5rem;
    }

    .footer .contact-info {
        text-align: center;
    }

    /* Ensure all footer content is centered on mobile */
    .footer {
        text-align: center;
    }

    .footer .row {
        justify-content: center;
    }

    .footer .col-lg-3,
    .footer .col-md-6 {
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer h5 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer ul {
        text-align: center;
        list-style: none;
        padding: 0;
    }

    .footer ul li {
        text-align: center;
        margin-bottom: 0.75rem;
    }

    .footer .contact-info p {
        text-align: center;
    }

    /* Enhanced footer mobile layout */
    .footer {
        text-align: center;
        padding: 2rem 0;
    }

    .footer .row {
        justify-content: center;
        text-align: center;
        gap: 2rem;
    }

    .footer .col-lg-3,
    .footer .col-md-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 2rem;
        width: 100%;
    }

    .footer h5 {
        text-align: center;
        margin-bottom: 1.5rem;
        color: var(--primary-blue);
        font-size: 1.25rem;
        font-weight: 700;
    }

    .footer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer ul li {
        text-align: center;
        width: 100%;
        margin-bottom: 1rem;
    }

    .footer ul li a {
        display: inline-block;
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: var(--transition);
        padding: 0.5rem 1rem;
        border-radius: var(--radius);
        width: auto;
        min-width: 120px;
    }

    .footer ul li a:hover {
        color: var(--primary-blue-light);
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }

    /* Contact info mobile optimization */
    .footer .contact-info {
        text-align: center;
        margin-bottom: 1rem;
    }

    .footer .contact-info .d-flex {
        justify-content: center;
        text-align: center;
        margin-bottom: 1rem;
        flex-direction: column;
        align-items: center;
    }

    .footer .contact-info .d-flex .me-3 {
        margin-right: 0 !important;
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
    }

    .footer .contact-info .d-flex .text-muted {
        text-align: center;
        margin-left: 0;
        margin-top: 0.25rem;
    }

    .footer .contact-info p {
        text-align: center;
        margin-bottom: 1rem;
        line-height: 1.6;
    }

    /* Social links mobile optimization */
    .footer .social-links {
        justify-content: center;
        margin-top: 2rem;
        gap: 1rem;
    }

    .footer .social-links .btn {
        width: 3rem;
        height: 3rem;
        border-radius: 50% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        padding: 0;
        border: 2px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow: hidden;
        position: relative;
    }

    .footer .social-links .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(147, 51, 234, 0.2));
        opacity: 0;
        transition: var(--transition);
        border-radius: 50%;
    }

    .footer .social-links .btn:hover::before {
        opacity: 1;
    }

    .footer .social-links .btn:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-lg);
        border-color: var(--primary-blue);
        background: rgba(255, 255, 255, 0.2);
    }

    .footer .social-links .btn:active {
        transform: translateY(-1px);
    }

    .footer .social-links .btn i {
        font-size: 1.1rem;
        color: var(--white);
        position: relative;
        z-index: 2;
        transition: var(--transition);
    }

    .footer .social-links .btn:hover i {
        color: var(--white);
        transform: scale(1.1);
    }

    /* Ensure perfect circles on all devices */
    .footer .social-links .btn,
    .footer .social-links .btn::before {
        border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
    }

    /* Mobile social icons optimization */
    @media (max-width: 767.98px) {
        .footer .social-links {
            margin-top: 2rem;
            gap: 1rem;
        }

        .footer .social-links .btn {
            width: 3rem;
            height: 3rem;
            border-radius: 50% !important;
            padding: 0;
            border: 2px solid rgba(255, 255, 255, 0.2);
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .footer .social-links .btn i {
            font-size: 1.1rem;
            color: var(--white);
        }
    }

    @media (max-width: 575.98px) {
        .footer .social-links .btn {
            width: 2.75rem;
            height: 2.75rem;
            border-radius: 50% !important;
            padding: 0;
            border: 2px solid rgba(255, 255, 255, 0.2);
            background: rgba(255, 255, 255, 0.1);
        }

        .footer .social-links .btn i {
            font-size: 1rem;
            color: var(--white);
        }
    }

    @media (max-width: 375px) {
        .footer .social-links .btn {
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50% !important;
            padding: 0;
            border: 2px solid rgba(255, 255, 255, 0.2);
            background: rgba(255, 255, 255, 0.1);
        }

        .footer .social-links .btn i {
            font-size: 0.9rem;
            color: var(--white);
        }
    }
}

/* Mobile Form and Input Optimization */
@media (max-width: 767.98px) {

    .form-control,
    .form-select {
        font-size: 16px;
        /* Prevents zoom on iOS */
        padding: 0.75rem 1rem;
    }

    .form-label {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
    }
}

/* Mobile Animation and Performance */
@media (max-width: 767.98px) {
    .floating-shape {
        display: none;
        /* Hide floating shapes on mobile for better performance */
    }

    .hero-bg-elements {
        opacity: 0.3;
        /* Reduce opacity for better text readability */
    }

    /* Optimize canvas animation for mobile */
    #heroCanvas {
        opacity: 0.5;
    }
}

/* Fleet Cards Button Spacing Fix */
.info-cards .card-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.info-cards .card-actions .btn {
    flex: 1;
    min-width: 140px;
    max-width: 200px;
    white-space: nowrap;
}

/* Ensure proper spacing between buttons on all screen sizes */
.info-cards .card-actions .btn:not(:last-child) {
    margin-right: 0.5rem;
}

/* Mobile-specific button layout */
@media (max-width: 767.98px) {
    .info-cards .card-actions {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .info-cards .card-actions .btn {
        width: 100%;
        max-width: none;
        margin: 0 !important;
        flex: none;
    }

    /* Remove margin-right on mobile since we're stacking vertically */
    .info-cards .card-actions .btn:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .info-cards .card-actions {
        gap: 0.75rem;
    }

    .info-cards .card-actions .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Ensure cards have consistent height and spacing */
.info-cards .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.info-cards .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.info-cards .card-actions {
    margin-top: auto;
}

/* Enhanced Mobile Services Carousel */
@media (max-width: 767.98px) {
    .services-carousel {
        padding: 3rem 0;
    }

    .services-carousel .service-card {
        padding: 1.5rem;
        margin: 0 0.5rem;
        border-radius: var(--radius-lg);
    }

    .services-carousel .service-card .btn {
        width: 100%;
        margin-top: 1rem;
        padding: 0.75rem 1.5rem;
    }

    .services-carousel .service-icon {
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
    }

    .services-carousel h4 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .services-carousel p {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }

    /* Optimize swiper for mobile */
    .services-slider .swiper {
        padding: 1rem 0;
    }

    .services-slider .swiper-slide {
        padding: 0 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .services-carousel {
        padding: 2.5rem 0;
    }

    .services-carousel .service-card {
        padding: 1.25rem;
        margin: 0 0.25rem;
    }

    .services-carousel .service-card .btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.9rem;
    }

    .services-carousel .service-icon {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .services-carousel h4 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }

    .services-carousel p {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
}

/* Enhanced Mobile About Us Section */
@media (max-width: 767.98px) {
    .about-us {
        padding: 3rem 0;
    }

    .about-us .about-image-container {
        margin-bottom: 2rem;
    }

    .about-us .experience-badge {
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: -1rem;
        right: -1rem;
        z-index: 10;
    }

    .about-us .badge-content {
        font-size: 0.9rem;
        background: var(--gradient-warning);
        color: var(--gray-900);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        box-shadow: var(--shadow-lg);
        border: 3px solid var(--white);
        font-weight: 800;
    }

    .about-us h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .about-us .lead {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .about-us .row.g-4 {
        gap: 2rem !important;
    }

    .about-us .col-6 {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .about-us {
        padding: 2.5rem 0;
    }

    .about-us h2 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }

    .about-us .lead {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }

    .about-us .btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: block;
    }
}

/* Enhanced Mobile Testimonials */
@media (max-width: 767.98px) {
    .testimonials {
        padding: 3rem 0;
    }

    .testimonials .testimonial-card {
        padding: 2rem 1.5rem !important;
        margin: 0 0.5rem;
        border-radius: var(--radius-lg);
    }

    .testimonials .testimonial-card .lead {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .testimonials .testimonial-rating {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }

    .testimonials .author-avatar img,
    .testimonials .avatar img {
        width: 50px;
        height: 50px;
    }

    .testimonials h5 {
        font-size: 1.1rem;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .testimonials small {
        font-size: 0.85rem;
    }
}

@media (max-width: 575.98px) {
    .testimonials {
        padding: 2.5rem 0;
    }

    .testimonials .testimonial-card {
        padding: 1.5rem 1rem !important;
        margin: 0 0.25rem;
    }

    .testimonials .testimonial-card .lead {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }

    .testimonials .testimonial-rating {
        font-size: 1.1rem;
        margin-bottom: 1.25rem;
    }
}

/* Enhanced Mobile CTA Section */
@media (max-width: 767.98px) {
    .cta-section {
        padding: 3rem 0;
        text-align: center;
    }

    .cta-section h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .cta-section .lead {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        text-align: center;
        padding: 0 1rem;
    }

    .cta-section .d-flex {
        gap: 1rem !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cta-section .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }

    /* Ensure proper spacing and alignment */
    .cta-section .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 575.98px) {
    .cta-section {
        padding: 2.5rem 0;
        text-align: center;
    }

    .cta-section h2 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
        text-align: center;
    }

    .cta-section .lead {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.75rem;
        text-align: center;
        padding: 0 0.5rem;
    }

    .cta-section .btn {
        max-width: 280px;
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
        text-align: center;
        justify-content: center;
    }

    .cta-section .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* Enhanced Mobile Info Cards Section */
@media (max-width: 767.98px) {
    .info-cards {
        padding: 3rem 0;
    }

    .info-cards .row.g-4 {
        gap: 1.5rem !important;
    }

    .info-cards .col-lg-4 {
        margin-bottom: 1.5rem;
    }

    .info-cards .card {
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-md);
        transition: var(--transition);
        height: auto;
        min-height: 400px;
    }

    .info-cards .card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-lg);
    }

    .info-cards .card-body {
        padding: 2rem 1.5rem !important;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .info-cards .icon-circle {
        width: 4rem;
        height: 4rem;
        margin-bottom: 1.5rem;
        flex-shrink: 0;
    }

    .info-cards .icon-circle i {
        font-size: 1.75rem;
    }

    .info-cards h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        flex-shrink: 0;
    }

    .info-cards p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        flex: 1;
    }

    .info-cards .card-actions {
        margin-top: auto;
        flex-shrink: 0;
    }
}

@media (max-width: 575.98px) {
    .info-cards {
        padding: 2.5rem 0;
    }

    .info-cards .row.g-4 {
        gap: 1rem !important;
    }

    .info-cards .col-lg-4 {
        margin-bottom: 1rem;
    }

    .info-cards .card {
        min-height: 380px;
    }

    .info-cards .card-body {
        padding: 1.5rem 1rem !important;
    }

    .info-cards .icon-circle {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 1.25rem;
    }

    .info-cards .icon-circle i {
        font-size: 1.5rem;
    }

    .info-cards h3 {
        font-size: 1.35rem;
        margin-bottom: 0.75rem;
    }

    .info-cards p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }

    .info-cards .card-actions {
        gap: 0.75rem;
    }

    .info-cards .card-actions .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
        border-radius: var(--radius);
    }
}

@media (max-width: 375px) {
    .info-cards .card {
        min-height: 360px;
    }

    .info-cards .card-body {
        padding: 1.25rem 0.75rem !important;
    }

    .info-cards .icon-circle {
        width: 3rem;
        height: 3rem;
        margin-bottom: 1rem;
    }

    .info-cards .icon-circle i {
        font-size: 1.25rem;
    }

    .info-cards h3 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }

    .info-cards p {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }

    .info-cards .card-actions .btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.85rem;
    }
}

/* Ensure proper spacing between cards on all screen sizes */
.info-cards .row>div {
    margin-bottom: 1rem;
}

.info-cards .row>div:last-child {
    margin-bottom: 0;
}

/* Optimize card shadows and hover effects for mobile */
@media (max-width: 767.98px) {
    .info-cards .card {
        box-shadow: var(--shadow-sm);
    }

    .info-cards .card:hover {
        box-shadow: var(--shadow-md);
        transform: translateY(-3px);
    }

    /* Reduce hover effect intensity on mobile for better performance */
    .info-cards .card:active {
        transform: translateY(-1px);
    }
}

/* Final Mobile Layout Optimizations */
@media (max-width: 767.98px) {

    /* General page spacing */
    .py-6 {
        padding: 3rem 0 !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .mb-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-3 {
        margin-bottom: 1rem !important;
    }

    /* Container padding */
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Typography adjustments */
    .display-5 {
        font-size: 2rem;
        line-height: 1.2;
    }

    /* Section headings */
    .info-cards h2,
    .services-carousel h2,
    .about-us h2,
    .testimonials h2,
    .cta-section h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    /* Section descriptions */
    .info-cards .lead,
    .services-carousel .lead,
    .about-us .lead,
    .testimonials .lead,
    .cta-section .lead {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    /* Ensure proper spacing between sections */
    section+section {
        margin-top: 0;
    }

    /* Optimize grid layouts */
    .row.g-4 {
        gap: 1.5rem !important;
    }

    /* Ensure buttons don't overflow */
    .btn {
        white-space: normal;
        word-wrap: break-word;
    }
}

@media (max-width: 575.98px) {

    /* Further reduce spacing for very small screens */
    .py-6 {
        padding: 2.5rem 0 !important;
    }

    .mb-5 {
        margin-bottom: 1.75rem !important;
    }

    .mb-4 {
        margin-bottom: 1.25rem !important;
    }

    .mb-3 {
        margin-bottom: 0.75rem !important;
    }

    /* Container padding */
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    /* Typography adjustments */
    .display-5 {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    /* Section headings */
    .info-cards h2,
    .services-carousel h2,
    .about-us h2,
    .testimonials h2,
    .cta-section h2 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }

    /* Section descriptions */
    .info-cards .lead,
    .services-carousel .lead,
    .about-us .lead,
    .testimonials .lead,
    .cta-section .lead {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.75rem;
    }

    /* Optimize grid layouts */
    .row.g-4 {
        gap: 1rem !important;
    }

    /* Ensure proper button sizing */
    .btn-lg {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
}

@media (max-width: 375px) {

    /* Ultra-small screen optimizations */
    .py-6 {
        padding: 2rem 0 !important;
    }

    .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .display-5 {
        font-size: 1.5rem;
    }

    .lead {
        font-size: 0.95rem;
    }

    /* Section headings */
    .info-cards h2,
    .services-carousel h2,
    .about-us h2,
    .testimonials h2,
    .cta-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    /* Section descriptions */
    .info-cards .lead,
    .services-carousel .lead,
    .about-us .lead,
    .testimonials .lead,
    .cta-section .lead {
        font-size: 0.95rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }

    /* Optimize grid layouts */
    .row.g-4 {
        gap: 0.75rem !important;
    }
}

/* Ensure smooth scrolling and proper touch behavior on mobile */
@media (max-width: 767.98px) {
    html {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    /* Optimize touch targets */
    .btn,
    .nav-link,
    .card {
        min-height: 44px;
        min-width: 44px;
    }

    /* Ensure proper focus states for accessibility */
    .btn:focus,
    .nav-link:focus,
    .card:focus {
        outline: 2px solid var(--primary-blue);
        outline-offset: 2px;
    }
}

/* Enhanced Mobile About Us Section Badge */
@media (max-width: 767.98px) {
    .about-us .about-image-container {
        position: relative;
        margin-bottom: 2rem;
        overflow: visible;
    }

    .about-us .experience-badge {
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: -1rem;
        right: -1rem;
        z-index: 10;
        transform: scale(1.1);
    }

    .about-us .badge-content {
        font-size: 0.9rem;
        background: var(--gradient-warning);
        color: var(--gray-900);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        box-shadow: var(--shadow-lg);
        border: 3px solid var(--white);
        font-weight: 800;
        text-align: center;
    }

    .about-us .badge-content .fw-bold {
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 0.25rem;
    }

    .about-us .badge-content small {
        font-size: 0.7rem;
        line-height: 1;
        font-weight: 600;
    }
}

@media (max-width: 575.98px) {
    .about-us .experience-badge {
        width: 4.5rem;
        height: 4.5rem;
        top: -0.75rem;
        right: -0.75rem;
    }

    .about-us .badge-content {
        font-size: 0.8rem;
    }

    .about-us .badge-content .fw-bold {
        font-size: 1.1rem;
    }

    .about-us .badge-content small {
        font-size: 0.65rem;
    }
}

@media (max-width: 375px) {
    .about-us .experience-badge {
        width: 4rem;
        height: 4rem;
        top: -0.5rem;
        right: -0.5rem;
    }

    .about-us .badge-content {
        font-size: 0.75rem;
    }

    .about-us .badge-content .fw-bold {
        font-size: 1rem;
    }

    .about-us .badge-content small {
        font-size: 0.6rem;
    }
}

/* Additional Mobile CTA Section Optimizations */
@media (max-width: 375px) {
    .cta-section {
        padding: 2rem 0;
        text-align: center;
    }

    .cta-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .cta-section .lead {
        font-size: 0.95rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
        text-align: center;
        padding: 0;
    }

    .cta-section .btn {
        max-width: 260px;
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
        text-align: center;
        justify-content: center;
    }

    .cta-section .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* Ensure CTA section buttons are properly styled on all devices */
.cta-section .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: var(--transition);
}

.cta-section .btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

/* Mobile-specific button enhancements */
@media (max-width: 767.98px) {
    .cta-section .btn {
        min-height: 48px;
        font-weight: 600;
        letter-spacing: 0.025em;
    }

    .cta-section .btn i {
        margin-right: 0.5rem;
    }

    /* Ensure proper spacing between buttons */
    .cta-section .d-flex>*+* {
        margin-top: 0.75rem;
    }
}

/* Additional Mobile Footer Optimizations */
@media (max-width: 575.98px) {
    .footer {
        padding: 1.5rem 0;
    }

    .footer .row {
        gap: 1.5rem;
    }

    .footer .col-lg-3,
    .footer .col-md-6 {
        margin-bottom: 1.5rem;
    }

    .footer h5 {
        font-size: 1.1rem;
        margin-bottom: 1.25rem;
    }

    .footer ul li {
        margin-bottom: 0.75rem;
    }

    .footer ul li a {
        padding: 0.4rem 0.8rem;
        min-width: 100px;
        font-size: 0.9rem;
    }

    .footer .contact-info .d-flex .me-3 {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }

    .footer .social-links {
        margin-top: 1.5rem;
        gap: 0.75rem;
    }

    .footer .social-links .btn {
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 50% !important;
        padding: 0;
        border: 2px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.1);
    }

    .footer .social-links .btn i {
        font-size: 1rem;
        color: var(--white);
    }
}

@media (max-width: 375px) {
    .footer {
        padding: 1.25rem 0;
    }

    .footer .row {
        gap: 1.25rem;
    }

    .footer .col-lg-3,
    .footer .col-md-6 {
        margin-bottom: 1.25rem;
    }

    .footer h5 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .footer ul li {
        margin-bottom: 0.5rem;
    }

    .footer ul li a {
        padding: 0.35rem 0.7rem;
        min-width: 90px;
        font-size: 0.85rem;
    }

    .footer .contact-info .d-flex .me-3 {
        font-size: 1rem;
        margin-bottom: 0.35rem;
    }

    .footer .social-links {
        margin-top: 1.25rem;
        gap: 0.6rem;
    }

    .footer .social-links .btn {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50% !important;
        padding: 0;
        border: 2px solid rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.1);
    }

    .footer .social-links .btn i {
        font-size: 0.9rem;
        color: var(--white);
    }
}

/* Ensure footer looks good on all screen sizes */
.footer {
    background: var(--gray-900);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%);
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 2;
}

/* Legal Links Section for Footer */
.legal-links {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    margin-top: 2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: var(--radius);
}

.legal-links .legal-links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-links .legal-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
    padding: 0.5rem 1rem;
    border-radius: var(--radius);
    border: 1px solid transparent;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.legal-links .legal-link:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.legal-links .copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin-top: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
}

/* Mobile Legal Links Enhanced Layout */
@media (max-width: 767.98px) {
    .legal-links {
        padding: 1.5rem 1rem;
        margin-top: 1.5rem;
        border-radius: var(--radius);
    }

    .legal-links .legal-links-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-bottom: 1rem;
        padding: 1rem 0.75rem;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        justify-content: center;
    }

    .legal-links .legal-link {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
        min-width: 120px;
        text-align: center;
        margin: 0;
        width: auto;
        max-width: none;
        background: rgba(255, 255, 255, 0.1);
        flex-shrink: 0;
    }

    .legal-links .copyright {
        font-size: 0.8rem;
        margin-top: 0;
        padding-top: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .legal-links {
        padding: 1.25rem 0.75rem;
        margin-top: 1.25rem;
    }

    .legal-links .legal-links-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.6rem;
        margin-bottom: 0.75rem;
        padding: 0.75rem 0.5rem;
        justify-content: center;
    }

    .legal-links .legal-link {
        font-size: 0.8rem;
        padding: 0.35rem 0.7rem;
        min-width: 100px;
        margin: 0;
        max-width: none;
        width: auto;
        flex-shrink: 0;
    }

    .legal-links .copyright {
        font-size: 0.75rem;
        margin-top: 0;
        padding-top: 0.5rem;
    }
}

@media (max-width: 375px) {
    .legal-links {
        padding: 1rem 0.5rem;
        margin-top: 1rem;
    }

    .legal-links .legal-links-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        padding: 0.5rem 0.25rem;
        justify-content: center;
    }

    .legal-links .legal-link {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
        min-width: 90px;
        margin: 0;
        max-width: none;
        width: auto;
        flex-shrink: 0;
    }

    .legal-links .copyright {
        font-size: 0.7rem;
        margin-top: 0;
        padding-top: 0.5rem;
    }
}

/* Mobile-specific fixes for right-side gap */
@media (max-width: 768px) {

    /* Fix container width issues */
    .container {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Ensure rows don't overflow */
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    /* Fix column overflow */
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
        max-width: 100% !important;
    }

    /* Fix header navigation overflow */
    .header {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .navbar {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .navbar-nav {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Fix hero section overflow */
    .hero {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* Fix hero content overflow */
    .hero-content {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Fix video background */
    .hero-video {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* Fix overlay */
    .hero-overlay {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* Fix background elements */
    .hero-bg-elements {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* Fix canvas */
    #heroCanvas {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* Ensure body and html don't overflow */
    body,
    html {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Fix any potential horizontal scroll */
    * {
        max-width: 100% !important;
    }
}

/* Additional fix for very small screens */
@media (max-width: 576px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* Footer Links Styling */
.footer-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer-links a {
    transition: var(--transition);
    font-size: 0.9rem;
    white-space: nowrap;
}

.footer-links a:hover {
    color: var(--primary-blue) !important;
}

/* Social Media Buttons Styling */
.social-links .btn {
    border-radius: 50px !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    transition: var(--transition);
}

.social-links .btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Individual Social Media Button Colors */
.social-links .btn:nth-child(1) {
    background: var(--gray-700);
    color: white;
}

.social-links .btn:nth-child(2) {
    background: var(--gray-700);
    color: white;
}

.social-links .btn:nth-child(3) {
    background: var(--gray-700);
    color: white;
}

.social-links .btn:nth-child(4) {
    background: var(--gray-700);
    color: white;
}

/* Mobile Footer Links */
@media (max-width: 768px) {
    .footer-links {
        justify-content: center !important;
        gap: 1rem !important;
        margin-top: 1rem;
    }

    .footer-links a {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .footer-links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.75rem !important;
        justify-content: center !important;
    }

    .footer-links a {
        font-size: 0.8rem;
    }
}

/* Arrow icon sizing and positioning */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1rem;
    font-weight: bold;
}

@media (max-width: 1200px) {

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 0.9rem;
    }
}

@media (max-width: 992px) {

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 0.75rem;
    }
}

/* Disclaimer Section Styling */
.disclaimer-section {
    background: var(--gray-900) !important;
    border-top: 1px solid var(--gray-700);
}

.disclaimer-section .text-dark {
    color: var(--white) !important;
}

.disclaimer-logo img {
    filter: brightness(0) invert(1);
    transition: var(--transition);
}

.disclaimer-logo img:hover {
    filter: brightness(0) invert(1) opacity(0.8);
}

.disclaimer-text h6 {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    color: var(--white) !important;
}

.disclaimer-text p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--gray-300) !important;
}

/* Mobile Disclaimer */
@media (max-width: 768px) {
    .disclaimer-section {
        text-align: center;
    }

    .disclaimer-logo {
        text-align: center;
        margin-bottom: 1rem;
    }

    .disclaimer-text h6 {
        font-size: 0.85rem;
    }

    .disclaimer-text p {
        font-size: 0.75rem;
    }
}

/* Individual Social Media Button Colors */
.social-links .btn:nth-child(1) {
    background: var(--gray-700);
    color: white;
}

.social-links .btn:nth-child(2) {
    background: var(--gray-700);
    color: white;
}

.social-links .btn:nth-child(3) {
    background: var(--gray-700);
    color: white;
}

.social-links .btn:nth-child(4) {
    background: var(--gray-700);
    color: white;
}

/* Mobile Social Media Buttons */
@media (max-width: 768px) {
    .social-links .btn {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .social-links .btn {
        width: 38px;
        height: 38px;
    }
}

/* Mobile Dropdown Responsiveness */
@media (max-width: 991.98px) {
    .dropdown-hover::after {
        display: none;
    }

    .mobile-chevron {
        display: inline-block;
        transition: var(--transition);
    }

    .dropdown-menu-hover {
        position: static;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transform: none;
        box-shadow: none;
        background: transparent;
        border: none;
        padding: 0;
        margin-left: 1rem;
        margin-top: 0;
        min-width: auto;
        backdrop-filter: none;
        transition: all 0.3s ease;
        list-style: none;
    }

    .dropdown-hover.active .dropdown-menu-hover {
        opacity: 1;
        visibility: visible;
        max-height: 300px;
        margin-top: 0.5rem;
    }

    .dropdown-hover.active .mobile-chevron {
        transform: rotate(180deg);
    }

    .dropdown-item-hover {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
        color: var(--gray-600);
        opacity: 0;
        transform: translateX(-10px);
        transition: all 0.3s ease;
    }

    .dropdown-hover.active .dropdown-item-hover {
        opacity: 1;
        transform: translateX(0);
    }

    .dropdown-item-hover:hover {
        background: rgba(37, 99, 235, 0.08);
        color: #2563eb;
        transform: translateX(5px);
    }

    .dropdown-item-hover i {
        font-size: 0.8rem;
    }
}

/* Ensure proper slide width calculation for exactly 3 cards */
.testimonials-slider .swiper-slide {
    width: calc((100% - 60px) / 3) !important;
    /* 3 equal cards with 30px spacing between each */
    min-width: 280px !important;
    /* Minimum width for each slide */
    max-width: 350px !important;
    /* Maximum width for each slide */
    margin-right: 15px !important;
    /* Consistent right margin */
    margin-left: 15px !important;
    /* Consistent left margin */
}

/* Ensure the container can accommodate 3 cards properly */
.testimonials-slider .swiper {
    padding: 2rem 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.testimonials-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: center;
    /* Center the 3 cards */
}

/* Mobile responsive adjustments */
@media (max-width: 1023.98px) {
    .testimonials-slider .swiper-slide {
        width: calc((100% - 30px) / 2) !important;
        /* 2 slides per view on tablet */
        min-width: 280px !important;
        max-width: 350px !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}

@media (max-width: 767.98px) {
    .testimonials-slider .swiper-slide {
        width: calc(100% - 30px) !important;
        /* 1 slide per view on mobile */
        min-width: 100% !important;
        max-width: 100% !important;
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}

/* Ensure proper slide width calculation for exactly 3 cards with larger width */
.testimonials-slider .swiper-slide {
    width: calc((100% - 80px) / 3) !important;
    /* 3 equal cards with 40px spacing between each */
    /* 3 equal cards with larger width and better spacing */
    min-width: 350px !important;
    /* Increased minimum width for larger cards */
    /* Minimum width for each slide */
    max-width: 450px !important;
    /* Increased maximum width for larger cards */
    /* Maximum width for each slide */
    margin-right: 20px !important;
    /* Increased right margin for better spacing */
    /* Consistent right margin */
    margin-left: 20px !important;
    /* Increased left margin for better spacing */
    /* Consistent left margin */
}

/* ===== NEW VENTURE PAGE CUSTOM STYLES ===== */

/* Hero Section Enhancements */
.hero-title .title-line {
    display: block;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.hero-title .text-gradient {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 768px) {
    .hero-title .title-line {
        font-size: 2rem;
    }
}

/* Section Badge Styling */
.section-badge {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

/* Card Hover Effects */
.knowledge-card,
.resource-card,
.coverage-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

.knowledge-card:hover,
.resource-card:hover,
.coverage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.guidance-card {
    transition: transform 0.3s ease;
}

.guidance-card:hover {
    transform: translateY(-5px);
}

.testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Special Elements */
.quote-marks {
    opacity: 0.3;
}

.requirement-box,
.coverage-details {
    background: rgba(255, 255, 255, 0.8);
}

.elite-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.specialists-box {
    background: rgba(255, 255, 255, 0.95) !important;
}

/* Button Enhancements */
.hero-buttons .btn {
    transition: all 0.3s ease;
}

.hero-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Enhanced Button Styling */
.btn-warning {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border: none;
    color: #1f2937;
    font-weight: 700;
}

.btn-warning:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.3);
}

.btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border: none;
    font-weight: 700;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

/* Enhanced Card Styling */
.bg-light {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
}

.bg-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
}

/* Enhanced Section Badge */
.section-badge {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

/* ===== MOBILE RESPONSIVENESS FOR NEW VENTURE PAGE ===== */

/* Mobile Hero Section Adjustments */
@media (max-width: 991.98px) {
    .hero {
        min-height: auto !important;
        padding: 3rem 0 3rem 0;
        padding-top: 5rem !important;
        /* Extra top padding for header */
        margin-top: 0;
        /* Account for fixed header height */
    }

    .hero-title .title-line {
        font-size: 1.8rem !important;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem !important;
    }

    .hero-buttons {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .truck-elite h3 {
        font-size: 1.2rem;
    }

    .elite-badge {
        width: 60px !important;
        height: 60px !important;
        line-height: 40px !important;
    }

    .elite-badge span {
        font-size: 1.2rem !important;
    }

    .specialists-box {
        margin-top: 2rem;
        padding: 1.5rem !important;
    }

    .specialists-box h4 {
        font-size: 1.1rem;
    }

    .specialists-box ul li {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    .hero {
        padding: 2rem 0 2rem 0;
        padding-top: 4rem !important;
        /* Extra top padding for header */
        margin-top: 0;
        /* Account for fixed header height on mobile */
    }

    .hero-title .title-line {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 1.5rem !important;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 2rem;
    }

    .hero-center {
        margin: 2rem 0;
    }

    .truck-elite {
        margin-bottom: 2rem !important;
    }

    .truck-elite h3 {
        font-size: 1rem;
    }

    .elite-badge {
        width: 50px !important;
        height: 50px !important;
        line-height: 35px !important;
    }

    .elite-badge span {
        font-size: 1rem !important;
    }

    .hero-center h2 {
        font-size: 1.5rem !important;
        line-height: 1.3;
    }

    .specialists-box {
        margin-top: 1.5rem;
        padding: 1rem !important;
    }

    .specialists-box h4 {
        font-size: 1rem;
        text-align: center;
    }

    .specialists-box ul {
        text-align: left;
    }

    .specialists-box ul li {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }

    .specialists-box ul li i {
        font-size: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .hero {
        padding: 1.5rem 0 1.5rem 0;
        padding-top: 3.5rem !important;
        /* Extra top padding for header */
        margin-top: 0;
        /* Account for fixed header height on small mobile */
    }

    .hero-title .title-line {
        font-size: 1.3rem !important;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .hero-buttons .btn {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem !important;
    }

    .truck-elite h3 {
        font-size: 0.9rem;
    }

    .elite-badge {
        width: 45px !important;
        height: 45px !important;
        line-height: 30px !important;
    }

    .elite-badge span {
        font-size: 0.9rem !important;
    }

    .hero-center h2 {
        font-size: 1.3rem !important;
    }

    .specialists-box {
        padding: 0.75rem !important;
    }

    .specialists-box h4 {
        font-size: 0.9rem;
    }

    .specialists-box ul li {
        font-size: 0.8rem;
    }
}

/* Mobile Section Adjustments */
@media (max-width: 991.98px) {

    .rejection-warning,
    .cta-section {
        padding: 3rem 0 !important;
    }

    .rejection-warning h2,
    .cta-section h2 {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .rejection-warning p,
    .cta-section p {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .rejection-warning .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .cta-section .btn {
        width: 100%;
        max-width: 300px;
        margin: 0.5rem auto;
    }
}

@media (max-width: 767.98px) {

    .rejection-warning,
    .cta-section {
        padding: 2rem 0 !important;
    }

    .rejection-warning h2,
    .cta-section h2 {
        font-size: 1.5rem;
    }

    .rejection-warning p,
    .cta-section p {
        font-size: 0.95rem;
    }
}

/* Mobile Card Adjustments */
@media (max-width: 991.98px) {

    .knowledge-card,
    .resource-card,
    .coverage-card {
        margin-bottom: 1.5rem;
    }

    .knowledge-card h4,
    .resource-card h4,
    .coverage-card h4 {
        font-size: 1.2rem;
    }

    .knowledge-card p,
    .resource-card p,
    .coverage-card p {
        font-size: 0.95rem;
    }

    .guidance-card,
    .testimonial-card {
        margin-bottom: 1.5rem;
    }

    .guidance-card h3,
    .testimonial-card h4 {
        font-size: 1.3rem;
    }

    .guidance-card h5,
    .testimonial-card h5 {
        font-size: 1.1rem;
    }

    .guidance-card p,
    .testimonial-card p {
        font-size: 0.95rem;
    }
}

@media (max-width: 767.98px) {

    .knowledge-card,
    .resource-card,
    .coverage-card {
        margin-bottom: 1rem;
        padding: 1.5rem !important;
    }

    .knowledge-card h4,
    .resource-card h4,
    .coverage-card h4 {
        font-size: 1.1rem;
    }

    .knowledge-card p,
    .resource-card p,
    .coverage-card p {
        font-size: 0.9rem;
    }

    .guidance-card,
    .testimonial-card {
        margin-bottom: 1rem;
        padding: 1.5rem !important;
    }

    .guidance-card h3,
    .testimonial-card h4 {
        font-size: 1.2rem;
    }

    .guidance-card h5,
    .testimonial-card h5 {
        font-size: 1rem;
    }

    .guidance-card p,
    .testimonial-card p {
        font-size: 0.9rem;
    }

    .testimonial-card .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* Mobile Icon and Badge Adjustments */
@media (max-width: 767.98px) {
    .icon-wrapper .bg-primary {
        width: 60px !important;
        height: 60px !important;
    }

    .icon-wrapper .bg-primary i {
        font-size: 1.5rem !important;
    }

    .section-badge {
        font-size: 0.8rem;
        padding: 0.5rem 1rem !important;
    }

    .requirement-box,
    .coverage-details {
        padding: 1rem !important;
    }

    .requirement-box h6,
    .coverage-details h6 {
        font-size: 0.9rem;
    }

    .requirement-box p,
    .coverage-details p {
        font-size: 0.85rem;
    }
}

/* Mobile Button Adjustments */
@media (max-width: 767.98px) {
    .btn-lg {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem !important;
    }

    .btn-md {
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem !important;
    }

    .btn {
        border-radius: 0.5rem !important;
    }
}

/* Mobile Container Adjustments */
@media (max-width: 575.98px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .mb-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-3 {
        margin-bottom: 1rem !important;
    }
}

/* Additional mobile hero spacing fix */
@media (max-width: 767.98px) {
    .hero {
        margin-top: 0 !important;
        padding-top: 5rem !important;
    }

    .hero .container {
        padding-top: 2rem !important;
    }

    .hero-content {
        margin-top: 1rem !important;
    }
}

/* Fix for fixed header overlapping content */
@media (max-width: 991.98px) {

    .hero {
        position: relative;
        z-index: 1;
        padding-top: 80px !important;
        margin-top: 0 !important;
    }

    /* Ensure hero content starts below header */
    .hero .container {
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {

    .hero {
        padding-top: 70px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 575.98px) {

    .hero {
        padding-top: 65px !important;
        margin-top: 0 !important;
    }
}

/* Partners Slider Styles */
.partners-slider {
    position: relative;
    overflow: hidden;
    padding: 0 60px;
}

.partners-slider .swiper-slide {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ecef;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #0d6efd;
}

.partner-card h5 {
    margin: 0;
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 600;
}

/* Partners Slider Navigation */
.partners-slider .swiper-button-next,
.partners-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #0d6efd;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.partners-slider .swiper-button-next {
    right: -50px;
}

.partners-slider .swiper-button-prev {
    left: -50px;
}

.partners-slider .swiper-button-next:hover,
.partners-slider .swiper-button-prev:hover {
    background: #0b5ed7;
    transform: scale(1.1);
}

.partners-slider .swiper-button-next::after,
.partners-slider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

/* Mobile Responsive for Partners Slider */
@media (max-width: 767.98px) {
    .partners-slider {
        padding: 0 40px;
    }

    .partners-slider .swiper-slide {
        height: 60px;
    }

    .partner-card {
        padding: 15px;
    }

    .partner-card h5 {
        font-size: 0.9rem;
    }

    .partners-slider .swiper-button-next,
    .partners-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .partners-slider .swiper-button-next {
        right: -30px;
    }

    .partners-slider .swiper-button-prev {
        left: -30px;
    }

    .partners-slider .swiper-button-next::after,
    .partners-slider .swiper-button-prev::after {
        font-size: 14px;
    }
}

/* ===== COVERAGE PAGE SPECIFIC STYLES ===== */

/* Coverage Cards */
.coverage-card {
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.coverage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.coverage-card .card-body {
    position: relative;
    z-index: 2;
}

/* Coverage Icons */
.coverage-icon .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.coverage-card:hover .coverage-icon .icon-circle {
    transform: scale(1.1);
}

/* Coverage Features */
.coverage-features {
    background: rgba(0, 123, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #007bff;
}

/* Additional Coverage Items */
.additional-coverage-item {
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: white;
    border: 1px solid #e9ecef;
}

.additional-coverage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #007bff;
}

.coverage-icon-small .icon-circle-small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.additional-coverage-item:hover .coverage-icon-small .icon-circle-small {
    transform: scale(1.1);
}

/* Feature Cards */
.feature-card {
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
}

.feature-icon .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon .icon-circle {
    transform: scale(1.1);
}

/* Coverage Section Spacing */
.coverage-types-section,
.additional-coverages-section,
.why-choose-section {
    position: relative;
}

.coverage-types-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 123, 255, 0.2), transparent);
}

/* Tablet Responsive Styles */
@media (max-width: 991.98px) and (min-width: 768px) {
    .hero-title .title-line {
        font-size: clamp(2.5rem, 7vw, 3.5rem);
    }

    .coverage-card .card-body {
        padding: 2rem !important;
    }

    .coverage-card .btn {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }

    .recommended-coverage-box {
        padding: 1.5rem !important;
    }

    .recommended-coverage-box .icon-circle {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    /* Two column layout for tablets */
    .coverage-types-section .row.g-4>.col-lg-6 {
        margin-bottom: 2rem;
    }
}

/* Large Mobile Responsive Styles */
@media (max-width: 767.98px) and (min-width: 576px) {
    .hero-title .title-line {
        font-size: clamp(2.2rem, 6.5vw, 3rem);
    }

    .coverage-card .card-body {
        padding: 1.75rem !important;
    }

    .coverage-card .btn {
        padding: 0.8rem 1.75rem;
        font-size: 0.95rem;
    }

    .recommended-coverage-box {
        padding: 1.25rem !important;
    }

    .recommended-coverage-box .icon-circle {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }
}

@media (max-width: 767.98px) {
    .coverage-card {
        margin-bottom: 20px;
    }


    .additional-coverage-item {
        padding: 15px;
        margin-bottom: 15px;
    }

    .coverage-icon-small .icon-circle-small {
        width: 50px;
        height: 50px;
    }

    .feature-icon .icon-circle {
        width: 60px;
        height: 60px;
    }

    /* Hero section mobile improvements */
    .hero-title .title-line {
        font-size: clamp(1.5rem, 5vw, 2.5rem);
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .hero-description {
        font-size: 0.85rem;
        line-height: 1.4;
    }

    /* Card body padding adjustments */
    .coverage-card .card-body {
        padding: 1rem !important;
    }

    /* Button sizing for mobile */
    .coverage-card .btn {
        padding: 0.6rem 1.25rem;
        font-size: 0.8rem;
    }

    /* Additional coverage items mobile */
    .additional-coverage-item h6 {
        font-size: 0.7rem;
    }

    /* CTA buttons mobile */
    .cta-section .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.85rem;
    }

    /* CTA section mobile improvements */
    .cta-section h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .cta-section p {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    /* Recommended coverage box mobile */
    .recommended-coverage-box {
        padding: 0.75rem !important;
    }

    .recommended-coverage-box .icon-circle {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .recommended-coverage-box h4 {
        font-size: 1rem;
    }

    .recommended-coverage-box p {
        font-size: 0.8rem;
    }
}

/* Extra small devices */
@media (max-width: 575.98px) {
    .hero-title .title-line {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }

    .coverage-card .card-body {
        padding: 0.75rem !important;
    }

    .coverage-features {
        padding: 8px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-buttons .btn {
        width: 100%;
        margin: 0 !important;
    }

    /* Section padding adjustments */
    .py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    /* Card spacing */
    .row.g-4 {
        --bs-gutter-y: 1rem;
    }

    /* Motor truck cargo specific mobile */
    .need-to-knows-section .info-card {
        margin-bottom: 1rem;
    }

    .need-to-knows-section .info-card h5 {
        font-size: 0.9rem;
    }

    .need-to-knows-section .info-card p {
        font-size: 0.8rem;
    }

    /* General info section mobile */
    .general-info-section h3 {
        font-size: 1.3rem;
    }

    .general-info-section p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    /* Better touch targets for mobile */
    .coverage-card .btn,
    .cta-section .btn,
    .hero-buttons .btn {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* Improved spacing for mobile */
    .coverage-card {
        margin-bottom: 1.5rem;
    }

    .coverage-card .coverage-features {
        margin-bottom: 1rem;
    }

    /* Hero content mobile spacing */
    .hero-content {
        padding: 1rem 0;
    }

    /* Section headings mobile */
    .display-5 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .lead {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}

/* Coverage Page Hero Enhancements */
.hero-title .text-gradient {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* Button Enhancements for Coverage Page */
.coverage-card .btn {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.coverage-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Additional Coverage Section Background */
.additional-coverages-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* CTA Section Enhancements */
.cta-section .btn-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    border: none;
    color: #000;
    font-weight: 700;
}

.cta-section .btn-warning:hover {
    background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.3);
}

/* Animation Enhancements */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.floating-shape {
    animation: float 6s ease-in-out infinite;
}

.floating-shape.shape-1 {
    animation-delay: 0s;
}

.floating-shape.shape-2 {
    animation-delay: 2s;
}

.floating-shape.shape-3 {
    animation-delay: 4s;
}

.floating-shape.shape-4 {
    animation-delay: 1s;
}

/* Coverage Page Specific Gradients */
.bg-gradient-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

/* Icon Circle Base Styles */
.icon-circle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.icon-circle-small {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.bg-gradient-success {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
}

.bg-gradient-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
}

.bg-gradient-info {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

.bg-gradient-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.bg-gradient-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #545b62 100%);
}

/* Hover Effects for Coverage Cards */
.coverage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.05) 0%, rgba(0, 86, 179, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
    z-index: 1;
}

.coverage-card:hover::before {
    opacity: 1;
}

/* Enhanced Typography for Coverage Page */
.coverage-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.coverage-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
}

.additional-coverage-item h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

/* Responsive Grid Adjustments */
@media (max-width: 991.98px) {
    .additional-coverage-item {
        margin-bottom: 20px;
    }

    /* Coverage types section mobile */
    .coverage-types-section .coverage-card {
        margin-bottom: 1.5rem;
    }

    /* What is section mobile */
    .what-is-section .content-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .coverage-card .card-body {
        padding: 1.5rem;
    }

    .coverage-features {
        padding: 15px;
    }

    .additional-coverage-item {
        padding: 15px;
    }

    /* Coverage subsection mobile */
    .coverage-subsection h5 {
        font-size: 0.8rem;
    }

    .coverage-subsection p {
        font-size: 0.75rem;
    }

    .coverage-note {
        font-size: 0.7rem;
    }

    /* What is section mobile */
    .what-is-section h2 {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .what-is-section p {
        font-size: 0.8rem;
        line-height: 1.4;
    }
}

/* ===== CLIENT SERVICES PAGE STYLES ===== */

/* Service Navigation */
.service-navigation {
    background: #f8f9fa;
}

.service-nav {
    text-align: center;
}

.service-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.service-nav-list li a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.service-nav-list li a:hover {
    background: #007bff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

/* Service Sections */
.service-section {
    padding: 80px 0;
}

.service-section.bg-light {
    background: #f8f9fa;
}

.service-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Enhanced Mobile Responsiveness for Service Sections */
@media (max-width: 768px) {
    .service-section {
        padding: 60px 0;
    }
    
    .service-content h2 {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .service-content p {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .service-content .btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}

.service-content p {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-content .btn {
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-content .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

/* Payment Portal Preview */
.payment-portal-preview {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.portal-header {
    background: #007bff;
    color: white;
    padding: 20px;
    text-align: center;
}

.portal-header h4 {
    margin: 0;
    font-weight: 600;
}

.portal-content {
    padding: 30px;
}

.payment-form .form-control {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.payment-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Client Portal Preview */
.client-portal-preview {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.portal-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.portal-option {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.portal-option:hover {
    background: #007bff;
    color: white;
    transform: translateX(5px);
}

.portal-option i {
    font-size: 1.5rem;
    margin-right: 15px;
    width: 30px;
}

/* Enhanced Mobile Responsiveness for Portal Components */
@media (max-width: 768px) {
    .client-portal-preview {
        margin: 20px 0;
    }
    
    .portal-options {
        gap: 10px;
    }
    
    .portal-option {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .portal-option i {
        font-size: 1.2rem;
        margin-right: 10px;
        width: 25px;
    }
}

/* Policy Change Preview */
.policy-change-preview {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.change-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.change-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.change-type:hover {
    background: #007bff;
    color: white;
    transform: translateY(-5px);
}

.change-type i {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #007bff;
}

.change-type:hover i {
    color: white;
}

.change-type span {
    font-weight: 600;
    font-size: 0.9rem;
}

/* Enhanced Mobile Responsiveness for Policy Change and Certificate Components */
@media (max-width: 768px) {
    .policy-change-preview {
        margin: 20px 0;
    }
    
    .change-types {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }
    
    .change-type {
        padding: 15px;
        text-align: center;
    }
    
    .change-type i {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    
    .certificate-preview {
        margin: 20px 0;
    }
    
    .cert-header {
        padding: 15px;
    }
    
    .cert-header h4 {
        font-size: 1.1rem;
    }
    
    .cert-body {
        padding: 20px;
    }
    
    .cert-field {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    
    .cert-field label {
        font-weight: 600;
        margin-bottom: 5px;
    }
}

/* Certificate Preview */
.certificate-preview {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 3px solid #007bff;
}

.cert-header {
    background: #007bff;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cert-header h4 {
    margin: 0;
    font-weight: 600;
}

.cert-number {
    font-size: 0.9rem;
    opacity: 0.9;
}

.cert-body {
    padding: 25px;
}

.cert-field {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.cert-field:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cert-field label {
    font-weight: 600;
    color: #2c3e50;
}

.cert-field span {
    color: #6c757d;
}

/* Claims Process */
.claims-process {
    margin-top: 50px;
}

.claims-step {
    display: flex;
    align-items: flex-start;
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.claims-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.step-number {
    background: #007bff;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.step-content h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
}

.step-content p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Contact Information */
.contact-info-section {
    padding: 80px 0;
}

.contact-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    background: #007bff;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

.contact-card h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 10px;
}

.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin-bottom: 8px;
}

.quick-links a {
    color: #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.quick-links a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.client-services-links {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.client-services-links h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.service-link {
    display: block;
    color: #007bff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 500;
}

.service-link:hover {
    background: #007bff;
    color: white;
    transform: translateY(-2px);
}

/* Disclaimer Section */
.disclaimer-section {
    padding: 40px 0;
    background: #2c3e50;
    color: white;
}

.disclaimer-content {
    text-align: center;
}

.disclaimer-content p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .services-intro h2 {
        font-size: 2rem;
    }
    
    .service-nav-list {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .service-content h2 {
        font-size: 1.8rem;
    }
    
    .change-types {
        grid-template-columns: 1fr;
    }
    
    .claims-step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .contact-card {
        margin-bottom: 30px;
    }
}

/* Enhanced Mobile Responsiveness for Claims and Contact Sections */
@media (max-width: 768px) {
    .claims-process {
        margin-top: 30px;
    }
    
    .claims-process h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .claims-process p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .claims-step {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 15px;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .step-content h4 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .step-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .contact-info-section {
        padding: 60px 0;
    }
    
    .contact-card {
        margin-bottom: 30px;
        padding: 25px;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .contact-icon i {
        font-size: 1.5rem;
    }
    
    .contact-card h4 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    
    .contact-card p {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }
    
    .client-services-links h4 {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .service-link {
        display: block;
        padding: 12px 15px;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 8px;
        background: #f8f9fa;
        color: #007bff;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .service-link:hover {
        background: #007bff;
        color: white;
        transform: translateY(-2px);
    }
}

/* Additional Mobile Optimizations for Very Small Screens */
@media (max-width: 480px) {
    .service-section {
        padding: 40px 0;
    }
    
    .service-content h2 {
        font-size: 1.6rem;
    }
    
    .hero {
        min-height: 60vh;
    }
    
    .hero-title .title-line {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }
    
    .hero-subtitle {
        font-size: clamp(1rem, 4vw, 1.2rem);
        margin-bottom: 2rem;
    }
    
    .portal-option {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
    
    .change-types {
        padding: 15px;
        gap: 12px;
    }
    
    .change-type {
        padding: 12px;
    }
    
    .cert-body {
        padding: 15px;
    }
    
    .claims-step {
        padding: 15px;
    }
    
    .step-content h4 {
        font-size: 1.1rem;
    }
    
    .step-content p {
        font-size: 0.85rem;
    }
    
    .contact-card {
        padding: 20px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-icon i {
        font-size: 1.3rem;
    }
    
    .contact-card h4 {
        font-size: 1.2rem;
    }
    
    .contact-card p {
        font-size: 0.85rem;
    }
    
    .service-link {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
}

/* Payment Portal Cards */
.payment-portal-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
}

.payment-portal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.payment-portal-card .portal-header {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    padding: 20px;
    text-align: center;
}

.payment-portal-card .portal-header h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3;
}

.payment-portal-card .portal-content {
    padding: 25px;
}

.payment-portal-card .contact-info {
    margin-bottom: 20px;
}

.payment-portal-card .contact-info p {
    margin-bottom: 8px;
    color: #6c757d;
    font-size: 0.9rem;
}

.payment-portal-card .contact-info i {
    color: #007bff;
    margin-right: 8px;
    width: 16px;
}

.payment-portal-card .contact-info small {
    color: #6c757d;
    font-style: italic;
}

.payment-portal-card .btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.payment-portal-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

/* Questions Section */
.questions-section {
    padding: 40px 0;
}

.questions-section h2 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
}

.questions-section .lead {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.contact-options .btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 25px;
    transition: all 0.3s ease;
}

.contact-options .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

/* Mobile Responsiveness for Payment Portals */
@media (max-width: 768px) {
    .payment-portal-card {
        margin-bottom: 20px;
    }
    
    .payment-portal-card .portal-header {
        padding: 15px;
    }
    
    .payment-portal-card .portal-header h4 {
        font-size: 1rem;
    }
    
    .payment-portal-card .portal-content {
        padding: 20px;
    }
    
    .payment-portal-card .contact-info {
        margin-bottom: 15px;
    }
    
    .payment-portal-card .contact-info p {
        font-size: 0.85rem;
    }
    
    .questions-section {
        padding: 30px 0;
    }
    
    .questions-section h2 {
        font-size: 1.8rem;
    }
    
    .questions-section .lead {
        font-size: 1rem;
    }
    
    .contact-options .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .payment-portal-card .portal-header {
        padding: 12px;
    }
    
    .payment-portal-card .portal-header h4 {
        font-size: 0.9rem;
    }
    
    .payment-portal-card .portal-content {
        padding: 15px;
    }
    
    .payment-portal-card .contact-info p {
        font-size: 0.8rem;
    }
    
    .questions-section h2 {
        font-size: 1.6rem;
    }
    
    .questions-section .lead {
        font-size: 0.9rem;
    }
}

/* Flip Card Effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    aspect-ratio: 1.2;
    perspective: 1000px;
    margin-bottom: 20px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-front {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #2c3e50;
}

.flip-card-back {
    background: linear-gradient(135deg, #6f42c1 0%, #5a2d91 100%);
    color: white;
    transform: rotateY(180deg);
}

/* Company Images */
.company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.company-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}


/* Company Info on Back */
.company-info {
    text-align: center;
    padding: 20px;
}

.company-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}

.company-info p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.company-info i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.8);
}

/* Payment Button */
.btn-payment {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-payment:hover {
    background: white;
    color: #6f42c1;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Mobile Responsiveness for Flip Cards */
@media (max-width: 768px) {
    .flip-card {
        aspect-ratio: 1.2;
    }
    
    .company-logo {
        padding: 15px;
    }
    
    .company-info {
        padding: 15px;
    }
    
    .company-info h4 {
        font-size: 1rem;
    }
    
    .company-info p {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .flip-card {
        aspect-ratio: 1.2;
    }
    
    .company-logo {
        padding: 10px;
    }
    
    .company-info {
        padding: 10px;
    }
    
    .company-info h4 {
        font-size: 0.9rem;
    }
    
    .company-info p {
        font-size: 0.75rem;
    }
    
    .btn-payment {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}
