/* ================================
   JKOACON 2025 - Professional Clean Theme
   ================================ */

:root {
    /* Layout offsets */
    --nav-offset: 80px;            /* fixed navbar height */
    --countdown-offset: 56px;      /* bullet countdown bar height incl. padding */
    --hero-top-offset: calc(var(--nav-offset) + var(--countdown-offset));
    --small-timer-height: 40px;    /* small timer height */
    /* Modern Professional Color Palette - Medical/Healthcare Theme */
    --primary-color: #0066cc;
    --primary-light: #3388dd;
    --primary-dark: #004499;
    --secondary-color: #00a86b;
    --accent-color: #ff6b35;
    --success-color: #10d876;
    --warning-color: #ffa726;
    --danger-color: #f44336;
    --info-color: #29b6f6;
    
    /* Professional Medical Gradient Collections */
    --gradient-primary: linear-gradient(135deg, #0066cc 0%, #3388dd 50%, #66aaee 100%);
    --gradient-secondary: linear-gradient(135deg, #00a86b 0%, #33bb88 50%, #66ccaa 100%);
    --gradient-accent: linear-gradient(135deg, #004499 0%, #0066cc 50%, #3388dd 100%);
    --gradient-warm: linear-gradient(135deg, #ff6b35 0%, #ff8855 50%, #ffaa88 100%);
    --gradient-cool: linear-gradient(135deg, #0066cc 0%, #29b6f6 50%, #66ccff 100%);
    --gradient-vibrant: linear-gradient(135deg, #0066cc 0%, #00a86b 50%, #66ccaa 100%);
    --gradient-ocean: linear-gradient(135deg, #004499 0%, #0066cc 50%, #29b6f6 100%);
    --gradient-sunset: linear-gradient(135deg, #ff6b35 0%, #ffa726 50%, #ffcc88 100%);
    --gradient-electric: linear-gradient(135deg, #0066cc 0%, #29b6f6 50%, #66ccff 100%);
    --gradient-neon: linear-gradient(135deg, #00a86b 0%, #10d876 50%, #66ffaa 100%);
    --gradient-cosmic: linear-gradient(135deg, #004499 0%, #0066cc 50%, #3388dd 100%);
    --gradient-aurora: linear-gradient(135deg, #0066cc 0%, #00a86b 50%, #29b6f6 100%);
    
    /* Hero & Carousel Gradients */
    --hero-gradient: linear-gradient(135deg, rgba(0, 102, 204, 0.9) 0%, rgba(0, 168, 107, 0.8) 100%);
    --hero-overlay: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 68, 153, 0.25) 50%, rgba(0, 0, 0, 0.65) 100%);
    --carousel-overlay: linear-gradient(135deg, rgba(0, 102, 204, 0.85) 0%, rgba(0, 168, 107, 0.65) 50%, rgba(41, 182, 246, 0.75) 100%);
    
    /* Committee Section Gradients */
    --committee-gradient: linear-gradient(135deg, #0066cc 0%, #00a86b 50%, #29b6f6 100%);
    --member-gradient: radial-gradient(ellipse at center, rgba(0, 102, 204, 0.08) 0%, rgba(0, 168, 107, 0.04) 100%);
    
    /* Countdown Timer Gradients */
    --countdown-bg: linear-gradient(135deg, #0066cc 0%, #00a86b 50%, #29b6f6 100%);
    --countdown-card: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    
    /* Background Variations */
    --bg-primary: #ffffff;
    --bg-secondary: #f7fafc;
    --bg-light: #edf2f7;
    --bg-accent: #e6f3ff;
    --bg-success: #f0fff4;
    --bg-gradient-light: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    --bg-gradient-modern: linear-gradient(135deg, #0066cc 0%, #00a86b 50%, #29b6f6 100%);
    
    /* Text Colors Enhanced */
    --text-primary: #1a202c;
    --text-secondary: #4a5568;
    --text-muted: #718096;
    --text-light: #a0aec0;
    --text-gradient: linear-gradient(135deg, #0066cc 0%, #00a86b 100%);
    --text-white: #ffffff;
    
    /* Heading Gradients */
    --heading-gradient: linear-gradient(135deg, #0066cc 0%, #00a86b 100%);
    --heading-gradient-2: linear-gradient(135deg, #00a86b 0%, #29b6f6 100%);
    --heading-gradient-3: linear-gradient(135deg, #0066cc 0%, #29b6f6 100%);
    --accent-gradient: linear-gradient(135deg, #ff6b35 0%, #ffa726 100%);
    
    /* Modern Shadow System */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 102, 204, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(0, 102, 204, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 102, 204, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 102, 204, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 102, 204, 0.25);
    --shadow-neon: 0 0 20px rgba(0, 102, 204, 0.4), 0 0 40px rgba(0, 168, 107, 0.2);
    --shadow-glow: 0 0 30px rgba(41, 182, 246, 0.3);
    --shadow-professional: 0 8px 25px -5px rgba(0, 102, 204, 0.1), 0 4px 12px -3px rgba(0, 0, 0, 0.05);
    
    /* Border System */
    --border-light: #e2e8f0;
    --border-medium: #cbd5e1;
    --border-primary: rgba(0, 102, 204, 0.2);
    --border-gradient: linear-gradient(135deg, rgba(0, 102, 204, 0.3) 0%, rgba(0, 168, 107, 0.3) 100%);
    
    /* Enhanced Spacing System */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    --spacing-3xl: 6rem;
    
    /* Professional Typography Scale */
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.875rem;
    --font-size-4xl: 2.25rem;
    --font-size-5xl: 3rem;
    --font-size-6xl: 3.75rem;
    
    /* Animation & Transition Settings */
    --transition-fast: 0.15s ease-out;
    --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 0.6s;
    --animation-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Base Styles */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-primary);
    background-color: var(--bg-primary);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: var(--font-size-base);
    letter-spacing: 0.025em;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

/* Page Loader */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: opacity 0.5s ease;
}

.page-loader.fade-out,
.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 50px;
    height: 50px;
    border: 3px solid var(--border-light);
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ================================
   Hero Single Image + Slidable Text
   ================================ */
:root {
    /* Enhanced bright colorful palette */
    --dark-navy: #0c1e3d;
    --dark-blue: #1e40af;
    --bright-blue: #3b82f6;
    --dark-purple: #6b21a8;
    --bright-purple: #8b5cf6;
    --dark-green: #065f46;
    --bright-green: #10b981;
    --dark-red: #991b1b;
    --bright-red: #ef4444;
    --dark-orange: #c2410c;
    --bright-orange: #f97316;
    --bright-yellow: #fcd34d;
    --dark-yellow: #d97706;
    --clean-white: #ffffff;
    --clean-dark: #111827;
    --venue-bar-bg: linear-gradient(135deg, var(--dark-navy) 0%, var(--dark-blue) 100%);
    --venue-bar-border: rgba(255, 255, 255, 0.2);
    
    /* Bright dark timer colors */
    --timer-red: var(--bright-red);
    --timer-orange: var(--bright-orange);
    --timer-green: var(--bright-green);
    --timer-blue: var(--bright-blue);
    
    /* Clean shadows without glow */
    --clean-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    --text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.8);
}

.hero-single-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 80px; /* Adjust for fixed navbar */
}

/* Position countdown timer over the banner */
.hero-single-section .bullet-countdown-bar {
    position: absolute !important;
    top: -80px !important; /* Position above hero to align with navbar */
    left: 0;
    right: 0;
    z-index: 100 !important;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0 !important;
}

.hero-background-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.hero-background-image {
    position: absolute;
    inset: 0;
}

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

/* Full overlay for proper content separation */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.45) 100%);
    z-index: 1;
}

/* Text Slider */
.hero-text-slider {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1rem 2rem;
}

/* Ensure slides are centered within their area */
.text-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Smooth slide animations */
@keyframes slideIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

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

.text-slide-container {
    position: relative;
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 1rem; */
}

.text-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
}

.text-slide.active {
    opacity: 1;
    z-index: 2;
}

.text-slide.leaving {
    opacity: 0;
    z-index: 1;
}

.slide-text-content {
    margin: 0 auto;
    max-width: 980px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
}

.text-slide:not(.active) .slide-text-content {
    opacity: 0;
    transform: translateY(20px);
}

.text-slide.active .slide-text-content {
    opacity: 1;
    transform: translateY(0);
}

.slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.95);
    color: #1e40af;
    font-weight: 700;
    margin-bottom: 1.2rem;
    box-shadow: 0 3px 12px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

/* Ultra bright, larger hero title across slides */
.slide-title-gradient {
    font-size: clamp(2.8rem, 7vw, 6rem);
    line-height: 1.02;
    font-weight: 1000;
    background: var(--hero-title-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.25rem 0 1rem;
    letter-spacing: 0.02em;
    text-shadow: var(--hero-title-shadow);
}

/* Gradient enhanced text contents for full visibility */
.slide-subtitle-dark {
    font-size: clamp(1.125rem, 2.6vw, 1.75rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
    /* Changed to solid white with strong shadow for maximum visibility */
    color: #ffffff;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 1), 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 0, 0, 0.5);
    /* Add subtle outline for even better visibility */
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
}

.slide-description-dark {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    margin-bottom: 1.5rem;
    /* Changed to solid white with strong shadow for maximum visibility */
    color: #ffffff;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 1), 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    /* Add subtle outline for even better visibility */
    -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.2);
}

.slide-meta-dark {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1.25rem;
}

.meta-item-dark {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #ffffff;
    /* Ultra fancy glassmorphism with gradient border */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1px solid;
    border-image: linear-gradient(135deg, rgba(251, 191, 36, 0.6) 0%, rgba(139, 92, 246, 0.4) 50%, rgba(236, 72, 153, 0.5) 100%) 1;
    border-radius: 999px;
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
    /* Ultra enhanced glass blur effect */
    backdrop-filter: blur(20px) saturate(180%) brightness(1.1);
    -webkit-backdrop-filter: blur(20px) saturate(180%) brightness(1.1);
    /* Fancy rainbow shadows and glow */
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.3),
        0 3px 12px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(251, 191, 36, 0.2),
        0 0 40px rgba(139, 92, 246, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    font-weight: 700;
    /* Enhanced text shadows for maximum visibility and style */
    text-shadow: 
        0 3px 6px rgba(0, 0, 0, 0.9),
        0 1px 3px rgba(0, 0, 0, 0.7),
        0 0 12px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(251, 191, 36, 0.3);
    /* Subtle text outline for better readability */
    -webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Add shimmer effect to meta items */
.meta-item-dark::before {
    content: '';
    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;
    z-index: 1;
}

.meta-item-dark:hover::before {
    left: 100%;
}

.meta-item-dark > * {
    position: relative;
    z-index: 2;
}

/* Enhanced hover effects for all meta items */
.meta-item-dark:hover {
    transform: translateY(-4px) scale(1.08);
    /* Enhanced glass effect on hover */
    background: var(--meta-hover-bg);
    backdrop-filter: blur(24px) saturate(200%) brightness(1.1);
    -webkit-backdrop-filter: blur(24px) saturate(200%) brightness(1.1);
    /* Enhanced shadows and glow on hover */
    box-shadow: 
        0 12px 30px rgba(0, 0, 0, 0.35),
        0 6px 16px rgba(0, 0, 0, 0.25),
        0 0 25px rgba(236, 72, 153, 0.15),
        0 0 35px rgba(139, 92, 246, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    /* Enhanced text visibility on hover */
    text-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.95),
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 0 12px rgba(0, 0, 0, 0.6);
}


/* Nav arrows and indicators */
.text-slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.85);
    color: #111;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: all var(--transition-fast);
    z-index: 10;
}

.text-slide-nav:hover { 
    background: rgba(255,255,255,0.95); 
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.prev-slide { left: 1.5rem; }
.next-slide { right: 1.5rem; }

.text-slide-indicators {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.text-slide-indicators .indicator {
    width: 12px; height: 12px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.4);
    cursor: pointer; 
    transition: all var(--transition-fast);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.text-slide-indicators .indicator.active {
    background: rgba(255,255,255,0.9);
    transform: scale(1.25);
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    :root { --nav-offset: 72px; --countdown-offset: 50px; }
    .hero-single-section {
        margin-top: 72px;
    }
    .hero-single-section .bullet-countdown-bar {
        top: -72px !important;
    }
    .hero-text-slider {
        padding: 1.5rem 0.75rem 2rem;
    }
    .hero-small-timer {
        margin-bottom: 1.5rem;
    }
    .slide-title-gradient {
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    }
    .slide-subtitle-dark {
        margin-bottom: 0.5rem;
        text-shadow: 0 4px 10px rgba(0, 0, 0, 1), 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
    }
    .slide-description-dark {
        margin-bottom: 1.25rem;
        text-shadow: 0 4px 10px rgba(0, 0, 0, 1), 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.3);
    }
    .prev-slide { left: 1rem; }
    .next-slide { right: 1rem; }
    .text-slide-indicators { bottom: 1.5rem; gap: 0.5rem; }
    .text-slide-indicators .indicator { width: 10px; height: 10px; }
}

/* Large Timer Above Content */
.hero-small-timer {
    position: relative;
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    padding: 1rem 0;
    margin-bottom: 0rem;
}

.small-timer-container {
    background: var(--timer-fancy-bg);
    backdrop-filter: blur(20px) saturate(150%);
    border-radius: 20px;
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: var(--timer-fancy-shadow);
    text-align: center;
    max-width: 550px;
    width: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.timer-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
}

.small-timer-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 12px;
    padding: 10px 14px;
    min-width: 60px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.timer-unit > span {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 900;
    text-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.8),
        0 0 15px rgba(255, 255, 255, 0.3);
    min-width: 42px;
    display: block;
    line-height: 0.9;
    transition: all 0.3s ease;
}

.timer-unit:hover {
    transform: translateY(-2px) scale(1.05);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(236, 72, 153, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.timer-unit:hover > span {
    text-shadow: 
        0 3px 10px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(255, 255, 255, 0.4),
        0 0 30px rgba(236, 72, 153, 0.3);
}

.timer-unit small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.65rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.timer-separator {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 6px;
    animation: timerBlink 2s ease-in-out infinite;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@keyframes timerBlink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0.4; }
}

@media (max-width: 768px) {
    .small-timer-container {
        padding: 12px 18px;
        margin: 0 0.5rem;
        max-width: 400px;
        border-radius: 14px;
    }
    
    .timer-unit {
        min-width: 45px;
        padding: 6px 8px;
        border-radius: 8px;
    }
    
    .timer-unit > span {
        font-size: 1.8rem;
        min-width: 32px;
        line-height: 0.85;
    }
    
    .timer-unit small {
        font-size: 0.6rem;
        letter-spacing: 0.5px;
    }
    
    .small-timer-display {
        gap: 8px;
    }
    
    .timer-label {
        font-size: 0.85rem;
        margin-bottom: 10px;
        letter-spacing: 2px;
        text-shadow: 0 3px 8px rgba(0, 0, 0, 1), 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 0, 0, 0.6);
        -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.35);
    }
    
    .timer-separator {
        font-size: 1.4rem;
        margin: 0 4px;
    }
}

@media (max-width: 576px) {
    :root { --nav-offset: 64px; --countdown-offset: 46px; }
    .hero-single-section {
        margin-top: 64px;
    }
    .hero-single-section .bullet-countdown-bar {
        top: -64px !important;
    }
    .hero-text-slider {
        padding: 1rem 0.5rem 1.5rem;
    }
    .hero-small-timer {
        margin-bottom: 1rem;
        padding: 0.5rem 0;
    }
    .slide-title-gradient {
        margin: 0.25rem 0 0.5rem;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    }
    .slide-subtitle-dark {
        margin-bottom: 0.4rem;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 1), 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 0, 0, 0.6);
        -webkit-text-stroke: 0.8px rgba(0, 0, 0, 0.4);
    }
    .slide-description-dark {
        margin-bottom: 1rem;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 1), 0 2px 4px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 0, 0, 0.6);
        -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.3);
    }
    .slide-meta-dark {
        margin-bottom: 1rem;
        gap: 0.5rem 0.75rem;
    }
    .meta-item-dark {
        padding: 0.35rem 0.7rem;
        font-size: 0.85rem;
        gap: 0.4rem;
        /* Enhanced blur and shadows for mobile visibility */
        backdrop-filter: blur(18px) saturate(160%);
        -webkit-backdrop-filter: blur(18px) saturate(160%);
        background: rgba(255, 255, 255, 0.18);
        /* Stronger text shadows for mobile screens */
        text-shadow: 
            0 2px 6px rgba(0, 0, 0, 0.9),
            0 1px 3px rgba(0, 0, 0, 0.7),
            0 0 10px rgba(0, 0, 0, 0.5);
        -webkit-text-stroke: 0.6px rgba(0, 0, 0, 0.4);
    }
    
    .meta-item-dark:hover {
        transform: translateY(-2px) scale(1.03);
        background: rgba(255, 255, 255, 0.22);
        backdrop-filter: blur(20px) saturate(170%);
        -webkit-backdrop-filter: blur(20px) saturate(170%);
    }
    
    .prev-slide { left: 0.5rem; }
    .next-slide { right: 0.5rem; }
    .text-slide-nav { width: 38px; height: 38px; }
    
    .small-timer-container {
        padding: 10px 14px;
        margin: 0 0.25rem;
        max-width: 320px;
        border-radius: 12px;
    }
    
    .timer-unit {
        min-width: 38px;
        padding: 5px 6px;
        border-radius: 6px;
        gap: 2px;
    }
    
    .timer-unit > span {
        font-size: 1.5rem;
        min-width: 28px;
        line-height: 0.8;
    }
    
    .timer-unit small {
        font-size: 0.55rem;
        letter-spacing: 0.5px;
    }
    
    .timer-label {
        font-size: 0.8rem;
        margin-bottom: 8px;
        letter-spacing: 1.5px;
        text-shadow: 0 3px 8px rgba(0, 0, 0, 1), 0 1px 3px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 0, 0, 0.6);
        -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.4);
    }
    
    .timer-separator {
        font-size: 1.2rem;
        margin: 0 3px;
    }
    
    .small-timer-display {
        gap: 6px;
    }
}

/* Navigation Modern */
/* Enhanced Navbar with Blue Professional Theme */
.modern-navbar-enhanced {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    border-bottom: 1px solid rgba(30, 64, 175, 0.1);
    padding: var(--spacing-sm) 0;
    box-shadow: 0 8px 32px rgba(30, 64, 175, 0.15);
    position: fixed;
    /* top: 90px;  */
    top: 50px; 
    left: 0;
    right: 0;
    z-index: 1050;
    transition: top 0.3s ease;
}

.modern-navbar-enhanced.venue-hidden {
    top: 0;
}
.modern-navbar-enhanced.announcement-hidden {
    top: 40px;
}

.navbar-green-stripe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    z-index: 10;
}

.logo-group-enhanced {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.6);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.logo-item {
    transition: all 0.3s ease;
}

.logo-item:hover {
    transform: translateY(-2px) scale(1.05);
}

.navbar-logo-large {
    height: 65px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 15px rgba(30, 64, 175, 0.2));
    transition: all 0.3s ease;
}

.navbar-logo-large:hover {
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.2));
}

.navbar-brand-container .navbar-brand.gradient-text {
    background: var(--text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-logo {
    height: 34px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
}

.nav-link-modern {
    font-weight: 600 !important;
    color: var(--text-secondary) !important;
    padding: 0.75rem 1rem !important;
    margin: 0 0.25rem;
    border-radius: 0.65rem;
    transition: all 0.25s ease;
}

.nav-link-modern:hover,
.nav-link-modern.active {
    color: var(--primary-color) !important;
    background-color: var(--bg-secondary);
}

.professional-btn-gradient {
    background: var(--gradient-primary) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3) !important;
}

.modern-toggler {
    border: 0 !important;
}


/* Section Spacing */
.section-padding {
    padding: var(--spacing-3xl) 0;
}

/* Modern Utility Classes */
.shadow-modern {
    box-shadow: 0 10px 30px rgba(30, 64, 175, 0.1), 0 4px 15px rgba(0, 0, 0, 0.05);
}

.border-modern {
    border: 1px solid rgba(30, 64, 175, 0.1);
}

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

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

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--bg-primary);
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: var(--spacing-lg) 0;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-lg);
    line-height: 1.4;
}

.hero-date {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: var(--spacing-sm);
    line-height: 1.5;
}

/* ========================================
   MODERN HERO CAROUSEL SECTION
   ======================================== */

.hero-carousel-section {
    margin-top: 85px;
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

/* ========================================
   COUNTDOWN SECTION
   ======================================== */

.countdown-section {
    position: relative;
    z-index: 100;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(15px) saturate(150%);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 0;
}

.countdown-wrapper {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.25),
        0 0 30px rgba(59, 130, 246, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* ========================================
   CAROUSEL SECTION
   ======================================== */

.carousel-section {
    position: relative;
    min-height: 80vh;
}

/* ========================================
   GLOBAL COUNTDOWN OVERLAY
   ======================================== */


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

.countdown-header {
    margin-bottom: 0.5rem;
}

.status-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.status-dot {
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 50%;
    position: relative;
    animation: statusPulse 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.4);
}

.status-dot::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: statusRipple 2s ease-in-out infinite;
}

@keyframes statusPulse {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes statusRipple {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.status-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.6rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.countdown-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.digit-wrapper {
    display: flex;
    gap: 4px;
}

.digit {
    width: 28px;
    height: 36px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #3b82f6;
    text-shadow: 
        0 0 10px rgba(59, 130, 246, 0.6),
        0 0 20px rgba(59, 130, 246, 0.25);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.digit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.digit:hover {
    transform: translateY(-3px) scale(1.05);
    color: #60a5fa;
    border-color: rgba(96, 165, 250, 0.6);
    text-shadow: 
        0 0 25px rgba(96, 165, 250, 1),
        0 0 50px rgba(96, 165, 250, 0.6);
    box-shadow: 
        0 15px 35px rgba(59, 130, 246, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.time-separator {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(59, 130, 246, 0.6);
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.4);
    margin: 0 0.15rem;
    animation: separatorBlink 1s ease-in-out infinite alternate;
}

@keyframes separatorBlink {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.unit-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.55rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ========================================
   MODERN CAROUSEL SLIDES
   ======================================== */

.carousel {
    height: 100vh;
    position: relative;
}

/* Hero Carousel Section */
.hero-carousel-section {
    position: relative;
    overflow: hidden;
}

.carousel-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
}

.slide-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.4) contrast(1.2) saturate(1.1);
    transition: transform 8s ease-out;
}

.carousel-item.active .slide-image {
    transform: scale(1.05);
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(15, 23, 42, 0.8) 0%,
        rgba(30, 41, 59, 0.6) 50%,
        rgba(51, 65, 85, 0.7) 100%
    );
    z-index: 2;
}

.slide-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Nudge content card slightly lower to reduce bottom gap perception */
.slide-content .content-card {
    margin-top: 6vh;
}

.content-card {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.3),
        0 0 100px rgba(59, 130, 246, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.content-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(59, 130, 246, 0.05) 50%,
        transparent 100%
    );
    pointer-events: none;
}

.slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 2rem;
    color: #60a5fa;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
    transition: all 0.3s ease;
}

.slide-badge:hover {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.2);
}

.slide-badge i {
    font-size: 1rem;
}

.slide-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(59, 130, 246, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.slide-subtitle {
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.slide-description {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #cbd5e1;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.slide-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #e2e8f0;
    font-size: 0.9rem;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.meta-item:hover {
    color: #60a5fa;
    transform: translateY(-2px);
}

.meta-item i {
    color: #3b82f6;
    font-size: 1.1rem;
    filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.4));
}

.slide-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-primary-modern, .btn-secondary-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.btn-primary-modern {
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 8px 25px rgba(0, 102, 204, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    font-weight: 700;
    font-size: 1.1rem;
}

.btn-primary-modern:hover {
    background: linear-gradient(135deg, #0073e6 0%, #0052a3 100%);
    color: #ffffff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 15px 35px rgba(0, 102, 204, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-secondary-modern {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    border: 2px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-size: 1.1rem;
}

.btn-secondary-modern:hover {
    background: rgba(255, 255, 255, 1);
    color: #0066cc;
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.btn-primary-modern i, .btn-secondary-modern i {
    font-size: 1.1rem;
    filter: drop-shadow(0 0 8px currentColor);
}



/* ========================================
   MODERN ANIMATIONS & TRANSITIONS
   ======================================== */

/* Enhanced digit flip animations */
@keyframes digitFlipIn {
    from {
        transform: rotateX(-90deg) scale(0.8);
        opacity: 0;
        filter: blur(3px);
    }
    to {
        transform: rotateX(0deg) scale(1);
        opacity: 1;
        filter: blur(0px);
    }
}

@keyframes digitGlow {
    0% {
        box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    50% {
        box-shadow: 
            0 15px 35px rgba(59, 130, 246, 0.5),
            0 0 30px rgba(59, 130, 246, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}

/* Carousel slide entrance animations */
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes scaleInPulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Content card entrance animations */
.content-card {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.carousel-item.active .content-card {
    animation: scaleInPulse 1s ease-out 0.5s both;
}

/* Badge hover animations */
@keyframes badgeShimmer {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

.slide-badge::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    background-size: 200% 100%;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slide-badge:hover::after {
    opacity: 1;
    animation: badgeShimmer 1.5s ease-in-out;
}

/* Button ripple effect */
.btn-primary-modern, .btn-secondary-modern {
    position: relative;
    overflow: hidden;
}

.btn-primary-modern::before, .btn-secondary-modern::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.btn-primary-modern:hover::before, .btn-secondary-modern:hover::before {
    width: 300px;
    height: 300px;
}

/* Enhanced carousel transitions */
.carousel-item {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel.slide .carousel-item {
    transition: transform 0.8s ease-in-out;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Loading shimmer effect for countdown */
@keyframes shimmerLoad {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.digit.loading {
    background: linear-gradient(
        90deg,
        #1e293b 0%,
        #334155 50%,
        #475569 100%
    );
    background-size: 400% 100%;
    animation: shimmerLoad 1.5s ease-in-out infinite;
}

/* Parallax effect for background images */
@media (prefers-reduced-motion: no-preference) {
    .slide-image {
        will-change: transform;
    }
    
    .carousel-item.active .slide-image {
        animation: subtleZoom 8s ease-out forwards;
    }
}

@keyframes subtleZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}

/* Enhanced status dot pulse */
.status-dot {
    animation: statusPulse 2s ease-in-out infinite, statusRotate 8s linear infinite;
}

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

/* Staggered animation for meta items */
.meta-item {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.meta-item:nth-child(1) { animation-delay: 0.1s; }
.meta-item:nth-child(2) { animation-delay: 0.2s; }
.meta-item:nth-child(3) { animation-delay: 0.3s; }

/* Carousel indicator pulse */
.carousel-indicators-modern button.active {
    animation: indicatorPulse 2s ease-in-out infinite;
}

@keyframes indicatorPulse {
    0%, 100% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1.4);
    }
}

/* ========================================
   MOBILE RESPONSIVE CAROUSEL
   ======================================== */

/* Tablet styles */
@media (max-width: 1200px) {
    .desktop-venue-items { 
        flex-wrap: nowrap; 
        gap: 0.5rem;
        max-width: 98%;
    }
    .desktop-venue-item {
        font-size: 0.85rem;
        padding: 0.55rem 0.7rem;
        gap: 0.3rem;
    }
    .desktop-venue-item i {
        font-size: 1rem;
    }
}

@media (max-width: 992px){
    .countdown-section {
        padding: 0.6rem 0;
    }
    
    .countdown-wrapper {
        padding: 0.8rem 1.2rem;
        border-radius: 10px;
        max-width: 500px;
    }
    
    .digit {
        width: 24px;
        height: 30px;
        font-size: 1rem;
    }
    
    .time-separator {
        font-size: 0.8rem;
        margin: 0 0.1rem;
    }
    
    .unit-label {
        font-size: 0.5rem;
    }
    
    .content-card {
        padding: 2.5rem;
    }
    
    .slide-title {
        font-size: clamp(2rem, 4vw, 3.5rem);
    }
    
    .slide-subtitle {
        font-size: clamp(1.1rem, 2vw, 1.8rem);
    }
    
    .slide-meta {
        gap: 1.5rem;
        margin-bottom: 2.5rem;
    }
    
    .meta-item {
        font-size: 0.85rem;
    }
    
    .carousel-navigation {
        padding: 0 1.5rem;
    }
    
    .carousel-control {
        width: 55px;
        height: 55px;
        font-size: 1.1rem;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .modern-hero-carousel {
        margin-top: 70px;
    }
    
    .countdown-section {
        padding: 0.5rem 0;
    }
    
    .countdown-wrapper {
        padding: 0.7rem 1rem;
        border-radius: 8px;
        margin: 0 1rem;
        max-width: 400px;
    }
    
    .countdown-display {
        gap: 0.3rem;
        justify-content: center;
    }
    
    .digit {
        width: 24px;
        height: 30px;
        font-size: 1rem;
        border-radius: 5px;
    }
    
    .time-separator {
        font-size: 0.8rem;
        margin: 0 0.08rem;
    }
    
    .unit-label {
        font-size: 0.45rem;
    }
    
    .content-card {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
        border-radius: 20px;
    }
    
    .slide-badge {
        font-size: 0.8rem;
        padding: 0.6rem 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .slide-title {
        font-size: clamp(1.8rem, 6vw, 2.8rem);
        margin-bottom: 0.8rem;
    }
    
    .slide-subtitle {
        font-size: clamp(1rem, 3vw, 1.4rem);
        margin-bottom: 0.8rem;
    }
    
    .slide-description {
        font-size: clamp(0.9rem, 2vw, 1.1rem);
        margin-bottom: 2rem;
    }
    
    .slide-meta {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    .meta-item {
        font-size: 0.8rem;
        justify-content: center;
    }
    
    .slide-actions {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .btn-primary-modern, .btn-secondary-modern {
        width: 100%;
        max-width: 280px;
        padding: 0.9rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .carousel-navigation {
        padding: 0 1rem;
    }
    
    .carousel-control {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
    
    .carousel-indicators-modern {
        bottom: 2rem;
        padding: 0.8rem 1.2rem;
        gap: 0.8rem;
    }
    
    .carousel-indicators-modern button {
        width: 10px;
        height: 10px;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    .countdown-section {
        padding: 0.4rem 0;
    }
    
    .countdown-wrapper {
        padding: 0.6rem 0.8rem;
        border-radius: 6px;
        margin: 0 0.5rem;
        max-width: 320px;
    }
    
    .carousel-controls {
        bottom: 0.8rem;
        gap: 0.5rem;
        padding: 0.3rem;
    }
    
    .carousel-btn {
        padding: 0.5rem 0.8rem;
        font-size: 0.75rem;
    }
    
    .countdown-display {
        gap: 0.2rem;
    }
    
    .digit {
        width: 20px;
        height: 26px;
        font-size: 0.85rem;
        border-radius: 4px;
    }
    
    .time-separator {
        font-size: 0.7rem;
        margin: 0 0.05rem;
    }
    
    .unit-label {
        font-size: 0.4rem;
    }
    
    .content-card {
        padding: 1.5rem 1rem;
        margin: 0 0.5rem;
    }
    
    .slide-badge {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    
    .btn-primary-modern, .btn-secondary-modern {
        padding: 0.8rem 1.2rem;
        font-size: 0.85rem;
        gap: 0.5rem;
    }
    
    .carousel-control {
        width: 45px;
        height: 45px;
        font-size: 0.9rem;
    }
    
    .carousel-indicators-modern {
        bottom: 1.5rem;
        padding: 0.6rem 1rem;
    }
}

/* ========================================
   FIXED COUNTDOWN TIMER
   ======================================== */

.countdown-above-title {
    margin-bottom: 2rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 15px 30px rgba(0, 0, 0, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.15);
    animation: countdownFloat 6s ease-in-out infinite;
}

.countdown-fixed-position {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-align: center;
    pointer-events: none;
    animation: fixedCountdownFloat 8s ease-in-out infinite;
}

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

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

.countdown-status-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 2rem;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.4),
        0 8px 20px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    pointer-events: auto;
}

.status-dot {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
    border-radius: 50%;
    animation: statusPulse 2.5s ease-in-out infinite;
    box-shadow: 
        0 0 20px rgba(255, 255, 255, 0.8),
        0 0 40px rgba(255, 255, 255, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
}

.status-dot::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: statusRipple 2.5s ease-in-out infinite;
}

@keyframes statusRipple {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes statusPulse {
    0%, 100% { 
        opacity: 0.8;
        transform: scale(1);
    }
    50% { 
        opacity: 1;
        transform: scale(1.2);
    }
}

.status-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.countdown-display-fixed {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    pointer-events: auto;
}

.timer-unit-fixed {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    padding: 1.5rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.15);
    min-width: 120px;
}

.timer-unit-fixed::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.8s;
    z-index: 1;
}

.timer-unit-fixed:hover {
    transform: translateY(-8px) scale(1.08);
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 15px 30px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.timer-unit-fixed:hover::before {
    left: 100%;
}


.countdown-fixed-position .timer-digits {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.digit-container {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.digit-large {
    width: 60px;
    height: 80px;
    background: linear-gradient(135deg, #1e293b 0%, #2d3748 50%, #1e293b 100%);
    border: 2px solid rgba(96, 165, 250, 0.4);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    color: #60a5fa;
    text-shadow: 
        0 0 25px rgba(96, 165, 250, 1),
        0 0 50px rgba(96, 165, 250, 0.8),
        0 0 100px rgba(96, 165, 250, 0.4);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 30px rgba(96, 165, 250, 0.3),
        0 8px 20px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.digit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.digit::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: linear-gradient(135deg, transparent 0%, rgba(96, 165, 250, 0.15) 30%, rgba(255, 255, 255, 0.05) 50%, rgba(96, 165, 250, 0.15) 70%, transparent 100%);
    border-radius: 14px;
    pointer-events: none;
    opacity: 0.8;
}

.timer-unit:hover .digit {
    transform: translateY(-2px);
    color: #7dd3fc;
    border-color: rgba(125, 211, 252, 0.4);
    text-shadow: 
        0 0 25px rgba(125, 211, 252, 1),
        0 0 50px rgba(125, 211, 252, 0.6);
    box-shadow: 
        0 15px 35px rgba(125, 211, 252, 0.2),
        0 8px 15px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.08),
        inset 0 -2px 0 rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(125, 211, 252, 0.2);
}

.countdown-fixed-position .timer-label {
    color: rgba(255, 255, 255, 0.98);
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}

.timer-unit-fixed:hover .digit-large {
    transform: translateY(-3px) scale(1.05);
    color: #7dd3fc;
    border-color: rgba(125, 211, 252, 0.6);
    text-shadow: 
        0 0 30px rgba(125, 211, 252, 1),
        0 0 60px rgba(125, 211, 252, 0.9),
        0 0 120px rgba(125, 211, 252, 0.5);
    box-shadow: 
        0 20px 40px rgba(125, 211, 252, 0.4),
        0 12px 25px rgba(0, 0, 0, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.15),
        inset 0 -2px 0 rgba(0, 0, 0, 0.4);
}

.timer-progress {
    position: relative;
    z-index: 2;
}

.progress-bar-modern {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.progress-bar-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress-width, 0%);
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 2px;
    transition: width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

/* ========================================
   MODERN CAROUSEL WRAPPER
   ======================================== */

.modern-carousel-wrapper {
    position: relative;
    flex: 1;
}

.modern-carousel {
    height: calc(100vh - 200px);
    min-height: 600px;
    position: relative;
}

.modern-carousel-inner {
    height: 100%;
}

.modern-slide {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.15) saturate(1.3);
    transition: all var(--transition-slow);
    transform: scale(1.05);
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(0, 102, 204, 0.35) 0%, 
        rgba(41, 182, 246, 0.25) 30%,
        rgba(0, 168, 107, 0.3) 70%,
        rgba(0, 102, 204, 0.4) 100%
    );
    z-index: 2;
    transition: opacity var(--transition-base);
}

.modern-slide:hover .slide-image {
    transform: scale(1.1);
    filter: brightness(1.0) contrast(1.25) saturate(1.4);
}

.modern-slide:hover .slide-overlay {
    opacity: 0.7;
}

.slide-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    color: white;
    padding: 2rem;
}

.content-wrapper {
    text-align: center;
    animation: slideContentFadeIn 0.8s ease-out both;
}

@keyframes slideContentFadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.slide-badge:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.badge-icon {
    color: #fbbf24;
    font-size: 1rem;
}

.theme-badge .badge-icon {
    color: #f87171;
}

.venue-badge .badge-icon {
    color: #34d399;
}

.badge-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.slide-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #e6f3ff 30%, #ffffff 70%, #f0f9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.02em;
}

.slide-subtitle {
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #66aaee 0%, #33bb88 50%, #29b6f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.slide-description {
    font-size: clamp(1rem, 2.2vw, 1.4rem);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.slide-details {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 10px 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.detail-item:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.detail-item i {
    color: #0066cc;
    font-size: 1.1rem;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

.detail-item span {
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #1e293b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.95rem;
    font-weight: 600;
    text-shadow: none;
}

.slide-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-modern-primary,
.btn-modern-secondary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid transparent;
    min-width: 180px;
    justify-content: center;
}

.btn-modern-primary {
    background: linear-gradient(135deg, #0066cc 0%, #29b6f6 100%);
    color: white;
    box-shadow: 0 10px 30px rgba(0, 102, 204, 0.3);
}

.btn-modern-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 102, 204, 0.4);
    background: linear-gradient(135deg, #0052a3 0%, #2196f3 100%);
    color: white;
}

.btn-modern-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-modern-secondary:hover {
    transform: translateY(-3px) scale(1.05);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    color: white;
}

.btn-icon {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.btn-modern-primary:hover .btn-icon,
.btn-modern-secondary:hover .btn-icon {
    transform: scale(1.1);
}

.btn-text {
    position: relative;
    z-index: 2;
}

.btn-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 50px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-modern-primary:hover .btn-glow,
.btn-modern-secondary:hover .btn-glow {
    opacity: 1;
}


/* ========================================
   ULTRA MODERN CAROUSEL CONTROLS
   ======================================== */

.carousel-navigation {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* ========================================
   VENUE INFO BAR
   ======================================== */

.venue-info-bar {
    background: var(--venue-bar-bg);
    border-bottom: 2px solid var(--venue-bar-border);
    padding: 10px 0; /* reduced from 15px */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1060;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 31, 63, 0.3);
    transition: all 0.3s ease;
}

.venue-info-bar.hidden {
    transform: translateY(-100%);
}

.venue-info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: nowrap; /* Keep in single row */
}

.venue-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 12px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0; /* Prevent shrinking */
}

.venue-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.25);
}

.venue-item i {
    color: var(--bright-yellow);
    font-size: 1rem;
    text-shadow: var(--text-shadow);
    flex-shrink: 0;
}

/* Mobile Venue Overlay */
.mobile-venue-overlay {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 4;
    display: none; /* Hidden on desktop */
}

.mobile-venue-content {
    background: rgba(12, 30, 61, 0.9);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    margin: 0 1rem;
}

.mobile-venue-items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.mobile-venue-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.mobile-venue-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.mobile-venue-item i {
    color: #fcd34d;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.mobile-register-btn {
    text-align: center;
}

.btn-mobile-register {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #0066cc 0%, #29b6f6 100%);
    color: white;
    padding: 0.875rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-mobile-register:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.4);
    color: white;
    background: linear-gradient(135deg, #0052a3 0%, #2196f3 100%);
}

.btn-mobile-register i {
    font-size: 1rem;
}

/* Hide venue bar on mobile devices */
@media (max-width: 768px) {
    .venue-info-bar {
        display: none !important;
    }
    
    .modern-navbar-enhanced {
        top: 0 !important; /* Move navbar to top position */
    }
    
    .clean-hero-section {
        margin-top: 80px; /* Adjust for only navbar */
    }
    
    .mobile-venue-overlay {
        display: block; /* Show on mobile */
    }
}

/* Adjust overlay for smaller screens */
@media (max-width: 576px) {
    .mobile-venue-overlay {
        top: 15px;
    }
    
    .mobile-venue-content {
        padding: 1.25rem;
        margin: 0 0.5rem;
        border-radius: 16px;
    }
    
    .mobile-venue-item {
        font-size: 0.85rem;
        padding: 0.65rem 0.85rem;
        gap: 0.6rem;
    }
    
    .mobile-venue-item i {
        font-size: 1rem;
    }
    
    .btn-mobile-register {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}


.timer-wrapper {
    text-align: center;
}

/* ========================================
   CLEAN HERO SECTION
   ======================================== */

.clean-hero-section {
    position: relative;
    height: 55vh; /* reduced height for countdown visibility */
    min-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 130px; /* space for navbar and venue bar */
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-background::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 2;
}

.hero-bg-image {
    width: 100%;
    height: 120%; /* Make it larger to ensure coverage */
    object-fit: cover;
    object-position: center;
    filter: brightness(1.1) contrast(1.2) saturate(1.3); /* Brighter and more vibrant */
    transform: scale(1.02); /* Slight scale to ensure no gaps */
}

.hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.hero-content-wrapper .container {
    max-width: 100% !important;
    width: 100% !important;
}

.hero-content-wrapper .col-lg-10,
.hero-content-wrapper .col-xl-9 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.hero-content {
    background: none;
    backdrop-filter: none;
    border-radius: 0;
    padding: 0 1rem;
    box-shadow: none;
    border: none;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}



/* Hero Text Styles */
.hero-main-title {
    margin: 0 0 1.25rem 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    line-height: 1;
}

.title-main {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    color: #FFD700;
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 1),
        6px 6px 12px rgba(0, 0, 0, 0.8),
        0 0 25px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0.2rem;
}

.title-sub {
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 700;
    color: #FFD700;
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 1),
        6px 6px 12px rgba(0, 0, 0, 0.8),
        0 0 25px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    display: block;
}

/* Ensure text is highly visible with stronger shadows */

/* Desktop Venue Info */
.desktop-venue-info {
    margin-top: 1rem;
    display: block;
    width: 100%;
    text-align: center;
}

.desktop-venue-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* Marquee Container */
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 0.5rem 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 
        0 1px 5px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* Marquee Track */
.marquee-track {
    display: flex;
    align-items: center;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    will-change: transform;
}

/* Marquee Content */
.marquee-content {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-shrink: 0;
}

/* Seamless Marquee Animation */
@keyframes marqueeScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.marquee-container:hover .marquee-track {
    animation-play-state: paused;
}

.desktop-venue-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    background: linear-gradient(135deg, #32ff32 0%, #00ff00 25%, #39ff14 50%, #00ff7f 75%, #00e676 100%);
    padding: 0.7rem 1rem;
    border-radius: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 8px 20px rgba(0, 255, 0, 0.4),
        0 0 30px rgba(0, 255, 0, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
}

.desktop-venue-item:hover {
    background: linear-gradient(135deg, #39ff39 0%, #00ff00 25%, #32ff32 50%, #00ff88 75%, #00f676 100%);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 
        0 12px 25px rgba(0, 255, 0, 0.5),
        0 0 40px rgba(0, 255, 0, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.5);
}

.desktop-venue-item i {
    color: #000000;
    font-size: 1.1rem;
    flex-shrink: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.desktop-venue-separator {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    font-weight: bold;
}

/* Hero Register Button - Parrot Green Animated - Mobile Only */
.hero-register-btn {
    margin-top: 1rem;
    display: none; /* Hidden on desktop */
}

.btn-hero-register {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.5rem;
    border-radius: 30px;
    font-weight: 800;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, #0066cc 0%, #29b6f6 100%);
    box-shadow: 
        0 4px 12px rgba(0, 102, 204, 0.3),
        0 2px 6px rgba(41, 182, 246, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-hero-register:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 8px 20px rgba(0, 102, 204, 0.4),
        0 4px 12px rgba(41, 182, 246, 0.3);
    background: linear-gradient(135deg, #3388dd 0%, #66ccff 100%);
    color: #ffffff;
}


.btn-hero-register i {
    font-size: 1rem;
}



/* Key Info Styles */
.hero-key-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem; /* tighter spacing to keep in one row */
    flex-wrap: nowrap; /* keep single row */
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.key-info-item {
    background: var(--dark-navy);
    color: white;
    padding: 0.75rem 1.2rem; /* slightly smaller padding */
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.9rem; /* smaller font to fit better */
    box-shadow: var(--clean-shadow);
    transition: all 0.3s ease;
    border: 2px solid var(--bright-blue);
    flex-shrink: 1; /* allow shrinking if needed */
    white-space: nowrap; /* prevent text wrapping */
}

.key-info-item.highlighted {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    border: 2px solid #60a5fa;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.key-info-item:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    border-color: var(--bright-yellow);
}

/* Additional Info */
.hero-additional-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 25px;
    border: 1px solid var(--bright-green);
    box-shadow: var(--clean-shadow);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.info-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.8);
    border-color: var(--bright-yellow);
}

.info-item i {
    color: var(--bright-green);
    font-size: 1.2rem;
}

/* Hero Actions */
.hero-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-hero-primary,
.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 180px;
    justify-content: center;
}

.btn-hero-primary {
    background: var(--clean-blue);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.btn-hero-primary:hover {
    background: var(--clean-blue-dark);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.4);
}

.btn-hero-secondary {
    background: transparent;
    color: var(--clean-blue);
    border-color: var(--clean-blue);
}

.btn-hero-secondary:hover {
    background: var(--clean-blue);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .clean-hero-section {
        height: 75vh;
        min-height: 450px;
        margin-top: 60px; /* Reduced from 80px to bring image closer to navbar */
    }
    
    .title-main {
        font-size: clamp(2.2rem, 7vw, 4rem);
        letter-spacing: 1.5px;
        margin-bottom: 0.1rem;
    }
    
    .title-sub {
        font-size: clamp(1.6rem, 5vw, 2.8rem);
        letter-spacing: 1px;
    }
    
    .hero-main-title {
        margin-bottom: 0.75rem;
    }
    
    /* Show venue info below title on mobile as well */
    .desktop-venue-info { 
        display: block !important; 
    }
    .desktop-venue-items { 
        overflow: hidden;
        max-width: 100%;
    }
    .marquee-container {
        border-radius: 20px;
        padding: 0.4rem 0;
    }
    .marquee-track {
        animation: marqueeScrollMobile 12s linear infinite;
        width: 200%;
    }
    .marquee-content {
        gap: 0.5rem;
        min-width: 100%;
        display: flex;
        align-items: center;
    }
    .desktop-venue-item { 
        font-size: 0.85rem; 
        padding: 0.55rem 0.8rem; 
        white-space: nowrap;
        flex-shrink: 0;
        text-align: center;
        line-height: 1.3;
    }
    .desktop-venue-separator { 
        color: rgba(255, 255, 255, 0.6);
        font-size: 1rem;
        flex-shrink: 0;
    }
    
    /* Mobile specific marquee animation - ensures all content is visible */
    @keyframes marqueeScrollMobile {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    
    /* Show register button on mobile */
    .hero-register-btn {
        display: block !important;
        margin-top: 1.25rem;
    }
    
    .btn-hero-register {
        padding: 0.85rem 1.4rem;
        font-size: 0.95rem;
        border-radius: 35px;
        width: auto;
        min-width: 180px;
    }
    
    /* Ensure mobile venue items don't overflow */
    .desktop-venue-info {
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    /* Hide the floating overlay since venue is under title now */
    .mobile-venue-overlay { 
        display: none !important; 
    }
}
    
    .hero-key-info {
        gap: 0.5rem; /* even tighter spacing on mobile */
        justify-content: space-between;
        padding: 0 0.5rem;
    }
    
    .key-info-item {
        padding: 0.6rem 0.8rem;
        font-size: 0.75rem;
        gap: 0.3rem;
    }
    
    .key-info-item i {
        font-size: 0.9rem;
    }
    
    .hero-additional-info {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 250px;
    }

@media (max-width: 576px) {
    .clean-hero-section {
        margin-top: 50px; /* Even less space on small screens */
        min-height: 400px;
        height: 70vh;
    }
    
    .hero-register-btn {
        margin-top: 1rem;
    }
    
    .btn-hero-register {
        padding: 0.75rem 1.2rem;
        font-size: 0.9rem;
        min-width: 160px;
    }
    
    .marquee-track {
        animation: marqueeScrollMobile 10s linear infinite;
        width: 220%;
    }
    .marquee-content {
        gap: 0.4rem;
        min-width: 110%;
    }
    .desktop-venue-item {
        font-size: 0.8rem;
        padding: 0.5rem 0.7rem;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .desktop-venue-separator {
        font-size: 0.9rem;
    }
    
    .desktop-venue-info {
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    .clean-hero-section {
        margin-top: 45px;
        min-height: 380px;
        height: 65vh;
    }
    
    .marquee-track {
        animation: marqueeScrollMobile 8s linear infinite;
        width: 250%;
    }
    .marquee-content {
        gap: 0.3rem;
        min-width: 125%;
    }
    .desktop-venue-item {
        font-size: 0.75rem;
        padding: 0.45rem 0.6rem;
        border-radius: 14px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .desktop-venue-separator {
        font-size: 0.8rem;
    }
    
    .desktop-venue-info {
        padding: 0 0.25rem;
    }
    .marquee-container {
        border-radius: 15px;
        padding: 0.3rem 0;
    }
    
    .desktop-venue-item i {
        font-size: 0.9rem;
    }
    
    .hero-main-title {
        font-size: clamp(1.6rem, 5.5vw, 3rem);
        letter-spacing: 0.8px;
        text-shadow: 
            1px 1px 3px rgba(0, 0, 0, 0.8),
            0 0 4px rgba(255, 215, 0, 0.2);
    }
    
    .hero-key-info {
        gap: 0.25rem;
        padding: 0 0.25rem;
    }
    
    .key-info-item {
        padding: 0.5rem 0.6rem;
        font-size: 0.65rem;
        gap: 0.2rem;
    }
    
    .key-info-item i {
        font-size: 0.8rem;
    }
}
    .venue-info-content {
        gap: 0.8rem;
        padding: 0 8px;
    }
    
    .venue-item {
        font-size: 0.75rem;
        padding: 4px 8px;
        gap: 0.3rem;
    }
    
    .venue-item i {
        font-size: 0.85rem;
    }
    
    .hero-content {
        padding: 1.5rem 1rem;
        margin-top: 50px;
    }


.ultra-modern-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: auto;
    overflow: hidden;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.ultra-modern-control:hover {
    background: linear-gradient(135deg, #0066cc 0%, #29b6f6 100%);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 102, 204, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.control-icon {
    color: white;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.ultra-modern-control:hover .control-icon {
    transform: scale(1.1);
}

.control-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ultra-modern-control:hover .control-bg {
    opacity: 1;
}

/* ========================================
   RESPONSIVE DESIGN FOR MODERN CAROUSEL
   ======================================== */

@media (max-width: 768px) {
    .ultra-modern-hero {
        margin-top: 70px;
    }
    
    .countdown-status-fixed {
        padding: 8px 16px;
        margin-bottom: 1.5rem;
    }
    
    .status-text {
        font-size: 0.8rem;
    }
    
    .countdown-display-fixed {
        gap: 1.8rem;
    }
    
    .timer-unit-fixed {
        padding: 1.2rem 0.8rem;
        min-width: 100px;
    }
    
    .digit-large {
        width: 50px;
        height: 65px;
        font-size: 2rem;
    }
    
    .countdown-fixed-position .timer-label {
        font-size: 0.9rem;
    }
    
    
    .hero-carousel-section {
        height: 100vh;
        min-height: 500px;
    }
    
    .carousel-section {
        height: 100vh;
        min-height: 500px;
    }
    
    .carousel {
        height: 100%;
    }
    
    .slide-content {
        padding: 1rem;
        justify-content: center;
    }
    
    .content-card {
        padding: 2rem 1.5rem;
        margin: 1rem;
        border-radius: 20px;
    }
    
    .slide-badge {
        padding: 6px 16px;
        margin-bottom: 1.5rem;
    }
    
    .badge-text {
        font-size: 0.75rem;
    }
    
    .slide-title {
        margin-bottom: 1rem;
    }
    
    .slide-subtitle {
        margin-bottom: 0.75rem;
    }
    
    .slide-description {
        margin-bottom: 1.5rem;
    }
    
    .slide-details {
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    .detail-item {
        padding: 6px 12px;
    }
    
    .detail-item span {
        font-size: 0.8rem;
    }
    
    .slide-actions {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .btn-modern-primary,
    .btn-modern-secondary {
        padding: 12px 25px;
        font-size: 0.9rem;
        min-width: 160px;
    }
    
    
    .ultra-modern-control {
        width: 50px;
        height: 50px;
    }
    
    .carousel-control-prev {
        left: 20px;
    }
    
    .carousel-control-next {
        right: 20px;
    }
    
    .control-icon {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .countdown-status-fixed {
        padding: 6px 12px;
        margin-bottom: 1.2rem;
    }
    
    .status-text {
        font-size: 0.7rem;
    }
    
    .countdown-display-fixed {
        gap: 1.2rem;
        flex-wrap: wrap;
    }
    
    .timer-unit-fixed {
        padding: 1rem 0.6rem;
        min-width: 80px;
        border-radius: 16px;
    }
    
    .digit-large {
        width: 40px;
        height: 55px;
        font-size: 1.6rem;
        border-radius: 12px;
    }
    
    .countdown-fixed-position .timer-label {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
    
    .status-text {
        font-size: 0.75rem;
    }
    
    .countdown-title {
        font-size: clamp(1.3rem, 3vw, 1.8rem);
    }
    
    .hero-carousel-section {
        height: 100vh;
        min-height: 450px;
    }
    
    .carousel-section {
        height: 100vh;
        min-height: 450px;
    }
    
    .carousel {
        height: 100%;
    }
    
    .slide-content {
        padding: 0.75rem;
        justify-content: center;
    }
    
    .content-card {
        padding: 1.5rem 1rem;
        margin: 0.5rem;
        border-radius: 16px;
    }
    
    .slide-badge {
        padding: 5px 12px;
        margin-bottom: 1rem;
    }
    
    .badge-icon {
        font-size: 0.9rem;
    }
    
    .badge-text {
        font-size: 0.7rem;
    }
    
    .slide-details {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }
    
    .detail-item {
        padding: 5px 10px;
        border-radius: 20px;
    }
    
    .detail-item i {
        font-size: 0.9rem;
    }
    
    .detail-item span {
        font-size: 0.75rem;
    }
    
    .btn-modern-primary,
    .btn-modern-secondary {
        padding: 10px 20px;
        font-size: 0.85rem;
        min-width: 140px;
        border-radius: 25px;
    }
    
    
    .ultra-modern-control {
        width: 45px;
        height: 45px;
    }
    
    .carousel-control-prev {
        left: 15px;
    }
    
    .carousel-control-next {
        right: 15px;
    }
    
    .control-icon {
        font-size: 0.9rem;
    }
}

/* ========================================
   BULLET LINE COUNTDOWN BAR
   ======================================== */

.bullet-countdown-bar {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 8px 0;
}

.bullet-countdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bullet-timer-line {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.bullet-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.bullet-digit-container {
    display: flex;
    gap: 2px;
}

.bullet-digit {
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #1e293b 0%, #2d3748 100%);
    border: 1.5px solid rgba(96, 165, 250, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #60a5fa;
    text-shadow: 0 0 8px rgba(96, 165, 250, 0.6);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bullet-digit::before {
    content: '';
    position: absolute;
    inset: 2px;
    background: linear-gradient(135deg, transparent 0%, rgba(96, 165, 250, 0.1) 50%, transparent 100%);
    border-radius: 50%;
    pointer-events: none;
}

.bullet-digit:hover {
    transform: scale(1.1);
    border-color: rgba(125, 211, 252, 0.6);
    color: #7dd3fc;
    text-shadow: 0 0 12px rgba(125, 211, 252, 0.8);
    box-shadow: 
        0 6px 16px rgba(125, 211, 252, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.bullet-separator {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0 4px;
    animation: separatorBlink 3s ease-in-out infinite;
}

@keyframes separatorBlink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0.5; }
}

/* Responsive Design for Bullet Countdown */
@media (max-width: 768px) {
    .bullet-countdown-bar {
        top: 25px;
    }
    
    .bullet-countdown-wrapper {
        gap: 12px;
        padding: 0 15px;
    }
    
    .bullet-timer-line {
        gap: 8px;
        padding: 4px 8px;
    }
    
    .bullet-digit {
        width: 28px;
        height: 28px;
        font-size: 0.95rem;
    }
    
}

@media (max-width: 576px) {
    .bullet-countdown-bar {
        top: 25px;
        padding: 6px 0;
    }
    
    .bullet-countdown-wrapper {
        gap: 6px;
    }
    
    .bullet-timer-line {
        gap: 5px;
        padding: 3px 6px;
    }
    
    .bullet-digit {
        width: 24px;
        height: 24px;
        font-size: 0.9rem;
    }
    
    .bullet-separator {
        font-size: 0.9rem;
        margin: 0 1px;
    }
    
}
/* ========================================
   REVOLUTIONARY HERO COUNTDOWN OVERLAY
   ======================================== */

.hero-countdown-overlay {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    padding: 0 2rem;
    animation: heroCountdownFloat 6s ease-in-out infinite;
    pointer-events: none;
}


/* Extra small screens */
@media (max-width: 480px) {
    .hero-carousel-section {
        height: 100vh;
        min-height: 400px;
    }
    
    .carousel-section {
        height: 100vh;
        min-height: 400px;
    }
    
    .bullet-countdown-bar {
        top: 20px;
        padding: 4px 0;
    }
    
    .bullet-timer-line {
        gap: 4px;
        padding: 2px 4px;
        border-radius: 15px;
    }
    
    .bullet-digit {
        width: 22px;
        height: 22px;
        font-size: 0.85rem;
    }
    
    .bullet-separator {
        font-size: 0.8rem;
        margin: 0;
    }
    
    .content-card {
        padding: 1.25rem 0.75rem;
        margin: 0.25rem;
        border-radius: 12px;
    }
    
    .slide-content {
        padding: 0.5rem;
    }
    
    .carousel-nav-btn {
        width: 35px;
        height: 35px;
    }
    
    .carousel-control-prev {
        left: 10px;
    }
    
    .carousel-control-next {
        right: 10px;
    }
    
    .nav-btn-content {
        font-size: 0.9rem;
    }
}

/* Smooth fade stability for carousel */
.carousel.carousel-fade .carousel-item {
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.carousel .carousel-item,
.carousel .carousel-item img {
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* ========================================
   CAROUSEL NAVIGATION BUTTONS
   ======================================== */

.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    opacity: 0.8;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.carousel-nav-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.carousel-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

.nav-btn-content {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.carousel-nav-btn:hover .nav-btn-content {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Mobile Navigation Buttons */
@media (max-width: 768px) {
    .carousel-nav-btn {
        width: 45px;
        height: 45px;
    }
    
    .carousel-control-prev {
        left: 20px;
    }
    
    .carousel-control-next {
        right: 20px;
    }
    
    .nav-btn-content {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .carousel-nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .carousel-control-prev {
        left: 15px;
    }
    
    .carousel-control-next {
        right: 15px;
    }
    
    .nav-btn-content {
        font-size: 1rem;
    }
}

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

.hero-countdown-container {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 50px rgba(0, 102, 204, 0.12),
        0 8px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
    max-width: 520px;
    width: 100%;
    pointer-events: auto;
}

.hero-countdown-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #0066cc 0%, #29b6f6 50%, #0066cc 100%);
    border-radius: 24px 24px 0 0;
}

/* Hero Countdown Header */
.hero-countdown-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 1.25rem;
}

.countdown-pulse-dot {
    width: 6px;
    height: 6px;
    background: #0066cc;
    border-radius: 50%;
    animation: subtlePulse 3s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(0, 102, 204, 0.4);
}

@keyframes subtlePulse {
    0%, 100% { 
        opacity: 0.8;
        transform: scale(1);
    }
    50% { 
        opacity: 1;
        transform: scale(1.1);
    }
}

.countdown-live-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Hero Countdown Grid */
.hero-countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    margin-bottom: 0;
}

/* Hero Timer Units */
.hero-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.hero-timer-icon {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: white;
    margin-bottom: 0.25rem;
    animation: iconGlow 3s ease-in-out infinite;
}

@keyframes iconGlow {
    0%, 100% { filter: brightness(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)); }
    50% { filter: brightness(1.2) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)); }
}

.days-unit .hero-timer-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
}

.hours-unit .hero-timer-icon {
    background: linear-gradient(135deg, #0066cc 0%, #3b82f6 100%);
}

.minutes-unit .hero-timer-icon {
    background: linear-gradient(135deg, #00a86b 0%, #10b981 100%);
}

.seconds-unit .hero-timer-icon {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
}

/* Hero Digital Display */
.hero-digital-display {
    display: flex;
    justify-content: center;
    margin: 0.25rem 0;
}

.hero-digit-pair {
    display: flex;
    gap: 3px;
    align-items: center;
}

.hero-digit {
    width: 36px;
    height: 45px;
    background: linear-gradient(135deg, #1e293b 0%, #2d3748 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    color: #60a5fa;
    text-shadow: 0 0 10px rgba(96, 165, 250, 0.6);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 6px 15px rgba(0, 0, 0, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-digit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-digit::after {
    content: '';
    position: absolute;
    inset: 1px;
    background: linear-gradient(135deg, transparent 0%, rgba(96, 165, 250, 0.15) 50%, transparent 100%);
    border-radius: 9px;
    pointer-events: none;
}

.hero-timer-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Removed hero countdown action - keeping it simple and professional */

/* Hero Countdown Animation Classes */
.hero-digit-flip-enter {
    transform: rotateX(90deg) scale(0.8);
    opacity: 0;
}

.hero-digit-flip-active {
    transform: rotateX(0deg) scale(1);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-digit-flip-exit {
    transform: rotateX(-90deg) scale(0.8);
    opacity: 0;
}

/* Hero Countdown Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-countdown-overlay {
        top: 30px;
        padding: 0 1rem;
    }
    
    .hero-countdown-container {
        padding: 1rem;
        border-radius: 20px;
        max-width: 500px;
    }
    
    .hero-countdown-grid {
        gap: 0.75rem;
    }
    
    .hero-timer-icon {
        width: 20px;
        height: 20px;
        font-size: 0.8rem;
    }
    
    .hero-digit {
        width: 32px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .hero-timer-label {
        font-size: 0.6rem;
    }
    
    .countdown-live-text {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .hero-countdown-overlay {
        top: 25px;
        padding: 0 0.75rem;
    }
    
    .hero-countdown-container {
        padding: 0.75rem;
        border-radius: 16px;
        max-width: 450px;
    }
    
    .hero-countdown-grid {
        gap: 0.5rem;
    }
    
    .hero-timer-icon {
        width: 18px;
        height: 18px;
        font-size: 0.7rem;
        border-radius: 6px;
    }
    
    .hero-digit {
        width: 28px;
        height: 35px;
        font-size: 1.1rem;
        border-radius: 8px;
    }
    
    .hero-digit-pair {
        gap: 2px;
    }
    
    .hero-timer-label {
        font-size: 0.55rem;
    }
    
    .countdown-live-text {
        font-size: 0.65rem;
    }
    
    .countdown-pulse-dot {
        width: 6px;
        height: 6px;
    }
}

@media (max-width: 320px) {
    .hero-countdown-container {
        padding: 0.5rem;
        max-width: 300px;
    }
    
    .hero-countdown-grid {
        gap: 0.4rem;
    }
    
    .hero-digit {
        width: 24px;
        height: 30px;
        font-size: 1rem;
    }
    
    .hero-timer-icon {
        width: 16px;
        height: 16px;
        font-size: 0.6rem;
    }
    
    .hero-timer-label {
        font-size: 0.5rem;
    }
}

@keyframes timerPulse {
    0%, 100% {
        box-shadow: 
            0 20px 40px rgba(0, 102, 204, 0.3),
            0 8px 16px rgba(0, 0, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 
            0 25px 50px rgba(0, 102, 204, 0.4),
            0 12px 24px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

/* Old countdown compact styles removed - now using hero-countdown-overlay */

.countdown-compact .countdown-item::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;
}

.countdown-compact .countdown-item:hover {
    transform: translateY(-6px) scale(1.05);
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 12px 35px rgba(0, 102, 204, 0.2),
        0 6px 20px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
}

.countdown-compact .countdown-item:hover::before {
    left: 100%;
}

.countdown-compact .countdown-number {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    height: 28px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-compact .countdown-number-container {
    position: relative;
    height: 28px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-compact .countdown-digit {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.countdown-compact .countdown-digit.slide-up-exit {
    transform: translateY(-100%);
}

.countdown-compact .countdown-digit.slide-up-enter {
    transform: translateY(100%);
}

.countdown-compact .countdown-digit.slide-up-active {
    transform: translateY(0);
}

.countdown-compact .countdown-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    margin-top: 2px;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-carousel-section {
        margin-top: 90px; /* Reduced margin for mobile navbar */
    }
    
    .countdown-overlay-banner {
        top: 40px; /* Positioned below mobile navbar */
        left: 0;
        right: 0;
        margin: 0 15px;
        padding: 8px 0;
        border-radius: 10px;
        box-shadow: 
            0 3px 8px rgba(0, 102, 204, 0.15),
            0 1px 3px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
        z-index: 3;
    }
    
    .countdown-compact {
        gap: 0.5rem;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 15px;
    }
    
    .countdown-compact .countdown-item {
        padding: 4px 8px;
        min-width: 50px;
        max-width: 65px;
        border-radius: 6px;
        border-width: 1px;
        flex: 1;
    }
    
    .countdown-compact .countdown-number {
        font-size: 0.9rem;
        margin-bottom: 1px;
    }
    
    .countdown-compact .countdown-label {
        font-size: 0.5rem;
        letter-spacing: 0.3px;
    }
    
    .hero-title-main {
        font-size: clamp(2rem, 6vw, 3.2rem) !important;
        margin-top: 1rem !important;
        padding: 0 var(--spacing-sm);
    }
    
    .hero-title-modern {
        font-size: clamp(1.5rem, 4vw, 2.5rem) !important;
    }
    
    .hero-subtitle-modern {
        font-size: clamp(1rem, 2.5vw, 1.5rem) !important;
    }
    
    .hero-description-modern,
    .hero-description-accent {
        font-size: clamp(0.9rem, 2vw, 1.1rem) !important;
        padding: 0 var(--spacing-sm);
    }
    
    .carousel-img-modern {
        height: 85vh;
        min-height: 600px;
    }
    
    .carousel-caption-modern {
        padding: var(--spacing-sm);
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: var(--spacing-sm);
        padding: 0 var(--spacing-md);
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 280px;
        padding: 0.9rem 1.5rem;
        font-size: var(--font-size-sm);
    }
    
    .modern-control {
        width: 50px;
        height: 50px;
        margin: 0 var(--spacing-sm);
    }
    
    .modern-indicators {
        bottom: var(--spacing-md);
        gap: 8px;
        padding: 8px 16px;
    }
    
    .modern-indicators button {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 576px) {
    .hero-carousel-section {
        margin-top: 85px; /* Adjusted margin for smaller mobile screens */
    }
    
    .countdown-overlay-banner {
        top: 30px; /* Positioned below navbar for smaller screens */
        margin: 0 12px;
        padding: 6px 0;
        border-radius: 8px;
        z-index: 3;
    }
    
    .countdown-compact {
        gap: 0.25rem;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 12px;
    }
    
    .countdown-compact .countdown-item {
        padding: 3px 6px;
        min-width: 40px;
        max-width: 55px;
        border-radius: 5px;
        flex: 1;
    }
    
    .countdown-compact .countdown-number {
        font-size: 0.8rem;
        margin-bottom: 1px;
    }
    
    .countdown-compact .countdown-label {
        font-size: 0.45rem;
        letter-spacing: 0.2px;
    }
    
    .hero-title-main {
        font-size: clamp(1.8rem, 5.5vw, 2.8rem) !important;
        line-height: 1.2 !important;
        margin-bottom: var(--spacing-md) !important;
    }
    
    .hero-title-modern {
        font-size: clamp(1.3rem, 4vw, 2rem) !important;
    }
    
    .hero-subtitle-modern {
        font-size: clamp(0.95rem, 2.2vw, 1.3rem) !important;
        margin-bottom: var(--spacing-xs) !important;
    }
    
    .hero-description-modern,
    .hero-description-accent {
        font-size: clamp(0.85rem, 2vw, 1rem) !important;
        line-height: 1.4 !important;
    }
    
    .carousel-img-modern {
        height: 80vh;
        min-height: 500px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 0.8rem 1.2rem;
        font-size: 0.85rem;
        min-width: 0;
        width: 100%;
        max-width: 240px;
    }
    
    .modern-control {
        width: 45px;
        height: 45px;
        margin: 0 var(--spacing-xs);
    }
    
    .modern-indicators {
        bottom: var(--spacing-sm);
        gap: 6px;
        padding: 6px 12px;
    }
    
    .modern-indicators button {
        width: 8px;
        height: 8px;
    }
    
    /* Improve navbar for small screens */
    .logo-group-enhanced {
        gap: 10px;
        padding: 6px 12px;
    }
    
    .navbar-logo-large {
        height: 45px;
    }
    
    .hero-carousel-section {
        margin-top: 70px;
    }
}

/* Extra small mobile screens for countdown banner */
@media (max-width: 320px) {
    .countdown-overlay-banner {
        margin: 0 8px;
        padding: 5px 0;
        top: 25px;
    }
    
    .countdown-compact {
        gap: 0.2rem;
        padding: 0 8px;
    }
    
    .countdown-compact .countdown-item {
        padding: 2px 4px;
        min-width: 35px;
        max-width: 42px;
        overflow: visible;
    }
    
    .countdown-compact .countdown-number {
        font-size: 0.7rem;
        white-space: nowrap;
    }
    
    .countdown-compact .countdown-label {
        font-size: 0.4rem;
        letter-spacing: 0.1px;
        white-space: nowrap;
    }
}

#heroCarousel.carousel {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    border-radius: 0;
}

.carousel-img-modern {
    height: 95vh;
    min-height: 700px;
    width: 100%;
    max-width: 100vw;
    object-fit: cover;
    filter: brightness(0.85) contrast(1.1) saturate(1.15);
    transition: all var(--transition-slow);
    transform: scale(1.02);
}

.carousel-overlay-gradient {
    position: absolute;
    inset: 0;
    background: var(--hero-overlay);
    z-index: 1;
    opacity: 0.9;
    transition: opacity var(--transition-base);
}

.carousel-item:hover .carousel-overlay-gradient {
    opacity: 0.85;
}

.carousel-caption-modern {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    color: var(--text-white);
    padding: var(--spacing-lg);
    text-align: center;
}

.hero-content-animated {
    animation: fadeInUpStagger var(--animation-duration) var(--animation-bounce) both;
    transform: translateY(0);
    opacity: 1;
}

@keyframes fadeInUpStagger {
    0% {
        opacity: 0;
        transform: translateY(60px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Enhanced Main Title for JKOACON */
.hero-title-main {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.8rem, 6.5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 25px rgba(0,0,0,0.7), 0 8px 50px rgba(0,102,204,0.3);
    background: linear-gradient(135deg, #ffffff 0%, #e6f3ff 30%, #ffffff 70%, #f0f9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    line-height: 1.1;
    margin-bottom: var(--spacing-lg) !important;
    position: relative;
    z-index: 5;
}

.hero-title-modern {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    text-shadow: 0 3px 15px rgba(0,0,0,0.7), 0 6px 30px rgba(0,168,107,0.2);
    color: var(--text-white);
    line-height: 1.2;
}

.hero-subtitle-modern {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.1rem, 2.8vw, 1.75rem);
    font-weight: 600;
    background: linear-gradient(135deg, #66aaee 0%, #33bb88 50%, #29b6f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    line-height: 1.3;
    margin-bottom: var(--spacing-sm);
}

.hero-description-modern {
    color: rgba(255,255,255,0.95);
    font-size: clamp(0.95rem, 2.2vw, 1.15rem);
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    line-height: 1.5;
    letter-spacing: 0.015em;
}

.hero-description-accent {
    color: rgba(255,255,255,0.98);
    font-size: clamp(1rem, 2.4vw, 1.25rem);
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-bottom: var(--spacing-md);
}

.conference-badge .badge-text {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.5px;
    backdrop-filter: blur(8px);
}

.hero-buttons {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: var(--spacing-lg);
}

.btn-hero-primary {
    background: var(--gradient-primary);
    color: var(--text-white);
    border: none;
    border-radius: 14px;
    padding: 1rem 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: var(--font-size-base);
    box-shadow: var(--shadow-xl);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    min-width: 180px;
}

.btn-hero-primary:hover {
    background: var(--gradient-cool);
    color: var(--text-white);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,102,204,0.4), 0 5px 15px rgba(0,0,0,0.2);
}

.btn-hero-primary:active {
    transform: translateY(-1px) scale(0.98);
}

.btn-hero-secondary {
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.4);
    color: var(--text-white);
    border-radius: 14px;
    padding: 1rem 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: var(--font-size-base);
    backdrop-filter: blur(15px);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    min-width: 180px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.btn-hero-secondary:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.7);
    color: var(--text-white);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(255,255,255,0.2), 0 5px 15px rgba(0,0,0,0.3);
}

.btn-hero-secondary:active {
    transform: translateY(-1px) scale(0.98);
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    bottom: 20px;
    left: 20px;
    right: 20px;
    transform: none;
    position: absolute;
}

.carousel-caption h5 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}

.carousel-caption p {
    font-size: 1.1rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .carousel-img {
        height: 100vh;
        min-height: 600px;
    }
    
    .carousel-caption {
        padding: 15px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    
    .carousel-caption h5 {
        font-size: 1.4rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
    }
}

.modern-control {
    width: 65px;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.85;
    z-index: 10;
    background: rgba(0, 102, 204, 0.2);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all var(--transition-base);
    margin: 0 var(--spacing-lg);
    box-shadow: var(--shadow-lg);
}

.modern-control:hover {
    opacity: 1;
    background: rgba(0, 102, 204, 0.35);
    transform: translateY(-50%) scale(1.08);
    box-shadow: var(--shadow-2xl);
    border-color: rgba(255, 255, 255, 0.6);
}

.modern-control:focus {
    box-shadow: var(--shadow-2xl), 0 0 0 3px rgba(0, 102, 204, 0.3);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 24px;
    height: 24px;
    background-size: 100%;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.6));
    transition: all 0.3s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
    transform: scale(1.1);
}

.modern-indicators {
    z-index: 10;
    position: absolute;
    bottom: var(--spacing-xl);
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 12px 24px;
    background: rgba(0, 102, 204, 0.15);
    backdrop-filter: blur(20px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-lg);
}

.modern-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.modern-indicators button:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.15);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    border-color: rgba(255, 255, 255, 0.8);
}

.modern-indicators button.active {
    background: var(--gradient-primary);
    transform: scale(1.25);
    box-shadow: 0 4px 15px rgba(0,102,204,0.4), 0 0 20px rgba(0,102,204,0.2);
    border-color: var(--text-white);
    position: relative;
}

.modern-indicators button.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: var(--text-white);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 8px rgba(255,255,255,0.6);
}

/* Conference Overlay Styles */
.carousel {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.carousel-img {
    filter: brightness(0.85) contrast(1.05) saturate(1.1);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
}

#heroCarousel .carousel-item:not(.active) .carousel-img {
    transform: scale(1.03);
    filter: brightness(0.7) contrast(1) saturate(0.9);
}

/* Enhanced Ken Burns effect with subtle parallax */
#heroCarousel .carousel-item.active .carousel-img {
    animation: kenburns-zoom 15s ease-in-out both;
}

@keyframes kenburns-zoom {
    0% { 
        transform: scale(1.08) translateY(-10px);
        filter: brightness(0.8);
    }
    50% {
        transform: scale(1.04) translateY(-5px);
        filter: brightness(0.85);
    }
    100% { 
        transform: scale(1.02) translateY(0px);
        filter: brightness(0.85);
    }
}

/* Fade-in animation for overlay content */
.conference-overlay .container > .row > .col-lg-10 {
    animation: fadeInUpDelay 1.2s ease-out 0.3s both;
}

.conference-overlay h1 {
    animation: fadeInUpDelay 1s ease-out 0.6s both;
}

.conference-overlay h2 {
    animation: fadeInUpDelay 1s ease-out 0.8s both;
}

.conference-overlay .lead {
    animation: fadeInUpDelay 1s ease-out 1s both;
}

.conference-details-overlay {
    animation: fadeInUpDelay 1.2s ease-out 1.2s both;
}

.conference-overlay .btn {
    animation: fadeInUpDelay 1s ease-out 1.4s both;
    position: relative;
    overflow: hidden;
}

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

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

@keyframes fadeInUpDelay {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Enhanced Professional Button Styles */
.professional-btn-primary {
    background: var(--gradient-primary);
    border: none;
    color: var(--text-white);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: var(--font-size-base);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding: 0.875rem 1.75rem;
    box-shadow: var(--shadow-professional);
    transition: all var(--transition-base);
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.professional-btn-primary:hover {
    background: var(--gradient-cool);
    color: var(--text-white);
    transform: translateY(-2px) scale(1.01);
    box-shadow: var(--shadow-xl);
}

.professional-btn-primary:active {
    transform: translateY(0) scale(0.98);
}

.professional-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 12px;
}

.professional-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: white;
    color: white;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(255,255,255,0.3), 0 4px 12px rgba(0,0,0,0.4);
}

.btn-shimmer {
    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;
    pointer-events: none;
}

.professional-btn-primary:hover .btn-shimmer,
.professional-btn-secondary:hover .btn-shimmer {
    left: 100%;
}

/* Disabled button state */
.professional-btn-primary:disabled,
.professional-btn-primary.disabled {
    background: linear-gradient(135deg, #d1d5db 0%, #9ca3af 100%) !important;
    color: #6b7280 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 0.6;
}

.professional-btn-primary:disabled:hover,
.professional-btn-primary.disabled:hover {
    background: linear-gradient(135deg, #d1d5db 0%, #9ca3af 100%) !important;
    color: #6b7280 !important;
    transform: none !important;
    box-shadow: none !important;
}

.professional-btn-primary:disabled .btn-shimmer,
.professional-btn-primary.disabled .btn-shimmer {
    display: none;
}

/* Header Registration Button Specific Styling */
.header-register-btn {
    background: var(--gradient-primary) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 0.6rem 1.2rem !important;
    margin-left: 0.5rem !important;
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3), 0 2px 6px rgba(0,0,0,0.15) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.header-register-btn:hover {
    background: var(--gradient-cool) !important;
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(30, 64, 175, 0.5), 0 3px 10px rgba(0,0,0,0.25) !important;
    text-decoration: none !important;
}

.header-register-btn:focus {
    background: var(--gradient-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.4), 0 0 0 3px rgba(30, 64, 175, 0.2) !important;
}

/* Remove default nav-link styling for header button */
.header-register-btn.nav-link {
    color: #ffffff !important;
    background: var(--gradient-primary) !important;
}

.header-register-btn.nav-link:hover,
.header-register-btn.nav-link.active {
    color: #ffffff !important;
    background: var(--gradient-cool) !important;
}

/* Enhanced Mobile Navigation Styling */
@media (max-width: 768px) {
    .header-register-btn {
        margin-left: 0 !important;
        margin-top: 0.5rem !important;
        padding: 0.7rem 1.5rem !important;
        font-size: 0.85rem !important;
        border-radius: 6px !important;
        width: calc(100% - 2rem) !important;
        text-align: center !important;
        max-width: 280px !important;
        margin-right: 1rem !important;
    }
    
    .header-register-btn:hover {
        transform: translateY(-1px) scale(1.01) !important;
    }
    
    .navbar-toggler {
        border: none !important;
        padding: 0.5rem !important;
        focus: none !important;
        outline: none !important;
        box-shadow: none !important;
    }
    
    .navbar-toggler:focus {
        box-shadow: none !important;
        outline: none !important;
    }
    
    .navbar-collapse {
        background: white !important;
        border-radius: 0.5rem !important;
        margin-top: 0.5rem !important;
        padding: 1rem !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
        border: 1px solid var(--border-light) !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        transition: all 0.3s ease !important;
    }
    
    .navbar-collapse.show {
        display: block !important;
    }
    
    .navbar-collapse.collapsing {
        transition: height 0.35s ease !important;
    }
    
    .navbar-nav {
        width: 100% !important;
    }
    
    .navbar-nav .nav-item {
        width: 100% !important;
        margin: 0 !important;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
        margin: 0.25rem 0 !important;
        border-radius: 0.375rem !important;
        width: 100% !important;
        text-align: left !important;
        transition: all 0.2s ease !important;
    }
    
    .navbar-nav .nav-link:hover {
        background-color: var(--bg-light) !important;
        color: var(--primary-color) !important;
    }
}

.conference-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.75) 100%),
        radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    padding: 2rem 1rem;
    min-height: 90vh;
    pointer-events: none;
    backdrop-filter: blur(1px);
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

/* Improve readability of overlay text */
.conference-overlay h1,
.conference-overlay h2,
.conference-overlay h6,
.conference-overlay p {
    text-shadow: 0 2px 8px rgba(0,0,0,0.8), 0 4px 20px rgba(0,0,0,0.4);
}

.conference-overlay h1 {
    letter-spacing: -0.5px;
    font-weight: 900;
}

.conference-overlay h2 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.conference-overlay .lead {
    text-shadow: 0 2px 6px rgba(0,0,0,0.7), 0 1px 3px rgba(0,0,0,0.5);
    font-weight: 400;
    line-height: 1.5;
}

.conference-overlay .container {
    pointer-events: auto; /* Re-enable pointer events for content */
}

.jkoa-badge-overlay {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.conference-details-overlay {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.detail-item-overlay {
    text-align: center;
    padding: 0.8rem 0.7rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    min-width: 140px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.detail-item-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    border-radius: 18px;
    z-index: -1;
}

.detail-item-overlay:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    background: rgba(255, 255, 255, 0.15);
}

.ioa-theme-overlay {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 1.2rem 1rem;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ioa-theme-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,215,0,0.08) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 20px;
    z-index: -1;
}

.ioa-theme-overlay:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.organized-by-overlay {
    margin-top: 1.5rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* Mobile responsiveness for overlay */
@media (max-width: 768px) {
    .conference-overlay {
        padding: 1rem 0.5rem;
        min-height: 100vh;
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.8) 100%),
            radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    .conference-details-overlay {
        flex-direction: column;
        gap: 0.8rem;
        margin: 1rem 0;
        width: 100%;
        max-width: 100%;
    }
    
    .detail-item-overlay {
        min-width: auto;
        padding: 0.6rem 0.5rem;
        margin: 0 auto;
        max-width: 90%;
        width: 100%;
        box-sizing: border-box;
    }
    
    .conference-overlay h1 {
        font-size: 2.5rem !important;
        line-height: 1.1;
        margin-bottom: 0.8rem !important;
    }
    
    .conference-overlay h2 {
        font-size: 1.6rem !important;
        margin-bottom: 1rem !important;
    }
    
    .conference-overlay .lead {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.3;
    }
    
    .carousel-indicators {
        bottom: 25px;
        gap: 6px;
    }
    
    .carousel-indicators button {
        width: 12px;
        height: 12px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        height: 50px;
        margin: 0 15px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 576px) {
    .conference-overlay {
        padding: 0.5rem 0.25rem;
        min-height: 100vh;
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0.85) 100%),
            radial-gradient(ellipse at center, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.75) 100%);
        width: 100vw;
        max-width: 100vw;
        overflow-x: hidden;
        left: 0;
        right: 0;
    }
    
    .conference-overlay h1 {
        font-size: 2rem !important;
        margin-bottom: 0.6rem !important;
    }
    
    .conference-overlay h2 {
        font-size: 1.3rem !important;
        margin-bottom: 0.8rem !important;
    }
    
    .detail-item-overlay {
        padding: 0.5rem 0.4rem;
        font-size: 0.8rem;
        min-width: auto;
        max-width: 85%;
        width: 100%;
        margin: 0 auto 0.5rem auto;
        box-sizing: border-box;
    }
    
    .jkoa-badge-overlay {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .conference-overlay .lead {
        font-size: 0.9rem !important;
        margin-bottom: 1.2rem !important;
    }
    
    .conference-overlay .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
        margin: 0.25rem;
    }
    
    .ioa-theme-overlay {
        padding: 1rem 0.8rem;
        margin-bottom: 1rem;
    }
    
    .carousel-indicators {
        bottom: 15px;
        gap: 4px;
    }
    
    .carousel-indicators button {
        width: 10px;
        height: 10px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px;
        margin: 0 10px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 18px;
        height: 18px;
    }
}

/* Enhanced Modern Section Styles */
.bg-gradient-modern { 
    background: var(--bg-gradient-modern);
    position: relative;
    overflow: hidden;
}

.bg-gradient-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
}

/* Professional Section Headers */
.section-header-modern {
    margin-bottom: var(--spacing-xl);
    text-align: center;
}

.section-header-modern .section-icon-modern {
    font-size: 3rem;
    color: var(--text-white);
    filter: drop-shadow(0 8px 25px rgba(0,0,0,0.3));
    margin-bottom: var(--spacing-md);
}

.section-title-modern {
    font-family: 'Poppins', sans-serif;
    color: var(--text-white);
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.02em;
    margin-bottom: var(--spacing-sm);
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.section-subtitle-modern {
    font-family: 'Poppins', sans-serif;
    color: rgba(255,255,255,0.9);
    font-size: var(--font-size-lg);
    font-weight: 400;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Modern Card Design System */
.member-card-modern {
    background: var(--bg-primary);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    box-shadow: var(--shadow-professional);
    padding: var(--spacing-xl);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 350px; /* Increased height for better proportions */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.member-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,102,204,0.02) 0%, rgba(0,168,107,0.01) 100%);
    border-radius: 24px;
    pointer-events: none;
    transition: opacity var(--transition-base);
    opacity: 0;
}

.member-card-modern:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: var(--shadow-2xl);
    border-color: var(--border-primary);
}

.member-card-modern:hover::before {
    opacity: 1;
}

.member-avatar-container {
    margin-bottom: var(--spacing-md);
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.member-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-lg);
    border: 4px solid var(--primary-color);
    transition: all var(--transition-base);
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-card-modern:hover .member-avatar {
    transform: scale(1.08);
    box-shadow: var(--shadow-2xl);
    border-color: var(--secondary-color);
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all var(--transition-base);
    display: block;
    border-radius: 50%;
}

.member-card-modern:hover .member-image {
    transform: scale(1.1);
}

.avatar-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0,102,204,0.2) 100%);
    opacity: 0;
    transition: opacity var(--transition-base);
}

.member-card-modern:hover .avatar-overlay {
    opacity: 1;
}

.member-info {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--spacing-sm) 0;
}

.member-name {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-base);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
    line-height: 1.3;
    min-height: 2.6em; /* Consistent height for names */
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-designation {
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    min-height: 2.8em; /* Consistent height for designations */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Committee Section Enhancements */
.committee-group {
    margin-bottom: var(--spacing-3xl);
}

.committee-header {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.committee-title {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: var(--spacing-sm);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.committee-divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    margin: 0 auto var(--spacing-md);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0,102,204,0.4);
    transition: all var(--transition-base);
}

.committee-header:hover .committee-divider {
    width: 120px;
    box-shadow: 0 4px 20px rgba(0,102,204,0.6);
}

/* Mobile Responsive for Committee Cards */
@media (max-width: 768px) {
    .member-card-modern {
        height: 300px;
        padding: var(--spacing-lg);
    }
    
    .member-avatar {
        width: 100px;
        height: 100px;
    }
    
    .member-name {
        font-size: 0.9rem;
        min-height: 2.2em;
    }
    
    .member-designation {
        font-size: 0.8rem;
        min-height: 2.4em;
    }
}

@media (max-width: 480px) {
    .member-card-modern {
        height: 280px;
        padding: 1rem;
    }
    
    .member-avatar {
        width: 80px;
        height: 80px;
    }
    
    .member-name {
        font-size: 0.85rem;
        min-height: 2em;
    }
    
    .member-designation {
        font-size: 0.75rem;
        min-height: 2.2em;
    }
}

/* Modern Loading Animation */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: all var(--transition-slow);
}

.loader {
    width: 60px;
    height: 60px;
    border: 4px solid var(--border-light);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: modernSpin 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    position: relative;
}

.loader::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--gradient-primary);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1s ease-in-out infinite alternate;
}

@keyframes modernSpin {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.6; }
}

/* Smooth Scroll Animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all var(--animation-duration) var(--animation-bounce);
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.scale-in {
    opacity: 0;
    transform: scale(0.9);
    transition: all var(--animation-duration) var(--animation-bounce);
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Interactive Hover Effects */
.conference-details-enhanced .info-card-modern {
    transition: all var(--transition-base);
    cursor: pointer;
}

.conference-details-enhanced .info-card-modern:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: var(--shadow-xl);
}

.countdown-section-modern {
    position: relative;
    overflow: hidden;
}

.countdown-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-gradient-modern);
    opacity: 0.1;
    animation: backgroundFlow 20s ease-in-out infinite;
}

@keyframes backgroundFlow {
    0%, 100% { transform: translateX(-10px) scale(1); opacity: 0.1; }
    33% { transform: translateX(10px) scale(1.02); opacity: 0.15; }
    66% { transform: translateX(-5px) scale(0.98); opacity: 0.12; }
}

/* Professional Hover States */
.welcome-header-professional {
    transition: all var(--transition-base);
}

.conference-logo-badge {
    transition: all var(--transition-base);
}

.conference-logo-badge:hover {
    transform: scale(1.05) rotate(2deg);
}

.info-card-modern {
    position: relative;
    overflow: hidden;
    transition: all var(--transition-base);
}

.info-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,102,204,0.1), transparent);
    transition: left var(--transition-slow);
}

.info-card-modern:hover::before {
    left: 100%;
}

/* Enhanced Button Interactions */
.btn-enhanced {
    position: relative;
    overflow: hidden;
    transition: all var(--transition-base);
}

.btn-enhanced::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.btn-enhanced:hover::after {
    width: 300px;
    height: 300px;
}

/* Smooth Navigation Transitions */
.navbar {
    transition: all var(--transition-base);
}

.navbar.scrolled {
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow-lg);
}

/* Professional Focus States */
.btn:focus,
.professional-btn-primary:focus,
.btn-hero-primary:focus,
.btn-hero-secondary:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(0,102,204,0.2);
}

/* Gradient Text Classes */
.heading-gradient {
    background: var(--heading-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

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

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

/* Modern About Section Styling */
.modern-about-section {
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    position: relative;
    overflow: hidden;
}

.modern-about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0,102,204,0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0,168,107,0.05) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(41,182,246,0.05) 0%, transparent 50%);
    pointer-events: none;
}

.section-divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0,102,204,0.3);
}

/* Chairman Message Header */
.chairman-message-header {
    position: relative;
}

.chairman-badge {
    display: inline-block;
    background: var(--gradient-primary);
    color: var(--text-white);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: var(--font-size-sm);
    font-weight: 600;
    box-shadow: var(--shadow-lg);
    margin-bottom: var(--spacing-md);
    letter-spacing: 0.025em;
}

.chairman-name {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
}

.chairman-title {
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 0;
}

/* About Content Unified */
.about-content-unified {
    padding: var(--spacing-lg);
    background: var(--bg-primary);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    box-shadow: var(--shadow-professional);
    position: relative;
    overflow: hidden;
}

.about-content-unified::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,102,204,0.02) 0%, rgba(0,168,107,0.01) 100%);
    border-radius: 24px;
    pointer-events: none;
}

.chairman-message {
    position: relative;
    z-index: 2;
    margin-bottom: var(--spacing-lg);
    padding-bottom: var(--spacing-md);
    border-bottom: 2px solid var(--border-primary);
}

.chairman-intro {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    text-align: left;
    line-height: 1.4;
}

.content-block {
    position: relative;
    z-index: 2;
}

.content-paragraph {
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-base);
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: var(--spacing-md);
    text-align: justify;
}

/* About Image Container */
.about-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.image-wrapper {
    position: relative;
    z-index: 2;
}

.image-frame {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid var(--primary-color);
    box-shadow: 
        var(--shadow-2xl),
        0 0 0 12px rgba(0,102,204,0.1),
        0 0 0 24px rgba(0,168,107,0.05);
    transition: all var(--transition-base);
}

.image-frame:hover {
    transform: scale(1.05) rotate(5deg);
    border-color: var(--secondary-color);
    box-shadow: 
        var(--shadow-2xl),
        0 0 0 12px rgba(0,168,107,0.15),
        0 0 0 24px rgba(41,182,246,0.1);
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all var(--transition-slow);
}

.image-frame:hover .about-image {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,102,204,0.8) 0%, rgba(0,168,107,0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all var(--transition-base);
    border-radius: 50%;
}

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

.overlay-content {
    text-align: center;
    color: var(--text-white);
    transform: translateY(20px);
    transition: all var(--transition-base);
}

.image-frame:hover .overlay-content {
    transform: translateY(0);
}

.overlay-content i {
    font-size: 3rem;
    margin-bottom: var(--spacing-sm);
    display: block;
}

.overlay-content h5 {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: var(--spacing-xs);
}

.overlay-content p {
    font-size: var(--font-size-base);
    font-weight: 500;
    margin: 0;
}

/* Decorative Elements */
.decorative-elements {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.deco-circle {
    position: absolute;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.deco-1 {
    width: 80px;
    height: 80px;
    top: -20px;
    right: -20px;
    animation-delay: 0s;
}

.deco-2 {
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: -10px;
    border-color: var(--secondary-color);
    animation-delay: 2s;
}

.deco-square {
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    transform: rotate(45deg);
    top: 50%;
    right: -40px;
    opacity: 0.2;
    animation: float 8s ease-in-out infinite;
    animation-delay: 4s;
}

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

/* Invitation Card Modern */
.invitation-card-modern {
    background: var(--bg-primary);
    border: 1px solid var(--border-primary);
    border-radius: 30px;
    padding: var(--spacing-3xl);
    box-shadow: var(--shadow-professional);
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.invitation-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,102,204,0.03) 0%, rgba(0,168,107,0.02) 100%);
    border-radius: 30px;
}

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

.invitation-title {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
    position: relative;
    z-index: 2;
}

.invitation-text {
    font-family: 'Inter', sans-serif;
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: var(--spacing-xl);
    position: relative;
    z-index: 2;
}

.invitation-buttons {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.btn-invitation-primary,
.btn-invitation-secondary {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 12px;
    transition: all var(--transition-base);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-size: var(--font-size-base);
    min-width: 180px;
}

.btn-invitation-primary {
    background: var(--gradient-primary);
    color: var(--text-white);
    border: none;
    box-shadow: var(--shadow-professional);
}

.btn-invitation-primary:hover {
    background: var(--gradient-cool);
    color: var(--text-white);
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--shadow-xl);
    text-decoration: none;
}

.btn-invitation-secondary {
    background: var(--bg-primary);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
}

.btn-invitation-secondary:hover {
    background: var(--primary-color);
    color: var(--text-white);
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--shadow-lg);
    text-decoration: none;
}

/* About Section Mobile Responsiveness */
@media (max-width: 768px) {
    .about-content-unified {
        padding: var(--spacing-md);
        margin-bottom: var(--spacing-lg);
    }
    
    .chairman-intro {
        font-size: var(--font-size-base);
        text-align: center;
    }
    
    .chairman-message {
        text-align: center;
    }
    
    .content-paragraph {
        font-size: var(--font-size-sm);
        text-align: left;
    }
    
    .image-frame {
        width: 250px;
        height: 250px;
    }
    
    .about-image-container {
        min-height: 300px;
        margin-top: var(--spacing-lg);
    }
    
    .invitation-card-modern {
        padding: var(--spacing-xl);
    }
    
    .invitation-title {
        font-size: var(--font-size-2xl);
    }
    
    .invitation-text {
        font-size: var(--font-size-base);
    }
    
    .invitation-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-invitation-primary,
    .btn-invitation-secondary {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 576px) {
    .about-content-unified {
        padding: var(--spacing-sm);
    }
    
    .chairman-intro {
        font-size: var(--font-size-sm);
    }
    
    .content-paragraph {
        font-size: var(--font-size-xs);
        line-height: 1.6;
    }
    
    .image-frame {
        width: 200px;
        height: 200px;
        border-width: 4px;
    }
    
    .invitation-card-modern {
        padding: var(--spacing-lg);
    }
    
    .invitation-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .invitation-title {
        font-size: var(--font-size-xl);
    }
    
    .deco-1,
    .deco-2 {
        display: none;
    }
}

/* Accessibility Improvements */
/* Footer Component Styles */
.footer-logos {
    margin-bottom: var(--spacing-lg);
}

.logo-group-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-md);
}

.footer-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: brightness(0.9) contrast(1.1);
    transition: all var(--transition-base);
}

.footer-logo:hover {
    filter: brightness(1.1) contrast(1.2);
    transform: scale(1.05);
}

.footer-link {
    transition: all var(--transition-fast);
    padding: 0.25rem 0;
    display: block;
}

.footer-link:hover {
    color: var(--primary-color) !important;
    padding-left: 0.5rem;
}

.footer-info {
    padding: 0.2rem 0;
    border-left: 3px solid transparent;
    padding-left: 0.5rem;
    transition: all var(--transition-base);
}

.footer-detail {
    margin-bottom: 0.5rem;
    transition: all var(--transition-base);
}

.footer-detail:hover {
    color: var(--text-light) !important;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1) !important;
    margin: var(--spacing-xl) 0 !important;
}

.footer-copyright {
    font-size: var(--font-size-sm);
}

.footer-organizer {
    font-size: var(--font-size-xs);
    opacity: 0.8;
}

.footer-powered {
    font-size: var(--font-size-xs);
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-base);
    text-decoration: none;
}

.social-links a:hover {
    background: var(--primary-color);
    color: var(--text-white) !important;
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

/* Mobile Footer Styles */
@media (max-width: 768px) {
    .logo-group-footer {
        justify-content: center;
        gap: var(--spacing-sm);
    }
    
    .footer-logo {
        height: 40px;
    }
    
    .footer-logos {
        text-align: center;
        margin-bottom: var(--spacing-md);
    }
    
    .social-links {
        text-align: center;
        margin-top: var(--spacing-md);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.member-card-modern:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }

.member-avatar-container { display: flex; justify-content: center; margin-bottom: 1rem; }
.member-avatar { position: relative; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.1); background: var(--member-gradient); }
.member-image { width: 100%; height: 100%; object-fit: cover; }
.avatar-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.3), transparent 60%); }

.member-name { font-weight: 800; color: var(--text-primary); margin-bottom: 0.25rem; }
.member-designation { color: var(--text-muted); margin-bottom: 0.75rem; }

.member-social .social-link { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(99, 102, 241, 0.12); color: #4f46e5; margin: 0 6px; transition: all 0.2s ease; }
.member-social .social-link:hover { transform: translateY(-2px) scale(1.05); background: rgba(99, 102, 241, 0.2); }

.committee-title { color: #fff; font-weight: 800; }
.committee-divider { width: 90px; height: 4px; border-radius: 999px; margin: 0.75rem auto 0; background: rgba(255,255,255,0.7); box-shadow: var(--shadow-neon); }

.committees-grid-modern .committee-card-compact { background: rgba(255,255,255,0.9); border: 1px solid rgba(226, 232, 240, 0.6); border-radius: 16px; padding: 1.25rem; text-align: center; transition: all 0.3s ease; box-shadow: var(--shadow-sm); height: 100%; }
.committee-card-compact:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.committee-card-compact .committee-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: var(--gradient-secondary); color: #fff; font-size: 1.25rem; margin: 0 auto 0.75rem; box-shadow: 0 10px 24px rgba(79, 172, 254, 0.2); }
.committee-name { font-weight: 800; color: var(--text-primary); margin-bottom: 0.25rem; }
.committee-description { color: var(--text-muted); margin-bottom: 0.75rem; }
.committee-members-count .count { font-weight: 900; font-size: 1.25rem; color: #4f46e5; margin-right: 6px; }
.committee-members-count .label { color: var(--text-muted); font-weight: 600; }

/* Countdown Timer */
.countdown-section {
    background: var(--bg-light);
    border-radius: 1rem;
    padding: var(--spacing-lg);
    margin: var(--spacing-lg) auto;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-light);
    max-width: 600px;
}

.countdown-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-md);
    text-align: center;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: var(--spacing-md);
    flex-wrap: wrap;
}

.countdown-item {
    text-align: center;
    background: var(--bg-primary);
    border-radius: 0.75rem;
    padding: var(--spacing-sm) var(--spacing-md);
    min-width: 80px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.countdown-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    display: block;
}

.countdown-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-top: var(--spacing-xs);
}

/* Professional Countdown Timer Styles */
.professional-countdown {
    margin: 2rem 0;
}

/* ========================================
   REVOLUTIONARY COUNTDOWN TIMER
   ======================================== */

/* ========================================
   BLOB COUNTDOWN TIMER
   Matching Reference Design
   ======================================== */

.blob-countdown-section {
    background: var(--venue-bar-bg);
    padding: 2rem 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid var(--venue-bar-border);
    box-shadow: 0 4px 20px rgba(0, 31, 63, 0.3);
}

.blob-countdown-wrapper {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.countdown-main-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 3rem 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

.blob-timer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: nowrap;
}

.blob-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    transition: all 0.3s ease;
}

.blob-timer-unit:hover {
    transform: translateY(-5px) scale(1.05);
}

.blob-shape {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

/* Background digit overlay */
.blob-shape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: inherit;
}

.blob-timer-unit:hover .blob-shape::before {
    opacity: 0.5;
}

/* Individual digit background classes */
.digit-0::before { background-image: url('../images/digits/digit-0.svg'); }
.digit-1::before { background-image: url('../images/digits/digit-1.svg'); }
.digit-2::before { background-image: url('../images/digits/digit-2.svg'); }
.digit-3::before { background-image: url('../images/digits/digit-3.svg'); }
.digit-4::before { background-image: url('../images/digits/digit-4.svg'); }
.digit-5::before { background-image: url('../images/digits/digit-5.svg'); }
.digit-6::before { background-image: url('../images/digits/digit-6.svg'); }
.digit-7::before { background-image: url('../images/digits/digit-7.svg'); }
.digit-8::before { background-image: url('../images/digits/digit-8.svg'); }
.digit-9::before { background-image: url('../images/digits/digit-9.svg'); }

/* Days - Pink/Red Blob */
.days-blob .blob-shape {
    background: linear-gradient(135deg, #FF6B9D 0%, #E91E63 50%, #C2185B 100%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    animation: blobMorph1 8s ease-in-out infinite;
}

/* Hours - Purple Blob */
.hours-blob .blob-shape {
    background: linear-gradient(135deg, #9C27B0 0%, #673AB7 50%, #3F51B5 100%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 85% 75%, 75% 100%, 25% 100%, 15% 75%, 0% 25%);
    animation: blobMorph2 7s ease-in-out infinite 0.5s;
}

/* Minutes - Orange/Yellow Blob */
.minutes-blob .blob-shape {
    background: linear-gradient(135deg, #FF9800 0%, #FF5722 50%, #FFC107 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    animation: blobMorph3 6s ease-in-out infinite 1s;
}

/* Seconds - Blue/Green Blob */
.seconds-blob .blob-shape {
    background: linear-gradient(135deg, #2196F3 0%, #00BCD4 50%, #4CAF50 100%);
    clip-path: polygon(35% 0%, 65% 0%, 100% 35%, 75% 100%, 25% 100%, 0% 35%);
    animation: blobMorph4 5s ease-in-out infinite 1.5s;
}

.timer-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.3),
        0 4px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 20;
    position: relative;
}

.blob-timer-unit:hover .timer-number {
    transform: scale(1.1);
    text-shadow: 
        0 3px 6px rgba(0, 0, 0, 0.4),
        0 6px 12px rgba(0, 0, 0, 0.2);
}

.timer-label {
    font-size: 1.3rem;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.8),
        0 0 8px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.blob-timer-unit:hover .timer-label {
    transform: scale(1.05);
    color: #f0f0f0;
}

/* Blob Morphing Animations */
@keyframes blobMorph1 {
    0%, 100% {
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        transform: rotate(0deg);
    }
    25% {
        clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 95% 75%, 75% 100%, 25% 100%, 5% 75%, 0% 25%);
        transform: rotate(1deg);
    }
    50% {
        clip-path: polygon(35% 0%, 65% 0%, 100% 35%, 85% 65%, 65% 100%, 35% 100%, 15% 65%, 0% 35%);
        transform: rotate(0deg);
    }
    75% {
        clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 90% 80%, 80% 100%, 20% 100%, 10% 80%, 0% 20%);
        transform: rotate(-1deg);
    }
}

@keyframes blobMorph2 {
    0%, 100% {
        clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 85% 75%, 75% 100%, 25% 100%, 15% 75%, 0% 25%);
        transform: rotate(0deg) scale(1);
    }
    33% {
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 80% 70%, 70% 100%, 30% 100%, 20% 70%, 0% 30%);
        transform: rotate(2deg) scale(1.02);
    }
    66% {
        clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 90% 80%, 80% 100%, 20% 100%, 10% 80%, 0% 20%);
        transform: rotate(-1deg) scale(0.98);
    }
}

@keyframes blobMorph3 {
    0%, 100% {
        clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
        transform: rotate(0deg);
    }
    40% {
        clip-path: polygon(15% 0%, 85% 0%, 100% 15%, 95% 85%, 85% 100%, 15% 100%, 5% 85%, 0% 15%);
        transform: rotate(-2deg);
    }
    80% {
        clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 85% 75%, 75% 100%, 25% 100%, 15% 75%, 0% 25%);
        transform: rotate(1deg);
    }
}

@keyframes blobMorph4 {
    0%, 100% {
        clip-path: polygon(35% 0%, 65% 0%, 100% 35%, 75% 100%, 25% 100%, 0% 35%);
        transform: rotate(0deg) scale(1);
    }
    50% {
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 80% 100%, 20% 100%, 0% 30%);
        transform: rotate(3deg) scale(1.05);
    }
}

/* Hover Effects */
.blob-timer-unit:hover .blob-shape {
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25)) brightness(1.1);
    animation-play-state: paused;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .blob-countdown-section {
        padding: 2.5rem 0;
    }
    
    .countdown-main-title {
        font-size: clamp(1.3rem, 4vw, 1.8rem);
        margin-bottom: 1.5rem;
    }
    
    .blob-timer-container {
        gap: 1rem;
        justify-content: space-between;
        max-width: 90vw;
        margin: 0 auto;
    }
    
    .blob-timer-unit {
        flex: 1;
        min-width: 0;
    }
    
    .blob-shape {
        width: 90px;
        height: 90px;
    }
    
    .timer-number {
        font-size: 2.2rem;
    }
    
    .timer-label {
        font-size: 0.9rem;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 576px) {
    .blob-countdown-section {
        padding: 2rem 0.5rem;
    }
    
    .countdown-main-title {
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        margin-bottom: 1rem;
    }
    
    .blob-timer-container {
        gap: 0.5rem;
        justify-content: space-evenly;
        max-width: 95vw;
        padding: 0 0.5rem;
    }
    
    .blob-timer-unit {
        flex: 1;
        min-width: 0;
        max-width: 22vw;
    }
    
    .blob-shape {
        width: 70px;
        height: 70px;
    }
    
    .timer-number {
        font-size: 1.8rem;
    }
    
    .timer-label {
        font-size: 0.75rem;
        letter-spacing: 0.3px;
    }
}

/* Extra Small Screens (iPhone SE, etc.) */
@media (max-width: 375px) {
    .blob-countdown-section {
        padding: 1.5rem 0.25rem;
    }
    
    .countdown-main-title {
        font-size: clamp(1.1rem, 4vw, 1.4rem);
        margin-bottom: 0.8rem;
    }
    
    .blob-timer-container {
        gap: 0.3rem;
        justify-content: space-between;
        max-width: 98vw;
        padding: 0 0.25rem;
    }
    
    .blob-timer-unit {
        flex: 1;
        min-width: 0;
        max-width: 23vw;
    }
    
    .blob-shape {
        width: 60px;
        height: 60px;
    }
    
    .timer-number {
        font-size: 1.5rem;
    }
    
    .timer-label {
        font-size: 0.7rem;
        letter-spacing: 0.2px;
    }
}


/* Simple Header Styling */
.countdown-simple-header {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}

.countdown-simple-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e2e8f0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.countdown-icon-container {
    display: inline-block;
    position: relative;
}

.countdown-main-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0066cc 0%, #29b6f6 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    position: relative;
    margin: 0 auto;
    box-shadow: 
        0 15px 30px rgba(0, 102, 204, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-glow {
    position: absolute;
    inset: -4px;
    background: linear-gradient(135deg, #0066cc, #29b6f6);
    border-radius: 28px;
    z-index: -1;
    opacity: 0.3;
}


.countdown-main-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.countdown-main-subtitle {
    font-size: 1.3rem;
    color: #e2e8f0;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.4;
}

/* Event Details Pills */
.event-details-pills {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.detail-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid transparent;
    border-radius: 50px;
    color: #475569;
    font-weight: 600;
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 
        0 8px 25px rgba(0, 102, 204, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.detail-pill::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0066cc, #29b6f6);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50px;
    z-index: -1;
}

.detail-pill:hover {
    transform: translateY(-3px) scale(1.05);
    border-color: rgba(0, 102, 204, 0.2);
    color: white;
    box-shadow: 
        0 15px 40px rgba(0, 102, 204, 0.2),
        0 6px 20px rgba(0, 0, 0, 0.1);
}

.detail-pill:hover::before {
    opacity: 1;
}

.detail-pill i {
    font-size: 1.1rem;
    color: #0066cc;
    transition: color 0.3s ease;
}

.detail-pill:hover i {
    color: white;
}

/* Timer Grid and Cards */
.countdown-timer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 4rem 0;
    position: relative;
    z-index: 2;
}

.timer-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 20px 50px rgba(0, 102, 204, 0.08),
        0 8px 25px rgba(0, 0, 0, 0.04),
        inset 0 2px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.timer-card::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;
    z-index: 1;
}

.timer-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 30px 70px rgba(0, 102, 204, 0.12),
        0 12px 35px rgba(0, 0, 0, 0.08),
        inset 0 2px 0 rgba(255, 255, 255, 1);
    border-color: rgba(0, 102, 204, 0.1);
}

.timer-card:hover::before {
    left: 100%;
}

.timer-card-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Timer Header */
.timer-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
}

.timer-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.days-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
}

.hours-icon {
    background: linear-gradient(135deg, #0066cc 0%, #3b82f6 100%);
}

.minutes-icon {
    background: linear-gradient(135deg, #00a86b 0%, #10b981 100%);
}

.seconds-icon {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
}

.timer-label {
    font-size: 1.1rem;
    font-weight: 700;
    /* color: #334155; */
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Timer Display */
.timer-display {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.number-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.number-digit {
    width: 70px;
    height: 90px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 900;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.number-digit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.number-digit::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    border-radius: 14px;
    pointer-events: none;
}

/* Progress Bars */
.timer-progress {
    margin-top: 1rem;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 4px;
    position: relative;
    transition: width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.progress-fill::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
}

.days-progress {
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
}

.hours-progress {
    background: linear-gradient(135deg, #0066cc 0%, #3b82f6 100%);
}

.minutes-progress {
    background: linear-gradient(135deg, #00a86b 0%, #10b981 100%);
}

.seconds-progress {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
}

/* Digit Animation Classes */
.digit-flip-enter {
    transform: rotateX(90deg);
    opacity: 0;
}

.digit-flip-active {
    transform: rotateX(0deg);
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.digit-flip-exit {
    transform: rotateX(-90deg);
    opacity: 0;
}

/* Call to Action */
.countdown-cta {
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.cta-content {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 20px 50px rgba(0, 102, 204, 0.08),
        0 8px 25px rgba(0, 0, 0, 0.04),
        inset 0 2px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.cta-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066cc 0%, #29b6f6 50%, #00a86b 100%);
}

.cta-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0066cc 0%, #29b6f6 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 10px 25px rgba(0, 102, 204, 0.3);
}

.cta-text {
    flex: 1;
}

.cta-text h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.cta-text p {
    font-size: 1rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

.cta-actions {
    display: flex;
    gap: 1rem;
}

.btn-cta-primary,
.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.btn-cta-primary {
    background: linear-gradient(135deg, #0066cc 0%, #29b6f6 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
}

.btn-cta-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.4);
    color: white;
}

.btn-cta-secondary {
    background: rgba(255, 255, 255, 0.8);
    color: #334155;
    border: 2px solid rgba(0, 102, 204, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.btn-cta-secondary:hover {
    transform: translateY(-3px) scale(1.05);
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 102, 204, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    color: #334155;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .countdown-timer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .timer-card {
        min-height: 240px;
        padding: 1.5rem;
    }
    
    .number-digit {
        width: 60px;
        height: 75px;
        font-size: 2.2rem;
    }
    
    .cta-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .cta-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .new-countdown-section {
        margin: 2rem 0;
        padding: 3rem 1.5rem;
        border-radius: 24px;
    }
    
    .countdown-timer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin: 3rem 0;
    }
    
    .timer-card {
        min-height: 220px;
        padding: 1.25rem;
        border-radius: 20px;
    }
    
    .timer-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        border-radius: 12px;
    }
    
    .timer-label {
        font-size: 0.95rem;
    }
    
    .number-digit {
        width: 50px;
        height: 65px;
        font-size: 1.8rem;
        border-radius: 12px;
    }
    
    .countdown-main-title {
        font-size: clamp(2rem, 4vw, 3rem);
    }
    
    .countdown-main-subtitle {
        font-size: 1.1rem;
    }
    
    .event-details-pills {
        gap: 0.75rem;
        margin-bottom: 2rem;
    }
    
    .detail-pill {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
    
    .cta-content {
        padding: 2rem;
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .countdown-timer-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 2rem 0;
    }
    
    .timer-card {
        min-height: 180px;
        padding: 1rem;
    }
    
    .timer-header {
        margin-bottom: 1rem;
        justify-content: center;
    }
    
    .number-container {
        gap: 6px;
    }
    
    .number-digit {
        width: 45px;
        height: 55px;
        font-size: 1.5rem;
        border-radius: 10px;
    }
    
    .countdown-main-title {
        font-size: clamp(1.8rem, 4vw, 2.5rem);
    }
    
    .countdown-main-subtitle {
        font-size: 1rem;
    }
    
    .event-details-pills {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .detail-pill {
        padding: 8px 14px;
        font-size: 0.8rem;
    }
    
    .cta-content {
        padding: 1.5rem;
    }
    
    .cta-text h4 {
        font-size: 1.2rem;
    }
    
    .cta-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}
.countdown-bg-animation { position: absolute; inset: 0; background: radial-gradient(600px circle at 0 0, rgba(99,102,241,0.08), transparent 40%), radial-gradient(800px circle at 100% 100%, rgba(139,92,246,0.08), transparent 40%), radial-gradient(800px circle at 100% 0, rgba(79,172,254,0.08), transparent 30%); animation: bgMove 20s linear infinite; }
@keyframes bgMove { 0% { transform: translate(0,0); } 50% { transform: translate(-10px, 10px); } 100% { transform: translate(0,0); } }

.countdown-title-modern { font-weight: 900; background: var(--text-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.countdown-subtitle-modern { color: var(--text-secondary); }
.event-details-modern { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.detail-chip-modern { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    padding: 10px 16px; 
    background: rgba(255, 255, 255, 0.3); 
    border: 1px solid rgba(255, 255, 255, 0.3); 
    border-radius: 999px; 
    box-shadow: 
        0 8px 25px rgba(0, 102, 204, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.4); 
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    color: var(--text-secondary);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.detail-chip-modern:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 
        0 12px 35px rgba(0, 102, 204, 0.12),
        0 5px 15px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.detail-chip-modern i { color: #4f46e5; }

.countdown-grid-modern { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
@media (max-width: 992px) { .countdown-grid-modern { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .countdown-grid-modern { grid-template-columns: repeat(2, 1fr); gap: 0.9rem; } }

.countdown-card-modern { 
    background: rgba(255, 255, 255, 0.22); 
    border: 1px solid rgba(255, 255, 255, 0.35); 
    border-radius: 28px; 
    padding: 2rem 1.5rem; 
    box-shadow: 
        0 20px 50px rgba(0, 102, 204, 0.1),
        0 8px 25px rgba(0, 0, 0, 0.06),
        inset 0 2px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(0, 0, 0, 0.05); 
    backdrop-filter: blur(25px) saturate(200%); 
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-card-modern:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 
        0 25px 60px rgba(0, 102, 204, 0.12),
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Add subtle floating animation */
.countdown-card-modern:nth-child(1) {
    animation: float-1 6s ease-in-out infinite;
}

.countdown-card-modern:nth-child(2) {
    animation: float-2 6s ease-in-out infinite 0.5s;
}

.countdown-card-modern:nth-child(3) {
    animation: float-3 6s ease-in-out infinite 1s;
}

.countdown-card-modern:nth-child(4) {
    animation: float-4 6s ease-in-out infinite 1.5s;
}

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

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

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

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

/* Pause animation on hover */
.countdown-card-modern:hover {
    animation-play-state: paused;
}

.countdown-inner-card { 
    background: rgba(255, 255, 255, 0.4); 
    border: 1px solid rgba(255, 255, 255, 0.3); 
    border-radius: 18px; 
    padding: 1rem;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

/* Enhanced Conference Details Section */
.conference-details-enhanced {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
    border-top: 3px solid;
    border-image: var(--gradient-primary) 1;
}

.conference-details-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(99, 102, 241, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(79, 172, 254, 0.03) 0%, transparent 50%);
}

.conference-logo-badge {
    position: relative;
}

.badge-inner {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.9);
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1);
    backdrop-filter: blur(10px);
}

.badge-icon {
    width: 48px;
    height: 48px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.conference-year {
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--text-primary);
    line-height: 1;
}

.conference-edition {
    font-weight: 600;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.welcome-title-enhanced {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.highlight-text {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 700;
    /* Enhanced gradient text with better visibility */
    background: linear-gradient(135deg, #0066cc 0%, #00a86b 50%, #29b6f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 12px 24px;
    /* Enhanced background with better contrast */
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    border: 2px solid rgba(0, 102, 204, 0.2);
    /* Add shadow for depth */
    box-shadow: 0 4px 16px rgba(0, 102, 204, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    /* Smooth transition effect */
    transition: all 0.3s ease;
    /* Fix for gradient text - add fallback */
    color: #0066cc;
}

/* Hover effect for highlight text */
.highlight-text:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 102, 204, 0.3);
}

.association-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    font-weight: 500;
}

.detail-item i {
    color: #4f46e5;
}

.detail-item.motto {
    color: #059669;
    font-weight: 700;
}

.detail-separator {
    color: var(--text-muted);
    font-weight: 300;
}

/* Info Cards Modern */
.info-card-modern {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.6);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.info-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 20px 20px 0 0;
}

.info-card-modern:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(31, 38, 135, 0.15);
    border-color: rgba(99, 102, 241, 0.3);
}

.info-card-modern .card-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    background: var(--gradient-secondary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
    box-shadow: 0 10px 30px rgba(79, 172, 254, 0.3);
}

.info-card-modern .card-title {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

.info-card-modern .card-value {
    font-size: 2.5rem;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.25rem;
}

/* Responsive styling for venue name to handle longer text */
.info-card-modern .card-value.venue-name {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: center;
    margin-bottom: 0.5rem;
}

/* Responsive font sizes for venue name */
@media (max-width: 1200px) {
    .info-card-modern .card-value.venue-name {
        font-size: 1.3rem;
    }
}

@media (max-width: 992px) {
    .info-card-modern .card-value.venue-name {
        font-size: 1.2rem;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .info-card-modern .card-value.venue-name {
        font-size: 1.1rem;
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    .info-card-modern .card-value.venue-name {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 600;
    }
}

.info-card-modern .card-subtitle {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.card-accent {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px 2px 0 0;
}

/* Venue Location Section */
.venue-location-section {
    position: relative;
}

.venue-location-container {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 252, 0.9) 100%);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 2rem;
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.venue-location-container::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 168, 107, 0.03) 0%, transparent 70%);
    animation: venueGlow 12s ease-in-out infinite;
    z-index: 0;
}

.venue-header, .map-container {
    position: relative;
    z-index: 1;
}

@keyframes venueGlow {
    0%, 100% { 
        transform: scale(0.8) rotate(0deg); 
        opacity: 0.3;
    }
    50% { 
        transform: scale(1.2) rotate(180deg); 
        opacity: 0.6;
    }
}

.venue-header .venue-icon-badge {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--gradient-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 168, 107, 0.25);
}

.venue-title {
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin: 0;
    background: var(--heading-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.venue-subtitle {
    color: var(--text-secondary);
    margin-top: 0.25rem;
}

.map-container { 
    position: relative; 
    border-radius: 20px; 
    overflow: hidden; 
    box-shadow: 0 15px 35px rgba(0,0,0,0.12); 
    max-width: 100%;
    transition: all 0.3s ease;
}
.map-wrapper { position: relative; }
.map-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.25), rgba(0,0,0,0.35)); display: flex; align-items: center; justify-content: center; z-index: 2; }
.map-overlay-content { text-align: center; color: #fff; }
.map-overlay-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--gradient-primary); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 0.75rem; }
.btn-activate-map { margin-top: 0.5rem; border: none; background: rgba(255,255,255,0.15); color: white; padding: 0.5rem 0.9rem; border-radius: 999px; font-weight: 700; }
.btn-activate-map:hover { background: rgba(255,255,255,0.25); }

.map-footer { background: rgba(255,255,255,0.9); border: 1px solid rgba(226,232,240,0.8); border-top: none; padding: 0.75rem 1rem; }
.map-footer-content { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.map-info { color: var(--text-secondary); display: flex; align-items: center; gap: 0.4rem; }
.map-link { text-decoration: none; font-weight: 800; color: var(--primary-dark); }
.map-link:hover { text-decoration: underline; }

/* Map activation states */
.map-activated .map-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

.map-container:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.btn-activate-map {
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-activate-map:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-1px);
}

/* Enhanced map hover effects for full-width display */
.map-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

@media (max-width: 768px) {
    .venue-location-container { 
        padding: 1.25rem; 
    }
    .map-overlay-icon { 
        width: 54px; 
        height: 54px; 
        font-size: 1.3rem; 
    }
    .map-footer-content { 
        flex-direction: column; 
        gap: 0.5rem; 
        text-align: center;
    }
    .map-container {
        margin: 0;
    }
    .venue-header {
        margin-bottom: 2rem;
    }
}

/* Theme Section Enhanced */
.theme-container {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.theme-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.1) 0%, transparent 70%);
    animation: themeGlow 8s ease-in-out infinite;
}

@keyframes themeGlow {
    0%, 100% { transform: scale(0.8) rotate(0deg); }
    50% { transform: scale(1.2) rotate(180deg); }
}

.theme-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.3);
}

.theme-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #92400e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.theme-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    font-weight: 500;
    line-height: 1.4;
}

/* Enhanced Action Buttons */
.buttons-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.btn-enhanced {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 1rem 2rem;
    border-radius: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary-enhanced {
    background: var(--gradient-primary);
    color: #fff;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.btn-primary-enhanced:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
}

.btn-secondary-enhanced {
    background: rgba(255, 255, 255, 0.9);
    color: var(--text-primary);
    border: 2px solid rgba(99, 102, 241, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary-enhanced:hover {
    color: var(--text-primary);
    transform: translateY(-3px) scale(1.02);
    background: rgba(255, 255, 255, 1);
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.btn-shine {
    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;
}

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

.organizer-text {
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Properly Centered Countdown Timer */
.countdown-circle-modern { 
    position: relative; 
    width: 160px; 
    height: 160px; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 8px 20px rgba(0, 102, 204, 0.15));
}

.countdown-svg { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%;
}

.countdown-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.countdown-bg-circle { 
    fill: none; 
    stroke: rgba(226,232,240,0.6); 
    stroke-width: 10; 
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.countdown-progress-circle { 
    fill: none; 
    stroke-width: 10; 
    stroke-linecap: round; 
    stroke-dasharray: 452.389; 
    stroke-dashoffset: 452.389; 
    transform: rotate(-90deg); 
    transform-origin: 80px 80px; 
    transition: stroke-dashoffset 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.countdown-number-modern { 
    font-size: 2.5rem; 
    font-weight: 900; 
    background: var(--gradient-primary); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    line-height: 1;
    display: block;
    height: 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 2px 4px rgba(0, 102, 204, 0.3));
}

.countdown-number-container {
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-digit-main {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: drop-shadow(0 2px 4px rgba(0, 102, 204, 0.3));
}

.countdown-digit-main.slide-up-exit {
    transform: translateY(-100%);
    opacity: 0;
}

.countdown-digit-main.slide-up-enter {
    transform: translateY(100%);
    opacity: 0;
}

.countdown-digit-main.slide-up-active {
    transform: translateY(0);
    opacity: 1;
}

.countdown-label-modern { 
    color: var(--text-secondary); 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    font-size: 0.95rem;
    margin-top: 8px;
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

/* Colors per circle - Professional Medical Theme */
.days-circle { stroke: var(--primary-color); } /* Primary blue */
.hours-circle { stroke: var(--secondary-color); } /* Medical green */
.minutes-circle { stroke: var(--info-color); } /* Info blue */
.seconds-circle { stroke: var(--accent-color); } /* Accent orange */

.event-status-banner { margin-top: 2rem; }

.status-content { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 1rem; 
    background: rgba(255, 255, 255, 0.25); 
    border: 1px solid rgba(255, 255, 255, 0.3); 
    border-radius: 20px; 
    padding: 1.25rem 1.5rem; 
    box-shadow: 
        0 15px 40px rgba(0, 102, 204, 0.08),
        0 6px 20px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.4); 
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    flex-wrap: wrap;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.status-content:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 
        0 20px 50px rgba(0, 102, 204, 0.12),
        0 8px 25px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.status-icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: var(--gradient-secondary); color: #fff; }
.status-text h4 { margin: 0; font-weight: 800; color: var(--text-primary); }
.status-text p { margin: 0; color: var(--text-muted); }
.btn-status-cta { background: var(--gradient-primary); color: #fff; border: 0; padding: 0.65rem 1rem; border-radius: 10px; box-shadow: 0 10px 24px rgba(79, 70, 229, 0.25); }
.btn-status-cta:hover { opacity: 0.95; transform: translateY(-1px); }

.countdown-icon-modern { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 16px; background: var(--gradient-secondary); color: #fff; box-shadow: 0 10px 24px rgba(79, 172, 254, 0.25); }
.icon-pulse { position: absolute; inset: -8px; border-radius: 20px; border: 2px solid rgba(79, 172, 254, 0.35); animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(0.95); opacity: 0.9;} 70% { transform: scale(1.1); opacity: 0.3;} 100% { transform: scale(0.95); opacity: 0.9;} }

/* Simple Countdown Timer Styles */
.simple-countdown {
    margin: 2rem 0;
}

.countdown-grid-simple {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.countdown-item-simple {
    text-align: center;
    background: var(--bg-primary);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.1), 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid rgba(37, 99, 235, 0.1);
    min-width: 120px;
    transition: all 0.3s ease;
}

.countdown-item-simple:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.15), 0 4px 12px rgba(0,0,0,0.1);
    border-color: rgba(37, 99, 235, 0.2);
}

.countdown-item-simple .countdown-number {
    font-size: 3rem;
    font-weight: 800;
    background: var(--heading-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
}

.countdown-item-simple .countdown-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .countdown-grid-simple {
        gap: 1rem;
    }
    
    .countdown-item-simple {
        min-width: 100px;
        padding: 1.5rem 1rem;
    }
    
    .countdown-item-simple .countdown-number {
        font-size: 2.5rem;
    }
    
    .countdown-item-simple .countdown-label {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .countdown-grid-simple {
        gap: 0.5rem;
    }
    
    .countdown-item-simple {
        min-width: 80px;
        padding: 1rem 0.5rem;
    }
    
    .countdown-item-simple .countdown-number {
        font-size: 2rem;
    }
    
    .countdown-item-simple .countdown-label {
        font-size: 0.8rem;
    }
}

/* Enhanced Mobile Responsive Countdown Timer Section */
@media (max-width: 992px) {
    /* Main countdown section mobile adjustments */
    .countdown-section-modern {
        padding: 3rem 0 !important;
    }
    
    .countdown-timer-modern {
        padding: 0 1rem;
    }
    
    .countdown-grid-modern {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .countdown-card-modern {
        margin: 0;
    }
    
    .countdown-circle-modern {
        width: 140px;
        height: 140px;
    }
    
    .countdown-svg {
        width: 140px;
        height: 140px;
    }
    
    .countdown-number-modern {
        font-size: 1.5rem;
    }
    
    .countdown-label-modern {
        font-size: 0.7rem;
    }
    
    .event-details-modern {
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: 3rem !important;
    }
    
    .detail-chip-modern {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 768px) {
    .countdown-section-modern {
        padding: 2.5rem 0 !important;
        margin: 1.5rem 0;
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        border-radius: 20px;
    }
    
    .countdown-title-modern {
        font-size: 1.8rem !important;
        line-height: 1.2;
        margin-bottom: 1rem !important;
    }
    
    .countdown-subtitle-modern {
        font-size: 1rem !important;
        margin-bottom: 2rem !important;
        color: var(--text-muted) !important;
    }
    
    .countdown-grid-modern {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .countdown-card-modern {
        flex: 1;
        min-width: 140px;
        max-width: 160px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 16px;
        padding: 1rem;
        box-shadow: 0 4px 12px rgba(0, 102, 204, 0.1);
        border: 1px solid rgba(0, 102, 204, 0.1);
    }
    
    .countdown-circle-modern {
        width: 120px;
        height: 120px;
    }
    
    .countdown-svg {
        width: 120px;
        height: 120px;
    }
    
    .countdown-number-modern {
        font-size: 1.25rem;
    }
    
    .countdown-label-modern {
        font-size: 0.65rem;
        color: var(--text-muted);
    }
    
    .event-status-banner {
        margin-top: 2rem;
    }
    
    .status-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1.5rem;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 4px 15px rgba(0, 102, 204, 0.1);
    }
}

@media (max-width: 576px) {
    .countdown-section-modern {
        padding: 2rem 0 !important;
        margin: 1rem 0;
        border-radius: 16px;
        background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    }
    
    .countdown-title-modern {
        font-size: 1.5rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .countdown-subtitle-modern {
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    .countdown-grid-modern {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
        max-width: 100%;
        padding: 0 0.5rem;
        margin: 0 auto;
    }
    
    .countdown-card-modern {
        flex: 1;
        min-width: 75px;
        max-width: 90px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 12px;
        padding: 0.5rem;
        box-shadow: 0 3px 10px rgba(0, 102, 204, 0.08);
        border: 1px solid rgba(0, 102, 204, 0.08);
        overflow: visible;
        position: relative;
    }
    
    .countdown-circle-modern {
        width: 55px;
        height: 55px;
        margin: 0 auto;
        position: relative;
    }
    
    .countdown-svg {
        width: 55px;
        height: 55px;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .countdown-bg-circle {
        stroke-width: 4;
        r: 25;
        cx: 27.5;
        cy: 27.5;
    }
    
    .countdown-progress-circle {
        stroke-width: 4;
        r: 25;
        cx: 27.5;
        cy: 27.5;
        stroke-dasharray: 157.08;
        stroke-dashoffset: 157.08;
        transform-origin: 27.5px 27.5px;
    }
    
    .countdown-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 2;
        width: 100%;
    }
    
    .countdown-number-modern {
        font-size: 0.9rem;
        line-height: 1;
        display: block;
    }
    
    .countdown-label-modern {
        font-size: 0.5rem;
        margin-top: 2px;
        display: block;
    }
    
    .detail-chip-modern {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
        border-radius: 8px;
        margin: 0.125rem;
    }
    
    .event-details-modern {
        gap: 0.25rem;
        margin-bottom: 1.5rem !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .status-content {
        padding: 1rem;
        border-radius: 12px;
    }
}

/* Extra Small Mobile Devices (320px and below) */
@media (max-width: 320px) {
    .countdown-grid-modern {
        gap: 0.25rem;
        padding: 0 0.25rem;
    }
    
    .countdown-card-modern {
        min-width: 70px;
        max-width: 75px;
        padding: 0.4rem;
    }
    
    .countdown-circle-modern {
        width: 48px;
        height: 48px;
    }
    
    .countdown-svg {
        width: 48px;
        height: 48px;
    }
    
    .countdown-bg-circle {
        r: 22;
        cx: 24;
        cy: 24;
    }
    
    .countdown-progress-circle {
        r: 22;
        cx: 24;
        cy: 24;
        stroke-dasharray: 138.23;
        stroke-dashoffset: 138.23;
        transform-origin: 24px 24px;
    }
    
    .countdown-number-modern {
        font-size: 0.8rem;
    }
    
    .countdown-label-modern {
        font-size: 0.45rem;
    }
    
    .countdown-title-modern {
        font-size: 1.3rem !important;
    }
    
    .countdown-subtitle-modern {
        font-size: 0.8rem !important;
    }
}

/* Additional Vibrant Animations */
@keyframes floating {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes rainbow-border {
    0% {
        border-color: #ff6b9d;
    }
    25% {
        border-color: #4facfe;
    }
    50% {
        border-color: #667eea;
    }
    75% {
        border-color: #ffd700;
    }
    100% {
        border-color: #ff6b9d;
    }
}

.highlight-card:hover {
    animation: floating 2s ease-in-out infinite;
}

.conference-detail-card:hover {
    animation: floating 2s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.25) !important;
}

/* Vibrant Text Effects */
.text-vibrant {
    background: var(--pink-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero Banner Effects */
.hero-banner-img {
    transition: transform 10s ease-in-out;
}

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

.hero-badge {
    animation: floating 3s ease-in-out infinite;
}

/* Professional Button Styling */
.professional-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3), 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 12px;
}

.professional-btn-primary:hover {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 8px 20px rgba(79, 172, 254, 0.4), 0 4px 10px rgba(0,0,0,0.15);
}

/* Vibrant Form Styling */
.form-container {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(99, 102, 241, 0.1), 0 5px 15px rgba(139, 92, 246, 0.05);
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}

.form-container::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--purple-gradient);
    border-radius: 27px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.form-container:hover::before {
    opacity: 1;
}

/* ========================================
   ANIMATED GO TO TOP BUTTON
   ======================================== */
.go-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0066cc 0%, #29b6f6 100%);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px) scale(0.5);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 8px 25px rgba(0, 102, 204, 0.3),
        0 3px 10px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.go-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.go-to-top:hover {
    background: linear-gradient(135deg, #3388dd 0%, #00a86b 100%);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 
        0 12px 35px rgba(0, 102, 204, 0.4),
        0 5px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.go-to-top:active {
    transform: translateY(-2px) scale(1.05);
}

.go-to-top i {
    transition: transform 0.3s ease;
}

.go-to-top:hover i {
    transform: translateY(-2px);
    animation: bounce-up 0.6s ease;
}

@keyframes bounce-up {
    0% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
    100% { transform: translateY(-2px); }
}

/* Pulse effect on first show */
.go-to-top.first-show {
    animation: pulse-intro 1.5s ease-out;
}

@keyframes pulse-intro {
    0% { transform: scale(0.5); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .go-to-top {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .go-to-top {
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
        font-size: 1rem;
    }
}

/* Enhanced Navbar */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(99, 102, 241, 0.1);
    box-shadow: 0 2px 20px rgba(99, 102, 241, 0.1);
}

.navbar-brand {
    background: var(--heading-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800 !important;
}

/* Enhanced Contact Page Styling */
/* Contact Hero Section */
.hero-contact-section {
    background: linear-gradient(135deg, #0066cc 0%, #3388dd 50%, #29b6f6 100%) !important;
    position: relative;
    padding: 180px 0 80px !important;
    min-height: calc(100vh - 80px) !important;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Override Bootstrap utilities for hero sections */
.hero-contact-section .min-vh-50 {
    min-height: auto !important;
}

.hero-registration-section .min-vh-50 {
    min-height: auto !important;
}

.hero-contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0,102,204,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0,168,107,0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(41,182,246,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.contact-icon-modern {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: var(--gradient-primary);
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 15px 35px rgba(0, 102, 204, 0.3);
}

.contact-icon-modern .icon-pulse {
    position: absolute;
    inset: -10px;
    border-radius: 25px;
    border: 2px solid rgba(0, 102, 204, 0.4);
    animation: pulse 2s infinite;
}

.contact-title-modern {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--text-white);
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    line-height: 1.1;
}

.contact-subtitle-modern {
    font-size: var(--font-size-lg);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    line-height: 1.6;
}

.contact-badges {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    color: var(--text-white);
    font-weight: 600;
    font-size: var(--font-size-sm);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.contact-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
}

/* Enhanced Contact Form */
.contact-form-enhanced {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 102, 204, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(226, 232, 240, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.contact-form-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,102,204,0.02) 0%, rgba(0,168,107,0.01) 100%);
    border-radius: 25px;
    pointer-events: none;
}

.form-header-modern {
    text-align: center;
    position: relative;
    z-index: 2;
}

.form-icon-modern {
    width: 60px;
    height: 60px;
    background: var(--gradient-secondary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 168, 107, 0.3);
}

.form-title-modern {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--text-primary);
}

.form-subtitle-modern {
    color: var(--text-muted);
    font-size: var(--font-size-base);
    line-height: 1.6;
}

/* Modern Form Controls */
.form-group-modern {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-label-modern {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    display: block;
    font-size: var(--font-size-sm);
}

.input-group-modern,
.textarea-group-modern {
    position: relative;
}

.input-group-modern .input-icon,
.textarea-group-modern .input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 1rem;
    z-index: 3;
}

.form-control-modern {
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 3rem;
    border: 2px solid var(--border-light);
    border-radius: 12px;
    font-size: var(--font-size-base);
    background: var(--bg-primary);
    color: var(--text-primary);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.form-control-modern:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
    transform: translateY(-1px);
}

.form-select-modern {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%230066cc' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 3.5rem;
}

/* Contact Info Section */
.contact-info-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
}

.section-icon-contact {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    margin: 0 auto;
    box-shadow: 0 12px 28px rgba(0, 102, 204, 0.3);
}

.section-title-contact {
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-size-3xl);
    font-weight: 700;
    color: var(--text-primary);
}

.section-subtitle-contact {
    color: var(--text-muted);
    font-size: var(--font-size-lg);
    line-height: 1.6;
}

.contact-card-enhanced {
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-card-enhanced:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 25px 45px rgba(0, 102, 204, 0.15);
}

.contact-icon-enhanced {
    background: var(--gradient-secondary) !important;
    box-shadow: 0 12px 30px rgba(0, 168, 107, 0.3) !important;
}

.card-title-contact {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--text-primary);
    font-size: var(--font-size-lg);
}

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

.contact-item {
    color: var(--text-muted);
    font-size: var(--font-size-sm);
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.contact-card-enhanced:hover .contact-item {
    color: var(--text-secondary);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-contact-section {
        margin-top: 90px;
        min-height: 50vh;
    }
    
    .contact-icon-modern {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .contact-title-modern {
        font-size: 2.5rem;
    }
    
    .contact-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-badge {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
    
    .contact-form-enhanced {
        padding: 2rem;
        border-radius: 20px;
    }
    
    .form-control-modern {
        padding: 0.75rem 0.875rem 0.75rem 2.75rem;
    }
    
    .input-group-modern .input-icon,
    .textarea-group-modern .input-icon {
        left: 12px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .contact-form-enhanced {
        padding: 1.5rem;
        margin: 1rem 0;
    }
    
    .contact-title-modern {
        font-size: 2rem;
    }
    
    .section-icon-contact {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

.btn-social {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-social:hover {
    transform: translateY(-3px) scale(1.1);
    background: var(--heading-gradient);
    border-color: transparent;
    color: white;
}

/* Modal Styling */
.payment-category-card {
    transition: all 0.3s ease;
}

.payment-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.15);
    border-color: rgba(37, 99, 235, 0.3) !important;
}

.account-item label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.upi-icons i {
    transition: all 0.3s ease;
}

.upi-icons i:hover {
    transform: scale(1.2) translateY(-3px);
}

/* Modal backdrop blur effect */
.modal-backdrop {
    backdrop-filter: blur(5px);
}

/* Modal animation */
.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: all 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

/* Compact Form Styling */
.compact-form {
    font-size: 0.9rem;
}

.form-label-compact {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
    font-size: 0.85rem;
    display: block;
}

.form-control-compact {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--border-light);
    border-radius: 0.375rem;
    font-size: 0.85rem;
    background: var(--bg-primary);
    color: var(--text-primary);
    transition: all 0.3s ease;
    height: auto;
}

.form-control-compact:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}

.form-check-label-compact {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0;
}

.radio-group-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.25rem;
}

.form-check-inline {
    margin-right: 0;
}

.account-info-section {
    margin: 1rem 0;
}

.account-detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
    border-bottom: 1px dotted rgba(37, 99, 235, 0.2);
}

.account-label {
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.account-value {
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--text-primary);
}

/* Responsive adjustments for compact form */
@media (max-width: 768px) {
    .compact-form {
        font-size: 0.85rem;
    }
    
    .form-label-compact {
        font-size: 0.8rem;
    }
    
    .form-control-compact {
        font-size: 0.8rem;
        padding: 0.4rem 0.6rem;
    }
    
    .radio-group-inline {
        gap: 0.75rem;
    }
    
    .account-detail-item {
        flex-direction: column;
        gap: 0.25rem;
    }
}

.countdown-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.countdown-card {
    text-align: center;
    color: white;
}

.countdown-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.countdown-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.3), rgba(255, 255, 255, 0.1));
    border-radius: 50%;
    z-index: -1;
}

.countdown-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.countdown-circle .countdown-number {
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 1;
}

.countdown-separator {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0.5rem;
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

.highlight-item {
    text-align: center;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Conference Details Grid */
.conference-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.detail-item {
    text-align: center;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.detail-item i {
    color: #ffd700;
    margin-bottom: 0.5rem;
}

/* JKOA Badge */
.jkoa-badge {
    background: rgba(255, 215, 0, 0.2);
    border: 2px solid #ffd700;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd700;
    font-size: 0.9rem;
    font-weight: 800;
}

/* Background Gradients */
.bg-gradient-primary {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
}

/* Responsive Design for Countdown */
@media (max-width: 768px) {
    .countdown-circle {
        width: 80px;
        height: 80px;
    }
    
    .countdown-circle .countdown-number {
        font-size: 1.8rem;
    }
    
    .countdown-separator {
        font-size: 2rem;
        margin: 0 0.2rem;
    }
    
    .conference-details-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .jkoa-badge {
        width: 50px;
        height: 50px;
        font-size: 0.8rem;
    }
    
    .highlight-item {
        padding: 0.5rem;
    }
}

@media (max-width: 576px) {
    .countdown-grid {
        gap: 0.5rem;
    }
    
    .countdown-circle {
        width: 70px;
        height: 70px;
    }
    
    .countdown-circle .countdown-number {
        font-size: 1.5rem;
    }
}

/* Cards */
.event-info-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    padding: var(--spacing-lg);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.1), 0 4px 15px rgba(139, 92, 246, 0.05);
    border: 2px solid transparent;
    background-clip: padding-box;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.event-info-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--purple-gradient);
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.event-info-card:hover::before {
    opacity: 1;
}

.event-info-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.2), 0 8px 20px rgba(139, 92, 246, 0.1);
}

.event-info-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--purple-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: var(--spacing-md);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
    transition: all 0.3s ease;
}

.event-info-card:hover .event-info-icon {
    background: var(--blue-gradient);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 25px rgba(79, 172, 254, 0.4);
}

.event-info-card h4,
.event-info-card h5,
.event-info-card h6 {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
}

.event-info-card p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Buttons */
.btn-custom {
    padding: 0.875rem var(--spacing-lg);
    font-weight: 600;
    border-radius: 0.5rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-outline-custom {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-outline-custom:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-1px);
    text-decoration: none;
}

/* Forms */
.form-container {
    background: var(--bg-primary);
    border-radius: 1rem;
    padding: var(--spacing-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-light);
}

.form-group {
    margin-bottom: var(--spacing-md);
}

.form-label {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
    display: block;
}

.form-control {
    width: 100%;
    padding: 0.875rem var(--spacing-sm);
    border: 2px solid var(--border-light);
    border-radius: 0.5rem;
    font-size: 1rem;
    background: var(--bg-primary);
    color: var(--text-primary);
    transition: all 0.3s ease;
}

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

.form-control::placeholder {
    color: var(--text-light);
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

/* Ticket Types */
.ticket-type {
    border: 2px solid var(--border-light);
    border-radius: 1rem;
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-sm);
    cursor: pointer;
    transition: all 0.3s ease;
    background: var(--bg-primary);
}

.ticket-type:hover {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
}

.ticket-type.selected {
    border-color: var(--primary-color);
    background: rgba(37, 99, 235, 0.05);
}

.ticket-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-color);
}

/* Medical Badge */
.medical-badge {
    background: var(--primary-color);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    display: inline-block;
    margin: 0.25rem 0;
}

/* Payment Section */
.payment-method-tabs {
    border-bottom: 2px solid var(--border-light);
    margin-bottom: var(--spacing-lg);
    display: flex;
    gap: var(--spacing-xs);
}

.payment-method-tab {
    padding: var(--spacing-sm) var(--spacing-md);
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-weight: 600;
    cursor: pointer;
    border-radius: 0.5rem 0.5rem 0 0;
    transition: all 0.3s ease;
}

.payment-method-tab.active {
    background: var(--primary-color);
    color: white;
}

.payment-info-card {
    background: var(--bg-light);
    border-radius: 1rem;
    padding: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
    border: 1px solid var(--border-light);
}

.payment-details {
    background: var(--bg-primary);
    border-radius: 0.5rem;
    padding: var(--spacing-md);
    box-shadow: var(--shadow-sm);
}

.payment-qr {
    text-align: center;
    padding: var(--spacing-md);
    background: var(--bg-primary);
    border-radius: 0.5rem;
    margin: var(--spacing-sm) 0;
    box-shadow: var(--shadow-sm);
}

/* File Upload */
.file-upload-area {
    border: 2px dashed var(--primary-color);
    border-radius: 0.5rem;
    padding: var(--spacing-lg);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(37, 99, 235, 0.05);
}

.file-upload-area:hover {
    border-color: var(--primary-dark);
    background: rgba(37, 99, 235, 0.1);
}

.file-upload-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: var(--spacing-sm);
}

.file-upload-text {
    color: var(--text-primary);
    font-weight: 500;
    margin-bottom: var(--spacing-xs);
}

.file-upload-hint {
    color: var(--text-muted);
    font-size: 0.875rem;
}

/* Background Sections - Clean Light Theme */
.bg-light {
    background-color: var(--bg-light) !important;
}

.bg-secondary {
    background-color: var(--bg-secondary) !important;
}

.bg-accent {
    background-color: var(--bg-accent) !important;
}

.bg-primary {
    background-color: var(--bg-primary) !important;
}

/* Professional Light Sections */
.section-light {
    background-color: var(--bg-primary);
    color: var(--text-primary);
}

.section-light-gray {
    background-color: var(--bg-secondary);
    color: var(--text-primary);
}

/* Gradient Headings Only */
.heading-gradient {
    background: var(--heading-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Text Utilities */
.text-gradient {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

/* Footer */
footer {
    background-color: var(--text-primary) !important;
    color: white;
    padding: var(--spacing-xl) 0 var(--spacing-lg);
}

footer h5, footer h6 {
    color: white;
}

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

footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

footer a:hover {
    color: white;
}

/* Footer Logo Styling */
.footer-logos {
    margin-bottom: 1.5rem;
}

.logo-group-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-logo {
    height: 70px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    filter: brightness(1.1) contrast(1.1);
    transition: all 0.3s ease;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    padding: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.footer-logo:hover {
    filter: brightness(1.3) contrast(1.2);
    transform: translateY(-2px) scale(1.05);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

/* Enhanced Footer Link Styling */
.footer-link:hover {
    color: var(--primary-light) !important;
    transform: translateX(4px);
}

.footer-info,
.footer-detail,
.footer-copyright,
.footer-organizer,
.footer-powered {
    transition: color 0.3s ease;
}

.footer-detail:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 768px) {
    .logo-group-footer {
        justify-content: center;
        text-align: center;
        gap: 0.75rem;
    }
    
    .footer-logo {
        height: 55px;
        max-width: 90px;
        padding: 10px;
    }
    
    .footer-logos {
        text-align: center;
    }
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    margin-right: var(--spacing-xs);
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 576px) {
    .section-padding {
        padding: var(--spacing-lg) 0;
    }
    
    .form-container {
        padding: var(--spacing-lg);
        margin: var(--spacing-sm) 0;
    }
    
    .event-info-card {
        padding: var(--spacing-md);
        margin-bottom: var(--spacing-sm);
    }
    
    .btn-custom {
        width: 100%;
        margin-bottom: var(--spacing-xs);
    }
    
    .countdown-timer {
        gap: var(--spacing-sm);
    }
    
    .countdown-item {
        min-width: 70px;
        padding: var(--spacing-xs) var(--spacing-sm);
    }
    
    .countdown-number {
        font-size: 1.5rem;
    }
    
    .navbar-brand {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    
    .navbar-collapse {
        background: white;
        border-radius: 0.5rem;
        margin-top: var(--spacing-sm);
        padding: var(--spacing-sm);
        box-shadow: var(--shadow-md);
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Success/Error Messages */
.alert {
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: 0.5rem;
    margin-bottom: var(--spacing-md);
    font-weight: 500;
    border: none;
}

.alert-success {
    background: rgba(16, 185, 129, 0.1);
    color: var(--success-color);
    border-left: 4px solid var(--success-color);
}

.alert-danger {
    background: rgba(239, 68, 68, 0.1);
    color: var(--danger-color);
    border-left: 4px solid var(--danger-color);
}

/* Admin Cards */
.admin-card {
    background: var(--bg-primary);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
}

.admin-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Enhanced Stat Cards */
.stat-card {
    border: none;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
}

.stat-card-body {
    padding: 1.5rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 120px;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.stat-content {
    flex: 1;
    min-width: 0;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-label {
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* Color variations for icons */
.text-purple {
    color: #8b5cf6 !important;
}

.stat-icon:has(.text-success) {
    background: rgba(16, 185, 129, 0.1);
}

.stat-icon:has(.text-warning) {
    background: rgba(245, 158, 11, 0.1);
}

.stat-icon:has(.text-danger) {
    background: rgba(239, 68, 68, 0.1);
}

.stat-icon:has(.text-info) {
    background: rgba(14, 165, 233, 0.1);
}

.stat-icon:has(.text-purple) {
    background: rgba(139, 92, 246, 0.1);
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .stat-card-body {
        padding: 1rem 0.875rem;
        min-height: 100px;
        gap: 0.75rem;
    }
    
    .stat-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.7rem;
    }
}

/* Contact Page */
.contact-item {
    margin-bottom: var(--spacing-md);
}

.contact-item h6 {
    color: var(--text-primary);
    font-weight: 600;
}

.contact-item p {
    color: var(--text-muted);
    margin-bottom: 0.25rem;
}

/* Accordion */
.accordion-item {
    border: 1px solid var(--border-light);
    border-radius: 0.5rem !important;
    margin-bottom: var(--spacing-sm);
}

.accordion-button {
    background: var(--bg-primary);
    color: var(--text-primary);
    font-weight: 600;
    border-radius: 0.5rem;
}

.accordion-button:not(.collapsed) {
    background: var(--bg-light);
    color: var(--text-primary);
    box-shadow: none;
}

.accordion-body {
    color: var(--text-muted);
    line-height: 1.6;
}

/* Sponsors Grid */
.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    align-items: center;
    justify-items: center;
}

.sponsor-logo {
    max-width: 150px;
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.sponsor-logo:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .sponsors-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 1rem;
    }
    
    .sponsor-logo {
        max-width: 120px;
        height: 60px;
    }
}

/* Enhanced Professional Admin Dashboard Styles */

/* Admin Body and Layout */
.admin-dashboard {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    min-height: 100vh;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.admin-navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
}

.admin-navbar .navbar-brand {
    font-weight: 700 !important;
    color: #1e293b !important;
    font-size: 1.375rem !important;
}

.admin-navbar .navbar-brand:hover {
    color: #2563eb !important;
}

.admin-navbar .nav-link {
    color: #64748b !important;
    font-weight: 500 !important;
}

.admin-navbar .nav-link:hover {
    color: #1e293b !important;
}

/* Dashboard Header */
.dashboard-header {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(226, 232, 240, 0.5);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.dashboard-header h1 {
    color: #1e293b;
    font-weight: 800;
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dashboard-header p {
    color: #64748b;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
}

.event-badge {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Enhanced Admin Cards */
.admin-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(226, 232, 240, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.admin-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.3), transparent);
}

.admin-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-color: rgba(37, 99, 235, 0.2);
}

.admin-card h5 {
    color: #1e293b;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* Statistics Cards */
.stat-card {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(226, 232, 240, 0.6);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #06b6d4, #10b981);
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-color: rgba(37, 99, 235, 0.3);
}

.stat-card-body {
    padding: 1.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 120px;
}

.stat-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.stat-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transition: all 0.3s ease;
    opacity: 0;
}

.stat-card:hover .stat-icon::before {
    opacity: 1;
    top: -25%;
    left: -25%;
}

.stat-content {
    flex: 1;
    min-width: 0;
}

.stat-number {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
    margin-bottom: 0.25rem;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

/* Icon Color Variations */
.stat-icon:has(.text-primary) {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(59, 130, 246, 0.15) 100%);
}

.stat-icon:has(.text-success) {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(34, 197, 94, 0.15) 100%);
}

.stat-icon:has(.text-warning) {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.15) 100%);
}

.stat-icon:has(.text-danger) {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(248, 113, 113, 0.15) 100%);
}

.stat-icon:has(.text-info) {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(56, 189, 248, 0.15) 100%);
}

.stat-icon:has(.text-purple) {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(168, 85, 247, 0.15) 100%);
}

/* Quick Actions Section */
.quick-actions {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(226, 232, 240, 0.6);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.action-btn {
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.action-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;
}

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

.action-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

/* Chart Container */
.chart-container {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(226, 232, 240, 0.6);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.chart-container canvas {
    border-radius: 12px;
}

/* Tables */
.admin-table {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.6);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.table {
    margin-bottom: 0;
}

.table thead th {
    background: rgba(248, 250, 252, 0.8);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    color: #475569;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1rem 1.25rem;
}

.table tbody td {
    padding: 1rem 1.25rem;
    border-top: 1px solid rgba(226, 232, 240, 0.4);
    color: #475569;
    vertical-align: middle;
}

.table tbody tr:hover {
    background-color: rgba(248, 250, 252, 0.5);
}

/* Progress Bars */
.progress {
    height: 8px;
    background-color: rgba(226, 232, 240, 0.5);
    border-radius: 50px;
    overflow: hidden;
}

.progress-bar {
    border-radius: 50px;
    transition: width 0.6s ease;
}

/* List Groups */
.list-group-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(226, 232, 240, 0.4);
    padding: 1rem 0;
}

.list-group-item:last-child {
    border-bottom: none;
}

.list-group-item:hover {
    background: rgba(248, 250, 252, 0.5);
}

/* Badges */
.badge {
    font-weight: 600;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.75rem;
}

/* View All Buttons */
.view-all-btn {
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(37, 99, 235, 0.3);
    color: #2563eb;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: rgba(37, 99, 235, 0.15);
    border-color: rgba(37, 99, 235, 0.5);
    color: #1d4ed8;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .dashboard-header {
        padding: 1.5rem;
        text-align: center;
    }
    
    .dashboard-header h1 {
        font-size: 1.875rem;
    }
    
    .stat-card-body {
        padding: 1.25rem 1rem;
        min-height: 100px;
        gap: 0.875rem;
    }
    
    .stat-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
    
    .stat-number {
        font-size: 1.875rem;
    }
    
    .admin-card {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .quick-actions {
        padding: 1.5rem;
    }
    
    .chart-container {
        padding: 1.5rem;
    }
    
    .action-btn {
        width: 100%;
        margin-bottom: 0.5rem;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .dashboard-header h1 {
        font-size: 1.5rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.7rem;
    }
    
    .admin-card {
        padding: 1rem;
    }
}

/* Fix floating elements and containers for mobile */
@media (max-width: 768px) {
    .floating-elements {
        display: none;
    }
    
    .container,
    .container-fluid {
        max-width: 100vw;
        overflow-x: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .row {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
    
    .col-lg-10,
    .col-lg-11,
    .col-md-6,
    .col-lg-4 {
        padding-left: 8px;
        padding-right: 8px;
        max-width: 100%;
    }
    
    /* Ensure no elements cause horizontal scroll */
    * {
        max-width: 100vw;
        box-sizing: border-box;
    }
    
    /* Fix carousel controls for mobile */
    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px;
        margin: 0 8px;
    }
    
    /* Ensure buttons don't overflow */
    .professional-btn-primary,
    .professional-btn-secondary {
        max-width: calc(100vw - 2rem);
        word-wrap: break-word;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* ================================
   ENHANCED TOAST NOTIFICATIONS
   ================================ */

/* Toast Container Positioning */
.toast-container {
    z-index: 11000 !important;
}

/* Enhanced Toast Styling */
.toast {
    min-width: 350px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
    opacity: 0;
}

.toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast.hiding {
    transform: translateX(100%);
    opacity: 0;
}

/* Success Toast */
.toast.bg-success {
    background: linear-gradient(135deg, #10d876 0%, #00a86b 100%) !important;
    border-left: 4px solid #00a86b;
}

/* Error Toast */
.toast.bg-danger {
    background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%) !important;
    border-left: 4px solid #d32f2f;
}

/* Warning Toast */
.toast.bg-warning {
    background: linear-gradient(135deg, #ffa726 0%, #ff9800 100%) !important;
    border-left: 4px solid #ff9800;
    color: #000 !important;
}

/* Info Toast */
.toast.bg-info {
    background: linear-gradient(135deg, #29b6f6 0%, #2196f3 100%) !important;
    border-left: 4px solid #2196f3;
}

/* Toast Body */
.toast-body {
    padding: 1rem;
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.toast-body i {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Close Button */
.toast .btn-close {
    margin: 0.5rem;
    opacity: 0.8;
    filter: brightness(0) invert(1);
}

.toast .btn-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Mobile Toast Adjustments */
@media (max-width: 576px) {
    .toast {
        min-width: calc(100vw - 2rem);
        margin: 0 1rem;
    }
    
    .toast-container {
        position: fixed !important;
        top: 1rem !important;
        right: 0 !important;
        left: 0 !important;
        padding: 0 !important;
    }
}

/* ================================
   ENHANCED FORM VALIDATION
   ================================ */

/* Form Group Modern */
.form-group-modern {
    position: relative;
    margin-bottom: 0.75rem;
}

/* Form Label Enhancements */
.form-label-modern {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
}

/* Input Group Modern Enhancements */
.input-group-modern {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-bottom: 1.25rem; */
}

.input-group-modern .input-icon {
    position: absolute;
    left: 0.875rem;
    z-index: 5;
    color: var(--text-muted);
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

/* Form Control Enhanced */
.form-control-modern {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    border: 2px solid var(--border-light);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-primary);
    background-color: var(--bg-primary);
    background-clip: padding-box;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-control-modern:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
    outline: 0;
}

.form-control-modern:focus + .input-group-modern .input-icon,
.input-group-modern:focus-within .input-icon {
    color: var(--primary-color);
}

/* Textarea Specific */
.textarea-group-modern {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-bottom: 1.25rem;
}

.textarea-group-modern .input-icon {
    position: absolute;
    left: 0.875rem;
    top: 0.875rem;
    z-index: 5;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.textarea-group-modern .form-control-modern {
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    min-height: 100px;
    resize: vertical;
}

/* Validation States */
.form-control-modern.is-valid {
    border-color: var(--success-color);
    background-image: none;
}

.form-control-modern.is-valid:focus {
    border-color: var(--success-color);
    box-shadow: 0 0 0 3px rgba(16, 216, 118, 0.15);
}

.form-control-modern.is-invalid {
    border-color: var(--danger-color);
    background-image: none;
}

.form-control-modern.is-invalid:focus {
    border-color: var(--danger-color);
    box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.15);
}

/* Validation Feedback */
.invalid-feedback {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--danger-color);
    background: rgba(244, 67, 54, 0.08);
    border-left: 3px solid var(--danger-color);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 15;
    pointer-events: none;
}

.invalid-feedback.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.valid-feedback {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--success-color);
    background: rgba(16, 216, 118, 0.08);
    border-left: 3px solid var(--success-color);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 15;
    pointer-events: none;
}

.valid-feedback.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submit Button Loading State */
.btn-enhanced:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none !important;
}

.btn-enhanced .fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Form Loading Overlay */
.form-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.form-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    border-radius: inherit;
}

/* Mobile Form Adjustments */
@media (max-width: 768px) {
    .form-group-modern {
        margin-bottom: 0.75rem;
    }
    
    /* Make form card full width on mobile */
    .contact-form-enhanced {
        margin: 0 -15px;
        border-radius: 0;
        box-shadow: none;
    }
    
    .form-control-modern {
        padding: 0.875rem 1rem 0.875rem 3rem;
        font-size: 16px; /* Prevent zoom on iOS */
        border-radius: 8px;
    }
    
    .input-group-modern .input-icon {
        left: 1rem;
        font-size: 1rem;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        height: 20px;
    }
    
    .textarea-group-modern .input-icon {
        left: 1rem;
        top: 1rem;
        transform: none;
    }
    
    .textarea-group-modern .form-control-modern {
        padding: 0.875rem 1rem 0.875rem 3rem;
        min-height: 120px;
    }
    
    .input-group-modern,
    .textarea-group-modern {
        /* padding-bottom: 1.5rem; */
    }
    
    /* Enhanced validation feedback for mobile */
    .invalid-feedback,
    .valid-feedback {
        position: static;
        margin-top: 0.5rem;
        margin-bottom: 0;
        transform: none;
        padding: 0.375rem 0.75rem;
        border-radius: 6px;
        font-size: 0.8rem;
        line-height: 1.3;
    }
    
    .invalid-feedback.show,
    .valid-feedback.show {
        display: block;
        transform: none;
    }
    
    /* Form header adjustments */
    .form-header-modern {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .form-title-modern {
        font-size: 1.5rem;
    }
    
    .form-subtitle-modern {
        font-size: 0.9rem;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 576px) {
    .contact-form-enhanced {
        padding: 1.5rem 1rem;
    }
    
    .form-group-modern {
        margin-bottom: 1rem;
    }
    
    .input-group-modern,
    .textarea-group-modern {
        /* padding-bottom: 1.75rem; */
    }
    
    .invalid-feedback,
    .valid-feedback {
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
        margin-top: 0.375rem;
    }
    
    /* Toast adjustments for small screens */
    .toast-container {
        position: fixed !important;
        top: 1rem !important;
        right: 1rem !important;
        left: 1rem !important;
        padding: 0 !important;
    }
    
    .toast {
        min-width: auto;
        width: 100%;
        margin: 0;
    }
    
    /* Contact section mobile adjustments */
    .section-padding {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .container-fluid {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    
    .row.g-5 {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 1rem;
    }
}

/* ================================
   PRICING TABLE STYLES
   ================================ */

.pricing-table-section {
    background: var(--bg-light);
}

.pricing-table-container {
    background: var(--bg-primary);
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-light);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}

.pricing-table-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    z-index: 1;
}

.pricing-title {
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.pricing-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.current-pricing-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--success-color) 0%, var(--primary-color) 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(16, 216, 118, 0.3);
}

.pricing-table-responsive {
    overflow-x: auto;
    margin: 2rem 0;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-primary);
    border-radius: 15px;
    overflow: hidden;
    min-width: 600px;
    table-layout: fixed;
    display: table;
}

.pricing-table thead {
    display: table-header-group;
}

.pricing-table thead tr {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    color: white;
    display: table-row;
}

.pricing-table th {
    padding: 1.5rem 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.table-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.period-name {
    font-size: 1rem;
    font-weight: 700;
    color: white;
}

.period-dates {
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.2;
}

.pricing-table tbody {
    display: table-row-group;
}

.pricing-table tbody tr {
    border-bottom: 1px solid var(--border-light);
    transition: all 0.3s ease;
    display: table-row;
}

.pricing-table tbody tr:hover {
    background: rgba(0, 102, 204, 0.02);
}

.pricing-table tbody tr:last-child {
    border-bottom: none;
}

.pricing-table td {
    padding: 1.25rem 1rem;
    text-align: center;
    vertical-align: middle;
    border: none;
    position: relative;
    display: table-cell;
}

.category-name {
    text-align: left !important;
    font-weight: 600;
    color: var(--text-primary);
}

.category-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.category-info i {
    font-size: 1.25rem;
    width: 24px;
}

.price-cell {
    position: relative;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    vertical-align: middle;
}

.price-amount {
    color: var(--primary-color);
    font-size: 1.25rem;
    font-weight: 800;
}

.active-price-badge {
    display: block;
    background: var(--success-color);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 10px rgba(16, 216, 118, 0.4);
    margin: 0.75rem auto 0 auto;
    max-width: fit-content;
    animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(16, 216, 118, 0.4);
    }
    50% {
        box-shadow: 0 4px 15px rgba(16, 216, 118, 0.7);
    }
}

/* Pricing Notes */
.pricing-notes {
    background: var(--bg-secondary);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid var(--border-light);
}

.pricing-note {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Column Width Specifications */
.pricing-table .category-col {
    width: 25%;
}

.pricing-table .early-bird-col,
.pricing-table .regular-col,
.pricing-table .on-spot-col {
    width: 25%;
}

/* Mobile Pricing Table */
@media (max-width: 768px) {
    .pricing-table-container {
        padding: 1.5rem;
        margin: 0 -15px;
        border-radius: 0;
    }
    
    .pricing-title {
        font-size: 2rem;
    }
    
    .pricing-table-responsive {
        margin: 1rem -1.5rem;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 1rem 0.5rem;
        font-size: 0.9rem;
    }
    
    .pricing-notes .row {
        flex-direction: column;
    }
    
    .pricing-note {
        justify-content: center;
        text-align: center;
        margin-bottom: 0.5rem;
    }
}

/* ================================
   REGISTRATION FORM STYLES
   ================================ */

/* Registration Hero Section */
.hero-registration-section {
    background: linear-gradient(135deg, #0066cc 0%, #3388dd 50%, #29b6f6 100%) !important;
    min-height: calc(100vh - 80px) !important;
    padding: 180px 0 80px !important;
    position: relative;
    overflow: hidden;
}

.hero-registration-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.registration-hero-content {
    position: relative;
    z-index: 2;
}

.registration-icon-modern {
    position: relative;
    display: inline-block;
}

.registration-icon-modern i {
    font-size: 4rem;
    color: white;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.registration-title-modern {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.registration-subtitle-modern {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.registration-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.registration-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.registration-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

/* Registration Form Container */
.registration-form-enhanced {
    background: var(--bg-primary);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 102, 204, 0.1);
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.registration-form-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    z-index: 1;
}

/* Form Sections */
.form-section {
    background: var(--bg-secondary);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid var(--border-light);
    margin-bottom: 2rem;
    position: relative;
}

.form-section:last-of-type {
    margin-bottom: 1rem;
}

.section-header {
    border-bottom: 2px solid rgba(0, 102, 204, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.section-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0;
    display: flex;
    align-items: center;
}

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

/* Radio Groups */
.radio-group-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    background: rgba(0, 102, 204, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(0, 102, 204, 0.1);
}

/* Improved Radio Button Grid */
.radio-buttons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.radio-button-item {
    position: relative;
}

.radio-button-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-button-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    background: var(--bg-primary);
    border: 2px solid var(--border-light);
    border-radius: 8px;
    font-weight: 500;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-height: 48px;
}

.radio-button-label:hover {
    border-color: var(--primary-light);
    background: rgba(0, 102, 204, 0.05);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
}

.radio-button-item input[type="radio"]:checked + .radio-button-label {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    border-color: var(--primary-color);
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
    transform: translateY(-2px);
}

.radio-button-item input[type="radio"]:focus + .radio-button-label {
    outline: 2px solid rgba(0, 102, 204, 0.5);
    outline-offset: 2px;
}

.form-check-inline {
    margin-right: 0;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25);
}

.form-check-label {
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.form-check-input:checked + .form-check-label {
    background: rgba(0, 102, 204, 0.1);
    color: var(--primary-color);
    font-weight: 600;
}

/* Category Cards */
.category-cards-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.category-card {
    position: relative;
    background: var(--bg-primary);
    border: 2px solid var(--border-light);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-card:hover {
    border-color: var(--primary-light);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.15);
    transform: translateY(-5px);
}

.category-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.category-card input[type="radio"]:checked + .category-label {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, rgba(0, 168, 107, 0.05) 100%);
    border-color: var(--primary-color);
}

.category-label {
    display: block;
    padding: 2rem 1.5rem;
    text-align: center;
    cursor: pointer;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 13px;
    transition: all 0.3s ease;
}

.category-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.category-info h6 {
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.category-info p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.category-price {
    font-size: 1.75rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.category-pricing-type {
    font-size: 0.8rem;
    color: var(--success-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}

/* Compact Category Cards */
.category-cards-modern-compact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.category-card-compact {
    position: relative;
    background: var(--bg-primary);
    border: 2px solid var(--border-light);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100px;
}

.category-card-compact:hover {
    border-color: var(--primary-light);
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.15);
    transform: translateY(-3px);
}

.category-card-compact input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.category-card-compact input[type="radio"]:checked + .category-label-compact {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, rgba(0, 168, 107, 0.05) 100%);
    border-color: var(--primary-color);
}

.category-label-compact {
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    gap: 1rem;
}

.category-icon-compact {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 102, 204, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.category-icon-compact i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.category-card-compact input[type="radio"]:checked + .category-label-compact .category-icon-compact {
    background: var(--primary-color);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.category-card-compact input[type="radio"]:checked + .category-label-compact .category-icon-compact i {
    color: white;
}

.category-info-compact {
    flex: 1;
    min-width: 0;
}

.category-info-compact .category-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.category-info-compact .category-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.category-status {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(16, 216, 118, 0.1);
    color: var(--success-color);
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Account Info Card */
.account-info-card {
    background: var(--bg-primary);
    border: 1px solid rgba(0, 102, 204, 0.15);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.08);
}

.account-info-card .card-header {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, rgba(0, 168, 107, 0.05) 100%);
    border-bottom: 1px solid rgba(0, 102, 204, 0.1);
    padding: 1.25rem 1.5rem;
}

.account-info-card .card-header h6 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.1rem;
}

.account-info-card .card-body {
    padding: 1.5rem;
}

.account-detail {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem;
    background: var(--bg-secondary);
    border-radius: 8px;
    border: 1px solid var(--border-light);
}

.detail-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary);
    font-family: 'Courier New', monospace;
}

/* File Upload */
.file-upload-modern {
    position: relative;
    display: inline-block;
    width: 100%;
}

.file-upload-modern .file-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.file-upload-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: var(--bg-secondary);
    border: 2px dashed var(--border-medium);
    border-radius: 10px;
    color: var(--text-muted);
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.file-upload-modern:hover .file-upload-text {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: rgba(0, 102, 204, 0.05);
}

.file-upload-text i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .registration-form-enhanced {
        padding: 2rem 1.5rem;
        margin: 0 -15px;
        border-radius: 0;
    }
    
    .form-section {
        padding: 1.5rem;
    }
    
    .registration-title-modern {
        font-size: 2.5rem;
    }
    
    .registration-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .category-cards-modern {
        grid-template-columns: 1fr;
    }
    
    .category-cards-modern-compact {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .category-card-compact {
        height: 90px;
    }
    
    .category-label-compact {
        padding: 0.75rem;
        gap: 0.75rem;
    }
    
    .category-icon-compact {
        width: 40px;
        height: 40px;
    }
    
    .category-icon-compact i {
        font-size: 1.25rem;
    }
    
    .category-info-compact .category-name {
        font-size: 0.9rem;
    }
    
    .category-info-compact .category-price {
        font-size: 1.1rem;
    }
    
    .radio-group-modern {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .account-detail {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .registration-form-enhanced {
        padding: 1.5rem 1rem;
    }
    
    .form-section {
        padding: 1rem;
    }
    
    .section-header {
        margin-bottom: 1.5rem;
    }
    
    .registration-badge {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}

/* Additional Toast Animation Classes */
.toast-slide-in {
    animation: slideInRight 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.toast-slide-out {
    animation: slideOutRight 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* ================================
   Announcement Banner Styles
   ================================ */

.announcement-banner {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 50%, #bd2130 100%);
    color: white;
    padding: 12px 0;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1040; 
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
    animation: pulse-glow 2s ease-in-out infinite alternate;
}

.announcement-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    animation: shimmer 3s ease-in-out infinite;
}

.announcement-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    text-align: center;
    justify-content: center;
}

.announcement-content i {
    font-size: 1.2rem;
    animation: bounce 1s ease-in-out infinite;
    flex-shrink: 0;
}

.announcement-content span {
    display: inline-block;
    padding-left: 0;
}


@keyframes pulse-glow {
    0% {
        box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
    }
    100% {
        box-shadow: 0 4px 16px rgba(220, 53, 69, 0.5);
    }
}

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

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    60% {
        transform: translateY(-2px);
    }
}


/* Mobile responsiveness for announcement banner */
@media (max-width: 768px) {
    .announcement-banner {
        display: none !important; /* Hide desktop banner on mobile */
    }
    
    .announcement-content {
        font-size: 0.9rem;
        gap: 8px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    
    .announcement-content i {
        font-size: 1rem;
    }
    
    .announcement-content span {
        line-height: 1.4;
        word-wrap: break-word;
    }
}

@media (max-width: 576px) {
    .announcement-banner {
        display: none !important; /* Hide desktop banner on mobile */
    }
    
    .announcement-content {
        font-size: 0.85rem;
        gap: 6px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    
    .announcement-content i {
        font-size: 0.9rem;
    }
    
    .announcement-content span {
        line-height: 1.3;
        word-wrap: break-word;
    }
}

/* ================================
   Mobile Announcement Banner Styles
   ================================ */

.mobile-announcement-banner {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 50%, #bd2130 100%);
    color: white;
    padding: 10px 0;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
    display: none; 
    min-height: 50px; 
}

.mobile-announcement-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    animation: shimmer 3s ease-in-out infinite;
}

.mobile-announcement-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.4;
}

.mobile-announcement-content i {
    font-size: 1rem;
    color: #ffd700;
    animation: bounce 2s ease-in-out infinite;
}

.mobile-announcement-content span {
    flex: 1;
    word-wrap: break-word;
    hyphens: auto;
}

/* Show mobile banner only on small screens */
@media (max-width: 991.98px) {
    .mobile-announcement-banner {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 768px) {
    .mobile-announcement-banner {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 115px; 
        padding: 8px 0;
    }
    
    .mobile-announcement-content {
        font-size: 0.85rem;
        gap: 6px;
        padding: 0 10px;
    }
    
    .mobile-announcement-content i {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .mobile-announcement-banner {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 90px; /* Position below mobile navbar */
        padding: 6px 0;
    }
    
    .mobile-announcement-content {
        font-size: 0.8rem;
        gap: 5px;
        padding: 0 8px;
    }
    
    .mobile-announcement-content i {
        font-size: 0.85rem;
    }
}

/* Ensure Bootstrap modals appear above mobile banner */
.modal {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 9998 !important;
}

/* Specifically target the homepage modal */
#homepageBannerModal {
    z-index: 9999 !important;
}

#homepageBannerModal .modal-dialog {
    z-index: 10000 !important;
}
