﻿/* =========================================================
   ANTHIYUR GURUNATHASWAMY TEMPLE FESTIVAL
   PREMIUM FESTIVAL PORTAL
   Main Stylesheet
========================================================= */


/* =========================================================
   1. RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI", Arial, sans-serif;
    color: #24160f;
    background: #fffaf1;
    line-height: 1.6;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}

img {
    max-width: 100%;
    display: block;
}


/* =========================================================
   2. COLOR VARIABLES
========================================================= */

:root {

    --maroon: #65151b;
    --maroon-dark: #3d0c10;
    --maroon-light: #8e252d;

    --gold: #d4a33a;
    --gold-light: #f2d17a;
    --gold-dark: #a87517;

    --cream: #fffaf1;
    --cream-dark: #f6ead2;

    --white: #ffffff;
    --black: #17100d;

    --text: #35231b;
    --muted: #76665d;

    --shadow: 0 15px 45px rgba(61, 12, 16, 0.12);
}


/* =========================================================
   3. COMMON
========================================================= */

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.section {
    padding: 100px 0;
}

.section-label {
    color: var(--gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section h2 {
    color: var(--maroon-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.section-description {
    max-width: 700px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 17px;
}


/* =========================================================
   4. WELCOME SCREEN
========================================================= */

.welcome-screen {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 100vh;

    background:
        linear-gradient(
            rgba(35, 5, 8, 0.72),
            rgba(35, 5, 8, 0.82)
        ),
        url("../images/hero/hero.jpg") center center / cover no-repeat;

    color: var(--white);

    transition:
        opacity 0.9s ease,
        visibility 0.9s ease;
}

.welcome-screen.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.welcome-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(212, 163, 58, 0.12),
            transparent 55%
        );
}

.welcome-content {
    position: relative;
    z-index: 2;

    width: 90%;
    max-width: 850px;

    text-align: center;

    animation: welcomeFade 1.4s ease forwards;
}

.welcome-symbol {
    width: 75px;
    height: 75px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(242, 209, 122, 0.6);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.05);

    font-size: 32px;

    box-shadow:
        0 0 40px rgba(212, 163, 58, 0.16);
}

.welcome-small {
    color: var(--gold-light);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 6px;

    margin-bottom: 14px;
}

.welcome-content h1 {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 25px;
    font-weight: normal;

    margin-bottom: 10px;
}

.welcome-content h2 {
    color: var(--gold-light);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 48px;
    line-height: 1.15;

    margin-bottom: 20px;
}

.welcome-subtitle {
    color: rgba(255, 255, 255, 0.82);

    font-size: 15px;
    letter-spacing: 3px;

    text-transform: uppercase;

    margin-bottom: 35px;
}

.welcome-button {
    border: 1px solid var(--gold);

    padding: 15px 32px;

    border-radius: 40px;

    background:
        linear-gradient(
            135deg,
            var(--gold-light),
            var(--gold)
        );

    color: var(--maroon-dark);

    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 10px 30px rgba(212, 163, 58, 0.2);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.welcome-button span {
    margin-left: 12px;
    font-size: 18px;
}

.welcome-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 40px rgba(212, 163, 58, 0.35);
}


/* =========================================================
   5. MAIN WEBSITE
========================================================= */

.main-website {
    opacity: 1;
}


/* =========================================================
   6. HEADER
========================================================= */

.header {
    position: fixed;

    top: 0;
    left: 0;
    width: 100%;

    z-index: 2000;

    background:
        rgba(35, 8, 11, 0.82);

    border-bottom:
        1px solid rgba(242, 209, 122, 0.15);

    backdrop-filter: blur(10px);
}

.nav {
    min-height: 78px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;

    color: var(--white);
}

.brand-symbol {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(242, 209, 122, 0.6);
    border-radius: 50%;

    background: rgba(212, 163, 58, 0.08);

    font-size: 20px;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-text strong {
    color: var(--gold-light);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 17px;
}

.brand-text span {
    color: rgba(255, 255, 255, 0.72);

    font-size: 10px;
    letter-spacing: 1px;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 22px;
}

.navigation > a {
    position: relative;

    color: rgba(255, 255, 255, 0.88);

    font-size: 13px;
    font-weight: 500;

    transition: color 0.25s ease;
}

.navigation > a:hover {
    color: var(--gold-light);
}

.navigation > a:not(.nav-register):not(.nav-live)::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -8px;

    width: 0;
    height: 1px;

    background: var(--gold);

    transition: width 0.25s ease;
}

.navigation > a:hover::after {
    width: 100%;
}

.nav-register {
    padding: 9px 15px;

    border:
        1px solid rgba(242, 209, 122, 0.6);

    border-radius: 30px;

    color: var(--gold-light) !important;
}

.nav-live {
    display: flex;
    align-items: center;
    gap: 6px;

    color: #ffb1b1 !important;
}

.live-dot {
    display: inline-block;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #e53935;

    box-shadow:
        0 0 0 4px rgba(229, 57, 53, 0.12);

    animation: livePulse 1.6s infinite;
}

.language-button {
    border: 1px solid rgba(242, 209, 122, 0.35);

    border-radius: 20px;

    padding: 7px 12px;

    background: transparent;

    color: var(--gold-light);

    cursor: pointer;

    font-size: 12px;
}

.menu-button {
    display: none;

    border: 1px solid rgba(242, 209, 122, 0.4);

    border-radius: 8px;

    background: transparent;

    color: var(--gold-light);

    font-size: 22px;

    padding: 5px 9px;

    cursor: pointer;
}


/* =========================================================
   7. HERO
========================================================= */

.hero {
    position: relative;

    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            rgba(33, 5, 8, 0.35),
            rgba(33, 5, 8, 0.78)
        ),
        url("../images/hero/hero.jpg")
        center center / cover no-repeat;
}

.hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at center,
            transparent 20%,
            rgba(0, 0, 0, 0.32) 100%
        );

    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(61, 12, 16, 0.35),
            transparent 50%,
            rgba(61, 12, 16, 0.35)
        );
}

.hero-content {
    position: relative;
    z-index: 3;

    padding-top: 70px;

    color: var(--white);

    animation: heroFade 1.2s ease;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 8px 16px;

    border:
        1px solid rgba(242, 209, 122, 0.45);

    border-radius: 30px;

    background:
        rgba(255, 255, 255, 0.05);

    color: var(--gold-light);

    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 700;

    margin-bottom: 18px;
}

.hero-location {
    color: rgba(255, 255, 255, 0.72);

    font-size: 11px;
    letter-spacing: 5px;

    margin-bottom: 13px;
}

.hero h1 {
    max-width: 1000px;

    margin: 0 auto 22px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 62px;
    line-height: 1.08;

    font-weight: 500;

    color: #ffffff;

    /* Soft premium background behind the title */
    display: inline-block;

    padding: 10px 28px 14px;

    border-radius: 18px;

    background: rgba(45, 12, 16, 0.42);

    border: 1px solid rgba(242, 209, 122, 0.22);

    /* Strong readability on every slideshow image */
    text-shadow:
        0 3px 8px rgba(0, 0, 0, 0.95),
        0 6px 20px rgba(0, 0, 0, 0.75);

    /* Premium glass effect */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.22);
}

.hero h1 span {
    color: var(--gold-light);
}

.hero-description {
    max-width: 650px;

    margin: 0 auto;

    display: inline-block;

    padding: 7px 18px;

    border-radius: 12px;

    color: rgba(255, 255, 255, 0.95);

    background: rgba(35, 10, 12, 0.35);

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.9);

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    font-size: 18px;
}
.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 14px;

    flex-wrap: wrap;

    margin-top: 32px;
}

.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 50px;

    padding: 0 23px;

    border-radius: 30px;

    font-size: 13px;
    font-weight: 700;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.primary-button {
    background:
        linear-gradient(
            135deg,
            var(--gold-light),
            var(--gold)
        );

    color: var(--maroon-dark);

    box-shadow:
        0 10px 30px rgba(212, 163, 58, 0.18);
}

.primary-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 35px rgba(212, 163, 58, 0.3);
}

.secondary-button {
    border:
        1px solid rgba(255, 255, 255, 0.45);

    background:
        rgba(255, 255, 255, 0.07);

    color: var(--white);
}

.secondary-button:hover {
    transform: translateY(-3px);

    border-color: var(--gold-light);

    background:
        rgba(212, 163, 58, 0.12);
}

.festival-date {
    margin-top: 35px;

    display: inline-flex;
    flex-direction: column;

    gap: 3px;

    padding: 12px 22px;

    border-left:
        1px solid var(--gold);

    border-right:
        1px solid var(--gold);

    background:
        rgba(0, 0, 0, 0.12);
}

.festival-date span {
    color: var(--gold-light);

    font-size: 9px;
    letter-spacing: 4px;
}

.festival-date strong {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 20px;
    letter-spacing: 2px;
}

.scroll-indicator {
    position: absolute;

    z-index: 4;

    left: 50%;
    bottom: 24px;

    transform: translateX(-50%);

    display: flex;
    flex-direction: column;

    align-items: center;

    gap: 5px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 10px;
    letter-spacing: 2px;

    animation: scrollBounce 2s infinite;
}

.scroll-indicator b {
    color: var(--gold-light);

    font-size: 20px;
    font-weight: normal;
}


/* =========================================================
   8. COUNTDOWN
========================================================= */

.countdown-section {
    padding: 90px 0;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #fffaf1,
            #f7ecd9
        );
}

.countdown-grid {
    max-width: 850px;

    margin: 40px auto 0;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}

.countdown-card {
    position: relative;

    padding: 27px 15px;

    border:
        1px solid rgba(166, 117, 23, 0.2);

    border-radius: 16px;

    background:
        rgba(255, 255, 255, 0.7);

    box-shadow:
        var(--shadow);
}

.countdown-card strong {
    display: block;

    color: var(--maroon);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 48px;
    line-height: 1;
}

.countdown-card span {
    display: block;

    margin-top: 10px;

    color: var(--muted);

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 2px;
}

.countdown-message {
    margin-top: 25px;

    color: var(--maroon);

    font-weight: 600;
}


/* =========================================================
   9. REGISTRATION SECTION
========================================================= */

.registration-section {
    padding: 80px 0;

    background: var(--maroon-dark);
}

.registration-card {
    position: relative;

    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;

    padding: 60px;

    border:
        1px solid rgba(242, 209, 122, 0.25);

    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            rgba(142, 37, 45, 0.5),
            rgba(61, 12, 16, 0.9)
        );
}

.registration-card::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -100px;
    top: -120px;

    border-radius: 50%;

    border:
        1px solid rgba(242, 209, 122, 0.15);
}

.registration-content {
    position: relative;
    z-index: 2;

    max-width: 680px;
}

.registration-content h2 {
    color: var(--white);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 44px;

    margin-bottom: 15px;
}

.registration-content p {
    color: rgba(255, 255, 255, 0.75);

    margin-bottom: 25px;
}

.registration-icon {
    position: relative;
    z-index: 2;

    width: 130px;
    height: 130px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(242, 209, 122, 0.35);

    border-radius: 50%;

    background:
        rgba(212, 163, 58, 0.07);

    font-size: 55px;
}


/* =========================================================
   10. HIGHLIGHTS
========================================================= */

.highlights-section {
    text-align: center;

    background: var(--cream);
}

.highlight-grid {
    margin-top: 50px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;
}

.highlight-card {
    position: relative;

    min-height: 280px;

    padding: 32px 24px;

    display: flex;
    flex-direction: column;
    align-items: center;

    justify-content: center;

    border:
        1px solid rgba(101, 21, 27, 0.08);

    border-radius: 18px;

    background: var(--white);

    box-shadow:
        0 8px 30px rgba(61, 12, 16, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(61, 12, 16, 0.13);
}

.highlight-icon {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #fff3cf,
            #f7df9d
        );

    font-size: 34px;
}

.highlight-card h3 {
    color: var(--maroon);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 22px;

    margin-bottom: 10px;
}

.highlight-card p {
    color: var(--muted);

    font-size: 14px;

    margin-bottom: 15px;
}

.highlight-card span {
    color: var(--gold-dark);

    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   11. LIVE DARSHAN
========================================================= */

.live-section {
    padding: 100px 0;

    background:
        #24100f;

    color: var(--white);
}

.live-header {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 30px;
}

.live-header h2 {
    color: var(--white);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 45px;
}

.live-status {
    display: flex;
    align-items: center;

    gap: 9px;

    padding: 9px 15px;

    border:
        1px solid rgba(255, 100, 100, 0.3);

    border-radius: 30px;

    color: #ffb1b1;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}

.live-placeholder {
    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(242, 209, 122, 0.15);

    border-radius: 22px;

    background:
        radial-gradient(
            circle at center,
            rgba(142, 37, 45, 0.4),
            rgba(17, 5, 6, 0.95)
        );
}

.live-placeholder-content {
    text-align: center;
}

.play-icon {
    width: 85px;
    height: 85px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(242, 209, 122, 0.5);

    border-radius: 50%;

    color: var(--gold-light);

    font-size: 25px;

    padding-left: 4px;

    background:
        rgba(212, 163, 58, 0.08);
}

.live-placeholder-content h3 {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 30px;

    margin-bottom: 8px;
}

.live-placeholder-content p {
    color: rgba(255, 255, 255, 0.65);

    margin-bottom: 25px;
}


/* =========================================================
   12. GALLERY
========================================================= */

.gallery-section {
    text-align: center;

    background:
        #fffaf1;
}

.gallery-grid {
    margin-top: 45px;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    grid-auto-rows: 240px;

    gap: 16px;
}

.gallery-item {
    position: relative;

    overflow: hidden;

    border-radius: 15px;

    background: #eadcc7;
}

.gallery-item.gallery-large {
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-caption {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 35px 15px 15px;

    text-align: left;

    color: var(--white);

    font-size: 14px;
    font-weight: 600;

    background:
        linear-gradient(
            transparent,
            rgba(0, 0, 0, 0.7)
        );
}

.gallery-button {
    margin-top: 35px;
}

.dark-button {
    color: var(--maroon) !important;

    border-color:
        rgba(101, 21, 27, 0.3);

    background: transparent;
}

.dark-button:hover {
    background:
        rgba(101, 21, 27, 0.06);
}


/* =========================================================
   13. INFORMATION CARDS
========================================================= */

.info-section {
    padding: 70px 0;

    background: var(--cream-dark);
}

.info-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}

.info-card {
    padding: 30px 20px;

    text-align: center;

    border-radius: 15px;

    background:
        rgba(255, 255, 255, 0.7);

    border:
        1px solid rgba(101, 21, 27, 0.08);
}

.info-icon {
    display: block;

    font-size: 30px;

    margin-bottom: 10px;
}

.info-card h3 {
    color: var(--maroon);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;

    margin-bottom: 5px;
}

.info-card p {
    color: var(--muted);

    font-size: 13px;
}


/* =========================================================
   14. FINAL CTA
========================================================= */

.final-cta {
    padding: 100px 0;

    text-align: center;

    color: var(--white);

    background:
        linear-gradient(
            135deg,
            var(--maroon),
            var(--maroon-dark)
        );
}

.final-cta h2 {
    color: var(--gold-light);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 48px;

    margin-bottom: 15px;
}

.final-cta > .container > p:not(.section-label) {
    max-width: 650px;

    margin: 0 auto;

    color: rgba(255, 255, 255, 0.75);
}


/* =========================================================
   15. FOOTER
========================================================= */

.footer {
    padding: 65px 0 0;

    background: #1b090b;

    color: var(--white);
}

.footer-grid {
    display: grid;

    grid-template-columns:
        2fr 1fr 1fr 1fr;

    gap: 50px;

    padding-bottom: 50px;
}

.footer-brand .brand {
    margin-bottom: 20px;
}

.footer-brand p {
    max-width: 320px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 13px;
}

.footer-brand small {
    display: block;

    margin-top: 10px;

    color: var(--gold);

    font-size: 10px;

    letter-spacing: 2px;
}

.footer-links {
    display: flex;
    flex-direction: column;

    gap: 9px;
}

.footer-links h4 {
    color: var(--gold-light);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 17px;

    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.62);

    font-size: 12px;

    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--gold-light);
}

.footer-language {
    width: fit-content;

    border: 0;

    padding: 0;

    background: transparent;

    color: rgba(255, 255, 255, 0.62);

    font-size: 12px;

    cursor: pointer;
}

.footer-language:hover {
    color: var(--gold-light);
}

.footer-bottom {
    padding: 20px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);

    color: rgba(255, 255, 255, 0.4);

    font-size: 10px;
}


/* =========================================================
   16. ANIMATIONS
========================================================= */

@keyframes welcomeFade {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes heroFade {

    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes livePulse {

    0% {
        box-shadow:
            0 0 0 0 rgba(229, 57, 53, 0.45);
    }

    70% {
        box-shadow:
            0 0 0 7px rgba(229, 57, 53, 0);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(229, 57, 53, 0);
    }
}


@keyframes scrollBounce {

    0%,
    100% {
        transform:
            translateX(-50%)
            translateY(0);
    }

    50% {
        transform:
            translateX(-50%)
            translateY(8px);
    }
}


/* =========================================================
   17. RESPONSIVE - TABLET
========================================================= */

@media (max-width: 1050px) {

    .navigation {
        gap: 13px;
    }

    .navigation > a {
        font-size: 12px;
    }

    .hero h1 {
        font-size: 52px;
    }

    .highlight-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .info-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns:
            2fr 1fr 1fr;
    }
}


/* =========================================================
   18. RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 768px) {

    .container {
        width: 92%;
    }

    .section {
        padding: 70px 0;
    }

    .section h2 {
        font-size: 36px;
    }


    /* Header */

    .nav {
        min-height: 68px;
    }

    .brand-text strong {
        font-size: 15px;
    }

    .brand-text span {
        font-size: 8px;
    }

    .menu-button {
        display: block;
    }

    .navigation {
        display: none;

        position: absolute;

        top: 68px;
        left: 4%;

        width: 92%;

        padding: 20px;

        flex-direction: column;

        align-items: stretch;

        gap: 16px;

        border:
            1px solid rgba(242, 209, 122, 0.15);

        border-radius: 14px;

        background:
            rgba(35, 8, 11, 0.97);
    }

    .navigation.open {
        display: flex;
    }

    .navigation > a {
        padding: 5px 0;
    }

    .nav-register {
        text-align: center;
    }

    .language-button {
        width: fit-content;
    }


    /* Welcome */

    .welcome-content h1 {
        font-size: 20px;
    }

    .welcome-content h2 {
        font-size: 34px;
    }

    .welcome-subtitle {
        font-size: 11px;
        letter-spacing: 2px;
    }


    /* Hero */

    .hero {
        min-height: 760px;
    }

    .hero-content {
        padding-top: 75px;
    }

    .hero-badge {
        font-size: 8px;
        letter-spacing: 2px;
    }

    .hero-location {
        font-size: 9px;
        letter-spacing: 3px;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .primary-button,
    .secondary-button {
        width: 100%;
        max-width: 300px;
    }


    /* Countdown */

    .countdown-grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 12px;
    }

    .countdown-card strong {
        font-size: 38px;
    }


    /* Registration */

    .registration-card {
        flex-direction: column;

        text-align: center;

        padding: 40px 25px;
    }

    .registration-content h2 {
        font-size: 36px;
    }


    /* Highlights */

    .highlight-grid {
        grid-template-columns: 1fr;
    }


    /* Live */

    .live-header {
        align-items: flex-start;

        flex-direction: column;

        gap: 15px;
    }

    .live-header h2 {
        font-size: 36px;
    }

    .live-placeholder {
        min-height: 350px;
    }


    /* Gallery */

    .gallery-grid {
        grid-template-columns: 1fr;

        grid-auto-rows: 260px;
    }

    .gallery-item.gallery-large {
        grid-row: auto;
    }


    /* Info */

    .info-grid {
        grid-template-columns: 1fr;
    }


    /* CTA */

    .final-cta h2 {
        font-size: 38px;
    }


    /* Footer */

    .footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 35px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;

        text-align: center;
    }
}


/* =========================================================
   19. RESPONSIVE - SMALL PHONES
========================================================= */

@media (max-width: 430px) {

    .hero h1 {
        font-size: 34px;
    }

    .hero-description {
        font-size: 14px;
    }

    .festival-date strong {
        font-size: 16px;
    }

    .countdown-card {
        padding: 22px 10px;
    }

    .countdown-card strong {
        font-size: 32px;
    }

    .countdown-card span {
        font-size: 9px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   PREMIUM HERO SLIDESHOW
========================================================= */

.hero-slide-image {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: 0;

    opacity: 1;

    transform: scale(1);

    transition:
        opacity 1s ease-in-out,
        transform 7s ease-in-out;
}

.hero-slide-image.fade-out {
    opacity: 0;
}

.hero-slide-image.zoom {
    transform: scale(1.06);
}

.hero .hero-overlay {
    z-index: 1;
}

.hero::before {
    z-index: 2;
}

.hero-content {
    z-index: 3;
}

.scroll-indicator {
    z-index: 4;
}
/* =========================================================
   PREMIUM HERO ACTION BUTTONS
========================================================= */

.hero-buttons {
    margin-top: 35px;
    gap: 16px;
}


/* REGISTER YOUR VISIT */

.hero .primary-button {
    position: relative;

    min-width: 210px;
    min-height: 56px;

    padding: 0 27px;

    border: 1px solid #f8dc8a;
    border-radius: 35px;

    background:
        linear-gradient(
            135deg,
            #ffe69a 0%,
            #f5c64d 45%,
            #d99a20 100%
        );

    color: #421014;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 0.2px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.28),
        0 0 20px rgba(242, 193, 63, 0.25);

    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.4);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;
}


/* Gold shine */

.hero .primary-button::before {
    content: "";

    position: absolute;

    top: 0;
    left: -80%;

    width: 55%;
    height: 100%;

    border-radius: 35px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.45),
            transparent
        );

    transform: skewX(-20deg);

    transition: left 0.7s ease;
}


.hero .primary-button:hover::before {
    left: 130%;
}


.hero .primary-button:hover {
    transform: translateY(-4px) scale(1.02);

    filter: brightness(1.06);

    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.32),
        0 0 30px rgba(242, 193, 63, 0.4);
}


/* LIVE DARSHAN */

.hero .secondary-button {
    position: relative;

    min-width: 210px;
    min-height: 56px;

    padding: 0 27px;

    border: 1px solid rgba(255, 255, 255, 0.75);

    border-radius: 35px;

    background:
        rgba(48, 8, 12, 0.62);

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.3);

    backdrop-filter: blur(6px);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.hero .secondary-button:hover {
    transform: translateY(-4px);

    background:
        rgba(101, 21, 27, 0.88);

    border-color:
        #f2d17a;

    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(212, 163, 58, 0.18);
}


/* Live red indicator */

.hero .secondary-button .live-dot {
    width: 9px;
    height: 9px;

    background: #ff3b30;

    box-shadow:
        0 0 0 4px rgba(255, 59, 48, 0.16),
        0 0 12px rgba(255, 59, 48, 0.5);
}


/* =========================================================
   MOBILE BUTTONS
========================================================= */

@media (max-width: 768px) {

    .hero .primary-button,
    .hero .secondary-button {
        min-height: 54px;
        width: 100%;
        max-width: 310px;
    }

}
/* =========================================================
   PREMIUM FESTIVAL DATE CARD
========================================================= */

.festival-date {
    position: relative;

    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-width: 330px;

    padding: 20px 42px 22px;

    margin-top: 28px;

    border: 1px solid rgba(255, 220, 130, 0.9);

    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            rgba(77, 8, 18, 0.94),
            rgba(122, 12, 31, 0.92),
            rgba(68, 7, 17, 0.94)
        );

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.42),
        0 0 25px rgba(238, 184, 55, 0.18),
        inset 0 0 25px rgba(255, 210, 90, 0.08);

    backdrop-filter: blur(7px);

    overflow: hidden;
}


/* GOLD INNER BORDER */

.festival-date::before {
    content: "";

    position: absolute;

    inset: 6px;

    border: 1px solid rgba(255, 216, 115, 0.55);

    border-radius: 5px;

    pointer-events: none;
}


/* TOP LABEL */

.festival-date .festival-label {
    position: relative;

    z-index: 2;

    margin-bottom: 7px;

    color: #ffe39a;

    font-family: Georgia, serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 5px;

    text-transform: uppercase;

    text-shadow:
        0 0 8px rgba(255, 211, 91, 0.35);
}


/* DATE */

.festival-date .festival-days {
    position: relative;

    z-index: 2;

    color: #fff7df;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 25px;

    font-weight: 700;

    letter-spacing: 3px;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 12px rgba(255, 220, 130, 0.15);
}


/* GOLD DATE NUMBERS */

.festival-date .festival-days strong {
    color: #ffd96a;

    font-weight: 700;

    text-shadow:
        0 0 10px rgba(255, 203, 69, 0.4);
}


/* DECORATIVE GOLD LINE */

.festival-date .festival-label::before,
.festival-date .festival-label::after {
    content: "✦";

    color: #e9b83f;

    margin: 0 10px;

    font-size: 10px;
}


/* TOP / BOTTOM GLOW */

.festival-date::after {
    content: "";

    position: absolute;

    left: 12%;

    right: 12%;

    bottom: 5px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #e9b83f,
            #fff0a8,
            #e9b83f,
            transparent
        );

    box-shadow:
        0 0 10px rgba(238, 191, 67, 0.8);
}


/* HOVER EFFECT */

.festival-date:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 40px rgba(0, 0, 0, 0.48),
        0 0 35px rgba(238, 184, 55, 0.28),
        inset 0 0 28px rgba(255, 210, 90, 0.1);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .festival-date {
        min-width: 0;

        width: calc(100% - 40px);

        padding: 18px 20px;
    }

    .festival-date .festival-days {
        font-size: 20px;

        letter-spacing: 2px;
    }

    .festival-date .festival-label {
        font-size: 9px;

        letter-spacing: 3px;
    }

}
/* =========================================================
   PREMIUM FESTIVAL DATE CARD
   Anthiyur Gurunathaswamy Temple Festival
========================================================= */

.festival-date {
    position: relative;

    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-width: 340px;

    margin-top: 30px;
    padding: 20px 42px 22px;

    border: 1px solid rgba(255, 220, 125, 0.95);

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            rgba(55, 5, 13, 0.96),
            rgba(118, 10, 30, 0.94),
            rgba(55, 5, 13, 0.96)
        );

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.45),
        0 0 28px rgba(235, 182, 48, 0.20),
        inset 0 0 25px rgba(255, 210, 90, 0.08);

    backdrop-filter: blur(7px);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Elegant inner gold border */

.festival-date::before {
    content: "";

    position: absolute;

    inset: 6px;

    border: 1px solid rgba(255, 220, 125, 0.55);

    border-radius: 6px;

    pointer-events: none;
}


/* Top and bottom decorative glow */

.festival-date::after {
    content: "";

    position: absolute;

    left: 12%;
    right: 12%;
    bottom: 6px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #dca82d,
            #fff1a8,
            #dca82d,
            transparent
        );

    box-shadow:
        0 0 10px rgba(240, 194, 67, 0.85);
}


/* FESTIVAL 2026 */

.festival-date span {
    position: relative;

    z-index: 2;

    margin-bottom: 8px;

    color: #ffe29a;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 5px;

    text-transform: uppercase;

    text-shadow:
        0 0 10px rgba(255, 210, 80, 0.4);
}


/* Decorative stars */

.festival-date span::before {
    content: "✦";

    color: #e5b63b;

    margin-right: 11px;

    font-size: 10px;

    text-shadow:
        0 0 8px rgba(255, 210, 80, 0.7);
}


.festival-date span::after {
    content: "✦";

    color: #e5b63b;

    margin-left: 11px;

    font-size: 10px;

    text-shadow:
        0 0 8px rgba(255, 210, 80, 0.7);
}


/* AUGUST 12 — 15 */

.festival-date strong {
    position: relative;

    z-index: 2;

    color: #fff9e8;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 26px;

    font-weight: 700;

    letter-spacing: 3px;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.55),
        0 0 15px rgba(255, 220, 125, 0.15);
}


/* Subtle gold highlight */

.festival-date strong::first-letter {
    color: #ffe07a;
}


/* Hover */

.festival-date:hover {
    transform: translateY(-3px);

    box-shadow:
        0 16px 42px rgba(0, 0, 0, 0.5),
        0 0 38px rgba(235, 182, 48, 0.3),
        inset 0 0 30px rgba(255, 210, 90, 0.1);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .festival-date {
        width: calc(100% - 35px);

        min-width: 0;

        padding: 18px 18px 20px;
    }

    .festival-date span {
        font-size: 9px;

        letter-spacing: 3px;
    }

    .festival-date strong {
        font-size: 20px;

        letter-spacing: 2px;
    }

}
/* =========================================================
   VISITOR REGISTRATION PAGE
========================================================= */

.registration-page {
    background: #fffaf1;
}


/* HEADER */

.back-home {
    color: #ffe39a;

    font-size: 13px;

    border: 1px solid rgba(242, 209, 122, 0.4);

    padding: 9px 17px;

    border-radius: 25px;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.back-home:hover {
    background: rgba(212, 163, 58, 0.12);

    transform: translateY(-2px);
}


/* REGISTRATION HERO */

.register-hero {
    position: relative;

    min-height: 390px;

    display: flex;
    align-items: center;

    padding-top: 78px;

    background:
        linear-gradient(
            rgba(55, 5, 13, 0.68),
            rgba(55, 5, 13, 0.88)
        ),
        url("../images/hero/hero.jpg")
        center 45% / cover no-repeat;

    color: #fff;
}

.register-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(212, 163, 58, 0.12),
            transparent 60%
        );
}

.register-heading {
    position: relative;

    z-index: 2;

    max-width: 760px;

    text-align: center;

    margin: 0 auto;

    padding-bottom: 30px;
}

.register-heading h1 {
    margin: 18px 0 12px;

    color: #fff7df;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 54px;

    line-height: 1.1;
}

.register-heading p:not(.hero-location) {
    max-width: 650px;

    margin: 0 auto;

    color: rgba(255,255,255,0.78);

    font-size: 16px;
}

.register-heading .hero-location {
    color: #ffe29a;

    font-size: 10px;

    letter-spacing: 5px;
}


/* FORM SECTION */

.register-section {
    padding: 80px 0;

    background:
        linear-gradient(
            135deg,
            #fffaf1,
            #f6ead6
        );
}

.registration-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(280px, 0.8fr);

    gap: 30px;

    align-items: start;
}


/* FORM CARD */

.registration-form-card {
    padding: 42px;

    border:
        1px solid rgba(101, 21, 27, 0.12);

    border-radius: 22px;

    background: #fff;

    box-shadow:
        0 18px 55px rgba(61, 12, 16, 0.10);
}

.form-heading {
    margin-bottom: 30px;
}

.form-heading > span {
    color: #a87517;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}

.form-heading h2 {
    margin: 7px 0 8px;

    color: #4a0d13;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 34px;
}

.form-heading p {
    max-width: 650px;

    color: #76665d;

    font-size: 13px;
}


/* FORM */

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 18px;
}

.form-group label {
    display: block;

    margin-bottom: 7px;

    color: #4a0d13;

    font-size: 12px;

    font-weight: 700;
}

.form-group label span {
    color: #b5232f;
}

.form-group label em {
    margin-left: 5px;

    color: #998b82;

    font-size: 10px;

    font-style: normal;

    font-weight: 400;
}

.form-group input,
.form-group select {
    width: 100%;

    min-height: 49px;

    padding: 0 14px;

    border:
        1px solid #dfd2c2;

    border-radius: 9px;

    outline: none;

    background: #fffdf9;

    color: #35231b;

    font-family: inherit;

    font-size: 13px;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #c69a35;

    background: #fff;

    box-shadow:
        0 0 0 3px rgba(212, 163, 58, 0.12);
}

.form-group input::placeholder {
    color: #aaa098;
}


/* ERROR */

.field-error {
    display: block;

    min-height: 16px;

    margin-top: 4px;

    color: #b4232e;

    font-size: 10px;
}


/* CONSENT */

.consent-box {
    margin-top: 4px;
    margin-bottom: 20px;

    padding: 14px;

    border:
        1px solid rgba(166, 117, 23, 0.18);

    border-radius: 10px;

    background: #fffaf0;
}

.checkbox-label {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    color: #65574f;

    font-size: 11px;

    line-height: 1.6;

    cursor: pointer;
}

.checkbox-label input {
    width: 17px;
    height: 17px;

    margin-top: 1px;

    accent-color: #8e252d;

    flex-shrink: 0;
}


/* SUBMIT */

.register-submit {
    width: 100%;

    min-height: 56px;

    border:
        1px solid #f1ce72;

    border-radius: 32px;

    cursor: pointer;

    background:
        linear-gradient(
            135deg,
            #ffe69a,
            #e6ad31
        );

    color: #431015;

    font-size: 14px;

    font-weight: 800;

    box-shadow:
        0 10px 28px rgba(166, 117, 23, 0.18);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.register-submit {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;
}

.register-submit:hover {
    transform: translateY(-3px);

    filter: brightness(1.04);

    box-shadow:
        0 15px 35px rgba(166, 117, 23, 0.27);
}

.form-note {
    margin-top: 13px;

    text-align: center;

    color: #998b82;

    font-size: 10px;
}


/* SIDE PANELS */

.registration-info {
    display: flex;

    flex-direction: column;

    gap: 18px;
}

.info-panel {
    padding: 28px;

    border:
        1px solid rgba(212, 163, 58, 0.25);

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #5b1018,
            #3d0c10
        );

    color: #fff;

    box-shadow:
        0 12px 35px rgba(61, 12, 16, 0.13);
}

.info-panel-icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border:
        1px solid rgba(242, 209, 122, 0.35);

    border-radius: 50%;

    background:
        rgba(212, 163, 58, 0.10);

    font-size: 22px;
}

.info-panel > span {
    color: #f0cd73;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}

.info-panel h3 {
    margin: 7px 0 8px;

    color: #fff4d2;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;
}

.info-panel p {
    color: rgba(255,255,255,0.68);

    font-size: 12px;

    line-height: 1.7;
}

.privacy-panel {
    background:
        linear-gradient(
            135deg,
            #fff,
            #fff8eb
        );

    color: #35231b;
}

.privacy-panel h3 {
    color: #4a0d13;
}

.privacy-panel p {
    color: #76665d;
}


/* SUCCESS MODAL */

.registration-modal {
    position: fixed;

    inset: 0;

    z-index: 5000;

    display: none;

    align-items: center;
    justify-content: center;

    padding: 20px;

    background:
        rgba(30, 4, 7, 0.82);

    backdrop-filter: blur(6px);
}

.registration-modal.show {
    display: flex;
}

.success-card {
    position: relative;

    width: 100%;

    max-width: 480px;

    padding: 45px 35px;

    text-align: center;

    border:
        1px solid rgba(212, 163, 58, 0.35);

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #fffdf8,
            #fff5dc
        );

    box-shadow:
        0 25px 70px rgba(0,0,0,0.4);

    animation:
        successAppear 0.4s ease;
}

.modal-close {
    position: absolute;

    top: 13px;
    right: 15px;

    width: 34px;
    height: 34px;

    border: 0;

    border-radius: 50%;

    background: #f1e4cf;

    color: #65151b;

    font-size: 22px;

    cursor: pointer;
}

.success-symbol {
    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 18px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #f6d878,
            #c99727
        );

    color: #4a0d13;

    font-size: 34px;
    font-weight: 800;
}

.success-label {
    color: #a87517;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}

.success-card h2 {
    margin: 8px 0 10px;

    color: #4a0d13;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;
}

.success-card > p:not(.success-label):not(.success-note) {
    color: #76665d;

    font-size: 13px;
}

.registration-number {
    margin: 25px 0;

    padding: 18px;

    border:
        1px solid rgba(166, 117, 23, 0.25);

    border-radius: 12px;

    background: #fff;

    box-shadow:
        inset 0 0 20px rgba(212, 163, 58, 0.06);
}

.registration-number span {
    display: block;

    color: #a87517;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}

.registration-number strong {
    display: block;

    margin-top: 6px;

    color: #65151b;

    font-size: 22px;

    letter-spacing: 2px;
}

.success-note {
    color: #998b82;

    font-size: 10px;
}

.modal-home-button {
    margin-top: 20px;

    min-height: 46px;

    padding: 0 22px;

    border: 0;

    border-radius: 25px;

    background: #65151b;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

    cursor: pointer;
}


/* MODAL ANIMATION */

@keyframes successAppear {

    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


/* REGISTRATION RESPONSIVE */

@media (max-width: 850px) {

    .registration-layout {
        grid-template-columns: 1fr;
    }

    .registration-info {
        display: grid;

        grid-template-columns:
            repeat(2, 1fr);
    }

    .privacy-panel {
        grid-column: 1 / -1;
    }

}


@media (max-width: 600px) {

    .register-heading h1 {
        font-size: 39px;
    }

    .register-heading p:not(.hero-location) {
        font-size: 14px;
    }

    .registration-form-card {
        padding: 27px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .registration-info {
        grid-template-columns: 1fr;
    }

    .privacy-panel {
        grid-column: auto;
    }

    .success-card {
        padding: 40px 22px;
    }

}
/* =========================================================
   PUBLIC VISITOR HEAD COUNT
========================================================= */

.public-count-section {
    margin-bottom: 45px;

    padding: 38px 25px;

    border:
        1px solid rgba(212, 163, 58, 0.28);

    border-radius: 22px;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #fffdf8,
            #fff5df
        );

    box-shadow:
        0 12px 40px rgba(61, 12, 16, 0.08);
}


.public-count-heading > span {
    color: #a87517;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


.public-count-heading h2 {
    margin: 8px 0 7px;

    color: #4a0d13;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 32px;
}


.public-count-heading p {
    color: #76665d;

    font-size: 13px;
}


.public-count-grid {
    max-width: 700px;

    margin: 28px auto 18px;

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 18px;
}


.public-count-card {
    position: relative;

    padding: 25px 18px;

    border:
        1px solid rgba(101, 21, 27, 0.12);

    border-radius: 17px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(61, 12, 16, 0.07);
}


.public-count-card.featured {
    border-color:
        rgba(212, 163, 58, 0.4);

    background:
        linear-gradient(
            135deg,
            #fff8df,
            #fff
        );
}


.public-count-icon {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 10px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #fff0c1,
            #f3d47e
        );

    font-size: 23px;
}


.public-count-card > span {
    display: block;

    color: #a87517;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


.public-count-card > strong {
    display: block;

    margin-top: 5px;

    color: #65151b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 42px;

    line-height: 1.1;
}


.public-count-card > small {
    display: block;

    margin-top: 5px;

    color: #998b82;

    font-size: 10px;
}


.public-count-note {
    color: #998b82;

    font-size: 10px;
}


/* MOBILE */

@media (max-width: 600px) {

    .public-count-section {
        padding: 30px 15px;
    }

    .public-count-heading h2 {
        font-size: 26px;
    }

    .public-count-grid {
        grid-template-columns: 1fr;
    }

    .public-count-card > strong {
        font-size: 36px;
    }

}
/* =========================================================
   ADMIN DASHBOARD
========================================================= */

.admin-page {
    min-height: 100vh;

    background:
        #f7f0e4;
}


/* HEADER */

.admin-header {
    position: sticky;

    top: 0;

    z-index: 1000;

    background:
        #3d0c10;

    border-bottom:
        1px solid rgba(242, 209, 122, 0.2);

    box-shadow:
        0 5px 20px rgba(0,0,0,0.12);
}


.admin-nav {
    min-height: 76px;

    display: flex;

    align-items: center;

    justify-content: space-between;
}


.admin-brand {
    display: flex;

    align-items: center;

    gap: 12px;

    color: #fff;
}


.admin-logo {
    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(242,209,122,0.55);

    border-radius: 50%;

    color: #ffe29a;

    font-size: 21px;
}


.admin-brand strong {
    display: block;

    color: #ffe29a;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;
}


.admin-brand span {
    display: block;

    margin-top: 2px;

    color: rgba(255,255,255,0.55);

    font-size: 9px;

    letter-spacing: 2px;
}


.admin-actions {
    display: flex;

    align-items: center;

    gap: 18px;
}


.admin-status {
    display: flex;

    align-items: center;

    gap: 7px;

    color: rgba(255,255,255,0.7);

    font-size: 11px;
}


.admin-status i {
    width: 7px;
    height: 7px;

    display: inline-block;

    border-radius: 50%;

    background: #57c46b;

    box-shadow:
        0 0 10px rgba(87,196,107,0.6);
}


.admin-home {
    padding: 9px 15px;

    border:
        1px solid rgba(242,209,122,0.35);

    border-radius: 25px;

    color: #ffe29a;

    font-size: 11px;
}


/* MAIN */

.admin-main {
    padding: 55px 0 80px;
}


/* TITLE */

.admin-title {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 30px;

    margin-bottom: 35px;
}


.admin-title p {
    margin-bottom: 5px;

    color: #a87517;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}


.admin-title h1 {
    margin-bottom: 5px;

    color: #4a0d13;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 42px;
}


.admin-title > div:first-child > span {
    color: #76665d;

    font-size: 13px;
}


.admin-date {
    min-width: 160px;

    padding: 18px;

    text-align: center;

    border:
        1px solid rgba(212,163,58,0.35);

    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            #fff9e8,
            #fff
        );
}


.admin-date small {
    display: block;

    color: #a87517;

    font-size: 8px;

    letter-spacing: 2px;
}


.admin-date strong {
    display: block;

    margin: 5px 0;

    color: #65151b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;
}


.admin-date span {
    color: #998b82;

    font-size: 10px;
}


/* STATS */

.admin-stats {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 16px;

    margin-bottom: 25px;
}


.admin-stat-card {
    display: flex;

    align-items: center;

    gap: 15px;

    min-height: 135px;

    padding: 22px;

    border:
        1px solid rgba(101,21,27,0.10);

    border-radius: 16px;

    background: #fff;

    box-shadow:
        0 8px 28px rgba(61,12,16,0.06);
}


.admin-stat-card.featured {
    border-color:
        rgba(212,163,58,0.35);

    background:
        linear-gradient(
            135deg,
            #fff9e4,
            #fff
        );
}


.stat-icon {
    width: 50px;
    height: 50px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        #fff0c8;

    font-size: 22px;
}


.admin-stat-card > div:last-child > span {
    display: block;

    color: #a87517;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.admin-stat-card strong {
    display: block;

    margin: 3px 0;

    color: #65151b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 31px;
}


.admin-stat-card small {
    color: #998b82;

    font-size: 9px;
}


/* PANELS */

.admin-panel {
    margin-top: 20px;

    padding: 30px;

    border:
        1px solid rgba(101,21,27,0.09);

    border-radius: 18px;

    background: #fff;

    box-shadow:
        0 8px 30px rgba(61,12,16,0.05);
}


.panel-heading {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 25px;
}


.panel-heading p {
    margin-bottom: 4px;

    color: #a87517;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


.panel-heading h2 {
    color: #4a0d13;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 25px;
}


.panel-heading > span {
    color: #998b82;

    font-size: 10px;
}


/* DATE STATS */

.date-stat-grid {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 15px;
}


.date-stat {
    padding: 22px;

    text-align: center;

    border:
        1px solid rgba(212,163,58,0.2);

    border-radius: 13px;

    background:
        #fffaf0;
}


.date-stat span {
    display: block;

    color: #a87517;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


.date-stat strong {
    display: block;

    margin: 7px 0 2px;

    color: #65151b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 31px;
}


.date-stat small {
    color: #998b82;

    font-size: 9px;
}


/* TOOLBAR */

.admin-toolbar {
    display: flex;

    gap: 10px;

    margin-bottom: 20px;
}


.admin-search {
    flex: 1;

    display: flex;

    align-items: center;

    gap: 8px;

    min-height: 44px;

    padding: 0 13px;

    border:
        1px solid #ddd1c1;

    border-radius: 8px;

    background: #fffdf9;
}


.admin-search input {
    width: 100%;

    border: 0;

    outline: 0;

    background: transparent;

    color: #35231b;

    font-family: inherit;

    font-size: 12px;
}


.admin-filter {
    min-width: 150px;

    border:
        1px solid #ddd1c1;

    border-radius: 8px;

    padding: 0 10px;

    background: #fffdf9;

    color: #35231b;

    outline: none;
}


.clear-search {
    padding: 0 18px;

    border: 0;

    border-radius: 8px;

    background: #65151b;

    color: #fff;

    cursor: pointer;

    font-size: 11px;
}


/* TABLE */

.visitor-table-wrapper {
    overflow-x: auto;

    border:
        1px solid #eadfd1;

    border-radius: 10px;
}


.visitor-table {
    width: 100%;

    min-width: 850px;

    border-collapse: collapse;
}


.visitor-table th {
    padding: 13px 12px;

    text-align: left;

    color: #8b681e;

    background:
        #fff7e5;

    border-bottom:
        1px solid #ead7b5;

    font-size: 9px;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.visitor-table td {
    padding: 14px 12px;

    border-bottom:
        1px solid #eee6db;

    color: #574a43;

    font-size: 11px;
}


.visitor-table tr:last-child td {
    border-bottom: 0;
}


.visitor-table td strong {
    color: #65151b;

    font-size: 10px;
}


.people-badge {
    display: inline-flex;

    min-width: 27px;

    height: 27px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        #fff0c8;

    color: #65151b;

    font-weight: 800;
}


.empty-table {
    padding: 40px !important;

    text-align: center;

    color: #998b82 !important;
}


/* NOTICE */

.admin-notice {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin-top: 20px;

    padding: 20px 22px;

    border:
        1px solid rgba(212,163,58,0.25);

    border-radius: 14px;

    background:
        #fff8e7;
}


.notice-icon {
    font-size: 22px;
}


.admin-notice strong {
    color: #65151b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;
}


.admin-notice p {
    margin-top: 4px;

    color: #76665d;

    font-size: 11px;

    line-height: 1.6;
}


/* FOOTER */

.admin-footer {
    padding: 22px 0;

    background: #2b080c;

    color: rgba(255,255,255,0.45);

    font-size: 9px;
}


.admin-footer .container {
    display: flex;

    justify-content: space-between;

    gap: 15px;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .admin-stats {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .date-stat-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

}


@media (max-width: 700px) {

    .admin-nav {
        min-height: 68px;
    }

    .admin-status {
        display: none;
    }

    .admin-title {
        align-items: flex-start;

        flex-direction: column;
    }

    .admin-title h1 {
        font-size: 34px;
    }

    .admin-stats {
        grid-template-columns: 1fr;
    }

    .date-stat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .admin-toolbar {
        flex-direction: column;
    }

    .admin-filter,
    .clear-search {
        min-height: 44px;
    }

    .admin-panel {
        padding: 20px 15px;
    }

}


@media (max-width: 450px) {

    .admin-home {
        font-size: 9px;

        padding: 8px 10px;
    }

    .admin-brand strong {
        font-size: 14px;
    }

    .admin-brand span {
        font-size: 7px;
    }

    .date-stat-grid {
        grid-template-columns: 1fr;
    }

    .admin-footer .container {
        flex-direction: column;

        text-align: center;
    }

}
/* =========================================================
   FESTIVAL INFORMATION PAGE
========================================================= */

.festival-info-page {
    background: #fffaf1;
}


/* HERO */

.info-page-hero {
    position: relative;

    min-height: 470px;

    display: flex;
    align-items: center;

    padding-top: 78px;

    color: #fff;

    background:
        linear-gradient(
            rgba(55,5,13,0.62),
            rgba(55,5,13,0.9)
        ),
        url("../images/hero/hero.jpg")
        center / cover no-repeat;
}

.info-page-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(212,163,58,0.12),
            transparent 60%
        );
}

.info-page-heading {
    position: relative;
    z-index: 2;

    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}

.info-page-heading h1 {
    margin: 20px auto 15px;

    color: #fff7df;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 55px;

    line-height: 1.1;
}

.info-page-heading > p:last-child {
    max-width: 650px;

    margin: auto;

    color: rgba(255,255,255,0.78);

    font-size: 17px;
}


/* CONTENT */

.festival-content-section {
    padding: 90px 0;

    background: #fffaf1;
}

.festival-content-section.alternate {
    background:
        #f7eddb;
}

.content-heading {
    max-width: 800px;

    margin-bottom: 45px;
}

.content-heading.centered {
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.content-heading > span {
    color: #a87517;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}

.content-heading h2 {
    margin-top: 8px;

    color: #4a0d13;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 43px;

    line-height: 1.15;
}

.content-heading p {
    margin-top: 10px;

    color: #76665d;

    font-size: 14px;
}


/* INTRO */

.content-feature {
    display: grid;

    grid-template-columns:
        1.5fr 0.7fr;

    gap: 50px;

    align-items: center;
}

.content-feature-text p {
    margin-bottom: 18px;

    color: #62564f;

    font-size: 15px;

    line-height: 1.9;
}

.content-feature-text .lead-text {
    color: #4a0d13;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;

    line-height: 1.65;
}

.content-feature-card {
    min-height: 280px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    border:
        1px solid rgba(212,163,58,0.4);

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #65151b,
            #3d0c10
        );

    box-shadow:
        0 18px 45px rgba(61,12,16,0.18);
}

.content-feature-icon {
    width: 80px;
    height: 80px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border:
        1px solid rgba(242,209,122,0.4);

    border-radius: 50%;

    background:
        rgba(212,163,58,0.08);

    font-size: 36px;
}

.content-feature-card span {
    color: #f0cd73;

    font-size: 9px;

    letter-spacing: 4px;
}

.content-feature-card strong {
    margin-top: 8px;

    color: #fff3ce;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;
}

.content-feature-card small {
    margin-top: 4px;

    color: rgba(255,255,255,0.55);

    font-size: 9px;

    letter-spacing: 2px;
}


/* STORY */

.story-grid {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 20px;
}

.story-card {
    position: relative;

    padding: 32px;

    border:
        1px solid rgba(101,21,27,0.09);

    border-radius: 18px;

    background: #fff;

    box-shadow:
        0 8px 28px rgba(61,12,16,0.06);
}

.story-number {
    color: #d2a13a;

    font-family:
        Georgia,
        serif;

    font-size: 27px;

    font-weight: 700;
}

.story-card h3 {
    margin: 10px 0;

    color: #65151b;

    font-family:
        Georgia,
        serif;

    font-size: 23px;
}

.story-card p {
    color: #76665d;

    font-size: 13px;

    line-height: 1.8;
}


/* HORSE / CATTLE */

.festival-feature-section {
    padding: 90px 0;

    background:
        #fff;
}

.cattle-feature {
    background:
        #f7eddb;
}

.festival-feature {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 55px;

    align-items: center;
}

.festival-feature.reverse {
    direction: rtl;
}

.festival-feature.reverse
.festival-feature-content {
    direction: ltr;
}

.festival-feature-image {
    height: 420px;

    overflow: hidden;

    border-radius: 22px;

    box-shadow:
        0 15px 40px rgba(61,12,16,0.13);
}

.festival-feature-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.festival-feature-content > span {
    color: #a87517;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}

.festival-feature-content h2 {
    margin: 10px 0 15px;

    color: #4a0d13;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 43px;
}

.festival-feature-content p {
    margin-bottom: 15px;

    color: #76665d;

    font-size: 14px;

    line-height: 1.8;
}

.feature-highlight {
    display: inline-block;

    margin-top: 8px;

    padding: 9px 14px;

    border-radius: 20px;

    background: #fff1c8;

    color: #8a661b;

    font-size: 10px;

    font-weight: 700;
}


/* HIGHLIGHTS */

.festival-highlights-grid {
    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 18px;
}

.festival-highlight-card {
    padding: 30px 22px;

    text-align: center;

    border:
        1px solid rgba(101,21,27,0.09);

    border-radius: 17px;

    background: #fff;

    box-shadow:
        0 8px 25px rgba(61,12,16,0.06);
}

.festival-highlight-card > div {
    width: 65px;
    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;

    border-radius: 50%;

    background:
        #fff0c8;

    font-size: 30px;
}

.festival-highlight-card h3 {
    color: #65151b;

    font-family:
        Georgia,
        serif;

    font-size: 20px;
}

.festival-highlight-card p {
    margin-top: 8px;

    color: #76665d;

    font-size: 12px;

    line-height: 1.7;
}


/* CALENDAR */

.festival-calendar-section {
    padding: 90px 0;

    background:
        linear-gradient(
            135deg,
            #65151b,
            #3d0c10
        );

    color: #fff;
}

.calendar-heading {
    max-width: 750px;

    margin: 0 auto 40px;

    text-align: center;
}

.calendar-heading span {
    color: #f0cd73;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}

.calendar-heading h2 {
    margin: 8px 0;

    color: #fff3ce;

    font-family:
        Georgia,
        serif;

    font-size: 43px;
}

.calendar-heading p {
    color: rgba(255,255,255,0.68);

    font-size: 13px;
}

.calendar-grid {
    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 14px;
}

.calendar-item {
    padding: 22px 15px;

    text-align: center;

    border:
        1px solid rgba(242,209,122,0.16);

    border-radius: 13px;

    background:
        rgba(255,255,255,0.05);
}

.calendar-item.featured {
    border-color:
        rgba(242,209,122,0.55);

    background:
        rgba(212,163,58,0.12);
}

.calendar-item strong {
    display: block;

    color: #f0cd73;

    font-size: 11px;

    letter-spacing: 2px;
}

.calendar-item span {
    display: block;

    margin-top: 8px;

    color: #fff;

    font-size: 12px;
}

.calendar-note {
    margin-top: 25px;

    text-align: center;

    color: rgba(255,255,255,0.5);

    font-size: 10px;
}


/* BAZAAR */

.bazaar-layout {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 45px;

    align-items: center;
}

.bazaar-text p {
    margin-bottom: 17px;

    color: #76665d;

    font-size: 14px;

    line-height: 1.8;
}

.bazaar-note {
    padding: 15px;

    border-left:
        3px solid #d4a33a;

    background:
        #fff5dc;

    color: #7d682f;

    font-size: 11px;

    line-height: 1.7;
}

.bazaar-image {
    height: 370px;

    overflow: hidden;

    border-radius: 20px;
}

.bazaar-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* LOCATION */

.location-section {
    padding: 80px 0;

    background:
        #f7eddb;
}

.location-card {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 35px;

    padding: 55px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #fff,
            #fff8e9
        );

    box-shadow:
        0 15px 45px rgba(61,12,16,0.08);
}

.location-content > span {
    color: #a87517;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}

.location-content h2 {
    margin: 8px 0 13px;

    color: #4a0d13;

    font-family:
        Georgia,
        serif;

    font-size: 38px;
}

.location-content p {
    max-width: 680px;

    margin-bottom: 12px;

    color: #76665d;

    font-size: 13px;

    line-height: 1.8;
}

.location-content .primary-button {
    margin-top: 12px;
}

.location-symbol {
    width: 130px;
    height: 130px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(212,163,58,0.35);

    border-radius: 50%;

    background:
        #fff3cf;

    font-size: 55px;
}


/* TRAVEL */

.travel-section {
    padding: 90px 0;

    background: #fffaf1;
}

.travel-grid {
    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 16px;
}

.travel-card {
    padding: 28px 20px;

    border:
        1px solid rgba(101,21,27,0.09);

    border-radius: 16px;

    background: #fff;

    box-shadow:
        0 8px 25px rgba(61,12,16,0.05);
}

.travel-icon {
    font-size: 28px;

    margin-bottom: 12px;
}

.travel-card h3 {
    color: #65151b;

    font-family:
        Georgia,
        serif;

    font-size: 20px;
}

.travel-card p {
    margin: 9px 0;

    color: #76665d;

    font-size: 12px;

    line-height: 1.7;
}

.travel-card small {
    color: #a87517;

    font-size: 9px;

    font-weight: 700;
}

.other-states {
    display: flex;

    gap: 20px;

    margin-top: 22px;

    padding: 28px;

    border-radius: 16px;

    background:
        #65151b;

    color: #fff;
}

.other-states-icon {
    font-size: 32px;
}

.other-states span {
    color: #f0cd73;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}

.other-states h3 {
    margin: 6px 0;

    color: #fff3ce;

    font-family:
        Georgia,
        serif;

    font-size: 22px;
}

.other-states p {
    color: rgba(255,255,255,0.68);

    font-size: 12px;

    line-height: 1.7;
}


/* GALLERY */

.about-gallery-section {
    padding: 90px 0;

    background:
        #f7eddb;
}

.about-gallery-grid {
    display: grid;

    grid-template-columns:
        2fr 1fr 1fr;

    grid-template-rows:
        220px 220px;

    gap: 14px;
}

.about-gallery-item {
    position: relative;

    overflow: hidden;

    border-radius: 15px;
}

.about-gallery-item.large {
    grid-row: 1 / 3;
}

.about-gallery-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}

.about-gallery-item:hover img {
    transform: scale(1.06);
}

.about-gallery-item span {
    position: absolute;

    left: 15px;
    bottom: 13px;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

    text-shadow:
        0 2px 5px rgba(0,0,0,0.5);
}


/* MOBILE */

@media (max-width: 900px) {

    .info-page-heading h1 {
        font-size: 43px;
    }

    .content-feature,
    .festival-feature,
    .bazaar-layout {
        grid-template-columns: 1fr;
    }

    .festival-feature.reverse {
        direction: ltr;
    }

    .story-grid {
        grid-template-columns:
            1fr 1fr;
    }

    .festival-highlights-grid {
        grid-template-columns:
            1fr 1fr;
    }

    .calendar-grid {
        grid-template-columns:
            1fr 1fr;
    }

    .travel-grid {
        grid-template-columns:
            1fr 1fr;
    }

    .location-card {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 600px) {

    .info-page-hero {
        min-height: 430px;
    }

    .info-page-heading h1 {
        font-size: 35px;
    }

    .content-heading h2 {
        font-size: 34px;
    }

    .story-grid,
    .festival-highlights-grid,
    .calendar-grid,
    .travel-grid {
        grid-template-columns: 1fr;
    }

    .festival-feature-image {
        height: 300px;
    }

    .location-card {
        padding: 35px 25px;
    }

    .location-content h2 {
        font-size: 31px;
    }

    .location-symbol {
        width: 90px;
        height: 90px;

        font-size: 38px;
    }

    .about-gallery-grid {
        grid-template-columns: 1fr;

        grid-template-rows:
            repeat(4,220px);
    }

    .about-gallery-item.large {
        grid-row: auto;
    }

}
/* =========================================================
   FESTIVAL GALLERY PAGE
========================================================= */

.gallery-page {
    background: #fffaf1;
}


/* =========================================================
   GALLERY HERO
========================================================= */

.gallery-page-hero {
    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;

    padding-top: 75px;

    color: #fff;

    background:
        linear-gradient(
            rgba(55,5,13,0.58),
            rgba(55,5,13,0.9)
        ),
        url("../images/hero/hero.jpg")
        center / cover no-repeat;
}


.gallery-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(212,163,58,0.14),
            transparent 60%
        );
}


.gallery-hero-content {
    position: relative;

    z-index: 2;

    max-width: 850px;

    margin: auto;

    text-align: center;
}


.gallery-hero-content > p {
    margin-top: 18px;

    color: #f0cd73;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


.gallery-hero-content h1 {
    margin: 12px 0;

    color: #fff5d7;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 56px;
}


.gallery-hero-content > span {
    color:
        rgba(255,255,255,0.72);

    font-size: 15px;
}


/* =========================================================
   GALLERY INTRO
========================================================= */

.gallery-intro {
    padding: 85px 0;
}


/* =========================================================
   FILTERS
========================================================= */

.gallery-filters {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 9px;

    margin-bottom: 35px;
}


.gallery-filter {
    padding: 10px 17px;

    border:
        1px solid #dfcfb8;

    border-radius: 30px;

    background: #fff;

    color: #6d5a4f;

    cursor: pointer;

    font-family: inherit;

    font-size: 11px;

    transition:
        all 0.25s ease;
}


.gallery-filter:hover,
.gallery-filter.active {
    border-color: #65151b;

    background: #65151b;

    color: #fff;
}


/* =========================================================
   GALLERY GRID
========================================================= */

.gallery-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    grid-auto-rows: 250px;

    gap: 15px;
}


.gallery-card {
    position: relative;

    overflow: hidden;

    border-radius: 17px;

    background: #eee;

    cursor: pointer;

    box-shadow:
        0 8px 25px
        rgba(61,12,16,0.08);

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}


.gallery-card.large {
    grid-column: span 2;

    grid-row: span 2;
}


.gallery-card:hover {
    transform:
        translateY(-4px);
}


.gallery-card img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.6s ease;
}


.gallery-card:hover img {
    transform:
        scale(1.07);
}


.gallery-card::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            transparent 45%,
            rgba(35,5,9,0.82)
        );

    pointer-events: none;
}


.gallery-caption {
    position: absolute;

    z-index: 2;

    left: 20px;
    right: 20px;
    bottom: 17px;
}


.gallery-caption span {
    color: #f0cd73;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


.gallery-caption h3 {
    margin-top: 4px;

    color: #fff;

    font-family:
        Georgia,
        serif;

    font-size: 18px;
}


.gallery-hidden {
    display: none !important;
}


/* =========================================================
   LIGHTBOX
========================================================= */

.gallery-lightbox {
    position: fixed;

    z-index: 9999;

    inset: 0;

    display: none;

    align-items: center;

    justify-content: center;

    padding: 35px;

    background:
        rgba(20,3,5,0.94);
}


.gallery-lightbox.active {
    display: flex;
}


body.lightbox-open {
    overflow: hidden;
}


.lightbox-content {
    position: relative;

    max-width: 1100px;

    max-height: 90vh;

    text-align: center;
}


.lightbox-content img {
    max-width: 100%;

    max-height: 78vh;

    display: block;

    margin: auto;

    border-radius: 8px;

    object-fit: contain;

    box-shadow:
        0 20px 70px
        rgba(0,0,0,0.45);
}


.lightbox-caption {
    margin-top: 13px;

    color: #f0cd73;

    font-family:
        Georgia,
        serif;

    font-size: 16px;
}


.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;

    z-index: 3;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 0;

    border-radius: 50%;

    background:
        rgba(255,255,255,0.1);

    color: #fff;

    cursor: pointer;

    transition:
        background 0.2s ease;
}


.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background:
        rgba(212,163,58,0.35);
}


.lightbox-close {
    top: 25px;

    right: 25px;

    width: 45px;
    height: 45px;

    font-size: 30px;
}


.lightbox-prev,
.lightbox-next {
    top: 50%;

    width: 52px;
    height: 52px;

    margin-top: -26px;

    font-size: 38px;
}


.lightbox-prev {
    left: 25px;
}


.lightbox-next {
    right: 25px;
}


/* =========================================================
   GALLERY CTA
========================================================= */

.gallery-cta {
    padding: 85px 20px;

    text-align: center;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #65151b,
            #3d0c10
        );
}


.gallery-cta > div > span {
    color: #f0cd73;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}


.gallery-cta h2 {
    margin: 9px 0;

    color: #fff3ce;

    font-family:
        Georgia,
        serif;

    font-size: 40px;
}


.gallery-cta p {
    max-width: 550px;

    margin: 0 auto 25px;

    color:
        rgba(255,255,255,0.68);

    font-size: 13px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .gallery-grid {
        grid-template-columns:
            repeat(2, 1fr);

        grid-auto-rows: 230px;
    }

    .gallery-card.large {
        grid-column: span 2;

        grid-row: span 2;
    }

    .gallery-hero-content h1 {
        font-size: 45px;
    }

}


@media (max-width: 600px) {

    .gallery-page-hero {
        min-height: 380px;
    }

    .gallery-hero-content h1 {
        font-size: 36px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;

        grid-auto-rows: 260px;
    }

    .gallery-card.large {
        grid-column: span 1;

        grid-row: span 1;
    }

    .gallery-filters {
        justify-content: flex-start;
    }

    .gallery-filter {
        font-size: 10px;

        padding: 9px 13px;
    }

    .gallery-lightbox {
        padding: 15px;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 42px;
        height: 42px;

        font-size: 30px;
    }

}
/* =========================================================
   FESTIVAL HIGHLIGHTS PAGE
========================================================= */

.highlights-page {
    background: #fffaf1;
}


/* HERO */

.highlights-hero {
    position: relative;

    min-height: 450px;

    display: flex;

    align-items: center;

    padding-top: 75px;

    color: #fff;

    background:
        linear-gradient(
            rgba(55,5,13,0.58),
            rgba(55,5,13,0.9)
        ),
        url("../images/hero/hero.jpg")
        center / cover no-repeat;
}


.highlights-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(212,163,58,0.13),
            transparent 60%
        );
}


.highlights-hero-content {
    position: relative;

    z-index: 2;

    max-width: 850px;

    margin: auto;

    text-align: center;
}


.highlights-hero-content > p {
    margin-top: 18px;

    color: #f0cd73;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


.highlights-hero-content h1 {
    margin: 12px 0;

    color: #fff5d7;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 58px;
}


.highlights-hero-content > span {
    color:
        rgba(255,255,255,0.72);

    font-size: 16px;
}


/* INTRO */

.highlights-intro {
    padding: 90px 0;
}


.highlight-feature-grid {
    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 22px;
}


.highlight-feature-card {
    overflow: hidden;

    border:
        1px solid rgba(101,21,27,0.09);

    border-radius: 19px;

    background: #fff;

    box-shadow:
        0 10px 30px
        rgba(61,12,16,0.07);
}


.highlight-feature-image {
    position: relative;

    height: 280px;

    overflow: hidden;
}


.highlight-feature-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.6s ease;
}


.highlight-feature-card:hover
.highlight-feature-image img {
    transform: scale(1.06);
}


.highlight-number {
    position: absolute;

    top: 17px;
    right: 17px;

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(242,209,122,0.45);

    border-radius: 50%;

    background:
        rgba(61,12,16,0.8);

    color: #f0cd73;

    font-family:
        Georgia,
        serif;

    font-size: 14px;
}


.highlight-feature-content {
    padding: 25px;
}


.highlight-feature-content > span {
    color: #a87517;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


.highlight-feature-content h3 {
    margin: 8px 0;

    color: #65151b;

    font-family:
        Georgia,
        serif;

    font-size: 25px;
}


.highlight-feature-content p {
    color: #76665d;

    font-size: 13px;

    line-height: 1.8;
}


/* MAJOR HIGHLIGHTS */

.major-highlight {
    padding: 90px 0;

    background: #f7eddb;
}


.horse-highlight {
    background: #fffaf1;
}


.major-highlight-grid {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 55px;

    align-items: center;
}


.major-highlight-grid.reverse {
    direction: rtl;
}


.major-highlight-grid.reverse
.major-highlight-content {
    direction: ltr;
}


.major-highlight-image {
    height: 450px;

    overflow: hidden;

    border-radius: 22px;

    box-shadow:
        0 15px 45px
        rgba(61,12,16,0.13);
}


.major-highlight-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.major-highlight-content > span {
    color: #a87517;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


.major-highlight-content h2 {
    margin: 9px 0 17px;

    color: #4a0d13;

    font-family:
        Georgia,
        serif;

    font-size: 45px;
}


.major-highlight-content p {
    margin-bottom: 15px;

    color: #76665d;

    font-size: 14px;

    line-height: 1.8;
}


/* BREEDS */

.breed-list {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 10px;

    margin-top: 25px;
}


.breed-list div {
    padding: 15px 10px;

    text-align: center;

    border:
        1px solid rgba(212,163,58,0.25);

    border-radius: 10px;

    background: #fff9e8;
}


.breed-list strong {
    display: block;

    color: #65151b;

    font-family:
        Georgia,
        serif;

    font-size: 13px;
}


.breed-list span {
    display: block;

    margin-top: 4px;

    color: #998b82;

    font-size: 8px;
}


.horse-note {
    margin-top: 22px;

    padding: 16px;

    border-left:
        3px solid #d4a33a;

    background: #fff2cf;

    color: #7d682f;

    font-size: 11px;

    line-height: 1.7;
}


/* CULTURE */

.culture-section {
    padding: 90px 0;

    background: #fff;
}


.culture-grid {
    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 17px;
}


.culture-card {
    padding: 30px 22px;

    text-align: center;

    border:
        1px solid rgba(101,21,27,0.09);

    border-radius: 17px;

    background: #fffaf1;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.culture-card:hover {
    transform:
        translateY(-5px);

    box-shadow:
        0 12px 30px
        rgba(61,12,16,0.08);
}


.culture-icon {
    width: 65px;
    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;

    border-radius: 50%;

    background: #fff0c8;

    font-size: 28px;
}


.culture-card h3 {
    color: #65151b;

    font-family:
        Georgia,
        serif;

    font-size: 20px;
}


.culture-card p {
    margin-top: 8px;

    color: #76665d;

    font-size: 11px;

    line-height: 1.7;
}


/* FAIR */

.fair-highlight-section {
    padding: 90px 0;

    background: #f7eddb;
}


.fair-highlight-grid {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 55px;

    align-items: center;
}


.fair-highlight-content > span {
    color: #a87517;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


.fair-highlight-content h2 {
    margin: 9px 0 15px;

    color: #4a0d13;

    font-family:
        Georgia,
        serif;

    font-size: 42px;
}


.fair-highlight-content p {
    margin-bottom: 15px;

    color: #76665d;

    font-size: 14px;

    line-height: 1.8;
}


.fair-items {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 20px;
}


.fair-items span {
    padding: 9px 12px;

    border-radius: 20px;

    background: #fff;

    color: #6d5a4f;

    font-size: 10px;

    box-shadow:
        0 3px 10px
        rgba(61,12,16,0.05);
}


.fair-highlight-image {
    height: 380px;

    overflow: hidden;

    border-radius: 21px;
}


.fair-highlight-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* DATE */

.highlight-date-section {
    padding: 55px 0;

    background: #fffaf1;
}


.highlight-date-card {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 35px 45px;

    border:
        1px solid rgba(212,163,58,0.35);

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #fff9e8,
            #fff
        );

    box-shadow:
        0 10px 30px
        rgba(61,12,16,0.06);
}


.highlight-date-card > div > span {
    color: #a87517;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}


.highlight-date-card h2 {
    margin: 6px 0 3px;

    color: #65151b;

    font-family:
        Georgia,
        serif;

    font-size: 32px;
}


.highlight-date-card p {
    color: #76665d;

    font-size: 12px;
}


/* GALLERY CTA */

.highlights-gallery-cta {
    padding: 65px 0;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #65151b,
            #3d0c10
        );
}


.highlights-gallery-cta .container {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


.highlights-gallery-cta span {
    color: #f0cd73;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}


.highlights-gallery-cta h2 {
    margin: 6px 0;

    color: #fff3ce;

    font-family:
        Georgia,
        serif;

    font-size: 32px;
}


.highlights-gallery-cta p {
    color:
        rgba(255,255,255,0.65);

    font-size: 12px;
}


.secondary-light-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 13px 20px;

    border:
        1px solid rgba(242,209,122,0.5);

    border-radius: 30px;

    background:
        rgba(255,255,255,0.06);

    color: #ffe29a;

    font-size: 11px;

    font-weight: 700;

    white-space: nowrap;

    transition:
        all 0.25s ease;
}


.secondary-light-button:hover {
    background: #d4a33a;

    color: #3d0c10;
}


/* MOBILE */

@media (max-width: 900px) {

    .highlights-hero-content h1 {
        font-size: 46px;
    }

    .highlight-feature-grid {
        grid-template-columns: 1fr;
    }

    .major-highlight-grid,
    .fair-highlight-grid {
        grid-template-columns: 1fr;
    }

    .major-highlight-grid.reverse {
        direction: ltr;
    }

    .culture-grid {
        grid-template-columns:
            1fr 1fr;
    }

    .highlight-date-card {
        flex-direction: column;

        align-items: flex-start;
    }

    .highlights-gallery-cta
    .container {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 600px) {

    .highlights-hero {
        min-height: 390px;
    }

    .highlights-hero-content h1 {
        font-size: 36px;
    }

    .highlight-feature-image {
        height: 240px;
    }

    .major-highlight-image {
        height: 300px;
    }

    .major-highlight-content h2,
    .fair-highlight-content h2 {
        font-size: 34px;
    }

    .breed-list {
        grid-template-columns: 1fr;
    }

    .culture-grid {
        grid-template-columns: 1fr;
    }

    .highlight-date-card {
        padding: 28px 22px;
    }

    .highlight-date-card h2 {
        font-size: 27px;
    }

      /* HERO - MOBILE */

    .hero h1 {
        font-size: 38px;
        line-height: 1.12;

        padding: 9px 18px 12px;

        border-radius: 14px;
    }

    .hero-description {
        font-size: 15px;

        padding: 6px 14px;
    }

}
/* =========================================================
   DONATE BUTTON
========================================================= */

.donation-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 14px 26px;

    border: 1px solid rgba(242, 209, 122, 0.7);
    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #8b1524,
            #c51f3a
        );

    color: #ffffff;

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;

    text-decoration: none;

    cursor: pointer;

    box-shadow:
        0 8px 25px rgba(80, 0, 10, 0.35);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.donation-button:hover {
    transform: translateY(-3px);

    background:
        linear-gradient(
            135deg,
            #a7192c,
            #e12b49
        );

    box-shadow:
        0 12px 32px rgba(80, 0, 10, 0.5);
}

.donation-button:active {
    transform: translateY(0);
}
/* =========================================================
   DONATION MODAL
========================================================= */

.donation-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: none;

    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(20, 5, 8, 0.82);

    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.donation-modal.active {
    display: flex;
}


/* =========================================================
   DONATION BOX
========================================================= */

.donation-box {
    position: relative;

    width: 100%;
    max-width: 430px;
    max-height: 90vh;

    overflow-y: auto;

    padding: 35px 30px;

    box-sizing: border-box;

    text-align: center;

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            #fffaf0,
            #ffffff
        );

    border: 2px solid rgba(198, 153, 55, 0.55);

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.55);
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.donation-close {
    position: absolute;

    top: 12px;
    right: 14px;

    width: 36px;
    height: 36px;

    padding: 0;

    border: none;
    border-radius: 50%;

    background: #4a2428;

    color: #ffffff;

    font-size: 25px;
    line-height: 36px;

    cursor: pointer;

    z-index: 2;
}

.donation-close:hover {
    background: #8b1524;
}


/* =========================================================
   DONATION CONTENT
========================================================= */

.donation-icon {
    font-size: 42px;
    margin-bottom: 8px;
}

.donation-box h2 {
    margin: 0 0 10px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 32px;

    color: #551b21;
}

.donation-text {
    max-width: 350px;

    margin: 0 auto 22px;

    color: #6c5555;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   AMOUNT
========================================================= */

.donation-box label {
    display: block;

    margin-bottom: 8px;

    text-align: left;

    color: #551b21;

    font-weight: 700;
}

.amount-input {
    display: flex;

    align-items: center;

    margin-bottom: 15px;

    border: 2px solid #d5b05b;

    border-radius: 12px;

    overflow: hidden;

    background: #ffffff;
}

.amount-input span {
    padding-left: 16px;

    color: #9b6b16;

    font-size: 20px;

    font-weight: 700;
}

.amount-input input {
    width: 100%;

    padding: 14px;

    border: none;

    outline: none;

    background: transparent;

    color: #42171c;

    font-size: 20px;

    font-weight: 700;
}


/* =========================================================
   GENERATE QR BUTTON
========================================================= */

.generate-qr-button {
    width: 100%;

    padding: 14px;

    border: none;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #8b1524,
            #c51f3a
        );

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 7px 20px rgba(120, 0, 20, 0.25);
}

.generate-qr-button:hover {
    background:
        linear-gradient(
            135deg,
            #a7192c,
            #e12b49
        );
}


/* =========================================================
   PAYMENT AREA
========================================================= */

.payment-area {
    display: none;

    margin-top: 25px;

    padding-top: 20px;

    border-top: 1px solid #e3d5bc;
}

.payment-area.show {
    display: block;
}


/* =========================================================
   QR CODE
========================================================= */

#qrCode {
    display: flex;

    justify-content: center;

    margin: 10px auto 15px;
}

#qrCode img {
    display: block;

    padding: 10px;

    background: #ffffff;

    border-radius: 12px;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.12);
}


/* =========================================================
   PAYMENT AMOUNT
========================================================= */

.payment-amount {
    margin-bottom: 16px;

    color: #5b3434;
}

.payment-amount strong {
    color: #8b1524;

    font-size: 22px;
}


/* =========================================================
   UPI / GPAY BUTTON
========================================================= */

.gpay-button {
    display: block;

    padding: 14px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #174ea6,
            #4285f4
        );

    color: #ffffff;

    text-decoration: none;

    font-weight: 700;

    box-shadow:
        0 7px 20px rgba(23, 78, 166, 0.25);
}

.gpay-button:hover {
    transform: translateY(-2px);
}


/* =========================================================
   NOTE
========================================================= */

.upi-note {
    margin-top: 12px;

    color: #806f6f;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .donation-modal {
        padding: 15px;
    }

    .donation-box {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .donation-box h2 {
        font-size: 27px;
    }

}
/* =========================================================
   ADMIN LOGIN OVERLAY
========================================================= */

.admin-login-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background:
        linear-gradient(
            rgba(48, 8, 14, 0.92),
            rgba(28, 5, 10, 0.96)
        );

    backdrop-filter: blur(8px);
}


.admin-login-box {
    width: 100%;
    max-width: 420px;

    padding: 42px 32px;

    background: #fffaf0;

    border: 1px solid #e5c86b;
    border-radius: 24px;

    text-align: center;

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.35);
}


.admin-login-icon {
    width: 76px;
    height: 76px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e8c34d;

    font-size: 34px;
}


.admin-login-box h1 {
    margin: 0 0 8px;

    color: #5b1118;

    font-size: 30px;
}


.admin-login-box p {
    margin: 0 0 28px;

    color: #766d67;

    font-size: 14px;
}


#adminLoginForm {
    display: flex;
    flex-direction: column;
    gap: 14px;
}


#adminLoginForm input {
    width: 100%;
    box-sizing: border-box;

    padding: 15px 16px;

    border: 1px solid #ddd2c2;
    border-radius: 12px;

    background: #ffffff;

    color: #351014;

    font-size: 16px;

    outline: none;
}


#adminLoginForm input:focus {
    border-color: #b78a20;

    box-shadow:
        0 0 0 3px rgba(183, 138, 32, 0.12);
}


#adminLoginForm button {
    margin-top: 6px;

    padding: 15px;

    border: none;
    border-radius: 12px;

    background: #74151d;

    color: #ffffff;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;
}


#adminLoginForm button:hover {
    background: #5b1118;
}


#adminLoginForm button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}


.admin-login-error {
    min-height: 20px;

    margin-top: 4px;

    color: #c62828;

    font-size: 14px;
}


.admin-login-overlay.hidden {
    display: none;
}


body.admin-login-locked {
    overflow: hidden;
}
