/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* Prevent any scrollbar issues */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Global 13% scale reduction - equivalent to zooming out by 13% */
html {
    transform: scale(0.87);
    transform-origin: top left;
    width: 114.94%; /* 100% / 0.87 to compensate for the scale */
    height: 114.94%;
}

/* Ensure popups are not affected by global scaling */
.popup-modal,
.popup-modal * {
    transform: none !important;
    transform-origin: initial !important;
}

/* Force popup to be properly positioned and visible */
.popup-modal.active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    opacity: 1 !important;
    visibility: visible !important;
}



/* Desktop: Remove all animations except subtle glowing border on hover */
@media (min-width: 769px) {
    /* Keep animations but remove excessive ones */
    .btn,
    .nav-link,
    .service-card,
    .contact-item,
    .footer-social a,
    .footer-section ul li a,
    .whatsapp-btn,
    .submit-btn,
    .service-toggle,
    .popup-modal,
    .popup-content {
        transition: all 0.3s ease !important;
    }
    /* Add subtle glowing border on hover for interactive elements */
    .btn:hover,
    .nav-link:hover,
    .service-card:hover,
    .contact-item:hover,
    .footer-social a:hover,
    .footer-section ul li a:hover,
    .whatsapp-btn:hover,
    .submit-btn:hover,
    .service-toggle:hover {
        box-shadow: 0 0 15px rgba(37, 99, 235, 0.3);
        border-color: rgba(37, 99, 235, 0.5);
    }
    
    /* Enhanced glow for primary buttons */
    .btn-primary:hover,
    .nav-cta:hover,
    .submit-btn:hover {
        box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);
        border-color: rgba(37, 99, 235, 0.6);
    }
    
    /* Subtle glow for service cards */
    .service-card:hover {
        box-shadow: 0 0 25px rgba(37, 99, 235, 0.2);
        border: 1px solid rgba(37, 99, 235, 0.3);
    }
    

}
    
/* Remove contact animations */
    .contact-icon,
    .contact-item,
    .phone-item {
        transition: none !important;
    }
    
    /* Remove footer animations */
    .footer-social a,
    .footer-section ul li a {
        transition: none !important;
    }
    
    /* Keep popup animations */
    .popup-modal,
    .popup-content {
        transition: all 0.3s ease !important;
    }
    
    /* Desktop Navigation Layout - Logo to absolute left, nav to absolute right */
    .nav-content {
        justify-content: space-between !important;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        gap: 0 !important;
        flex-wrap: nowrap !important;
    }
    
    .nav-right {
        display: flex !important;
        align-items: center !important;
        gap: 1rem !important;
        margin-left: auto !important;
        flex: 0 0 auto !important;
        justify-content: flex-end !important;
        margin-right: 0 !important;
        padding-right: 20px !important;
    }
    
    .nav-logo {
        margin-left: 0 !important;
        padding-left: 20px !important;
        flex-shrink: 0 !important;
        margin-right: auto !important;
    }
    
    .logo-container {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    
    .nav-menu {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    
    .nav-actions {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Ensure proper spacing between nav elements */
    .nav-menu .nav-item {
        margin-right: 30px !important;
    }
    
    .nav-menu .nav-item:last-child {
        margin-right: 0 !important;
    }
    
    /* Remove any container padding that might interfere */
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Override existing desktop navigation rules */
    @media (min-width: 769px) {
        .nav-content {
            justify-content: space-between !important;
            padding: 0 !important;
            max-width: 100% !important;
            width: 100% !important;
            gap: 0 !important;
            flex-wrap: nowrap !important;
        }
        
        .nav-right {
            display: flex !important;
            align-items: center !important;
            gap: 1rem !important;
            margin-left: auto !important;
            flex: 0 0 auto !important;
            justify-content: flex-end !important;
            padding-right: 20px !important;
        }
        
        .nav-logo {
            margin-left: 0 !important;
            padding-left: 20px !important;
            flex-shrink: 0 !important;
            margin-right: auto !important;
        }
        
        .logo-container {
            margin-left: 0 !important;
            padding-left: 0 !important;
            margin-right: 0 !important;
            padding-right: 0 !important;
            padding: 0.5rem 0 0.5rem 0 !important;
        }
        
        .nav-menu {
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-right: 0 !important;
            justify-content: flex-end !important;
            gap: 15px !important;
        }
        
        .nav-actions {
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-right: 0 !important;
        }
        
        /* Ensure proper spacing between nav elements */
        .nav-menu .nav-item {
            margin-right: 30px !important;
        }
        
        .nav-menu .nav-item:last-child {
            margin-right: 0 !important;
        }
    }


/* Hide scrollbar for webkit browsers */
*::-webkit-scrollbar {
    display: none;
}

:root {
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --primary-light: #3b82f6;
    --secondary-color: #f59e0b;
    --accent-color: #10b981;
    --dark-color: #1e293b;
    --dark-light: #334155;
    --gray-100: #f8fafc;
    --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;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --gradient-primary: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    --gradient-secondary: linear-gradient(135deg, var(--secondary-color), #d97706);
    --gradient-dark: linear-gradient(135deg, var(--dark-color), var(--dark-light));
    --gradient-hero: linear-gradient(135deg, rgba(30, 41, 59, 0.9), rgba(51, 65, 85, 0.8));
    --gradient-gold: linear-gradient(135deg, #f59e0b, #d97706);
    --gradient-success: linear-gradient(135deg, #10b981, #059669);
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--gray-700);
    overflow-x: hidden;
    background-color: #0f172a;
    /* Completely prevent scrollbar */
    scrollbar-gutter: stable;
    overflow-y: scroll;
    /* Force scrollbar to always be visible */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    border: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Special container for hero section */
.hero .container {
    margin: 0;
    padding-left: 20px;
    max-width: none;
}

/* Header - Static design */
.header {
    position: static;
    z-index: 1000;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    margin: 0 !important;
    padding: 0 !important;
}

/* Header specific navigation - full width */
.header .nav-content {
    max-width: 100% !important;
    padding: 0 !important;
}

.header .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}



.navbar {
    padding: 5px 0;
    position: static;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    /* Completely prevent scrollbar issues */
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.5), transparent);
    animation: shimmer 3s ease-in-out infinite;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    max-width: 1400px;
    margin: 0;
    padding: 0 20px;
    flex-wrap: nowrap;
}

/* Logo Container - Enhanced */
.logo-container {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    transition: none !important;
    flex-shrink: 0;
    cursor: pointer;
    /* Prevent scrollbar on hover */
    overflow: hidden;
    box-sizing: border-box;
    /* Ensure consistent dimensions */
    width: auto;
    height: auto;
    /* Remove transform animations */
    transform: none !important;
    backface-visibility: hidden;
}

.logo-container::before {
    display: none !important;
}

.logo-container:hover::before {
    display: none !important;
}

.logo-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: none !important;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 2;
    /* Remove transform animations */
    transform: none !important;
}

.logo-img::before {
    display: none !important;
}

.logo-container:hover .logo-img {
    transform: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
    filter: none !important;
}

.logo-container:hover .logo-img::before {
    display: none !important;
}

.logo-text h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fbbf24;
    margin: 0;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    transition: none !important;
    line-height: 1.2;
    position: relative;
    z-index: 5;
    /* Remove transform animations */
    transform: none !important;
}

.logo-text span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 2px;
    transition: none !important;
    line-height: 1.2;
    white-space: nowrap;
    position: relative;
    z-index: 5;
    /* Remove transform animations */
    transform: none !important;
}

.logo-container:hover .logo-text h2 {
    background: none !important;
    background-size: auto !important;
    animation: none !important;
    text-shadow: none !important;
    transform: none !important;
    -webkit-text-stroke: none !important;
    filter: none !important;
    z-index: 5;
}

.logo-container:hover .logo-text span {
    color: rgba(255, 255, 255, 0.7) !important;
    text-shadow: none !important;
    transform: none !important;
    font-weight: 500 !important;
    -webkit-text-stroke: none !important;
    filter: none !important;
    z-index: 5;
}

/* Navigation Menu - Enhanced */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
    position: relative;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
}

/* Desktop Navigation - Enhanced */
@media (min-width: 769px) {
    .navbar {
        padding: 1rem 0 !important;
        background: rgba(15, 23, 42, 0.95) !important;
        backdrop-filter: blur(20px) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    }
    
    .nav-content {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 2rem !important;
        padding: 0 2rem !important;
        flex-wrap: nowrap !important;
    }
    
    .nav-logo {
        flex-shrink: 0 !important;
    }
    
    .logo-container {
        display: flex !important;
        align-items: center !important;
        gap: 1rem !important;
        padding: 0.5rem 1rem !important;
        border-radius: 12px !important;
        transition: none !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        transform: none !important;
    }
    
    .logo-container:hover {
        background: rgba(255, 255, 255, 0.05) !important;
        transform: none !important;
        box-shadow: none !important;
    }
    
    .logo-img {
        width: 45px !important;
        height: 45px !important;
        border-radius: 8px !important;
        object-fit: cover !important;
    }
    
    .logo-text h2 {
        font-size: 1.4rem !important;
        font-weight: 700 !important;
        color: #fbbf24 !important;
        margin: 0 !important;
        line-height: 1.2 !important;
    }
    
    .logo-text span {
        font-size: 0.75rem !important;
        color: rgba(255, 255, 255, 0.8) !important;
        font-weight: 400 !important;
        margin: 0 !important;
        line-height: 1.2 !important;
    }
    .nav-menu {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        background: transparent !important;
        backdrop-filter: none !important;
        flex-direction: row !important;
        gap: 2rem !important;
        padding: 0 !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        border-top: none !important;
        height: auto !important;
        width: auto !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
    
    .nav-menu.active {
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .nav-item {
        position: relative;
    }
    
    .nav-link {
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
        color: rgba(255, 255, 255, 0.9) !important;
        text-decoration: none !important;
        font-weight: 500 !important;
        font-size: 0.95rem !important;
        padding: 0.75rem 1.25rem !important;
        border-radius: 8px !important;
        transition: none !important;
        position: relative !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }
    
    .nav-link::before {
        display: none !important;
    }
    
    .nav-link::after {
        display: none !important;
    }
    
    .nav-link:hover,
    .nav-link.active {
        color: var(--white) !important;
        transform: none !important;
        box-shadow: none !important;
    }
    
    .nav-link:hover::before,
    .nav-link.active::before {
        display: none !important;
    }
    
    .nav-link:hover::after,
    .nav-link.active::after {
        display: none !important;
    }
    
    .nav-link i {
        font-size: 1rem !important;
        transition: none !important;
    }
    
    .nav-link:hover i {
        transform: none !important;
        color: var(--white) !important;
    }
    
    /* Special styling for Get Quote button */
    .nav-cta {
        background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
        color: #1e293b !important;
        font-weight: 600 !important;
        padding: 0.6rem 1.2rem !important;
        border-radius: 25px !important;
        box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3) !important;
        transition: none !important;
        position: relative !important;
        overflow: hidden !important;
        border: 1px solid rgba(251, 191, 36, 0.3) !important;
    }
    
    .nav-cta::before {
        display: none !important;
    }
    
    .nav-cta:hover {
        transform: none !important;
        box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3) !important;
        color: #1e293b !important;
        border-color: rgba(251, 191, 36, 0.3) !important;
    }
    
    .nav-cta:hover::before {
        display: none !important;
    }
    
    .nav-cta::after {
        display: none !important;
    }
    
    .nav-cta i {
        font-size: 0.9rem !important;
        transition: none !important;
    }
    
    /* Hide nav-actions on desktop since Get Quote is in nav menu */
    .nav-actions {
        display: none !important;
    }
    
    /* Show nav-actions on mobile */
    @media (max-width: 768px) {
        .nav-actions {
            display: flex !important;
            align-items: center !important;
            gap: 10px !important;
        }
        
        .nav-actions .btn {
            display: flex !important;
            align-items: center !important;
            gap: 0.5rem !important;
            padding: 0.5rem 1rem !important;
            font-size: 0.85rem !important;
            min-height: 40px !important;
            border-radius: 20px !important;
            background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
            color: #1e293b !important;
            text-decoration: none !important;
            font-weight: 600 !important;
            text-transform: uppercase !important;
            letter-spacing: 0.5px !important;
            white-space: nowrap !important;
            box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3) !important;
            transition: none !important;
            border: none !important;
        }
        
        .nav-actions .btn:hover {
            transform: none !important;
            box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3) !important;
        }
        
        .nav-actions .btn i {
            font-size: 0.8rem !important;
            transition: none !important;
        }
    }
}

.nav-item {
    position: relative;
}

.nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 16px;
    border-radius: 25px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.1), rgba(96, 165, 250, 0.1));
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

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

.nav-link:hover,
.nav-link.active {
    color: var(--white);
    transform: none;
}

.nav-link:hover::before,
.nav-link.active::before {
    opacity: 1;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 80%;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

/* Nav Actions - Enhanced */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.nav-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-width: 200px;
}

.nav-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.1), transparent);
    transition: left 0.6s ease;
}

.nav-contact:hover::before {
    left: 100%;
}

.nav-contact:hover {
    background: rgba(251, 191, 36, 0.1);
    border-color: rgba(251, 191, 36, 0.3);
    transform: none;
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.2);
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-link i {
    color: #fbbf24;
    font-size: 1rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.nav-contact:hover .contact-link i {
    color: #f59e0b;
    transform: scale(1.05);
}

/* Enhanced Button */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: var(--white);
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.3);
}

.btn-primary::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: left 0.6s ease;
}

.btn-primary:hover {
    transform: none;
    box-shadow: 0 15px 40px rgba(251, 191, 36, 0.4);
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

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

/* Mobile Menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--gray-700);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger:hover span {
    background: var(--gray-900);
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .nav-menu {
        gap: 30px;
    }
    
    .nav-actions {
        gap: 15px;
    }
    
    .contact-link span {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 12px 0;
    }
    
    .nav-content {
        gap: 20px;
    }
    
    .nav-right {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
    }
    
    .logo-text h2 {
        font-size: 20px;
    }
    
    .logo-text span {
        font-size: 11px;
    }
    
    .nav-menu {
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        gap: 0;
        padding: 20px 0;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        list-style: none;
    }
    
    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .nav-item {
        width: 100%;
    }
    
    .nav-link {
        display: block;
        padding: 15px 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .nav-link::after {
        display: none;
    }
    
    .nav-actions {
        gap: 10px;
    }
    
    .hamburger {
        display: flex;
    }
    
    .contact-link {
        padding: 6px 8px;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .logo-container {
        gap: 10px;
    }
    
    .logo-img {
        width: 40px;
        height: 40px;
    }
    
    .logo-text h2 {
        font-size: 18px;
    }
    
    .logo-text span {
        font-size: 10px;
    }
    
    .nav-actions {
        gap: 8px;
    }
    
    .contact-link {
        display: none;
    }
}

/* Hero Section - Reverted to original */
.hero {
    min-height: 80vh;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    margin-top: 0;
    animation: heroEntrance 1.5s ease-out;
    width: 100%;
}

@keyframes heroEntrance {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Background */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgba(30, 41, 59, 0.8) 0%,
        rgba(30, 41, 59, 0.5) 25%,
        rgba(30, 41, 59, 0.2) 50%,
        transparent 75%
    );
    z-index: 2;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 3;
    height: calc(80vh - 80px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 60px;
    padding-top: 0;
    margin-left: 0;
}

/* Hero Text Overlay */
.hero-text-overlay {
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 4;
    padding: 25px;
    margin-bottom: 20px;
}

.hero-content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(30, 41, 59, 0.9) 0%,
        rgba(51, 65, 85, 0.8) 50%,
        rgba(15, 23, 42, 0.85) 100%
    );
    z-index: -1;
    border-radius: 0 20px 20px 0;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fbbf24;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(251, 191, 36, 0.3);
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 15px 0;
}

.hero-title::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(251, 191, 36, 0.1));
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-title:hover::before {
    opacity: 1;
}

.hero-title-line {
    display: block;
    background: linear-gradient(135deg, #fbbf24, #f59e0b, #fbbf24);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
    animation: gradientShift 3s ease infinite;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
    letter-spacing: -0.02em;
    word-spacing: 0.3em;
}

.typing-text {
    overflow: visible;
    white-space: normal;
}



.hero-title:hover .hero-title-line {
    background-position: 100% 100%;
    transform: scale(1.02);
}

/* Animation states for typing effect */
.hero-title-line.typing {
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #fbbf24;
    animation: blink 0.75s step-end infinite;
}

@keyframes blink {
    from, to { border-color: transparent }
    50% { border-color: #fbbf24; }
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.8),
        0 0 15px rgba(251, 191, 36, 0.2);
    animation: fadeInUp 1s ease-out 0.5s both;
}

.hero-description {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    max-width: 550px;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 0 10px rgba(255, 255, 255, 0.1);
    animation: fadeInUp 1s ease-out 0.8s both;
}

.hero-stats {
    display: flex;
    gap: 10px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 15px;
    padding: 12px 10px;
    min-width: 90px;
    flex: 1;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1s ease-out 1.1s both;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(251, 191, 36, 0.4);
}

.stat-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 20px;
    color: var(--white);
}

.stat-prefix {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-number {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    color: #fbbf24;
    margin-bottom: 4px;
}

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

.hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 1.4s both;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-size: 15px;
}

.btn-primary {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: var(--white);
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    color: #1e293b;
}

.btn-large {
    padding: 16px 32px;
    font-size: 15px;
}

.btn-glow {
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(37, 99, 235, 0.3),
        0 0 0 1px rgba(37, 99, 235, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-glow:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 20px 40px rgba(37, 99, 235, 0.4),
        0 0 0 1px rgba(37, 99, 235, 0.3),
        0 0 30px rgba(37, 99, 235, 0.2);
}

.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.8s ease;
}

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

.hero-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
}

.feature-tag i {
    color: #fbbf24;
    font-size: 16px;
}

/* Old split-screen styles removed - now using full background image */

/* Floating Overlay Elements */
.floating-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}

.floating-stat-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 200px;
    animation: float 8s ease-in-out infinite;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    z-index: 10;
    transform: translateY(0);
}

.floating-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.floating-stat-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.3), rgba(251, 191, 36, 0.2));
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.floating-stat-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(37, 99, 235, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.98);
}

.floating-stat-card:hover::before {
    opacity: 1;
}

.floating-stat-card:hover::after {
    opacity: 1;
}

.floating-stat-card:nth-child(1) {
    top: 15%;
    right: 10%;
    animation-delay: 0s;
}

.floating-stat-card:nth-child(2) {
    bottom: 25%;
    left: 8%;
    animation-delay: 2s;
}

.floating-stat-card:nth-child(3) {
    top: 45%;
    right: 25%;
    animation-delay: 4s;
}

.floating-stat-card .stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 
        0 12px 25px rgba(37, 99, 235, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.floating-stat-card .stat-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.floating-stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0 15px 35px rgba(37, 99, 235, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.floating-stat-card:hover .stat-icon::before {
    left: 100%;
}

.floating-stat-card .stat-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.floating-stat-card .stat-number {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--dark-color);
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.floating-stat-card:hover .stat-number {
    color: var(--primary-color);
    transform: scale(1.05);
}

.floating-stat-card .stat-label {
    font-size: 0.8rem;
    color: var(--gray-600);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    transition: all 0.3s ease;
}

.floating-stat-card:hover .stat-label {
    color: var(--gray-700);
    letter-spacing: 1.2px;
}

/* Background Elements */
.background-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.15) 0%, rgba(251, 191, 36, 0.05) 50%, transparent 100%);
    animation: pulse 6s ease-in-out infinite;
    filter: blur(1px);
}

.bg-circle-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    right: 5%;
    animation-delay: 0s;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.2) 0%, rgba(251, 191, 36, 0.05) 50%, transparent 100%);
}

.bg-circle-2 {
    width: 250px;
    height: 250px;
    bottom: 15%;
    left: 10%;
    animation-delay: 3s;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.15) 0%, rgba(96, 165, 250, 0.05) 50%, transparent 100%);
}

.bg-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.4), transparent);
    height: 3px;
    animation: slide 12s linear infinite;
    border-radius: 2px;
    filter: blur(1px);
}

.bg-line-1 {
    width: 500px;
    top: 45%;
    left: -500px;
    animation-delay: 0s;
    background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.5), rgba(96, 165, 250, 0.3), transparent);
}

/* Particles */
.particles-container {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fbbf24;
    border-radius: 50%;
    animation: particleFloat 10s linear infinite;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.6);
}

.particle:nth-child(1) {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
    background: #fbbf24;
}

.particle:nth-child(2) {
    top: 35%;
    right: 25%;
    animation-delay: 2s;
    background: #60a5fa;
    box-shadow: 0 0 10px rgba(96, 165, 250, 0.6);
}

.particle:nth-child(3) {
    bottom: 25%;
    left: 30%;
    animation-delay: 4s;
    background: #34d399;
    box-shadow: 0 0 10px rgba(52, 211, 153, 0.6);
}

.particle:nth-child(4) {
    top: 60%;
    right: 15%;
    animation-delay: 6s;
    background: #f87171;
    box-shadow: 0 0 10px rgba(248, 113, 113, 0.6);
}

.particle:nth-child(5) {
    bottom: 40%;
    left: 45%;
    animation-delay: 8s;
    background: #fbbf24;
}

/* Enhanced Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(2deg);
    }
    50% {
        transform: translateY(-25px) rotate(0deg);
    }
    75% {
        transform: translateY(-15px) rotate(-2deg);
    }
}

@keyframes glow {
    0%, 100% {
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3)) brightness(1);
    }
    50% {
        filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5)) brightness(1.2);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100vw);
    }
}

@keyframes particleFloat {
    0% {
        transform: translateY(0px) translateX(0px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-150px) translateX(80px);
        opacity: 0;
    }
}

/* Scroll Indicator */
.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scroll-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: arrowBounce 2s ease-in-out infinite;
}

@keyframes arrowBounce {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.floating-ship,
.floating-plane,
.floating-box {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    font-size: 2rem;
    animation: float 6s ease-in-out infinite;
}

.floating-ship {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-plane {
    top: 30%;
    right: 15%;
    animation-delay: 2s;
}

.floating-box {
    bottom: 30%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient-primary);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.section-badge i {
    color: var(--secondary-color);
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: var(--gradient-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--gray-500);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Services Section - Enhanced */
.services {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
    position: relative;
    overflow: hidden;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(245, 158, 11, 0.05) 0%, transparent 50%);
    animation: float 20s ease-in-out infinite;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
    /* Prevent scrollbar on hover */
    overflow: hidden;
    /* Ensure consistent layout */
    box-sizing: border-box;
    /* Prevent layout shift */
    transform: translateZ(0);
    backface-visibility: hidden;
    align-items: start;
}

.service-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    /* Prevent scrollbar on hover */
    box-sizing: border-box;
    /* Ensure consistent dimensions */
    width: auto;
    height: auto;
    /* Prevent layout shift */
    transform: translateZ(0);
    backface-visibility: hidden;
    /* Prevent overflow */
    will-change: transform, box-shadow;
    /* Ensure complete isolation */
    isolation: isolate;
}

.service-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(255, 255, 255, 0.98);
    /* Prevent layout shift */
    z-index: 1;
    /* Ensure smooth animation */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Prevent hover effects on expanded cards from affecting others */
.service-card.expanded:hover {
    transform: scale(1.02);
    z-index: 10;
}

.service-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px 20px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8, #1e40af);
    color: var(--white);
    position: relative;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    /* Make icons highly visible */
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.service-badge {
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(15px);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.service-toggle {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-toggle:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    /* Enhanced visibility on hover */
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1) contrast(1.1);
}

/* Hover effects for each service type */
.service-card:nth-child(1):hover .service-icon {
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    border-color: rgba(59, 130, 246, 0.8);
}

.service-card:nth-child(2):hover .service-icon {
    background: linear-gradient(135deg, #34d399, #10b981);
    border-color: rgba(16, 185, 129, 0.8);
}

.service-card:nth-child(3):hover .service-icon {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-color: rgba(245, 158, 11, 0.8);
}

.service-card:nth-child(4):hover .service-icon {
    background: linear-gradient(135deg, #a78bfa, #8b5cf6);
    border-color: rgba(139, 92, 246, 0.8);
}

.service-card:nth-child(5):hover .service-icon {
    background: linear-gradient(135deg, #f87171, #ef4444);
    border-color: rgba(239, 68, 68, 0.8);
}

.service-card:nth-child(6):hover .service-icon {
    background: linear-gradient(135deg, #22d3ee, #06b6d4);
    border-color: rgba(6, 182, 212, 0.8);
}

.service-card:hover .service-icon i {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.service-card:hover .service-badge {
    background: rgba(255, 255, 255, 0.25);
    transform: none;
}

.service-toggle i {
    font-size: 16px;
    transition: transform 0.3s ease;
    color: #ffffff;
}

/* Service icon elements */
.service-icon i {
    color: #ffffff;
    font-size: 28px;
    transition: all 0.3s ease;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Different colors for each service type */
.service-card:nth-child(1) .service-icon {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-color: rgba(59, 130, 246, 0.6);
}

.service-card:nth-child(2) .service-icon {
    background: linear-gradient(135deg, #10b981, #059669);
    border-color: rgba(16, 185, 129, 0.6);
}

.service-card:nth-child(3) .service-icon {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-color: rgba(245, 158, 11, 0.6);
}

.service-card:nth-child(4) .service-icon {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    border-color: rgba(139, 92, 246, 0.6);
}

.service-card:nth-child(5) .service-icon {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border-color: rgba(239, 68, 68, 0.6);
}

.service-card:nth-child(6) .service-icon {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    border-color: rgba(6, 182, 212, 0.6);
}

.service-toggle.active i {
    transform: rotate(180deg);
}

.service-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
    background: linear-gradient(135deg, #1e293b, #334155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-content > p {
    color: #4b5563;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 0.95rem;
    font-weight: 400;
}

.service-details {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--gray-200);
    overflow: hidden;
    transition: all 0.4s ease;
    max-height: 0;
    opacity: 0;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.service-details.expanded {
    max-height: 1000px;
    opacity: 1;
    margin-bottom: 15px;
}

.service-details p {
    color: var(--gray-600);
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 15px;
}

.consolidation-routes {
    list-style: none;
    margin: 15px 0;
    padding-left: 0;
}

.consolidation-routes li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: var(--gray-600);
    font-size: 14px;
}

.consolidation-routes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.service-stats {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--gray-200);
    overflow: hidden;
    transition: all 0.4s ease;
    max-height: 0;
    opacity: 0;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.service-stats.expanded {
    max-height: 200px;
    opacity: 1;
}

.service-stat {
    text-align: center;
    flex: 1;
}

.service-stat .stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-stat .stat-text {
    font-size: 12px;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-image {
    position: relative;
    height: 380px;
    overflow: hidden;
    margin-top: auto;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.8), rgba(147, 51, 234, 0.8));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.1);
}

.service-card:hover .service-overlay {
    opacity: 1;
}

/* Expandable Animation */
.service-card {
    transition: all 0.4s ease;
}

.service-card.expanded {
    transform: scale(1.02);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
    z-index: 10;
    position: relative;
}

/* About Section - Enhanced */
.about {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    color: var(--white);
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
    pointer-events: none;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.about-text h2 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 25px;
    color: #1e293b;
    text-shadow: none;
    line-height: 1.2;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-text p {
    font-size: 1.2rem;
    color: #64748b !important;
    margin-bottom: 40px;
    line-height: 1.8;
    font-weight: 500;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
}

.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: rgba(37, 99, 235, 0.3);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.8rem;
    flex-shrink: 0;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4);
}

.feature-item:hover .feature-icon::before {
    opacity: 1;
}

.feature-content h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1e293b !important;
    line-height: 1.3;
}

.feature-content p {
    color: #64748b !important;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
}

.image-container {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.image-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.about-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 25px;
    transition: transform 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.3), rgba(59, 130, 246, 0.2), rgba(16, 185, 129, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.floating-stats {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    transform: scale(1);
}

.floating-stats:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.floating-stat {
    text-align: center;
}

.floating-stat .stat-number {
    font-size: 2.2rem;
    font-weight: 900;
    color: #f59e0b;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1;
}

.floating-stat .stat-text {
    font-size: 12px;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.image-container:hover .image-overlay {
    opacity: 1;
}

.image-container:hover .floating-stats {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Statistics Section - Reverted to original */
.statistics {
    padding: 100px 0;
    background: var(--gradient-dark);
    color: var(--white);
    position: relative;
}

.statistics::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 2;
}

.stat-card {
    text-align: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--white);
    font-size: 2rem;
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 2;
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 10px;
    display: block;
    position: relative;
    z-index: 2;
    text-shadow: 0 0 20px rgba(245, 158, 11, 0.5);
}

.stat-label {
    font-size: 1.1rem;
    color: var(--gray-300);
    position: relative;
    z-index: 2;
}

.stat-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-gold);
    transition: width 2s ease;
}

.stat-card:hover .stat-progress {
    width: 100%;
}

/* Operations Section */
.operations {
    padding: 120px 0;
    background: var(--gray-100);
}

.operations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.operation-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
    height: 300px;
}

.operation-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-2xl);
}

.operation-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.operation-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: var(--white);
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.operation-content {
    text-align: center;
}

.operation-overlay h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.operation-overlay p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 15px;
}

.operation-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: var(--white);
    font-size: 1.25rem;
}

.operation-item:hover .operation-overlay {
    transform: translateY(0);
}

.operation-item:hover img {
    transform: scale(1.1);
}

/* Managing Director's Message Section */
.md-message {
    position: relative;
    padding: 30px 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(51, 65, 85, 0.95));
    overflow: hidden;
    border-top: 1px solid rgba(251, 191, 36, 0.2);
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
}

.md-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.md-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(251, 191, 36, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(16, 185, 129, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 90% 10%, rgba(251, 191, 36, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(37, 99, 235, 0.06) 0%, transparent 50%);
    opacity: 0.8;
    animation: mdPatternFloat 20s ease-in-out infinite;
}

.md-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(51, 65, 85, 0.7));
}

.md-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.md-header {
    margin-bottom: 30px;
    text-align: center;
}

.md-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    align-items: start;
}

.md-left {
    text-align: left;
}

.md-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--white);
    margin: 15px 0;
    background: linear-gradient(135deg, #fbbf24, #f59e0b, #fbbf24);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
    text-shadow: 0 0 30px rgba(251, 191, 36, 0.3);
    letter-spacing: 1px;
}

.md-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.md-line {
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.6), transparent);
}

.md-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.3), rgba(251, 191, 36, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(251, 191, 36, 0.4);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.md-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(251, 191, 36, 0.2), transparent);
    animation: rotate 4s linear infinite;
}

.md-icon i {
    font-size: 1.2rem;
    color: #fbbf24;
}

.md-body {
    position: relative;
}

.md-text {
    margin-bottom: 20px;
}

.md-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    padding-left: 30px;
    padding-right: 0;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.md-text p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #fbbf24, #f59e0b, #fbbf24);
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.md-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.md-signature-card {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(251, 191, 36, 0.05));
    border-radius: 25px;
    border: 2px solid rgba(251, 191, 36, 0.3);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    padding: 30px;
    width: 100%;
    max-width: 320px;
    position: relative;
    overflow: hidden;
}

.md-signature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #fbbf24, #f59e0b, #fbbf24);
    border-radius: 3px 3px 0 0;
}

.signature-content {
    text-align: center;
    margin-bottom: 20px;
}

.signature-content {
    text-align: center;
    margin-bottom: 20px;
}

.signature-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fbbf24;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-shadow: 0 0 20px rgba(251, 191, 36, 0.5);
}

.signature-role {
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.signature-company {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    letter-spacing: 1px;
}

.signature-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.decoration-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.6), transparent);
    border-radius: 1px;
}

.decoration-dots {
    display: flex;
    gap: 8px;
}

.decoration-dots span {
    width: 6px;
    height: 6px;
    background: #fbbf24;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.6);
}

/* Responsive Design for MD Message */
@media (max-width: 1024px) {
    .md-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .md-right {
        order: -1;
    }
    
    .md-signature-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .md-message {
        padding: 40px 0;
    }
    
    .md-header {
        margin-bottom: 30px;
    }
    
    .md-layout {
        gap: 30px;
    }
    
    .md-header h2 {
        font-size: 1.8rem;
    }
    
    .md-text p {
        font-size: 1rem;
        padding-left: 20px;
    }
    
    .md-signature-card {
        padding: 25px;
        max-width: 350px;
    }
    
    .signature-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .md-message {
        padding: 30px 0;
    }
    
    .md-header h2 {
        font-size: 1.6rem;
    }
    
    .md-text p {
        font-size: 0.95rem;
        padding-left: 15px;
    }
    
    .md-signature-card {
        padding: 20px;
        max-width: 300px;
    }
    
    .signature-name {
        font-size: 1rem;
        letter-spacing: 1px;
    }
}

/* Section Dividers */
.section-divider {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
    overflow: hidden;
}

.section-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(245, 158, 11, 0.1) 0%, transparent 50%);
    animation: float 15s ease-in-out infinite;
}

.section-divider-1 {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
}

.section-divider-2 {
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
}

.section-divider-2::before {
    background: 
        radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(16, 185, 129, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(245, 158, 11, 0.15) 0%, transparent 50%);
}

.divider-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
}

.divider-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
    animation: pulse 2s infinite;
    position: relative;
    overflow: hidden;
}

.divider-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.divider-icon:hover::before {
    left: 100%;
}

.divider-line {
    flex: 1;
    height: 3px;
    background: linear-gradient(90deg, transparent, #fbbf24, transparent);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.divider-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: shimmer 2s infinite;
}

.divider-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.section-divider-2 .divider-text {
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.divider-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.divider-particles .particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    animation: particleFloat 8s infinite linear;
}

.divider-particles .particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.divider-particles .particle:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: -4s;
    animation-duration: 10s;
}

.divider-particles .particle:nth-child(3) {
    bottom: 30%;
    left: 60%;
    animation-delay: -8s;
    animation-duration: 14s;
}

/* Contact Section - Modern Redesign */
.contact {
    padding: 40px 0 40px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    position: relative;
    overflow: hidden;
}

.contact-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.contact-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(245, 158, 11, 0.1) 0%, transparent 50%);
    animation: float 20s ease-in-out infinite;
}

.contact-bg-overlay {
    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.9) 100%);
}

.contact .container {
    position: relative;
    z-index: 2;
}

.contact-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1.2rem;
    background: linear-gradient(135deg, #fbbf24, #f59e0b, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.contact-header p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
    /* Ensure both columns have exactly the same height */
    min-height: 500px;
}

/* Contact Info Card */
.contact-info-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    /* Ensure same height as form card */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%;
    overflow: hidden;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    border-color: rgba(245, 158, 11, 0.3);
}

.contact-info-header {
    text-align: center;
    margin-bottom: 25px;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 1.3rem;
    color: var(--white);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
    animation: pulse 2s infinite;
}

.contact-info-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.6rem;
}

.contact-info-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    justify-content: space-around;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(245, 158, 11, 0.2);
    transform: translateX(5px);
}

.contact-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.contact-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.contact-item:hover .contact-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(245, 158, 11, 0.6);
}

.contact-item:hover .contact-icon::before {
    left: 100%;
}

.contact-text h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--white);
    line-height: 1.2;
}

.contact-text p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
}

.email-link {
    color: #fbbf24 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.email-link:hover {
    color: #f59e0b !important;
    text-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}

/* Phone Numbers and WhatsApp Buttons */
.phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.phone-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    flex-wrap: wrap;
}

.phone-number {
    color: var(--white);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
}

.phone-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.2;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #25d366, #22c55e);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    position: relative;
    overflow: hidden;
    margin-left: auto;
}

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

.whatsapp-btn:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

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

.whatsapp-btn i {
    font-size: 20px;
    z-index: 1;
    position: relative;
}

/* Contact Form Card */
.contact-form-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    /* Ensure same height as info card */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%;
    overflow: hidden;
}

.contact-form-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.3);
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: var(--white);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
}

.form-header h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.form-header p {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    position: relative;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input-wrapper i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 1.1rem;
    z-index: 3;
    transition: all 0.3s ease;
    pointer-events: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-wrapper input,
.input-wrapper select,
.input-wrapper textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    color: #1e293b;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    outline: none;
}

.input-wrapper textarea {
    padding: 16px;
    resize: vertical;
    min-height: 120px;
}

.input-wrapper textarea ~ i {
    top: 20px;
    transform: none;
}

.input-wrapper textarea + i {
    top: 20px;
    transform: none;
}

.input-wrapper input:focus,
.input-wrapper select:focus,
.input-wrapper textarea:focus {
    outline: none;
    border-color: #fbbf24;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.1);
    background: rgba(255, 255, 255, 1);
    z-index: 2;
}

.input-wrapper input:focus ~ i,
.input-wrapper select:focus ~ i,
.input-wrapper textarea:focus ~ i {
    color: #fbbf24;
}

.input-wrapper input:focus + i,
.input-wrapper select:focus + i,
.input-wrapper textarea:focus + i {
    color: #fbbf24;
}

.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder {
    color: #94a3b8;
}

.submit-btn {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: var(--white);
    border: none;
    border-radius: 12px;
    padding: 18px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
    position: relative;
    overflow: hidden;
}

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

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(245, 158, 11, 0.6);
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

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

.btn-text {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn-icon {
    font-size: 1.1rem;
}

/* Popup Modals */
.popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 999999 !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Test class to force show popup */
.popup-modal.test-show {
    display: flex !important;
    opacity: 1 !important;
}

.popup-modal.active {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    transform: none !important;
    transform-origin: initial !important;
}

.popup-content {
    background: var(--white);
    border-radius: 20px;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: scale(0.7);
    transition: transform 0.3s ease;
    position: relative;
}

.popup-modal.active .popup-content {
    transform: scale(1);
}

.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 20px;
    border-bottom: 2px solid #f1f5f9;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 20px 20px 0 0;
}

.popup-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.popup-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: #64748b;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: rgba(100, 116, 139, 0.1);
}

.popup-close:hover {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    transform: rotate(90deg);
}

.popup-body {
    padding: 30px;
    line-height: 1.7;
}

.popup-body h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
    margin-top: 0;
}

.popup-body h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #374151;
    margin: 2rem 0 1rem;
}

.popup-body p {
    color: #4b5563;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.popup-body ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.popup-body li {
    color: #4b5563;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.popup-body strong {
    color: #1e293b;
    font-weight: 600;
}

/* Footer Links Hover Effect */
.footer-links a {
    transition: all 0.3s ease;
    position: relative;
}

.footer-links a:hover {
    color: #fbbf24;
    transform: none;
}

.footer-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    transition: width 0.3s ease;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid var(--gray-200);
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: var(--white);
    font-family: 'Poppins', sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer - Reverted to original */
/* Modern Footer Design */
.footer {
    background: linear-gradient(135deg, #1e293b, #334155, #475569);
    color: var(--white);
    position: relative;
    overflow: hidden;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    padding-bottom: 0;
    bottom: 0;
    width: 100%;
    border-bottom: none;
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.02) 50%, transparent 70%),
        linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.01) 50%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(147, 51, 234, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(16, 185, 129, 0.05) 0%, transparent 50%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.02)" stroke-width="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
}

.footer-main {
    padding: 30px 0 15px;
    position: relative;
    z-index: 1;
    border-bottom: none;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    border-bottom: none;
}

/* Footer Sections */
.footer-section {
    position: relative;
}

.footer-section h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--white);
    position: relative;
    padding-bottom: 6px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #fbbf24);
    border-radius: 2px;
}

/* Company Section */
.company-section {
    grid-column: span 1;
}

.footer-logo {
    margin-bottom: 15px;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-logo-img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-text h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 3px 0;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-logo-text span {
    font-size: 0.8rem;
    color: var(--gray-400);
    font-weight: 500;
}

.footer-description {
    color: var(--gray-300);
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 0.85rem;
}

/* Social Links */
.footer-social {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #475569, #64748b);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.social-link::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: left 0.5s ease;
}

.social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #64748b, #94a3b8);
}

.social-link:hover::before {
    left: 100%;
}

.social-link i {
    font-size: 1rem;
    z-index: 1;
    position: relative;
}

/* Footer Links */
.footer-links-list,
.footer-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li,
.footer-services-list li {
    margin-bottom: 10px;
}

.footer-links-list a,
.footer-services-list a {
    color: var(--gray-300);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-weight: 500;
    position: relative;
    padding: 6px 0;
    font-size: 0.9rem;
}

.footer-links-list a::before,
.footer-services-list a::before {
    content: '→';
    margin-right: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    color: #fbbf24;
}

.footer-links-list a:hover,
.footer-services-list a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-links-list a:hover::before,
.footer-services-list a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* Contact Section */
.contact-section {
    grid-column: span 1;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(59, 130, 246, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-label {
    font-size: 0.7rem;
    color: var(--gray-400);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    font-size: 0.9rem;
    color: var(--white);
    font-weight: 600;
}

/* Footer Bottom */
.footer-bottom {
    border-top: none;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 1;
    background: transparent;
    margin-bottom: 0;
    bottom: 0;
    border-bottom: none;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-top: none;
}

.footer-bottom p {
    color: var(--gray-400);
    margin: 0;
    font-size: 0.9rem;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    color: var(--gray-400);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
}

.footer-bottom-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    transition: width 0.3s ease;
}

.footer-bottom-links a:hover {
    color: var(--white);
}

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

/* Footer Modal Styles */
.footer-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-modal.active {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.footer-modal-content {
    background: linear-gradient(135deg, #1e293b, #334155);
    border-radius: 20px;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.footer-modal.active .footer-modal-content {
    transform: scale(1);
}

.footer-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    background: linear-gradient(135deg, #1e293b, #334155);
    border-radius: 20px 20px 0 0;
    z-index: 1;
}

.footer-modal-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    margin: 0;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-modal-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
    color: #fbbf24;
}

.footer-modal-body {
    padding: 30px;
}

.about-content h3,
.privacy-content h3,
.terms-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
    margin-top: 0;
}

.about-content h4,
.privacy-content h4,
.terms-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fbbf24;
    margin: 25px 0 15px 0;
}

.about-content p,
.privacy-content p,
.terms-content p {
    color: var(--gray-300);
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 1rem;
}

.about-content strong,
.privacy-content strong,
.terms-content strong {
    color: var(--white);
    font-weight: 600;
}

/* Footer Modal Responsive */
@media (max-width: 768px) {
    .footer-modal-content {
        width: 95%;
        max-height: 90vh;
    }
    
    .footer-modal-header {
        padding: 20px 20px 15px;
    }
    
    .footer-modal-header h2 {
        font-size: 1.5rem;
    }
    
    .footer-modal-body {
        padding: 20px;
    }
    
    .about-content h3,
    .privacy-content h3,
    .terms-content h3 {
        font-size: 1.5rem;
    }
    
    .about-content h4,
    .privacy-content h4,
    .terms-content h4 {
        font-size: 1.2rem;
    }
}

/* Animations */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Responsive adjustments for services */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    /* Navigation Mobile Optimizations */
    .header-top {
        display: none;
    }
    
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 100%;
        flex-direction: column;
        background: rgba(15, 23, 42, 0.98);
        backdrop-filter: blur(20px);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        padding: 30px 20px;
        gap: 25px;
        z-index: 1000;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-item {
        margin: 0;
        padding: 15px 0;
    }
    
    .nav-link {
        font-size: 1.1rem;
        padding: 12px 20px;
        border-radius: 12px;
        transition: all 0.3s ease;
    }
    
    .nav-link:hover {
        background: rgba(251, 191, 36, 0.1);
        transform: translateY(-2px);
    }
    
    .nav-actions {
        margin-top: 20px;
        flex-direction: column;
        gap: 15px;
    }
    
    .nav-actions .btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    /* Hero Section Mobile Optimizations - FIXED */
    .hero {
        min-height: auto;
        height: auto;
        padding: 120px 0 80px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    
    .hero-background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
    
    .hero-content {
        position: relative;
        z-index: 2;
        height: auto;
        min-height: auto;
        padding: 20px;
        justify-content: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }
    
    .hero-content-wrapper {
        max-width: 100%;
        width: 100%;
        padding: 20px;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .hero-text-overlay {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        margin: 0;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 15px;
        word-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
    }
    
    .hero-title-line {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-wrap: break-word;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    
    .hero-description {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 25px;
        padding: 0 10px;
        max-width: 100%;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 15px;
        margin: 25px 0;
        width: 100%;
        max-width: 100%;
    }
    
    .stat-item {
        padding: 12px 15px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin: 25px 0;
        width: 100%;
        max-width: 100%;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 250px;
        padding: 12px 20px;
        font-size: 0.95rem;
        margin: 0 auto;
    }
    
    .hero-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin: 25px 0;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    
    .feature-tag {
        padding: 6px 12px;
        font-size: 0.85rem;
        white-space: nowrap;
    }
    
    /* Floating Stats Mobile Optimization - FIXED */
    .floating-overlay {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 20px 15px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(15px);
        border-radius: 15px;
        margin: 20px 15px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        width: calc(100% - 30px);
        max-width: 100%;
        overflow: hidden;
    }
    
    .floating-stat-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0;
        min-width: 100px;
        max-width: 120px;
        padding: 15px 10px;
        animation: none;
        transform: none;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        flex: 1;
        min-width: 0;
    }
    
    .floating-stat-card .stat-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .floating-stat-card .stat-number {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 4px;
    }
    
    .floating-stat-card .stat-label {
        font-size: 0.7rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
    }
    
    /* Services Section Mobile Optimizations - FIXED */
    .services {
        padding: 60px 0;
        width: 100%;
        overflow: hidden;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .service-card {
        margin: 0;
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .service-card-header {
        padding: 20px 25px 15px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .service-badge {
        padding: 8px 15px;
        font-size: 10px;
    }
    
    .service-toggle {
        width: 40px;
        height: 40px;
    }
    
    .service-content {
        padding: 15px 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .service-content h3 {
        font-size: 1.2rem;
        margin-bottom: 12px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .service-content > p {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 15px;
        word-wrap: break-word;
    }
    
    .service-details {
        margin-top: 15px;
        padding-top: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .service-details p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 12px;
        word-wrap: break-word;
    }
    
    .service-stats {
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
        padding-top: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .service-stat {
        text-align: center;
        padding: 12px 10px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .service-stat .stat-number {
        font-size: 1.4rem;
        margin-bottom: 6px;
        line-height: 1.2;
    }
    
    .service-stat .stat-text {
        font-size: 0.8rem;
        line-height: 1.2;
        word-wrap: break-word;
    }
    
    .service-image {
        height: 200px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    /* About Section Mobile Optimizations - FIXED */
    .about {
        padding: 60px 0;
        width: 100%;
        overflow: hidden;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .about-text h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .about-text p {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 20px;
        word-wrap: break-word;
    }
    
    .features-list {
        gap: 15px;
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }
    
    .feature-item {
        padding: 15px;
        border-radius: 12px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
        flex-shrink: 0;
    }
    
    .feature-content h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .feature-content p {
        font-size: 0.9rem;
        line-height: 1.5;
        word-wrap: break-word;
    }
    
    .image-container {
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }
    
    .about-image img {
        height: 250px;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    
    .floating-stats {
        top: 15px;
        right: 15px;
        padding: 12px;
        border-radius: 12px;
        max-width: 120px;
        width: auto;
    }
    
    .floating-stat .stat-number {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    
    .floating-stat .stat-text {
        font-size: 0.7rem;
        line-height: 1.2;
    }
    
    /* Statistics Section Mobile Optimizations - FIXED */
    .statistics {
        padding: 60px 0;
        width: 100%;
        overflow: hidden;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .stat-card {
        padding: 20px 15px;
        border-radius: 12px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .stat-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .stat-number {
        font-size: 1.6rem;
        margin-bottom: 6px;
        line-height: 1.2;
    }
    
    .stat-label {
        font-size: 0.85rem;
        line-height: 1.2;
        word-wrap: break-word;
    }
    
    /* Operations Section Mobile Optimizations - FIXED */
    .operations {
        padding: 60px 0;
        width: 100%;
        overflow: hidden;
    }
    
    .operations-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .operation-item {
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .operation-item img {
        height: 180px;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    
    .operation-overlay {
        padding: 20px 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .operation-overlay h3 {
        font-size: 1.3rem;
        margin-bottom: 8px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .operation-overlay p {
        font-size: 0.9rem;
        line-height: 1.5;
        word-wrap: break-word;
    }
    
    .operation-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* Contact Section Mobile Optimizations - FIXED */
    .contact {
        padding: 60px 0 40px;
        width: 100%;
        overflow: hidden;
    }
    
    .contact-header h2 {
        font-size: 1.8rem;
        margin-bottom: 12px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .contact-header p {
        font-size: 0.95rem;
        line-height: 1.5;
        padding: 0 15px;
        word-wrap: break-word;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .contact-info-card {
        padding: 25px 20px;
        border-radius: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .contact-info-header h3 {
        font-size: 1.3rem;
        margin-bottom: 8px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .contact-info-header p {
        font-size: 0.9rem;
        line-height: 1.5;
        word-wrap: break-word;
    }
    
    .contact-details {
        gap: 15px;
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }
    
    .contact-item {
        padding: 15px;
        border-radius: 12px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        flex-shrink: 0;
    }
    
    .contact-text h4 {
        font-size: 1rem;
        margin-bottom: 4px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .contact-text p {
        font-size: 0.9rem;
        line-height: 1.4;
        word-wrap: break-word;
    }
    
    .contact-form-card {
        padding: 30px 20px;
        border-radius: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .form-header h3 {
        font-size: 1.6rem;
        margin-bottom: 8px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .form-header p {
        font-size: 0.9rem;
        line-height: 1.5;
        word-wrap: break-word;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .input-wrapper {
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .input-wrapper input,
    .input-wrapper textarea {
        padding: 12px 15px;
        font-size: 0.95rem;
        border-radius: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .submit-btn {
        width: 100%;
        padding: 15px 20px;
        font-size: 1rem;
        border-radius: 10px;
        max-width: 100%;
    }
    
    /* Footer Mobile Optimizations - FIXED */
    .footer {
        padding: 40px 0 20px;
        width: 100%;
        overflow: hidden;
    }
    
    .footer-main {
        padding: 20px 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-section h3 {
        font-size: 1.1rem;
        margin-bottom: 12px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .footer-links-list {
        gap: 10px;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-links-list a {
        font-size: 0.9rem;
        padding: 6px 0;
        word-wrap: break-word;
        line-height: 1.4;
    }
    
    .contact-item {
        padding: 12px;
        border-radius: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        flex-shrink: 0;
    }
    
    .contact-label {
        font-size: 0.75rem;
        line-height: 1.2;
    }
    
    .contact-value {
        font-size: 0.9rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-bottom p {
        font-size: 0.85rem;
        line-height: 1.4;
        word-wrap: break-word;
    }
    
    .footer-bottom-links {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-bottom-links a {
        font-size: 0.85rem;
        line-height: 1.4;
        word-wrap: break-word;
    }
    
    /* Popup Mobile Optimizations - FIXED */
    .popup-content {
        width: 95%;
        max-height: 85vh;
        margin: 15px;
        border-radius: 15px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .popup-header {
        padding: 20px 20px 15px;
        position: sticky;
        top: 0;
        background: inherit;
        z-index: 10;
    }
    
    .popup-header h2 {
        font-size: 1.4rem;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .popup-body {
        padding: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .popup-body h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .popup-body h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .popup-body p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 12px;
        word-wrap: break-word;
    }
    
    .popup-body ul {
        margin: 12px 0;
        padding-left: 20px;
    }
    
    .popup-body li {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 6px;
        word-wrap: break-word;
    }
    
    /* Section Divider Mobile Optimizations - FIXED */
    .section-divider {
        padding: 50px 0;
        width: 100%;
        overflow: hidden;
    }
    
    .divider-content {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    
    .divider-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .divider-text {
        font-size: 1.1rem;
        letter-spacing: 0.5px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .divider-line {
        width: 100%;
        height: 2px;
    }
    
    /* MD Message Mobile Optimizations - FIXED */
    .md-message {
        padding: 50px 0;
        width: 100%;
        overflow: hidden;
    }
    
    .md-content {
        padding: 30px 20px;
        border-radius: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .md-header h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .md-text p {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 15px;
        word-wrap: break-word;
    }
    
    .md-signature-card {
        padding: 20px 15px;
        border-radius: 12px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .signature-name {
        font-size: 1.2rem;
        margin-bottom: 4px;
        word-wrap: break-word;
        line-height: 1.3;
    }
    
    .signature-role {
        font-size: 0.9rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .signature-company {
        font-size: 0.85rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
}

@media (max-width: 480px) {
    /* Extra Small Mobile Optimizations */
    
    /* General Mobile Improvements */
    * {
        -webkit-tap-highlight-color: transparent;
    }
    
    /* Navigation */
    .navbar {
        padding: 8px 0;
    }
    
    .nav-content {
        padding: 0 15px;
    }
    
    .logo-text h2 {
        font-size: 1.2rem;
    }
    
    .logo-text span {
        font-size: 0.7rem;
    }
    
    .nav-menu {
        padding: 25px 15px;
    }
    
    .nav-link {
        font-size: 1rem;
        padding: 10px 15px;
    }
    
    .nav-actions .btn {
        padding: 12px 20px;
        font-size: 0.9rem;
        min-height: 44px;
    }
    
    /* Better touch targets for mobile */
    .service-toggle {
        min-width: 44px;
        min-height: 44px;
    }
    
    .btn {
        min-height: 44px;
        touch-action: manipulation;
    }
    
    .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Hero Section */
    .hero {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .hero-content {
        padding: 15px;
    }
    
    .hero-content-wrapper {
        padding: 15px;
    }
    
    .hero-title {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .hero-description {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 25px;
        padding: 0 5px;
    }
    
    .hero-stats {
        gap: 15px;
        margin: 25px 0;
    }
    
    .stat-item {
        padding: 12px;
        border-radius: 10px;
    }
    
    .hero-buttons {
        gap: 12px;
        margin: 25px 0;
    }
    
    .hero-buttons .btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .hero-features {
        gap: 12px;
        margin: 25px 0;
    }
    
    .feature-tag {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    /* Floating Stats */
    .floating-overlay {
        padding: 20px 15px;
        margin: 25px 15px;
        gap: 12px;
    }
    
    .floating-stat-card {
        min-width: 100px;
        padding: 15px 12px;
    }
    
    .floating-stat-card .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .floating-stat-card .stat-number {
        font-size: 1.3rem;
    }
    
    .floating-stat-card .stat-label {
        font-size: 0.7rem;
    }
    
    /* Services Section */
    .services {
        padding: 50px 0;
    }
    
    .services-grid {
        gap: 20px;
        padding: 0 15px;
    }
    
    .service-card-header {
        padding: 18px 20px 12px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .service-badge {
        padding: 6px 12px;
        font-size: 9px;
    }
    
    .service-toggle {
        width: 35px;
        height: 35px;
    }
    
    .service-content {
        padding: 18px 20px;
    }
    
    .service-content h3 {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .service-content > p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 18px;
    }
    
    .service-details {
        margin-top: 18px;
        padding-top: 18px;
    }
    
    .service-details p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    
    .service-stats {
        gap: 15px;
        margin-top: 18px;
        padding-top: 18px;
    }
    
    .service-stat {
        padding: 12px;
        border-radius: 10px;
    }
    
    .service-stat .stat-number {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
    
    .service-stat .stat-text {
        font-size: 0.8rem;
    }
    
    .service-image {
        height: 200px;
    }
    
    /* About Section */
    .about {
        padding: 50px 0;
    }
    
    .about-content {
        gap: 30px;
        padding: 0 15px;
    }
    
    .about-text h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .about-text p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .features-list {
        gap: 15px;
        margin-top: 20px;
    }
    
    .feature-item {
        padding: 15px;
        border-radius: 12px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .feature-content h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .feature-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .about-image img {
        height: 250px;
    }
    
    .floating-stats {
        top: 15px;
        right: 15px;
        padding: 12px;
        border-radius: 12px;
    }
    
    .floating-stat .stat-number {
        font-size: 1.2rem;
    }
    
    .floating-stat .stat-text {
        font-size: 0.7rem;
    }
    
    /* Statistics Section */
    .statistics {
        padding: 50px 0;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }
    
    .stat-card {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .stat-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .stat-number {
        font-size: 1.6rem;
        margin-bottom: 6px;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    /* Operations Section */
    .operations {
        padding: 50px 0;
    }
    
    .operations-grid {
        gap: 20px;
        padding: 0 15px;
    }
    
    .operation-item img {
        height: 180px;
    }
    
    .operation-overlay {
        padding: 20px 15px;
    }
    
    .operation-overlay h3 {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }
    
    .operation-overlay p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .operation-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* Contact Section */
    .contact {
        padding: 50px 0 30px;
    }
    
    .contact-header h2 {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .contact-header p {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 15px;
    }
    
    .contact-content {
        gap: 25px;
        padding: 0 15px;
    }
    
    .contact-info-card {
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    .contact-info-header h3 {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }
    
    .contact-info-header p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .contact-details {
        gap: 15px;
        margin-top: 20px;
    }
    
    .contact-item {
        padding: 15px;
        border-radius: 12px;
    }
    
    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .contact-text h4 {
        font-size: 1rem;
        margin-bottom: 4px;
    }
    
    .contact-text p {
        font-size: 0.9rem;
    }
    
    .contact-form-card {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .form-header h3 {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
    
    .form-header p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .form-row {
        gap: 15px;
    }
    
    .input-wrapper {
        margin-bottom: 15px;
    }
    
    .input-wrapper input,
    .input-wrapper textarea {
        padding: 12px 15px;
        font-size: 0.9rem;
        border-radius: 10px;
    }
    
    .submit-btn {
        padding: 15px 20px;
        font-size: 1rem;
        border-radius: 10px;
    }
    
    /* Footer */
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer-main {
        padding: 15px 0 10px;
    }
    
    .footer-content {
        gap: 25px;
        padding: 0 15px;
    }
    
    .footer-section h3 {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    .footer-links-list {
        gap: 10px;
    }
    
    .footer-links-list a {
        font-size: 0.9rem;
        padding: 6px 0;
    }
    
    .contact-item {
        padding: 12px;
        border-radius: 10px;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .contact-label {
        font-size: 0.75rem;
    }
    
    .contact-value {
        font-size: 0.9rem;
    }
    
    .footer-bottom-content {
        gap: 12px;
        padding: 0 15px;
    }
    
    .footer-bottom p {
        font-size: 0.85rem;
    }
    
    .footer-bottom-links {
        gap: 15px;
    }
    
    .footer-bottom-links a {
        font-size: 0.85rem;
    }
    
    /* Popup */
    .popup-content {
        width: 98%;
        max-height: 95vh;
        margin: 10px;
        border-radius: 15px;
    }
    
    .popup-header {
        padding: 20px 20px 15px;
    }
    
    .popup-header h2 {
        font-size: 1.4rem;
    }
    
    .popup-body {
        padding: 20px;
    }
    
    .popup-body h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }
    
    .popup-body h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .popup-body p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    
    .popup-body li {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 6px;
    }
    
    /* Section Divider */
    .section-divider {
        padding: 50px 0;
    }
    
    .divider-content {
        gap: 20px;
        padding: 0 15px;
    }
    
    .divider-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .divider-text {
        font-size: 1.1rem;
        letter-spacing: 0.5px;
        line-height: 1.3;
    }
    
    .divider-line {
        height: 2px;
    }
    
    /* MD Message */
    .md-message {
        padding: 50px 0;
    }
    
    .md-content {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .md-header h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .md-text p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .md-signature-card {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .signature-name {
        font-size: 1.2rem;
        margin-bottom: 4px;
    }
    
    .signature-role {
        font-size: 0.9rem;
    }
    
    .signature-company {
        font-size: 0.85rem;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
    }
    
    /* Additional Mobile Improvements */
    .container {
        padding: 0 15px;
    }
    
    /* Better spacing for mobile */
    .section-header {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .section-badge {
        margin-bottom: 15px;
    }
    
    /* Improved mobile scrolling */
    .service-details,
    .service-stats {
        -webkit-overflow-scrolling: touch;
    }
    
    /* Better mobile form inputs */
    .input-wrapper input:focus,
    .input-wrapper textarea:focus {
        transform: none;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
    }
    
    /* Mobile-optimized buttons */
    .btn-primary,
    .btn-outline {
        touch-action: manipulation;
        user-select: none;
    }
    
    /* Better mobile navigation */
    .hamburger {
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Mobile-optimized images */
    .service-image img,
    .operation-item img,
    .about-image img {
        -webkit-user-drag: none;
        user-select: none;
    }
    
    /* Better mobile text readability */
    .hero-title,
    .section-title,
    .about-text h2,
    .contact-header h2 {
        word-wrap: break-word;
        hyphens: auto;
    }
    
    /* Mobile-optimized spacing */
    .services,
    .about,
    .statistics,
    .operations,
    .contact,
    .footer {
        margin: 0;
        width: 100%;
    }
}

/* Cookie Consent Banner Styles */
.cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    padding: 20px;
    z-index: 10000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid #fbbf24;
    animation: slideDown 0.5s ease-out;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.cookie-banner.hidden {
    transform: translateY(-100%);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-text h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fbbf24;
}

.cookie-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
    max-width: 600px;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.decline-btn {
    background-color: transparent;
    color: #94a3b8;
    border: 2px solid #475569;
}

.decline-btn:hover {
    background-color: #475569;
    color: white;
    transform: translateY(-2px);
}

.accept-btn {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0f172a;
    border: 2px solid #fbbf24;
}

.accept-btn:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookie-text p {
        max-width: none;
    }
    
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-btn {
        flex: 1;
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 15px;
    }
    
    .cookie-text h3 {
        font-size: 16px;
    }
    
    .cookie-text p {
        font-size: 13px;
    }
    
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .cookie-btn {
        max-width: none;
    }
} 