/* ===== Pachaiamman Green Theme ===== */
[data-theme="green"] {
    --sacred-maroon: #1E6B3A;
    --sacred-dark: #145a2e;
    --sacred-gold: #D4AF37;
    --sacred-saffron: #2D8C4F;
    --sacred-cream: #D8F3DC;
    --sacred-orange: #2D8C4F;
    --theme-navbar-end: #2D8C4F;
    --theme-btn-gold-text: #1E6B3A;
    --theme-btn-gold-hover: #F4D35E;
    --theme-hero-overlay: linear-gradient(to right, rgba(20, 50, 30, 0.94) 0%, rgba(30, 107, 58, 0.82) 28%, rgba(45, 140, 79, 0.48) 48%, rgba(20, 50, 30, 0.22) 68%, rgba(20, 50, 30, 0.08) 100%);
    --theme-hero-glow: radial-gradient(ellipse 60% 50% at 20% 80%, rgba(212, 175, 55, 0.16) 0%, transparent 60%), radial-gradient(ellipse 40% 35% at 85% 20%, rgba(45, 140, 79, 0.2) 0%, transparent 55%);
}

:root {
    --theme-navbar-end: #4A0E0E;
    --theme-btn-gold-text: #fff;
    --theme-btn-gold-hover: #B8860B;
    --theme-hero-overlay: linear-gradient(to right, rgba(20, 4, 4, 0.94) 0%, rgba(45, 10, 10, 0.82) 28%, rgba(74, 14, 14, 0.48) 48%, rgba(20, 4, 4, 0.22) 68%, rgba(20, 4, 4, 0.08) 100%);
    --theme-hero-glow: radial-gradient(ellipse 60% 50% at 20% 80%, rgba(212, 160, 23, 0.18) 0%, transparent 60%), radial-gradient(ellipse 40% 35% at 85% 20%, rgba(230, 126, 34, 0.12) 0%, transparent 55%);
}

/* Navbar gradient */
.navbar.bg-sacred {
    background: linear-gradient(90deg, var(--sacred-maroon), var(--theme-navbar-end)) !important;
}

[data-theme="green"] .bg-sacred-light {
    background-color: #e8f5e9 !important;
}

/* Gold buttons in green theme */
[data-theme="green"] .btn-gold,
[data-theme="green"] .btn-hero-primary {
    color: var(--theme-btn-gold-text) !important;
}

[data-theme="green"] .btn-gold:hover,
[data-theme="green"] .btn-hero-primary:hover {
    background-color: var(--theme-btn-gold-hover) !important;
    border-color: var(--theme-btn-gold-hover) !important;
    color: var(--theme-btn-gold-text) !important;
}

[data-theme="green"] .hero-slide-overlay {
    background: var(--theme-hero-overlay), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 42%);
}

[data-theme="green"] .hero-slide-glow {
    background: var(--theme-hero-glow);
}

/* Green theme — hero glass card */
[data-theme="green"] .hero-slide-inner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        155deg,
        rgba(20, 74, 40, 0.94) 0%,
        rgba(30, 107, 58, 0.9) 35%,
        rgba(45, 140, 79, 0.86) 70%,
        rgba(30, 107, 58, 0.88) 100%
    );
    border: 1px solid rgba(216, 243, 220, 0.28);
    border-left: 5px solid #D4AF37;
    box-shadow:
        0 24px 56px rgba(10, 40, 22, 0.55),
        0 0 0 1px rgba(45, 140, 79, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

[data-theme="green"] .hero-slide-inner > * {
    position: relative;
    z-index: 1;
}

[data-theme="green"] .hero-slide-inner::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 243, 220, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

[data-theme="green"] .hero-slide-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #2D8C4F, #D4AF37);
    opacity: 0.7;
    pointer-events: none;
}

[data-theme="green"] .hero-badge {
    color: #F4E4A6;
    background: rgba(212, 175, 55, 0.22);
    border-color: rgba(212, 175, 55, 0.55);
}

[data-theme="green"] .hero-badge::before {
    background: #D4AF37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
}

[data-theme="green"] .hero-brand-line {
    color: #D8F3DC;
    font-size: clamp(0.85rem, 1.6vw, 1rem);
}

[data-theme="green"] .hero-slide-branded .hero-brand-line,
.hero-slide-branded .hero-brand-line {
    display: block;
}

[data-theme="green"] .hero-slide-first .hero-brand-line,
[data-theme="green"] .hero-slide-classic-first .hero-brand-line,
.hero-slide-first .hero-brand-line,
.hero-slide-classic-first .hero-brand-line {
    display: none !important;
}

[data-theme="green"] .hero-slide-title {
    color: #FFFFFF;
    margin-top: 0.15rem;
    text-shadow: 0 2px 16px rgba(15, 45, 25, 0.35);
}

[data-theme="green"] .hero-slide-subtitle {
    color: rgba(216, 243, 220, 0.95);
    font-weight: 400;
}

[data-theme="green"] .btn-hero-primary {
    background: linear-gradient(135deg, #F4D35E 0%, #D4AF37 50%, #C9A227 100%) !important;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
}

[data-theme="green"] .product-card:hover {
    box-shadow: 0 10px 30px rgba(30, 107, 58, 0.18) !important;
}

[data-theme="green"] .about-img,
[data-theme="green"] .about-page-logo {
    box-shadow: 0 4px 20px rgba(30, 107, 58, 0.15);
}

[data-theme="green"] .scroll-spy-nav {
    border-color: rgba(45, 140, 79, 0.35);
    box-shadow: 0 4px 24px rgba(30, 107, 58, 0.12);
}

/* Spiritual decorative pattern — green theme */
[data-theme="green"] body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%231E6B3A'%3E%3Cpath d='M60 8c-4 12-14 18-14 30s10 22 14 34c4-12 14-22 14-34S64 20 60 8z'/%3E%3Ccircle cx='60' cy='60' r='3'/%3E%3Cpath d='M20 70c8-2 14-8 22-8s14 6 22 8c-8 2-14 8-22 8s-14-6-22-8z'/%3E%3C/g%3E%3C/svg%3E");
}

[data-theme="green"] main,
[data-theme="green"] .footer-sacred {
    position: relative;
    z-index: 1;
}

/* Keep header sticky in both themes — do NOT set position:relative on .site-header */
.site-header.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1040;
}

/* Theme switcher — toggle switch (all screen sizes) */
.theme-toggle-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.navbar-actions {
    flex-shrink: 0;
}

.theme-toggle-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    user-select: none;
}

.theme-toggle {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    margin: 0;
    cursor: pointer;
}

.theme-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.theme-toggle-slider {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #7B1E1E, #4A0E0E);
    border: 2px solid rgba(212, 175, 55, 0.6);
    border-radius: 999px;
    transition: background 0.35s ease, border-color 0.35s ease;
}

.theme-toggle-slider::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    transition: transform 0.35s ease, background 0.35s ease;
}

.theme-toggle input:checked + .theme-toggle-slider {
    background: linear-gradient(90deg, #1E6B3A, #2D8C4F);
    border-color: rgba(255, 255, 255, 0.45);
}

.theme-toggle input:checked + .theme-toggle-slider::before {
    transform: translate(22px, -50%);
    background: #FFFFFF;
}

.theme-toggle input:focus-visible + .theme-toggle-slider {
    outline: 2px solid #F4D35E;
    outline-offset: 2px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        align-items: center;
    }

    .top-nav-menu {
        margin-right: 0.5rem;
    }

    .theme-toggle-wrap {
        margin-left: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .theme-toggle {
        width: 46px;
        height: 26px;
    }

    .theme-toggle-slider::before {
        width: 18px;
        height: 18px;
    }

    .theme-toggle input:checked + .theme-toggle-slider::before {
        transform: translate(18px, -50%);
    }
}

/* Legacy pill buttons — kept for reference, unused */
.theme-switcher-wrap {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: 0.75rem;
}

.theme-switcher-desktop.theme-switcher-wrap {
    display: none;
}

.theme-switcher-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, transform 0.2s ease;
    white-space: nowrap;
}

.theme-switcher-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.theme-switcher-btn.is-active {
    background: var(--sacred-gold);
    border-color: var(--sacred-gold);
    color: var(--theme-btn-gold-text, #fff);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.theme-switcher-btn i {
    font-size: 0.95rem;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.theme-switcher-btn.is-active i {
    color: var(--theme-btn-gold-text, #FFFFFF) !important;
    -webkit-text-fill-color: var(--theme-btn-gold-text, #FFFFFF) !important;
}

html[data-theme="gold"] .theme-switcher-btn.is-active i {
    color: #7B1E1E !important;
    -webkit-text-fill-color: #7B1E1E !important;
}

html[data-theme="green"] .theme-switcher-btn.is-active i {
    color: #1E6B3A !important;
    -webkit-text-fill-color: #1E6B3A !important;
}

.theme-switcher-mobile {
    display: flex;
    position: fixed;
    bottom: 24px;
    right: 20px;
    z-index: 1055;
}

@media (max-width: 768px) {
    .theme-switcher-mobile {
        bottom: 20px;
        right: 16px;
    }
}

@media (min-width: 992px) {
    .theme-switcher-mobile {
        display: none;
    }
}

/* Mobile floating theme button — separate from navbar pills */
.theme-fab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease, border-color 0.3s ease;
    /* Gold theme default */
    background: linear-gradient(145deg, #7B1E1E, #4A0E0E);
    border: 2px solid #D4AF37;
    color: #FFFFFF;
}

.theme-fab i,
.theme-fab i::before {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

html[data-theme="green"] .theme-fab {
    background: linear-gradient(145deg, #1E6B3A, #145a2e);
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

html[data-theme="green"] .theme-fab i,
html[data-theme="green"] .theme-fab i::before {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.theme-fab:hover,
.theme-fab:focus {
    transform: scale(1.06);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    outline: none;
}

html[data-theme="gold"] .theme-fab:hover,
html[data-theme="gold"] .theme-fab:focus {
    background: linear-gradient(145deg, #4A0E0E, #7B1E1E);
    border-color: #F4D35E;
    color: #FFFFFF;
}

html[data-theme="gold"] .theme-fab:hover i,
html[data-theme="gold"] .theme-fab:hover i::before,
html[data-theme="gold"] .theme-fab:focus i,
html[data-theme="gold"] .theme-fab:focus i::before {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

html[data-theme="green"] .theme-fab:hover {
    background: linear-gradient(145deg, #145a2e, #2D8C4F);
    border-color: #FFFFFF;
}

/* Brand prominence */
.brand-block {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    margin-left: 0.65rem;
}

.brand-name-primary {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(0.78rem, 2.2vw, 1.28rem);
    font-weight: 700;
    color: #F4E4A6;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-shadow: 0 1px 10px rgba(212, 175, 55, 0.35);
}

.brand-tagline-row {
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.15rem;
}

.brand-tagline-line {
    display: block;
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.85), transparent);
    position: relative;
}

.brand-tagline-line::after {
    content: '◆';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.35rem;
    color: #D4AF37;
    line-height: 1;
}

.brand-name-tagline {
    font-size: 0.58rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .navbar-brand {
        flex: 1;
        min-width: 0;
        margin-right: 0.35rem;
    }

    .navbar-brand .logo-img {
        height: 38px;
        max-width: 52px;
        padding: 3px 5px;
        flex-shrink: 0;
    }

    .brand-block {
        margin-left: 0.4rem;
        min-width: 0;
    }

    .brand-name-primary {
        font-size: clamp(0.48rem, 2.55vw, 0.58rem);
        line-height: 1.15;
        letter-spacing: 0.03em;
        white-space: nowrap;
    }

    .brand-tagline-row {
        margin-top: 0.12rem;
        gap: 0.3rem;
    }

    .brand-tagline-line {
        width: 16px;
        flex-shrink: 0;
    }

    .brand-name-tagline {
        font-size: 0.46rem;
        letter-spacing: 0.08em;
    }
}

.hero-brand-line {
    display: block;
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 600;
    color: var(--sacred-gold);
    margin-bottom: 0.5rem;
    letter-spacing: 0.04em;
}

/* Featured brand-highlight hero slides (new slides 1–3) — premium card UI */
.hero-slide-featured .hero-slide-inner-premium {
    max-width: 560px;
    padding: 2rem 2.15rem 2.1rem;
    border-radius: 18px;
    overflow: visible;
    background: linear-gradient(155deg, rgba(28, 6, 6, 0.94) 0%, rgba(18, 4, 4, 0.9) 45%, rgba(35, 10, 10, 0.92) 100%);
    border: 1px solid rgba(212, 175, 55, 0.42);
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 0 0 1px rgba(212, 175, 55, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.hero-premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.38rem 1rem;
    margin: 0 auto 1.35rem;
    border: 1px solid rgba(212, 175, 55, 0.55);
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.08);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #F4E4A6;
    position: relative;
    z-index: 1;
}

.hero-premium-flourish {
    color: #D4AF37;
    font-size: 0.55rem;
    line-height: 1;
    opacity: 0.95;
}

.hero-brand-premium {
    margin: 0.2rem 0 0.85rem;
    padding-top: 0.15rem;
    text-align: center;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.hero-brand-premium-line {
    display: block;
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(1.55rem, 4.2vw, 2.45rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.12em 0 0.06em;
    overflow: visible;
    color: #F4E4A6;
    text-shadow:
        0 0 22px rgba(244, 211, 94, 0.5),
        0 2px 10px rgba(212, 175, 55, 0.35),
        0 1px 0 #B8860B;
}

.hero-premium-divider {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.hero-premium-divider span {
    display: block;
    width: min(220px, 70%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.85) 20%, rgba(212, 175, 55, 0.85) 80%, transparent);
    position: relative;
}

.hero-premium-divider span::before {
    content: '❧';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.85rem;
    color: #D4AF37;
    background: rgba(22, 5, 5, 0.95);
    padding: 0 0.35rem;
    line-height: 1;
}

.hero-slide-featured .hero-premium-heading {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: clamp(1.05rem, 2.2vw, 1.45rem);
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 0.85rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.hero-slide-featured .hero-premium-desc {
    font-size: clamp(0.88rem, 1.5vw, 1rem);
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.hero-slide-featured .hero-slide-actions {
    justify-content: center;
}

.btn-hero-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.8rem 1.65rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #2a0a0a;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        linear-gradient(135deg, #F4E4A6 0%, #E8C547 35%, #D4AF37 70%, #B8860B 100%);
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-hero-premium:hover {
    color: #1a0505;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(212, 175, 55, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

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

/* Green theme — premium featured slides */
[data-theme="green"] .hero-slide-featured .hero-slide-inner-premium {
    background: linear-gradient(155deg, rgba(12, 42, 24, 0.95) 0%, rgba(18, 58, 32, 0.92) 50%, rgba(10, 36, 20, 0.94) 100%);
    border-color: rgba(212, 175, 55, 0.38);
    box-shadow:
        0 24px 56px rgba(8, 30, 16, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

[data-theme="green"] .hero-premium-badge {
    color: #E8F5E9;
    border-color: rgba(212, 175, 55, 0.45);
    background: rgba(45, 140, 79, 0.2);
}

[data-theme="green"] .hero-premium-divider span::before {
    background: rgba(14, 48, 26, 0.95);
}

[data-theme="green"] .hero-slide-featured .hero-premium-heading {
    color: #FFFFFF;
}

[data-theme="green"] .hero-slide-featured .hero-premium-desc {
    color: rgba(232, 245, 233, 0.9);
}

[data-theme="green"] .btn-hero-premium {
    color: #145a2e;
}

@media (max-width: 575.98px) {
    .hero-slide-featured .hero-slide-inner-premium {
        padding: 1.65rem 1.25rem 1.65rem;
        overflow: visible;
    }

    .hero-premium-badge {
        margin-bottom: 1.1rem;
    }

    .hero-brand-premium {
        margin-top: 0.35rem;
        padding-top: 0.25rem;
    }

    .hero-brand-premium-line {
        font-size: clamp(1.2rem, 6.2vw, 1.6rem);
        line-height: 1.3;
        padding: 0.18em 0 0.1em;
    }

    .btn-hero-premium {
        width: 100%;
        font-size: 0.82rem;
        padding: 0.72rem 1rem;
    }
}

.hero-official-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    margin-bottom: 1rem;
}

.hero-official-badge .hero-badge {
    margin-bottom: 0;
}

[data-theme="green"] .hero-slide-first .hero-official-badge,
[data-theme="green"] .hero-slide-classic-first .hero-official-badge {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.85rem;
}

[data-theme="green"] .hero-slide-branded .hero-official-badge {
    margin-bottom: 0.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(216, 243, 220, 0.2);
}

.footer-brand-block {
    margin-bottom: 1rem;
}

.footer-brand-name {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sacred-gold);
    margin-bottom: 0.35rem;
}

.footer-brand-motto {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.product-card {
    position: relative;
}

.product-card-watermark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--sacred-maroon);
    opacity: 0.06;
    text-align: center;
    padding: 1rem;
    line-height: 1.3;
    transform: rotate(-12deg);
    user-select: none;
}

.about-brand-highlight {
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sacred-maroon);
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem;
    border-left: 4px solid var(--sacred-gold);
    background: linear-gradient(90deg, var(--sacred-cream), transparent);
    border-radius: 0 8px 8px 0;
}

.contact-brand-accent {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Noto Serif Devanagari', serif;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.cta-section .contact-brand-accent i {
    color: var(--sacred-gold);
}

.theme-decor-icons {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    opacity: 0.7;
    font-size: 1.1rem;
}

.theme-decor-icons i {
    color: var(--sacred-gold);
}

.hero-slide-bg {
    transition: opacity 0.4s ease, background-image 0.4s ease;
}
