/* ==========================================================================
   NVX-SYSTEMS CORE NAVIGATION (FULL INTEGRATION)
   ========================================================================== */

/* --- Layout Architecture --- */
.nvx-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 24px;
    z-index: 9999 !important;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.nvx-main-container {
    max-width: 1280px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(11, 15, 26, 0.45);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
    position: relative;
    z-index: 10001; /* Above mobile overlay */
}

/* --- Brand Styles --- */
.nvx-brand-wrap { display: flex; align-items: center; gap: 12px; position: relative; text-decoration: none; z-index: 10; }
.nvx-logo-img { width: 40px; height: 40px; object-fit: contain; transition: transform 0.5s ease; }
.nvx-brand-wrap:hover .nvx-logo-img { transform: rotate(10deg) scale(1.1); }
.nvx-brand-text { font-size: 20px; font-weight: 900; letter-spacing: -0.05em; color: #ffffff; text-transform: uppercase; font-style: italic; }
.nvx-accent-blue { color: #3b82f6; }

/* --- Desktop Link Capsule --- */
.nvx-link-capsule { display: none; }
@media (min-width: 1024px) {
    .nvx-link-capsule {
        display: flex;
        align-items: center;
        gap: 4px;
        background: rgba(255, 255, 255, 0.03);
        padding: 6px 12px;
        border-radius: 100px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
}

.nvx-capsule-link { font-size: 11px; font-weight: 800; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.2em; padding: 10px 18px; text-decoration: none; position: relative; transition: color 0.3s ease; display: flex; align-items: center; gap: 8px; }
.nvx-capsule-link::after { content: ''; position: absolute; bottom: 6px; left: 50%; width: 0; height: 2px; background: #3b82f6; box-shadow: 0 0 12px #3b82f6, 0 0 4px #fff; transform: translateX(-50%); transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1); border-radius: 10px; }
.nvx-capsule-link:hover { color: #ffffff; }
.nvx-capsule-link:hover::after { width: 20px; }

/* --- Dropdown Logic --- */
.nvx-dropdown-scope { position: relative; }
.nvx-dropdown-menu { position: absolute; top: calc(100% + 15px); right: 0; width: 200px; background: rgba(11, 15, 26, 0.95); backdrop-filter: blur(30px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7); }
.nvx-dropdown-scope:hover .nvx-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nvx-menu-item { display: block; padding: 12px 16px; font-size: 10px; font-weight: 800; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.15em; text-decoration: none; border-radius: 8px; transition: all 0.3s ease; }
.nvx-menu-item:hover { color: #ffffff; background: rgba(59, 130, 246, 0.1); }
.nvx-chevron { font-size: 8px; opacity: 0.5; transition: transform 0.3s ease; }
.nvx-dropdown-scope:hover .nvx-chevron { transform: rotate(180deg); }

/* --- Cyber Action Button --- */
.nvx-cyber-btn { position: relative; background: #ffffff; padding: 12px 28px; border-radius: 100px; text-decoration: none; overflow: hidden; transition: all 0.4s ease; display: flex; align-items: center; justify-content: center; }
.nvx-btn-inner { position: relative; z-index: 2; color: #000000; font-size: 10px; font-weight: 900; letter-spacing: 0.2em; font-style: italic; transition: color 0.4s ease; }
.nvx-cyber-btn:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(59, 130, 246, 0.6); }
.nvx-cyber-btn:hover .nvx-btn-inner { color: #ffffff; }
.nvx-btn-glow { position: absolute; inset: 0; background: linear-gradient(90deg, #3b82f6, #2563eb); opacity: 0; transition: opacity 0.4s ease; }
.nvx-cyber-btn:hover .nvx-btn-glow { opacity: 1; }

.nvx-desktop-only { display: none; }
@media (min-width: 1024px) { .nvx-desktop-only { display: flex; } }

/* --- Scroll Interaction Logic --- */
.nvx-scrolled { padding: 12px 24px; }
.nvx-scrolled .nvx-main-container { height: 64px; background: rgba(11, 15, 26, 0.9); border-color: rgba(59, 130, 246, 0.3); }

/* --- MOBILE IMPROVEMENTS (The Overlay & Burger Morph) --- */

.nvx-mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    cursor: pointer;
    padding: 0 11px;
    transition: all 0.3s ease;
}

@media (min-width: 1024px) { .nvx-mobile-toggle { display: none; } }

.nvx-bar { width: 22px; height: 2px; background: #ffffff; transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6); border-radius: 10px; }
.nvx-b2 { width: 14px; background: #3b82f6; align-self: flex-end; }

/* Burger to X Morph */
.nvx-is-open .nvx-b1 { transform: translateY(8px) rotate(45deg); }
.nvx-is-open .nvx-b2 { opacity: 0; transform: translateX(-20px); }
.nvx-is-open .nvx-b3 { transform: translateY(-8px) rotate(-45deg); width: 22px; }

/* Mobile Overlay Screen */
.nvx-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 15, 26, 0.98);
    backdrop-filter: blur(40px);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.nvx-overlay-active .nvx-mobile-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nvx-m-nav-list { display: flex; flex-direction: column; align-items: center; gap: 24px; margin-bottom: 40px; }

.nvx-m-link {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    font-style: italic;
    letter-spacing: 0.05em;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.nvx-overlay-active .nvx-m-link { opacity: 1; transform: translateY(0); }

/* Staggered entrance animation for links */
.nvx-overlay-active .nvx-m-link:nth-child(1) { transition-delay: 0.1s; }
.nvx-overlay-active .nvx-m-link:nth-child(2) { transition-delay: 0.2s; }
.nvx-overlay-active .nvx-m-link:nth-child(3) { transition-delay: 0.3s; }
.nvx-overlay-active .nvx-m-link:nth-child(4) { transition-delay: 0.4s; }
.nvx-overlay-active .nvx-m-link:nth-child(5) { transition-delay: 0.5s; }
.nvx-overlay-active .nvx-m-link:nth-child(6) { transition-delay: 0.6s; }

.nvx-m-btn { width: 240px; padding: 16px 0; }

/* ==========================================================================
    1. GLOBAL & HERO SECTION (Orbs, Text Glow, CTA)
========================================================================== */
        
        /* Next-Gen Text Glow & Gradient */
        .next-gen-glow {
            background: linear-gradient(to right, #2F6BFF, #15C2D1, #2F6BFF);
            background-size: 200% auto;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            padding-bottom: 0.15em;
            padding-right: 0.05em;
            margin-bottom: -0.15em;
            display: inline-block;
            filter: drop-shadow(0 0 15px rgba(47, 107, 255, 0.3));
            animation: text-pulse 3s linear infinite;
        }
        
        @keyframes text-pulse {
            0% { background-position: 0% center; filter: drop-shadow(0 0 15px rgba(47, 107, 255, 0.4)); }
            50% { filter: drop-shadow(0 0 35px rgba(21, 194, 209, 0.7)); }
            100% { background-position: 200% center; filter: drop-shadow(0 0 15px rgba(47, 107, 255, 0.4)); }
        }
        
        /* Optimized Figma-Style Orbs */
        .orb {
            position: absolute;
            border-radius: 9999px;
            filter: blur(100px);
            opacity: 0.18;
            will-change: transform, filter;
        }
        
        .orb-primary { width: 500px; height: 500px; background: #2F6BFF; top: 10%; left: -5%; animation: orb-1 20s linear infinite; }
        .orb-secondary { width: 600px; height: 600px; background: #15C2D1; bottom: 10%; right: -5%; animation: orb-2 25s linear infinite; }
        .orb-accent { width: 400px; height: 400px; background: #5B85FF; top: 40%; left: 40%; animation: orb-3 18s linear infinite; opacity: 0.1; }
        
        @keyframes orb-1 { 0%, 100% { transform: translate(-10%, 10%) scale(1); } 50% { transform: translate(110%, 80%) scale(1.2); } }
        @keyframes orb-2 { 0%, 100% { transform: translate(100%, 80%) scale(1); } 50% { transform: translate(-10%, 10%) scale(1.3); } }
        @keyframes orb-3 { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(-20%, 30%) scale(1.1); } 66% { transform: translate(20%, -20%) scale(0.9); } }
        
        /* iOS Liquid Glass CTA */
        .cta-liquid-glass {
            position: relative;
            padding: 1.1rem 3.2rem;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.03);
            color: white;
            font-weight: 600;
            font-size: 1.05rem;
            backdrop-filter: blur(20px) saturate(180%);
            -webkit-backdrop-filter: blur(20px) saturate(180%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1);
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            cursor: pointer;
        }
        
        .liquid-glow {
            position: absolute;
            top: 50%; left: 50%; width: 140%; aspect-ratio: 1;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
            transform: translate(-50%, -50%) scale(0);
            border-radius: 50%;
            transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s;
            opacity: 0; z-index: 1;
        }
        
        .cta-liquid-glass:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.25); box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.3); }
        .cta-liquid-glass:hover .liquid-glow { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        .cta-liquid-glass:active { transform: scale(0.96) translateY(0); }
        
        /* ==========================================================================
           2. SOLVE SECTION
           ========================================================================== */
        
        [class*="reveal-"] {
            opacity: 0;
            transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1), transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
            will-change: transform, opacity;
        }
        
        .reveal-up { transform: translateY(40px); }
        .reveal-left { transform: translateX(50px); }
        .reveal-right { transform: translateX(-50px); }
        
        .reveal-up.active, .reveal-left.active, .reveal-right.active {
            opacity: 1;
            transform: translate(0, 0);
        }
        
        .grid > div:nth-child(1) { transition-delay: 0.1s; }
        .grid > div:nth-child(2) { transition-delay: 0.3s; }
        .grid > div:nth-child(3) { transition-delay: 0.5s; }
        
        section.overflow-hidden { overflow-x: hidden; }
        
        /* ==========================================================================
           3. OUR PROCESS SECTION
           ========================================================================== */
        
        .tech-node {
            position: relative;
            background: rgba(15, 23, 42, 0.4);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            padding: 2.5rem;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .tech-node:hover {
            background: rgba(15, 23, 42, 0.6);
            border-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
        }
        
        .node-number {
            position: absolute;
            top: -15px;
            font-family: monospace;
            font-weight: bold;
            color: rgba(255, 255, 255, 0.2);
            font-size: 3rem;
            z-index: -1;
            user-select: none;
            pointer-events: none;
        }
        
        @keyframes pulse-dot {
            0%, 100% { transform: translate(-50%, 0) scale(1); opacity: 0.8; }
            50% { transform: translate(-50%, 20px) scale(1.2); opacity: 1; }
        }
        
        .animate-pulse-slow { animation: pulse-dot 4s ease-in-out infinite; }
        
        /* ==========================================================================
           4. TECHNOLOGY STACK SECTION
           ========================================================================== */
        
        .tech-stack-card {
            position: relative;
            background: rgba(15, 23, 42, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 24px;
            backdrop-filter: blur(10px);
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            z-index: 1;
        }
        
        .tech-stack-card:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: rgba(21, 194, 209, 0.3);
            background: rgba(15, 23, 42, 0.6);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
        }
        
        .tech-stack-card::before {
            content: '';
            position: absolute; inset: 0;
            border-radius: 24px;
            background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), rgba(21, 194, 209, 0.08), transparent 40%);
            opacity: 0;
            transition: opacity 0.5s;
            z-index: -1;
        }
        
        .tech-stack-card:hover::before { opacity: 1; }
        
        .tech-tag {
            padding: 8px 16px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 12px;
            color: #94a3b8;
            font-size: 0.875rem;
            font-weight: 500;
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
            cursor: default;
        }
        
        .tech-tag:hover {
            background: rgba(21, 194, 209, 0.1);
            border-color: rgba(21, 194, 209, 0.4);
            color: #fff;
            transform: scale(1.1);
            box-shadow: 0 10px 20px -5px rgba(21, 194, 209, 0.2);
        }
        
        .tech-stack-card:hover h3 span { transform: scale(1.5); }
        
        /* ==========================================================================
   5. CLIENT REVIEWS SECTION
   ========================================================================== */

/* This ensures all slides in the same row are the same height */
.swiper-slide {
    height: auto !important;
    display: flex;
}

.review-card {
    position: relative;
    background: #ffffff;
    padding: 3rem 2.5rem 2.5rem 2.5rem;
    border-radius: 32px;
    border: 1px solid #eef2f6;
    box-shadow: 0 20px 40px rgba(0,0,0,0.03);
    
    /* KEY FIX: Stretch to full height of swiper-slide container */
    height: 100%;
    width: 100%;
    
    display: flex;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    margin: 15px 0;
}

.review-card:hover {
    transform: translateY(-12px);
    border-color: #2F6BFF;
    box-shadow: 0 30px 60px rgba(47, 107, 255, 0.12);
}

/* Quote Icon Box (Top Left) */
.quote-box {
    width: 56px;
    height: 56px;
    background: #f0f7ff;
    border: 1px solid #e0efff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

/* Decorative Background Orb (Top Right) */
.card-orb {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(47, 107, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.orb-cyan {
    background: radial-gradient(circle, rgba(21, 194, 209, 0.08) 0%, transparent 70%);
}

/* Star Animation */
.star-container { 
    display: flex; 
    gap: 4px; 
    height: 24px; 
    position: relative; 
    z-index: 1; 
    flex-shrink: 0;
}

.star-container span {
    display: inline-block;
    color: #FACC15;
    font-size: 1.4rem;
    opacity: 0; 
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animate-stars span { opacity: 1 !important; transform: translateY(0) !important; }
.star-container span:nth-child(1) { transition-delay: 0.1s; }
.star-container span:nth-child(2) { transition-delay: 0.2s; }
.star-container span:nth-child(3) { transition-delay: 0.3s; }
.star-container span:nth-child(4) { transition-delay: 0.4s; }
.star-container span:nth-child(5) { transition-delay: 0.5s; }

/* Swiper Navigation & Pagination */
.swiper-nav-prev, .swiper-nav-next {
    cursor: pointer;
    z-index: 50;
    display: flex !important;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1 !important;
    opacity: 1 !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.swiper-pagination-bullet-active {
    width: 28px !important;
    border-radius: 12px !important;
    background: #2F6BFF !important;
}

/* --- SCROLL REVEAL ANIMATIONS --- */
.reveal-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   INDUSTRIES SECTION: MOBILE-FLUID + LARGE TABS + DYNAMIC HOVERS
   ========================================================================== */

   .no-scrollbar {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Momentum scrolling for iOS */
    scroll-snap-type: x mandatory;
    padding: 25px 0; /* Increased padding for the larger tabs */
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 1.25rem; /* Wider gap between tabs */
    will-change: transform; 
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.industry-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.75rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 22px;
    color: #94a3b8;
    cursor: pointer;
    min-width: max-content;
    scroll-snap-align: center;
    position: relative;
    z-index: 1;
    transform: translateZ(0); 
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);

    /* ADD THESE TWO LINES TO FIX THE IPHONE BLUE SQUARE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}

/* --- Hover & Active States --- */
.industry-tab:hover:not(.active) {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    color: #ffffff;
}

.industry-tab:hover:not(.active) span {
    color: var(--tab-color);
}

.industry-tab::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    box-shadow: 0 12px 30px -10px var(--tab-color);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}

.industry-tab:hover:not(.active)::after {
    opacity: 0.6;
}

.industry-tab.active::after {
    opacity: 1;
}

.industry-tab.active {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--tab-color); 
    color: #ffffff;
}

/* --- Icon Box --- */
.tab-icon-box {
    width: 44px; /* Slightly larger icon container */
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    will-change: transform;
}

.industry-tab:hover:not(.active) .tab-icon-box {
    color: var(--tab-color);
}

.industry-tab.active .tab-icon-box {
    background: var(--tab-color);
    color: #ffffff;
    transform: rotateY(180deg);
}

/* --- Card Content --- */
.key-pill {
    /* Layout and Sizing */
    padding: 4px 12px;
    font-size: 0.75rem; /* Small, clean text */
    font-weight: 500;
    
    /* Shape and Background */
    border-radius: 9999px; /* Fully rounded pill */
    background-color: rgba(30, 41, 59, 0.6); /* Semi-transparent dark background */
    border: 1px solid rgba(59, 130, 246, 0.3); /* Subtle blue accent border */
    
    /* Text and Transition */
    color: #94a3b8; /* Slate color for readability */
    transition: all 0.2s ease-in-out;
    cursor: default;
}

/* Hover Effect for Interactivity */
.key-pill:hover {
    background-color: rgba(59, 130, 246, 0.1); /* Slight blue glow on hover */
    border-color: #3b82f6; /* Solid blue accent */
    color: #ffffff; /* Text turns white on hover */
    transform: translateY(-1px); /* Subtle lift */
}

/* --- Content Transitions --- */
.industry-content {
    display: none;
    opacity: 0;
    will-change: opacity, transform;
}

.industry-content.active {
    display: block;
    animation: industryFadeIn 0.5s ease-out forwards;
}

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

/* --- Mobile Fixes (The "Un-squish" update) --- */
@media (max-width: 1024px) {
    .industry-tab {
        min-width: 210px; /* Force a larger footprint on mobile */
        padding: 1rem 1.5rem;
        gap: 0.85rem;
    }
    
    .industry-tabs-wrapper { 
        overflow: visible !important;
        padding: 0 10px;
    }

    /* Keep icons legible on small screens */
    .tab-icon-box {
        width: 40px;
        height: 40px;
    }

    @media (hover: none) {
        .industry-tab:hover:not(.active) {
            transform: none;
        }
    }
}

/* ==========================================================================
   CONTACT SECTION (FINAL POLISHED VERSION)
   ========================================================================== */

   .contact-section-wrapper {
    background-color: #ffffff;
    position: relative;
}

/* 1. The Form Wrapper (Stays white, lifts and glows on hover) */
.contact-section-wrapper .form-wrapper {
    background: #ffffff !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border-radius: 32px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.contact-section-wrapper .form-wrapper:hover {
    transform: translateY(-5px);
    border-color: #3b82f6 !important;
    box-shadow: 0 25px 50px -12px rgba(59, 130, 246, 0.15); 
}

/* 2. System Online Card (Static, No Hover) */
.contact-section-wrapper .status-card-static {
    background: #0b1120;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    pointer-events: none;
}

/* 3. Guaranteed Response Card (Permanent Color, No Hover Animation) */
.response-card-fixed {
    background: #fdfaff !important;
    border: 1px solid #f3e8ff !important;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    cursor: default;
    pointer-events: none;
}

.response-card-fixed .icon-box-tech.purple-theme {
    background: #8b5cf6;
    color: #ffffff !important;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.5), 0 4px 10px rgba(139, 92, 246, 0.2);
}

.response-card-fixed .icon-box-tech.purple-theme i {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}

/* 4. Contact Methods (Email/Phone) */
.contact-method {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}

.contact-method:hover {
    transform: translateX(8px);
    border-color: #3b82f6;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.08);
}

.icon-box-tech.blue-theme {
    background: #f0f7ff;
    color: #3b82f6;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.contact-method:hover .icon-box-tech.blue-theme {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: 0 8px 15px rgba(59, 130, 246, 0.3);
}

/* 5. Inputs & Labels */
.form-label {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-left: 0.25rem;
}

.tech-input {
    width: 100%;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    color: #1e293b;
    transition: all 0.3s ease;
}

.tech-input:focus {
    background: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    outline: none;
}

/* 6. FIXED: The Submit Button (Liquid Tech Style) */
.contact-section-wrapper .cta-liquid-glass {
    position: relative;
    width: 100%;
    padding: 1.25rem 2rem;
    border-radius: 18px;
    font-weight: 700;
    letter-spacing: 0.025em;
    overflow: hidden;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    
    /* The core blue gradient */
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.4);
}

.contact-section-wrapper .cta-liquid-glass:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 35px -8px rgba(37, 99, 235, 0.5);
    background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%); /* Slight color shift */
}

.contact-section-wrapper .cta-liquid-glass:active {
    transform: translateY(1px);
}

/* Added internal glass shine to the button */
.contact-section-wrapper .cta-liquid-glass::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: 0.5s;
}

.contact-section-wrapper .cta-liquid-glass:hover::before {
    left: 100%;
}

/* 7. Systems Online Pulse */
.contact-live-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 10px #10b981;
}

.contact-live-dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid #10b981;
    animation: tech-ping 2s infinite cubic-bezier(0, 0, 0.2, 1);
}

@keyframes tech-ping {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.4); opacity: 0; }
}

/* 8. Tag Minis */
.tech-tag-mini {
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #94a3b8;
    font-size: 0.7rem;
    font-weight: 600;
}



/* Rename .hidden to .contact-state-hidden */
.contact-state-hidden { 
    display: none !important; 
}

/* Loading Spinner (No changes needed here) */
.loader {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 1s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* ==========================================================================
   FOOTER SECTION (FINAL POLISHED VERSION)
   ========================================================================== */

/* 1. Typography & Links */
.footer-link {
    color: #94a3b8;
    font-size: 0.938rem;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
    text-decoration: none;
    position: relative; /* Required to position the dot */
    padding-left: 0;    /* Start with no extra padding */
}

/* The Dot Setup */
.footer-link::before {
    content: "•";            /* The dot character */
    position: absolute;      /* Pins it to the left of the text */
    left: -12px;             /* Distance from the text */
    opacity: 0;              /* Hidden by default */
    color: #3b82f6;          /* Matches your hover blue */
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    color: #3b82f6;
    transform: translateX(6px); /* Keeps your existing movement */
}

/* Show the dot on hover */
.footer-link:hover::before {
    opacity: 1;              /* Dot fades in when you hover */
}

/* 2. Social Icon Boxes (The image_ec1821.png style) */
.social-icon-box {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: #94a3b8;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}

.social-icon-box:hover {
    background: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

/* 3. Smooth Scrolling Logic */
html {
    scroll-behavior: smooth;
}

/* 4. Footer Brand Pulse (Matches Header) */
.contact-section-wrapper .icon-box-tech.purple-theme {
    /* Keep existing Guaranteed Response glow from previous step */
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.5); 
}