/* ============================================
   BANGANGA MAHA-AARTI 2025 - STYLESHEET
   Modern Spiritual Design with Elegant Theme
   ============================================ */

/* === RESET & BASE === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Color Palette - Vibrant Spiritual Theme */
    --deep-indigo: #1A1A40;
    --gold: #FFD700;
    --bright-gold: #FFC107;
    --saffron: #FF6B35;
    --orange: #FF8C42;
    --cream: #FFFDF5;
    --light-cream: #FFF9F0;
    --burgundy: #C41E3A;
    --teal: #00B4A6;
    --soft-gold: #F4E4C1;
    --royal-purple: #6A0DAD;
    --bright-orange: #FF5722;
    
    /* Vibrant Gradients */
    --gradient-primary: linear-gradient(135deg, #C41E3A 0%, #FF6B35 50%, #FFD700 100%);
    --gradient-gold: linear-gradient(135deg, #FFC107 0%, #FFD700 50%, #FF8C42 100%);
    --gradient-saffron: linear-gradient(135deg, #FF5722 0%, #FF6B35 50%, #FFD700 100%);
    --gradient-vibrant: linear-gradient(135deg, #6A0DAD 0%, #C41E3A 50%, #FF6B35 100%);
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.2);
    --shadow-glow: 0 0 30px rgba(255, 215, 0, 0.3);
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: var(--light-cream);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
    color: var(--deep-indigo);
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

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

/* === NAVIGATION === */
.navbar {
    background: rgba(26, 26, 64, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: var(--shadow-md);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.logo:hover {
    transform: scale(1.05);
}

.logo-icon {
    width: 150px;
    /* height: 80px; */
    object-fit: contain;
}

.logo-text {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
    display: none;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: var(--cream);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: background 0.3s, color 0.3s;
}

.nav-links a:hover,
.nav-links a.active {
    background: rgba(255, 215, 0, 0.1);
    color: var(--gold);
}

.nav-cta {
    background: var(--gradient-gold) !important;
    color: var(--deep-indigo) !important;
    font-weight: 600 !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 50px !important;
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

.admin-link {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--gold);
    border-radius: 3px;
    transition: all 0.3s;
}

/* === HERO SECTION === */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
    background: url('https://customer-assets.emergentagent.com/job_site-loader-2/artifacts/whb5mcld_Banganga2024-7.jpg') center center / cover no-repeat;
}

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

.hero-bg-image,
.hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) saturate(1.3) contrast(1.1);
}

.hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(106, 13, 173, 0.3) 0%, rgba(26, 0, 51, 0.7) 100%);
    z-index: 2;
}

/* Animated glowing particles */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 107, 53, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 20%, rgba(255, 140, 66, 0.15) 0%, transparent 50%);
    z-index: 3;
    animation: glowPulse 8s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.diya-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
}

.diya {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #FFD700 0%, #FF8C42 50%, transparent 70%);
    border-radius: 50%;
    box-shadow: 
        0 0 20px #FFD700,
        0 0 40px #FF8C42,
        0 0 60px rgba(255, 215, 0, 0.3);
    animation: float 6s infinite ease-in-out;
}

.diya-1 { 
    top: 15%; 
    left: 10%; 
    animation-delay: 0s;
    width: 15px;
    height: 15px;
}
.diya-2 { 
    top: 25%; 
    right: 15%; 
    animation-delay: 1.5s;
    width: 10px;
    height: 10px;
}
.diya-3 { 
    bottom: 25%; 
    left: 20%; 
    animation-delay: 3s;
    width: 14px;
    height: 14px;
}
.diya-4 { 
    bottom: 20%; 
    right: 12%; 
    animation-delay: 4.5s;
    width: 11px;
    height: 11px;
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0) scale(1); 
        opacity: 0.8; 
    }
    50% { 
        transform: translateY(-30px) scale(1.3); 
        opacity: 1; 
    }
}

.hero-content {
    text-align: center;
    color: var(--cream);
    z-index: 10;
    position: relative;
    padding: 2rem;
}

.hero-title {
    font-size: clamp(2rem, 6vw, 4rem);
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease-out;
}

.hero-main-title {
    color: #FFFFFF;
    text-shadow: 
        0 0 10px rgba(255, 215, 0, 0.8),
        0 0 20px rgba(255, 140, 66, 0.6),
        0 0 30px rgba(255, 107, 53, 0.4),
        3px 3px 10px rgba(0, 0, 0, 0.8);
    display: block;
    font-size: clamp(2.2rem, 5.5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: 2px;
    animation: glow 2s ease-in-out infinite alternate;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

@keyframes glow {
    from {
        text-shadow: 
            0 0 10px rgba(255, 215, 0, 0.8),
            0 0 20px rgba(255, 140, 66, 0.6),
            0 0 30px rgba(255, 107, 53, 0.4),
            3px 3px 10px rgba(0, 0, 0, 0.8);
    }
    to {
        text-shadow: 
            0 0 20px rgba(255, 215, 0, 1),
            0 0 30px rgba(255, 140, 66, 0.8),
            0 0 40px rgba(255, 107, 53, 0.6),
            3px 3px 10px rgba(0, 0, 0, 0.8);
    }
}

.hero-subtitle {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C42 50%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    margin: 0.3rem 0 0.5rem;
    font-weight: 900;
    text-shadow: none;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
    animation: shimmer 3s ease-in-out infinite;
    line-height: 1.1;
}

.hero-logo-image {
    display: block;
    max-width: 759px;
    width: 90%;
    height: auto;
    margin: 1rem auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.6));
}

@media (max-width: 768px) {
    .hero-logo-image {
        max-width: 400px;
        margin: 0.8rem auto;
    }
}

@media (max-width: 480px) {
    .hero-logo-image {
        max-width: 280px;
        margin: 0.5rem auto;
    }
}

@keyframes shimmer {
    0%, 100% { filter: brightness(1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5)); }
    50% { filter: brightness(1.2) drop-shadow(0 4px 12px rgba(255, 140, 66, 0.6)); }
}

.hero-year {
    font-size: clamp(1.8rem, 4.5vw, 3.2rem);
    color: #FF8C42;
    text-shadow: 
        0 0 10px rgba(255, 140, 66, 0.8),
        2px 2px 8px rgba(0, 0, 0, 0.8);
    font-weight: 700;
    line-height: 1.2;
}

.hero-description {
    font-size: 1.3rem;
    margin: 1rem 0 2rem;
    opacity: 1;
    animation: fadeInUp 1s ease-out 0.3s backwards;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
    font-weight: 500;
    color: #FFF9F0;
}

/* Event Banner - Elegant Single Line Design */
.event-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 2rem auto;
    padding: 1.8rem 3rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 249, 240, 0.15) 100%);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 215, 0, 0.6);
    border-radius: 100px;
    max-width: fit-content;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 0 50px rgba(255, 215, 0, 0.3);
    animation: fadeInUp 1s ease-out 0.6s backwards;
    position: relative;
}

.banner-ornament {
    font-size: 2rem;
    color: #FFD700;
    animation: rotate 10s linear infinite;
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
}

.banner-ornament.left {
    margin-right: 1rem;
}

.banner-ornament.right {
    margin-left: 1rem;
}

.event-info-row {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.event-info-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.event-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFD700;
    font-weight: 700;
}

.event-separator {
    color: #FF8C42;
    font-size: 1.2rem;
}

.event-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.event-divider {
    color: rgba(255, 215, 0, 0.5);
    font-size: 1.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.9s backwards;
    margin-top: 2rem;
}

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

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-arrow {
    width: 30px;
    height: 30px;
    border-left: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
    transform: rotate(-45deg);
}

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

/* === BUTTONS === */
.btn {
    display: inline-block;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    border: none;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C42 50%, #FF6B35 100%);
    color: #1A0033;
    box-shadow: 
        0 8px 25px rgba(255, 140, 66, 0.4),
        0 0 20px rgba(255, 215, 0, 0.3);
    border: 2px solid transparent;
}

.btn-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 
        0 12px 40px rgba(255, 140, 66, 0.6),
        0 0 40px rgba(255, 215, 0, 0.5);
    background: linear-gradient(135deg, #FFC107 0%, #FFD700 50%, #FF8C42 100%);
}

.btn-secondary {
    background: transparent;
    color: #FFFFFF;
    border: 3px solid #FFD700;
    box-shadow: 
        0 4px 15px rgba(255, 215, 0, 0.3),
        inset 0 0 20px rgba(255, 215, 0, 0.1);
}

.btn-secondary:hover {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 140, 66, 0.2) 100%);
    border-color: #FF8C42;
    color: #FFD700;
    transform: translateY(-5px);
    box-shadow: 
        0 8px 25px rgba(255, 140, 66, 0.5),
        inset 0 0 30px rgba(255, 215, 0, 0.2);
}

.btn-outline {
    background: transparent;
    color: var(--deep-indigo);
    border: 2px solid var(--deep-indigo);
}

.btn-outline:hover {
    background: var(--deep-indigo);
    color: var(--cream);
}

.btn-large {
    padding: 1.25rem 3rem;
    font-size: 1.2rem;
}

.btn-block {
    width: 100%;
    display: block;
}

.btn-danger {
    background: #dc3545;
    color: white;
}

.btn-danger:hover {
    background: #c82333;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* === SECTIONS === */
.section {
    padding: var(--spacing-2xl) 0;
}

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

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--deep-indigo);
}

.section-divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-gold);
    margin: 0 auto;
    border-radius: 2px;
}

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

/* === CONTENT CARDS === */
.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.content-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF9F0 100%);
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 215, 0, 0.1);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #FFD700 0%, #FF8C42 50%, #FFD700 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

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

.content-card:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 20px 60px rgba(255, 140, 66, 0.25),
        0 0 0 2px rgba(255, 215, 0, 0.3);
}

.card-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(255, 140, 66, 0.3));
    animation: iconFloat 3s ease-in-out infinite;
}

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

.content-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--deep-indigo);
    background: linear-gradient(135deg, #1A0033 0%, #6A0DAD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-card p {
    color: #555;
    line-height: 1.9;
    font-size: 1.05rem;
}

/* === HIGHLIGHTS === */
.highlights-section {
    background: white;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.highlight-card {
    background: var(--light-cream);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid var(--gold);
    transition: transform 0.3s;
}

.highlight-card:hover {
    transform: translateX(10px);
}

.highlight-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 1rem;
}

.highlight-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
}

.highlight-card p {
    color: #555;
    line-height: 1.7;
}

/* === CTA SECTION === */
.cta-section {
    background: linear-gradient(135deg, #6A0DAD 0%, #C41E3A 50%, #FF6B35 100%);
    color: var(--cream);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 30% 50%, rgba(255, 215, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(255, 140, 66, 0.15) 0%, transparent 50%);
    animation: rotateBg 15s linear infinite;
}

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

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    color: #FFFFFF;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 
        0 0 20px rgba(255, 215, 0, 0.5),
        2px 2px 10px rgba(0, 0, 0, 0.5);
}

.cta-content p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    color: #FFF9F0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.cta-note {
    font-size: 1rem;
    margin-top: 1.5rem;
    opacity: 0.85;
    color: #FFD700;
}

/* === PAGE HEADER === */
.page-header {
    background: linear-gradient(135deg, #C41E3A 0%, #FF6B35 50%, #FFD700 100%);
    color: var(--cream);
    padding: 8rem 0 4rem;
    text-align: center;
    position: relative;
    margin-top: 70px;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 300"><path d="M0,150 Q300,100 600,150 T1200,150 L1200,300 L0,300 Z" fill="%23000" opacity="0.05"/></svg>') no-repeat bottom;
    background-size: cover;
}

.page-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--cream);
    position: relative;
    z-index: 1;
}

.page-subtitle {
    font-size: 1.2rem;
    margin-top: 1rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

/* === CONTENT WRAPPER === */
.content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.content-main {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

.content-block {
    margin-bottom: 2.5rem;
}

.content-block h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--deep-indigo);
    border-left: 5px solid var(--gold);
    padding-left: 1rem;
}

.content-block p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #555;
}

/* === SIDEBAR === */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sidebar-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
}

.sidebar-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--deep-indigo);
}

.fact-list,
.guideline-list {
    list-style: none;
}

.fact-list li,
.guideline-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.fact-list li:last-child,
.guideline-list li:last-child {
    border-bottom: none;
}

.cta-card {
    background: var(--gradient-primary);
    color: var(--cream);
}

.cta-card h3 {
    color: var(--gold);
}

.cta-card p {
    color: var(--cream);
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.info-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.info-box {
    background: var(--light-cream);
    padding: 2rem;
    border-radius: 15px;
    border-top: 4px solid var(--gold);
}

.info-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.info-box h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

/* === TIMELINE === */
.schedule-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.schedule-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.schedule-intro p {
    font-size: 1.1rem;
    color: #666;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 50px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, var(--gold), var(--saffron));
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 3rem;
}

.timeline-marker {
    position: absolute;
    left: -30px;
    top: 0;
}

.timeline-marker::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    background: white;
    border: 4px solid var(--gold);
    border-radius: 50%;
}

.timeline-time {
    position: absolute;
    left: 50px;
    top: -12px;
    background: var(--gold);
    color: var(--deep-indigo);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
    z-index: 10;
}

.timeline-content {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s;
}

.timeline-content:hover {
    transform: translateX(10px);
    box-shadow: var(--shadow-lg);
}

.timeline-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--deep-indigo);
}

.timeline-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.timeline-details {
    list-style: none;
    margin-top: 1rem;
}

.timeline-details li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #666;
}

.timeline-details li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
}

.timeline-item.highlight .timeline-content {
    background: linear-gradient(135deg, #FFF9F0 0%, #FFE4B5 100%);
    border: 2px solid var(--gold);
}

.timeline-item.highlight .timeline-marker::before {
    background: var(--gold);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); }
    50% { box-shadow: 0 0 0 20px rgba(255, 215, 0, 0); }
}

/* === INFO PANEL === */
.info-panel {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    margin: 3rem 0;
}

.info-panel h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.guidelines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.guideline-card {
    text-align: center;
    padding: 2rem;
    background: var(--light-cream);
    border-radius: 15px;
    transition: transform 0.3s;
}

.guideline-card:hover {
    transform: translateY(-5px);
}

.guideline-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.guideline-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.guideline-card p {
    color: #666;
    line-height: 1.7;
}

.schedule-cta {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem;
    background: var(--gradient-primary);
    border-radius: 20px;
    color: var(--cream);
}

.schedule-cta h2 {
    color: var(--gold);
    margin-bottom: 1rem;
}

.schedule-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* === GALLERY === */
.gallery-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.gallery-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.gallery-intro p {
    font-size: 1.1rem;
    color: #666;
}

.gallery-filter {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.filter-btn {
    padding: 0.75rem 1.5rem;
    background: white;
    border: 2px solid var(--deep-indigo);
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    color: var(--deep-indigo);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--deep-indigo);
    color: white;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.gallery-image {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

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

.placeholder-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-text {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.gallery-caption {
    background: white;
    padding: 1.5rem;
}

.gallery-caption h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.gallery-caption p {
    color: #666;
    font-size: 0.95rem;
}

/* Lightbox caption */
.lightbox-caption {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    padding: 1rem;
}

/* === VIDEO SECTION === */
.video-section {
    margin-top: 4rem;
}

.video-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.video-section > p {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.video-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s;
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-thumbnail {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1A1A40 0%, #4B0082 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.play-button {
    width: 80px;
    height: 80px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--deep-indigo);
    margin-bottom: 1rem;
    transition: transform 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.5);
}

.video-card:hover .play-button {
    transform: translate(-50%, -50%) scale(1.2);
    background: #FFC107;
}

.video-title {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

.video-card h3 {
    padding: 1.5rem;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.video-card p {
    padding: 0 1.5rem 1.5rem;
    color: #666;
    font-size: 0.9rem;
}

.gallery-cta {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem;
    background: var(--gradient-primary);
    border-radius: 20px;
    color: var(--cream);
}

.gallery-cta h2 {
    color: var(--gold);
    margin-bottom: 1rem;
}

.gallery-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* === INSTAGRAM SECTION === */
.instagram-section {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
    border-radius: 20px;
    border: 2px solid #e0e0e0;
}

.instagram-section h2 {
    color: var(--deep-indigo);
    margin-bottom: 1rem;
    font-size: 2rem;
}

.instagram-section p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.instagram-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(131, 58, 180, 0.4);
}

.instagram-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(131, 58, 180, 0.6);
}

.instagram-cta {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    color: #888;
    font-style: italic;
}

/* === PUJA BOOKING === */
.puja-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.puja-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.puja-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    border-color: var(--gold);
}

.puja-icon {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
}

.puja-card h3 {
    color: var(--deep-indigo);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.puja-card p {
    color: #666;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1.5rem;
}

.puja-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold);
    text-align: center;
    margin: 1.5rem 0;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 215, 0, 0.2) 100%);
    border-radius: 10px;
}

.puja-price-new {
    text-align: center;
    margin: 1.5rem 0;
    padding: 0.5rem 0;
}

.price-amount {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    padding: 0.5rem 1.5rem;
    border-bottom: 3px solid var(--gold);
    letter-spacing: 0.5px;
}

.puja-benefits {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.puja-benefits strong {
    color: var(--deep-indigo);
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.75rem;
}

.puja-benefits ul {
    list-style: none;
    padding: 0;
}

.puja-benefits li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #555;
}

.puja-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: bold;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    border: 2px solid rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    color: var(--gold);
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
}

.benefit-card p {
    color: var(--cream);
    opacity: 0.9;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .puja-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* === HOW IT WORKS GRID === */
.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.work-step {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.work-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    border-color: var(--gold);
}

.step-icon-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--bright-gold) 100%);
    color: var(--deep-indigo);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

.step-icon {
    font-size: 3rem;
}

.work-step h3 {
    color: var(--deep-indigo);
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.work-step p {
    color: #666;
    line-height: 1.8;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .how-it-works-grid {
        grid-template-columns: 1fr;
    }
}

/* === REGISTRATION === */
.registration-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.disclaimer-section {
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-card {
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.disclaimer-header {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 2rem;
    text-align: center;
}

.disclaimer-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.disclaimer-header h2 {
    color: white;
    font-size: 2rem;
}

.disclaimer-content {
    padding: 2.5rem;
}

.disclaimer-content h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--deep-indigo);
}

.disclaimer-list {
    list-style: none;
    counter-reset: disclaimer-counter;
}

.disclaimer-list li {
    counter-increment: disclaimer-counter;
    margin-bottom: 1.5rem;
    padding-left: 3rem;
    position: relative;
    line-height: 1.8;
}

.disclaimer-list li::before {
    content: counter(disclaimer-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: var(--gold);
    color: var(--deep-indigo);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.disclaimer-checkbox {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--light-cream);
    border-radius: 10px;
    border: 2px solid var(--gold);
}

.disclaimer-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.disclaimer-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    cursor: pointer;
}

.disclaimer-footer {
    padding: 2rem 2.5rem;
    background: var(--light-cream);
    text-align: center;
}

/* === FORMS === */
.registration-form-section,
.contact-form-container {
    max-width: 900px;
    margin: 0 auto;
}

.form-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
}

.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: #666;
}

.form-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #eee;
}

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

.form-section-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--deep-indigo);
}

.form-section-desc {
    color: #666;
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--deep-indigo);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    font-family: var(--font-body);
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

.form-group textarea {
    resize: vertical;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal !important;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin-right: 0.5rem;
}

.form-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.member-card {
    background: var(--light-cream);
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    border-left: 4px solid var(--gold);
}

/* === SUCCESS MESSAGE === */
.success-message {
    max-width: 700px;
    margin: 0 auto;
}

.success-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    text-align: center;
}

.success-icon {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.success-card h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #28a745;
}

.success-card p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #555;
}

.success-note {
    background: var(--light-cream);
    padding: 1.5rem;
    border-radius: 10px;
    margin: 2rem 0;
    text-align: left;
}

.success-note p {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.success-note ul {
    list-style: none;
}

.success-note li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.success-note li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
}

/* === CONTACT PAGE === */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.contact-info h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-info > p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s;
}

.contact-card:hover {
    transform: translateX(10px);
}

.contact-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.contact-card p {
    color: #555;
    line-height: 1.8;
}

.contact-card strong {
    color: var(--deep-indigo);
}

.social-links {
    margin-top: 2rem;
}

.social-links h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    transition: transform 0.3s, box-shadow 0.3s;
}

.social-icon:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.alert-success {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    border-left: 4px solid #28a745;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    border-left: 4px solid #dc3545;
}

/* === MAP SECTION === */
.map-section {
    margin-top: 4rem;
}

.map-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.map-container {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    margin-bottom: 2rem;
}

.map-placeholder {
    background: var(--light-cream);
    padding: 4rem;
    border-radius: 15px;
    text-align: center;
    border: 2px dashed var(--gold);
}

.map-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.map-placeholder p {
    margin-bottom: 1.5rem;
    color: #666;
}

.directions-info {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

.directions-info h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.directions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.direction-item {
    padding: 1.5rem;
    background: var(--light-cream);
    border-radius: 10px;
    border-left: 4px solid var(--gold);
}

.direction-item strong {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--deep-indigo);
}

/* === ADMIN STYLES === */
.admin-body {
    background: linear-gradient(135deg, #1A1A40 0%, #4B0082 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-login-container {
    max-width: 450px;
    width: 100%;
    padding: 2rem;
}

.admin-login-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
}

.admin-logo {
    text-align: center;
    margin-bottom: 2rem;
}

.admin-logo .logo-icon {
    font-size: 3rem;
}

.admin-logo h1 {
    font-size: 2rem;
    margin: 1rem 0 0.5rem;
}

.admin-logo p {
    color: #666;
}

.admin-login-footer {
    text-align: center;
    margin-top: 2rem;
}

.back-link {
    color: var(--deep-indigo);
    font-weight: 600;
    transition: color 0.3s;
}

.back-link:hover {
    color: var(--gold);
}

/* === ADMIN NAVBAR === */
.admin-navbar {
    background: var(--deep-indigo);
    padding: 1rem 0;
    box-shadow: var(--shadow-md);
}

.admin-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.admin-nav-links a {
    color: var(--cream);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s;
}

.admin-nav-links a:hover,
.admin-nav-links a.active {
    background: rgba(255, 215, 0, 0.1);
    color: var(--gold);
}

.logout-btn {
    background: rgba(220, 53, 69, 0.2) !important;
    color: #ff6b6b !important;
}

.logout-btn:hover {
    background: rgba(220, 53, 69, 0.3) !important;
}

/* === ADMIN CONTENT === */
.admin-content {
    padding: 2rem 0 4rem;
    min-height: calc(100vh - 70px);
}

.admin-header {
    margin-bottom: 2rem;
}

.admin-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.admin-header p {
    color: #666;
    font-size: 1.1rem;
}

/* === STATS GRID === */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.stat-card {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: transform 0.3s;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}

.stat-icon.total { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.stat-icon.pending { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.stat-icon.approved { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.stat-icon.rejected { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
.stat-icon.checkin { background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); }
.stat-icon.members { background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); }

.stat-content h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.5rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--deep-indigo);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-change {
    font-size: 0.85rem;
    color: #888;
}

.stat-change.positive {
    color: #28a745;
}

/* === ACTIVITY SECTION === */
.activity-section {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    margin-bottom: 3rem;
}

.section-header-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-header-inline h2 {
    font-size: 1.8rem;
}

/* === TABLES === */
.table-container {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.admin-table thead {
    background: var(--light-cream);
}

.admin-table th {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: var(--deep-indigo);
    border-bottom: 2px solid #ddd;
}

.admin-table td {
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.admin-table tbody tr:hover {
    background: var(--light-cream);
}

.user-info strong,
.contact-info {
    display: block;
    margin-bottom: 0.25rem;
}

.contact-info small {
    color: #666;
    font-size: 0.875rem;
}

.members-badge {
    background: var(--gradient-primary);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.875rem;
    font-weight: 600;
}

.badge {
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
}

.badge-pending {
    background: #fff3cd;
    color: #856404;
}

.badge-approved {
    background: #d4edda;
    color: #155724;
}

.badge-rejected {
    background: #f8d7da;
    color: #721c24;
}

.action-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-action {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-action.view {
    background: #007bff;
    color: white;
}

.btn-action.approve {
    background: #28a745;
    color: white;
}

.btn-action.reject {
    background: #dc3545;
    color: white;
}

.btn-action.send {
    background: #17a2b8;
    color: white;
}

.btn-action:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.no-data {
    text-align: center;
    padding: 3rem !important;
    color: #999;
    font-style: italic;
}

/* === QUICK ACTIONS === */
.quick-actions {
    margin-top: 3rem;
}

.quick-actions h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.action-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    display: block;
}

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

.action-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.action-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.action-card p {
    color: #666;
    font-size: 0.95rem;
}

/* === FILTER BAR === */
.filter-bar {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    margin-bottom: 2rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.filter-group,
.search-group,
.action-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-group label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--deep-indigo);
}

.filter-group select {
    padding: 0.75rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 0.95rem;
    min-width: 200px;
}

.search-group {
    flex: 1;
}

.search-group input {
    padding: 0.75rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 0.95rem;
    width: 100%;
}

.action-group {
    margin-left: auto;
}

/* === PAGINATION === */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.page-info {
    font-weight: 600;
    color: var(--deep-indigo);
}

/* === MODAL === */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 2rem;
}

.modal-content {
    background: white;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
}

.modal-header {
    padding: 2rem;
    border-bottom: 2px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    font-size: 1.8rem;
    margin: 0;
}

.modal-close {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #999;
    transition: color 0.3s;
}

.modal-close:hover {
    color: #333;
}

.modal-body {
    padding: 2rem;
}

.details-section {
    margin-bottom: 2rem;
}

.details-section h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--deep-indigo);
    border-left: 4px solid var(--gold);
    padding-left: 1rem;
}

.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.detail-item {
    padding: 0.75rem 0;
}

.detail-item.full-width {
    grid-column: 1 / -1;
}

.detail-item label {
    display: block;
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.detail-item span {
    font-weight: 600;
    color: var(--deep-indigo);
}

.members-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modal-footer {
    padding: 2rem;
    border-top: 2px solid #eee;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

/* === SCANNER === */
.scanner-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.scanner-card,
.manual-entry-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

.scanner-card h3,
.manual-entry-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.scanner-area {
    position: relative;
    background: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.scanner-placeholder {
    padding: 8rem 2rem;
    text-align: center;
}

.scanner-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.scanner-placeholder p {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--deep-indigo);
    margin-bottom: 0.5rem;
}

.scanner-placeholder small {
    color: #666;
}

.scanner-controls {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.manual-entry-card p {
    color: #666;
    margin-bottom: 1.5rem;
}

.manual-input {
    font-family: monospace;
    letter-spacing: 2px;
}

.scan-result {
    max-width: 500px;
    margin: 2rem auto;
}

.result-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    text-align: center;
}

.result-card.success {
    border-top: 5px solid #28a745;
}

.result-card.error {
    border-top: 5px solid #dc3545;
}

.result-icon {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.result-card h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #28a745;
}

.result-details {
    background: var(--light-cream);
    padding: 1.5rem;
    border-radius: 10px;
    margin: 2rem 0;
    text-align: left;
}

.result-details p {
    padding: 0.5rem 0;
    border-bottom: 1px solid #ddd;
}

.result-details p:last-child {
    border-bottom: none;
}

.result-details strong {
    color: var(--deep-indigo);
    margin-right: 0.5rem;
}

.recent-scans {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    margin-bottom: 3rem;
}

.recent-scans h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.scan-stats {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

.scan-stats h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

/* === SETTINGS === */
.settings-container {
    max-width: 1000px;
    margin: 0 auto;
}

.settings-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    margin-bottom: 2rem;
}

.settings-card h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--deep-indigo);
}

.template-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #eee;
}

.tab-btn {
    padding: 1rem 2rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    transition: all 0.3s;
}

.tab-btn:hover,
.tab-btn.active {
    color: var(--deep-indigo);
    border-bottom-color: var(--gold);
}

.template-content {
    padding-top: 1rem;
}

.template-content h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.admin-users-list {
    margin-bottom: 1.5rem;
}

.user-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: var(--light-cream);
    border-radius: 10px;
    margin-bottom: 1rem;
}

.user-info strong {
    font-size: 1.1rem;
    color: var(--deep-indigo);
}

.user-role {
    display: block;
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.25rem;
}

.danger-zone {
    border: 2px solid #dc3545;
}

.danger-zone h2 {
    color: #dc3545;
}

.danger-zone p {
    color: #721c24;
    margin-bottom: 1.5rem;
}

.danger-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


/* === DEVOTEE GUIDELINES SECTION === */
.devotee-guidelines-section {
    background: var(--light-cream);
    padding: 4rem 0;
}

.guidelines-content {
    max-width: 900px;
    margin: 0 auto;
}

.guideline-block {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--primary-orange);
}

.guideline-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.guideline-list {
    list-style-position: outside;
    padding-left: 1.5rem;
    margin: 0;
}

.guideline-list li {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 1rem;
    padding-left: 0.5rem;
}

.guideline-list li strong {
    color: var(--primary-blue);
    font-weight: 600;
}

.guideline-list li em {
    color: #666;
    font-style: italic;
}

.instagram-link {
    color: #1e90ff;
    text-decoration: none;
    font-weight: 600;
}

.instagram-link:hover {
    text-decoration: underline;
}

/* Override button styling for instagram link in guidelines */
.devotee-guidelines-section .instagram-link {
    display: inline;
    padding: 0;
    background: none;
    color: #1e90ff;
    border-radius: 0;
    font-size: inherit;
    box-shadow: none;
    transform: none;
}

.devotee-guidelines-section .instagram-link:hover {
    transform: none;
    box-shadow: none;
    text-decoration: underline;
    color: #1e90ff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .guideline-block {
        padding: 1.5rem;
    }
    
    .guideline-heading {
        font-size: 1.3rem;
    }
    
    .guideline-list li {
        font-size: 0.95rem;
    }
}

/* === FOOTER === */
.footer {
    background: #1A1A40 !important;
    color: #FFFDF5 !important;
    padding: 3rem 0 1rem !important;
    margin-top: 4rem !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-col h3 {
    color: var(--gold);
    margin-bottom: 1rem;
}

.footer-col h4 {
    color: var(--gold);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-col p {
    color: var(--cream);
    opacity: 0.9;
    line-height: 1.8;
}

.footer-tagline {
    font-style: italic;
    opacity: 0.8;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--cream);
    opacity: 0.9;
    transition: all 0.3s;
}

.footer-links a:hover {
    opacity: 1;
    color: var(--gold);
    padding-left: 5px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    opacity: 0.8;
    margin: 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.footer-col .footer-logo {
    justify-content: flex-start;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.powered-by {
    color: var(--cream);
    opacity: 0.8;
    font-size: 0.9rem;
}

.powered-by a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.powered-by a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .scanner-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.5rem; }
    
    .nav-links {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        background: rgba(26, 26, 64, 0.98);
        flex-direction: column;
        padding: 2rem;
        transition: left 0.3s;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    /* Event Banner Mobile */
    .event-banner {
        flex-direction: column;
        padding: 1.25rem 1.5rem;
        border-radius: 20px;
        gap: 0.75rem;
        max-width: 100%;
    }
    
    .banner-ornament {
        display: none;
    }
    
    .event-info-row {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .event-divider {
        display: none;
    }
    
    .event-info-item {
        flex-direction: column;
        text-align: center;
        gap: 0.4rem;
        width: 100%;
    }
    
    .event-separator {
        display: none;
    }
    
    .event-label {
        font-size: 0.75rem;
    }
    
    .event-value {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-buttons .btn {
        width: 100%;
    }
    
    .timeline {
        padding-left: 0;
        padding-top: 1rem;
    }
    
    .timeline::before {
        display: none;
    }
    
    .timeline-item {
        padding-left: 0;
        margin-bottom: 1.5rem;
    }
    
    .timeline-marker {
        position: static;
        margin-bottom: 0.5rem;
    }
    
    .timeline-marker::before {
        display: none;
    }
    
    .timeline-time {
        position: static;
        display: inline-block;
        margin-bottom: 0.75rem;
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }
    
    .timeline-content {
        margin-left: 0;
    }
    
    .timeline-content h3 {
        font-size: 1.2rem;
    }
    
    .timeline-content p {
        font-size: 0.95rem;
    }
    
    .info-panel {
        padding: 1.5rem;
    }
    
    .info-panel h2 {
        font-size: 1.5rem;
    }
    
    .guidelines-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .guideline-card {
        padding: 1.5rem;
    }
    
    .guideline-icon {
        font-size: 2.5rem;
    }
    
    .schedule-cta {
        padding: 2rem 1.5rem;
    }
    
    .schedule-cta h2 {
        font-size: 1.8rem;
    }
    
    .filter-bar {
        flex-direction: column;
    }
    
    .filter-group select,
    .search-group input {
        width: 100%;
    }
    
    .action-group {
        margin-left: 0;
    }
    
    .admin-nav-links {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .admin-nav-links a {
        font-size: 0.875rem;
        padding: 0.4rem 0.8rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .admin-table {
        font-size: 0.85rem;
    }
    
    .admin-table th,
    .admin-table td {
        padding: 0.75rem 0.5rem;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .form-actions .btn {
        width: 100%;
    }
    
    .map-form-wrapper {
        grid-template-columns: 1fr;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .contact-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .map-container-new,
    .contact-form-container-new {
        width: 100%;
        overflow: hidden;
    }
    
    .map-placeholder iframe {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .section {
        padding: 2rem 0;
    }
    
    .hero-content {
        padding: 1rem;
    }
    
    .content-card,
    .form-card,
    .settings-card {
        padding: 1.5rem;
    }
    
    .disclaimer-content {
        padding: 1.5rem;
    }
    
    .disclaimer-list li {
        padding-left: 2.5rem;
        font-size: 0.95rem;
    }
    
    .modal {
        padding: 1rem;
    }
    
    .modal-content {
        max-height: 95vh;
    }
    
    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 1.5rem;
    }
    
    .modal-footer {
        flex-direction: column;
    }
    
    .modal-footer .btn {
        width: 100%;
    }
}

/* === UTILITIES === */
.full-width { grid-column: 1 / -1; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }

/* === OTP VERIFICATION MODAL === */
.otp-modal {
    max-width: 500px;
    width: 90%;
}

.mobile-input-wrapper {
    position: relative;
}

.verification-status {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
    font-weight: 700;
}

.verification-status.verified {
    color: #28a745;
}

.otp-info {
    text-align: center;
    margin-bottom: 2rem;
}

.otp-info p {
    color: #666;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.mobile-display {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1A1A40;
    font-family: monospace;
}

.otp-input-container {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: nowrap;
}

.otp-digit {
    width: 50px;
    height: 60px;
    font-size: 1.5rem;
    text-align: center;
    border: 3px solid #e0e0e0;
    border-radius: 10px;
    font-weight: 700;
    color: #1A1A40;
    transition: all 0.3s;
}

.otp-digit:focus {
    outline: none;
    border-color: #FFD700;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
    transform: scale(1.05);
}

.otp-timer {
    text-align: center;
    margin: 1.5rem 0;
    color: #666;
}

.otp-timer strong {
    color: #FF6B35;
    font-size: 1.1rem;
}

.otp-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.otp-actions .btn {
    flex: 1;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

/* Mobile OTP Modal */
@media (max-width: 480px) {
    .otp-modal {
        width: 95%;
        max-width: 100%;
    }
    
    .modal-content {
        margin: 1rem;
    }
    
    .mobile-display {
        font-size: 1.1rem;
    }
    
    .otp-input-container {
        gap: 0.4rem;
        margin: 1.5rem 0;
    }
    
    .otp-digit {
        width: 40px;
        height: 50px;
        font-size: 1.3rem;
        border-width: 2px;
    }
    
    .otp-timer {
        font-size: 0.9rem;
    }
    
    .otp-timer strong {
        font-size: 1rem;
    }
    
    .otp-actions {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .otp-actions .btn {
        width: 100%;
        padding: 1rem;
    }
    
    .modal-header h2 {
        font-size: 1.5rem;
    }
}

/* === MODERN ADMIN STYLES === */
.admin-page {
    background: #f5f7fa;
}

.container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.admin-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.admin-header-modern h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.admin-header-modern p {
    color: #666;
    font-size: 1rem;
}

.btn-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.btn-modern span {
    font-size: 1.1rem;
}

.btn-export {
    background: linear-gradient(135deg, #FFD700 0%, #FF8C42 100%);
    color: #1A0033;
    box-shadow: 0 4px 15px rgba(255, 140, 66, 0.3);
}

.btn-export:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 140, 66, 0.5);
}

.filter-bar-modern {
    background: white;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.filter-left {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.filter-group-modern {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-group-modern label {
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--deep-indigo);
}

.filter-group-modern select {
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 0.95rem;
    min-width: 180px;
    background: white;
    cursor: pointer;
    transition: border-color 0.3s;
}

.filter-group-modern select:focus {
    outline: none;
    border-color: var(--gold);
}

.search-bar-modern {
    flex: 1;
    min-width: 300px;
}

.search-bar-modern input {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: border-color 0.3s;
}

.search-bar-modern input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

/* Registration Cards */
.registration-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.reg-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s;
    border-left: 5px solid #e0e0e0;
}

.reg-card.pending {
    border-left-color: #ffc107;
}

.reg-card.approved {
    border-left-color: #28a745;
}

.reg-card.rejected {
    border-left-color: #dc3545;
}

.reg-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.reg-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e0e0e0;
}

.reg-id {
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--deep-indigo);
    font-family: monospace;
}

.reg-status {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
}

.status-pending {
    background: #fff3cd;
    color: #856404;
}

.status-approved {
    background: #d4edda;
    color: #155724;
}

.status-rejected {
    background: #f8d7da;
    color: #721c24;
}

.reg-card-body {
    padding: 1.5rem;
}

.reg-main-info {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.reg-main-info h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: var(--deep-indigo);
}

.reg-age {
    color: #666;
    font-size: 0.9rem;
}

.reg-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}

.reg-detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #555;
}

.detail-icon-small {
    font-size: 1rem;
}

.reg-card-actions {
    display: flex;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

.btn-view {
    background: #007bff;
    color: white;
}

.btn-view:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.btn-approve {
    background: #28a745;
    color: white;
    flex: 1;
}

.btn-approve:hover {
    background: #218838;
    transform: translateY(-2px);
}

.btn-reject {
    background: #dc3545;
    color: white;
    flex: 1;
}

.btn-reject:hover {
    background: #c82333;
    transform: translateY(-2px);
}

.btn-secondary {
    background: #6c757d;
    color: white;
    flex: 1;
}

.btn-secondary:hover {
    background: #5a6268;
}

.pagination-modern {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin: 3rem 0;
}

.page-info-modern {
    font-size: 1rem;
    color: #666;
}

.page-info-modern strong {
    color: var(--deep-indigo);
    font-weight: 700;
}

.modal-modern {
    max-width: 900px;
}

/* Responsive for Admin Cards */
@media (max-width: 768px) {
    .registration-cards {
        grid-template-columns: 1fr;
    }
    
    .filter-bar-modern {
        flex-direction: column;
    }
    
    .filter-left {
        width: 100%;
        flex-direction: column;
    }
    
    .filter-group-modern select {
        width: 100%;
    }
    
    .search-bar-modern {
        width: 100%;
    }
    
    .reg-card-actions {
        flex-direction: column;
    }
    
    .reg-card-actions .btn-modern {
        width: 100%;
    }
    
    .admin-header-modern {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .btn-export {
        width: 100%;
    }
}

/* === COMPACT TABLE ADMIN STYLES === */
.container-admin {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.admin-header-compact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.admin-header-compact h1 {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.quick-stats {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.stat-pill {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.stat-total {
    background: #e3f2fd;
    color: #1976d2;
}

.stat-pending {
    background: #fff3cd;
    color: #856404;
}

.stat-approved {
    background: #d4edda;
    color: #155724;
}

.stat-rejected {
    background: #f8d7da;
    color: #721c24;
}

.header-actions {
    display: flex;
    gap: 0.75rem;
}

.btn-compact {
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.btn-bulk-approve {
    background: #28a745;
    color: white;
}

.btn-bulk-approve:hover {
    background: #218838;
}

.filter-bar-compact {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-left-compact {
    display: flex;
    gap: 0.75rem;
}

.select-compact {
    padding: 0.625rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.9rem;
    background: white;
    cursor: pointer;
    min-width: 140px;
}

.select-compact:focus {
    outline: none;
    border-color: var(--gold);
}

.search-compact {
    flex: 1;
    min-width: 250px;
}

.search-compact input {
    width: 100%;
    padding: 0.625rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.9rem;
}

.search-compact input:focus {
    outline: none;
    border-color: var(--gold);
}

.table-wrapper-modern {
    background: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.table-compact {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.table-compact thead {
    background: linear-gradient(135deg, #1A1A40 0%, #2D2D5F 100%);
    color: white;
}

.table-compact th {
    padding: 1rem 0.75rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 3px solid var(--gold);
}

.table-compact tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.table-compact tbody tr:hover {
    background: #fffbf0;
}

.table-compact td {
    padding: 1rem 0.75rem;
    vertical-align: middle;
}

.row-pending {
    border-left: 4px solid #ffc107;
}

.row-approved {
    border-left: 4px solid #28a745;
}

.row-rejected {
    border-left: 4px solid #dc3545;
}

.checkbox-compact {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.reg-id-compact {
    color: var(--deep-indigo);
    font-family: monospace;
    font-size: 0.95rem;
}

.name-cell {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.name-cell strong {
    color: var(--deep-indigo);
    font-size: 0.95rem;
}

.name-cell small {
    color: #999;
    font-size: 0.8rem;
}

.contact-cell {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: #666;
}

.date-cell {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.date-cell strong {
    color: var(--deep-indigo);
    font-size: 0.875rem;
}

.date-cell small {
    color: #999;
    font-size: 0.8rem;
}

.member-count {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.85rem;
}

.badge-compact {
    padding: 0.4rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-pending {
    background: #fff3cd;
    color: #856404;
}

.badge-approved {
    background: #d4edda;
    color: #155724;
}

.badge-rejected {
    background: #f8d7da;
    color: #721c24;
}

.actions-compact {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.btn-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-view-icon {
    background: #e3f2fd;
    color: #1976d2;
}

.btn-view-icon:hover {
    background: #1976d2;
    color: white;
    transform: scale(1.1);
}

.btn-approve-icon {
    background: #d4edda;
    color: #28a745;
}

.btn-approve-icon:hover {
    background: #28a745;
    color: white;
    transform: scale(1.1);
}

.btn-reject-icon {
    background: #f8d7da;
    color: #dc3545;
}

.btn-reject-icon:hover {
    background: #dc3545;
    color: white;
    transform: scale(1.1);
}

.btn-secondary-icon {
    background: #e9ecef;
    color: #6c757d;
}

.btn-secondary-icon:hover {
    background: #6c757d;
    color: white;
    transform: scale(1.1);
}

.bottom-bar-admin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    gap: 1.5rem;
}

.bulk-actions-bar {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.selected-count {
    font-weight: 700;
    color: var(--deep-indigo);
    margin-right: 0.5rem;
}

.btn-bulk-action {
    padding: 0.625rem 1rem;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    background: white;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-bulk-action:hover {
    border-color: var(--gold);
    background: #fffbf0;
}

.pagination-compact {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.btn-page {
    padding: 0.5rem 1rem;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-page:hover:not(:disabled) {
    border-color: var(--gold);
    background: #fffbf0;
}

.btn-page:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-numbers {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-page-num {
    width: 36px;
    height: 36px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-page-num.active {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--deep-indigo);
}

.btn-page-num:hover:not(.active) {
    border-color: var(--gold);
    background: #fffbf0;
}

.page-jump {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.page-input {
    width: 70px;
    padding: 0.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

/* Modern Modal Styles */
.modal-compact {
    max-width: 800px;
}

.modal-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #e0e0e0;
}

.modal-header-modern h2 {
    font-size: 1.5rem;
    margin: 0;
}

.modal-close-modern {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    background: #e9ecef;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    transition: all 0.3s;
}

.modal-close-modern:hover {
    background: #dc3545;
    color: white;
}

.detail-section-modern {
    margin-bottom: 2rem;
}

.detail-section-modern h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--deep-indigo);
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--gold);
}

.detail-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.detail-row-modern {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.detail-row-modern.full-width {
    grid-column: 1 / -1;
}

.detail-label-modern {
    font-size: 0.8rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value-modern {
    font-size: 0.95rem;
    color: var(--deep-indigo);
    font-weight: 600;
}

.members-grid-modern {
    display: grid;
    gap: 0.75rem;
}

.member-item-modern {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid var(--gold);
}

.member-item-modern strong {
    color: var(--deep-indigo);
}

.member-item-modern span {
    font-size: 0.875rem;
    color: #666;
}

.modal-footer-modern {
    padding: 1.5rem;
    background: #f8f9fa;
    border-top: 2px solid #e0e0e0;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

/* Responsive Table */
@media (max-width: 1200px) {
    .table-compact {
        font-size: 0.85rem;
    }
    
    .table-compact th,
    .table-compact td {
        padding: 0.75rem 0.5rem;
    }
}

@media (max-width: 768px) {
    .container-admin {
        padding: 0 1rem;
    }
    
    .admin-header-compact {
        flex-direction: column;
        gap: 1rem;
    }
    
    .header-actions {
        width: 100%;
    }
    
    .header-actions .btn-compact {
        flex: 1;
    }
    
    .filter-bar-compact {
        flex-direction: column;
    }
    
    .filter-left-compact {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .select-compact {
        flex: 1;
        min-width: 120px;
    }
    
    .search-compact {
        width: 100%;
    }
    
    .bottom-bar-admin {
        flex-direction: column;
    }
    
    .bulk-actions-bar {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .pagination-compact {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .table-wrapper-modern {
        overflow-x: auto;
    }
    
    .table-compact {
        min-width: 1000px;
    }
}

/* === CONTACT PAGE NEW DESIGN === */
.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.contact-card-new {
    background: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: all 0.3s;
    border-top: 5px solid var(--gold);
}

.contact-card-new:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.contact-icon-new {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.contact-card-new h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--deep-indigo);
}

.contact-card-new p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.map-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

@media (max-width: 991px) {
    .map-form-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.map-container-new,
.contact-form-container-new {
    width: 100%;
}

.map-container-new h2,
.contact-form-container-new h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--deep-indigo);
}

.map-container-new p,
.contact-form-container-new p {
    color: #666;
    margin-bottom: 1.5rem;
}

.map-placeholder iframe {
    width: 100%;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
}

.contact-form-container-new {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

.directions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.direction-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: all 0.3s;
}

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

.direction-card.important {
    border: 3px solid var(--burgundy);
    background: #fff5f5;
}

.direction-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.direction-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--deep-indigo);
}

.direction-card p {
    color: #555;
    line-height: 1.7;
}

.direction-card.important strong {
    color: var(--burgundy);
}

/* === GALLERY MODAL & LIGHTBOX === */
.gallery-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.gallery-lightbox.active {
    display: flex;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    position: relative;
}

.lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 10px;
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0 10px;
}

.lightbox-close:hover {
    color: var(--gold);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: white;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s;
}

.lightbox-nav:hover {
    background: rgba(255, 215, 0, 0.3);
    color: var(--gold);
}

.lightbox-prev {
    left: -80px;
}

.lightbox-next {
    right: -80px;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    width: 90%;
    max-width: 1200px;
    position: relative;
}

.video-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    background: transparent;
    border: none;
}

.video-modal-close:hover {
    color: var(--gold);
}

.video-modal iframe {
    width: 100%;
    height: 70vh;
    border-radius: 10px;
}


/* ============================================
   NEW CTA SECTION - MODERN DESIGN
   ============================================ */

.cta-section-new {
    background: linear-gradient(135deg, #1A1A40 0%, #6A0DAD 50%, #C41E3A 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.cta-decorative-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255, 107, 53, 0.1) 0%, transparent 40%),
        repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255, 215, 0, 0.02) 100px, rgba(255, 215, 0, 0.02) 102px);
    animation: subtleShift 20s ease-in-out infinite;
}

@keyframes subtleShift {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.05); }
}

.cta-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.cta-header {
    text-align: center;
    margin-bottom: 3rem;
}

.cta-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: flicker 3s ease-in-out infinite;
}

@keyframes flicker {
    0%, 100% { opacity: 1; text-shadow: 0 0 20px rgba(255, 215, 0, 0.8); }
    50% { opacity: 0.8; text-shadow: 0 0 30px rgba(255, 215, 0, 1); }
}

.cta-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #FFFFFF;
    margin-bottom: 1rem;
    text-shadow: 
        0 0 20px rgba(255, 215, 0, 0.4),
        2px 2px 8px rgba(0, 0, 0, 0.6);
    line-height: 1.2;
}

.cta-subtitle {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: #FFD700;
    opacity: 0.95;
    font-weight: 300;
}

.cta-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.cta-benefit-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.cta-benefit-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.cta-benefit-card h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    color: #FFD700;
    margin-bottom: 0.75rem;
}

.cta-benefit-card p {
    color: #FFF9F0;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
}

.cta-action-box {
    text-align: center;
    margin-bottom: 3rem;
}

.btn-cta-new {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, #FFD700 0%, #FF8C42 100%);
    color: #1A1A40;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 20px rgba(255, 215, 0, 0.4),
        0 0 30px rgba(255, 215, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.btn-cta-new::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.btn-cta-new:hover::before {
    width: 300px;
    height: 300px;
}

.btn-cta-new:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 8px 30px rgba(255, 215, 0, 0.6),
        0 0 40px rgba(255, 215, 0, 0.4);
}

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

.btn-icon {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.btn-cta-new:hover .btn-icon {
    transform: translateX(5px);
}

.cta-important-note {
    background: rgba(255, 215, 0, 0.15);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 15px;
    padding: 1.5rem 2rem;
    backdrop-filter: blur(10px);
}

.note-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.note-icon {
    font-size: 1.5rem;
}

.note-title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: #FFD700;
    font-weight: 600;
}

.note-text {
    color: #FFF9F0;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
    opacity: 0.95;
}

/* Responsive Design for CTA Section */
@media (max-width: 768px) {
    .cta-section-new {
        padding: 3rem 0;
    }
    
    .cta-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .cta-benefit-card {
        padding: 1.5rem 1rem;
    }


/* Visual Card Grid Guidelines */
.guidelines-visual-header {
    text-align: center;
    margin-bottom: 3rem;
}

.guidelines-visual-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.5rem);
    color: #1A1A40;
    margin-bottom: 0.75rem;
}

.guidelines-visual-header p {
    color: #666;
    font-size: 1.05rem;
}

.guidelines-visual-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 1.75rem;
    max-width: 1300px;
    margin: 0 auto;
}

.guideline-card-visual {
    background: linear-gradient(135deg, #FFF9F0 0%, #FFE4B5 100%);
    padding: 2rem 1.5rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid #FFD700;
    position: relative;
    overflow: hidden;
}

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

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

.guideline-card-visual:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.25);
}

.guideline-card-visual.highlight-card {
    background: linear-gradient(135deg, #FFF9F0 0%, #FFE4B5 100%);
    border-top-color: #C41E3A;
}

.card-visual-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.guideline-card-visual h4 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: #1A1A40;
    margin: 0 0 0.75rem 0;
    font-weight: 600;
    line-height: 1.3;
}

.guideline-card-visual p {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.insta-link {
    color: #C41E3A;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
    .guidelines-visual-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }
}



/* ============================================
   RED BANNER GUIDELINES DESIGN
   ============================================ */

.guidelines-red-banner-section {
    background: #F9F9F9;
    padding: 3rem 0;
}

.guidelines-red-header {
    background: linear-gradient(135deg, #C41E3A 0%, #A01628 100%);
    color: white;
    padding: 1.75rem 2.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
}

.warning-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.guidelines-red-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0;
    font-weight: 700;
    color: white;
}

.guidelines-subtitle-box {
    background: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border-left: 4px solid #FFD700;
}

.guidelines-subtitle-box p {
    margin: 0;
    font-size: 1.05rem;
    color: #333;
    font-weight: 500;
}

.guidelines-numbered-list {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.guideline-numbered-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.guideline-numbered-item:last-child {
    border-bottom: none;
}

.number-circle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #1A1A40;
    font-size: 1.1rem;
    font-weight: 800;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(255, 165, 0, 0.3);
}

.guideline-text-content {
    flex: 1;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

.guideline-text-content strong {
    color: #1A1A40;
    font-weight: 700;
}

.instagram-handle {
    color: #C41E3A;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .guidelines-red-banner-section {
        padding: 2rem 0;
    }
    
    .guidelines-red-header {
        padding: 1.25rem 1.5rem;
        gap: 1rem;
        flex-direction: column;
        text-align: center;
    }
    
    .warning-icon {
        font-size: 2rem;
    }
    
    .guidelines-red-header h2 {
        font-size: 1.35rem;


/* ============================================
   MODERN BLOCK STYLE GUIDELINES
   ============================================ */

.devotee-guidelines-modern {
    background: linear-gradient(135deg, #FFF9F0 0%, #FFFDF5 100%);
    padding: 4rem 2rem;
    margin: 3rem 0;
    border-radius: 16px;
}

.guidelines-modern-header {
    text-align: center;
    margin-bottom: 3rem;
}

.guidelines-modern-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #1A1A40;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.guidelines-modern-header p {
    font-size: 1.1rem;
    color: #666;
}

.guidelines-block-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.guideline-block {
    background: white;
    padding: 2rem 1.75rem;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-top: 4px solid #FFD700;
}

.guideline-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FFD700 0%, #FF8C42 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.guideline-block:hover::before {
    transform: scaleX(1);
}

.guideline-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.25);
}

.block-number {
    display: inline-block;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #1A1A40;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 0.4rem 0.9rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 3px 10px rgba(255, 165, 0, 0.3);
}

.guideline-block h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: #1A1A40;
    margin: 0 0 0.75rem 0;
    font-weight: 600;
    line-height: 1.3;
}

.guideline-block p {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.insta-tag {
    color: #C41E3A;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {


/* ============================================
   COLLAGE GALLERY - GRID MASONRY STYLE
   ============================================ */

.collage-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 250px;
    gap: 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.collage-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f5f5f5;
}

.collage-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}

.collage-item:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Varying sizes for dynamic collage */
.collage-tall {
    grid-row: span 2;
}

/* Social Links Container */
.social-links-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    margin: 2rem 0;
}

.social-link {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.instagram-link {
    background: linear-gradient(135deg, #833AB4 0%, #FD1D1D 50%, #FCAF45 100%) !important;
    color: white !important;
}

.youtube-link {
    background: linear-gradient(135deg, #FF0000 0%, #CC0000 50%, #8B0000 100%) !important;
    color: white !important;
}

.youtube-link:hover {
    background: linear-gradient(135deg, #CC0000 0%, #990000 50%, #660000 100%) !important;
}

@media (max-width: 768px) {
    .social-links-container {
        gap: 1.25rem;
    }
    
    .social-link {
        padding: 0.875rem 1.5rem;
    }
    
    .social-link span {
        font-size: 1rem !important;
    }
}

.collage-wide {
    grid-column: span 2;
}

.collage-big {
    grid-column: span 2;
    grid-row: span 2;
}

/* Responsive */
@media (max-width: 1024px) {
    .collage-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-auto-rows: 200px;
    }
}

@media (max-width: 640px) {
    .collage-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
        gap: 0.75rem;
    }
    
    .collage-tall,
    .collage-wide,
    .collage-big {
        grid-column: span 1;
        grid-row: span 1;
    }
}

    .guidelines-block-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .devotee-guidelines-modern {
        padding: 3rem 1.5rem;
        margin: 2rem 0;
    }
    
    .guidelines-modern-header {
        margin-bottom: 2rem;
    }
    
    .guidelines-modern-header h2 {
        font-size: 1.75rem;
    }
    
    .guidelines-modern-header p {
        font-size: 1rem;
    }
    
    .guidelines-block-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .guideline-block {
        padding: 1.5rem 1.25rem;
    }
    
    .block-number {
        font-size: 1.1rem;
        padding: 0.35rem 0.8rem;
    }
    
    .guideline-block h3 {
        font-size: 1.1rem;
    }
    
    .guideline-block p {
        font-size: 0.9rem;
    }
}


    }
    
    .guidelines-subtitle-box {
        padding: 0.875rem 1.5rem;
    }
    
    .guidelines-numbered-list {
        padding: 1.5rem;
    }
    
    .guideline-numbered-item {
        gap: 1rem;
        padding: 1rem 0;
    }
    
    .number-circle {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .guideline-text-content {
        font-size: 0.95rem;
    }
}


@media (max-width: 768px) {
    .guidelines-visual-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 1.25rem;
    }
    
    .guideline-card-visual {
        padding: 1.5rem 1.25rem;
    }
    
    .card-visual-icon {
        font-size: 2.5rem;
    }
    
    .guideline-card-visual h4 {
        font-size: 1.1rem;
    }
    
    .guideline-card-visual p {
        font-size: 0.9rem;
    }
}

@media (max-width: 500px) {
    .guidelines-visual-grid {
        grid-template-columns: 1fr;
    }
}


    
    .btn-cta-new {
        font-size: 1.1rem;
        padding: 1rem 2rem;
    }
    
    .cta-important-note {
        padding: 1.25rem 1.5rem;
    }
    
    .note-header {
        flex-direction: column;
        gap: 0.5rem;
    }
}

