/* Macz Wedding Stories - Hindu Theme for Live Gallery */

body {
    background-color: #2b080d;
    background-image: radial-gradient(circle at 50% 0%, #4a0e17 0%, #2b080d 70%);
    color: #fdf5e6;
    font-family: 'Inter', sans-serif;
}

/* Site Header & Footer Override for this Theme */
body .site-header, body .site-header.scrolled, body footer {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    position: relative !important;
}
body .site-header .menu a, body .site-header .mobile-menu-toggle { color: #e6b86a !important; }
body footer, body footer a, body footer p, body footer span { color: rgba(253, 245, 230, 0.7) !important; border-color: rgba(230, 184, 106, 0.2) !important; }

.theme-hindu {
    background: transparent;
    color: inherit;
    min-height: 100vh;
}

.theme-hindu .page-header {
    background: transparent;
    border-bottom: 1px solid rgba(230, 184, 106, 0.15);
    padding: 80px 0 60px;
}

.theme-hindu .page-title {
    color: #e6b86a;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 0 4px 15px rgba(230, 184, 106, 0.2);
}

.theme-hindu .page-subtitle {
    color: rgba(253, 245, 230, 0.6);
    letter-spacing: 2px;
}

.theme-hindu .gallery-controls {
    border-bottom: 1px solid rgba(230, 184, 106, 0.15) !important;
}

.theme-hindu .btn-outline-gold {
    color: #e6b86a;
    border: 1px solid rgba(230, 184, 106, 0.5);
    background: rgba(74, 14, 23, 0.3);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.theme-hindu .btn-outline-gold:hover {
    background: #e6b86a;
    color: #2b080d;
    box-shadow: 0 5px 20px rgba(230, 184, 106, 0.4);
    transform: translateY(-2px);
}

.theme-hindu .live-status span:last-child {
    color: #e6b86a !important;
}

.theme-hindu .live-image-item {
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    border: 1px solid rgba(230, 184, 106, 0.1);
}

.theme-hindu .dl-btn {
    background: #e6b86a;
    color: #2b080d;
}

.theme-hindu .dl-btn:hover {
    background: #ffffff;
}

.theme-hindu .empty-gallery-msg {
    color: rgba(230, 184, 106, 0.4) !important;
}

.theme-hindu .empty-gallery-msg i {
    color: rgba(230, 184, 106, 0.6) !important;
}
