:root {
    --bg: #fff8ee;
    --paper: #fffdf8;
    --soft: #fff2dd;
    --brown: #2a1608;
    --brown-2: #4a2b12;
    --text: #2c2118;
    --muted: #756657;
    --saffron: #d97706;
    --saffron-dark: #b85f00;
    --line: #ead9bf;
    --shadow: 0 18px 45px rgba(60, 32, 9, .12);
    --radius: 8px;
    font-family: Arial, "Noto Sans Devanagari", "Mangal", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-size: 16px;
    line-height: 1.65;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 14px 18px;
    background: rgba(255, 251, 244, .96);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 30px rgba(58, 35, 13, .07);
    backdrop-filter: blur(14px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 245px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    color: #fff;
    background: linear-gradient(145deg, #f59e0b, #bd5d00);
    border-radius: 50%;
    font-weight: 800;
    line-height: 1;
}

.site-logo {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: contain;
}

.brand span {
    min-width: 0;
}

.brand strong {
    display: block;
    overflow: hidden;
    font-size: .92rem;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand small {
    display: block;
    overflow: hidden;
    color: var(--muted);
    font-size: .69rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-toggle {
    display: grid;
    gap: 5px;
    width: 38px;
    padding: 8px;
    border: 0;
    background: transparent;
}

.nav-toggle span {
    height: 2px;
    background: var(--saffron-dark);
    border-radius: 999px;
}

.main-nav {
    position: absolute;
    top: 100%;
    right: 12px;
    left: 12px;
    display: none;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.main-nav.open {
    display: flex;
}

.main-nav a {
    padding: 10px 12px;
    color: var(--brown);
    border-radius: 6px;
    font-size: .9rem;
    font-weight: 700;
}

.main-nav a:hover,
.main-nav .active {
    color: var(--saffron-dark);
    background: #fff0dc;
}

.nav-donate,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 22px;
    color: #fff;
    background: linear-gradient(180deg, #dd850e, #b85f00);
    border: 1px solid #b85f00;
    border-radius: 8px;
    box-shadow: 0 10px 18px rgba(193, 96, 0, .18);
    font-size: .94rem;
    font-weight: 800;
    cursor: pointer;
}

.btn:hover,
.nav-donate:hover {
    transform: translateY(-1px);
}

.btn.ghost {
    color: #fff;
    background: rgba(26, 15, 8, .2);
    border-color: rgba(255, 255, 255, .8);
}

.btn.small {
    min-height: 38px;
    padding: 8px 18px;
    font-size: .86rem;
}

.btn.centered {
    margin: 28px auto 0;
}

.hero {
    position: relative;
    min-height: 560px;
    display: grid;
    align-items: center;
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 74px 22px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(19, 10, 4, .82), rgba(43, 24, 8, .58), rgba(43, 24, 8, .08)),
        url("../img/hero-temple.jpg") center/cover no-repeat;
}

.page-hero {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 70px 22px;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(rgba(34, 18, 6, .78), rgba(34, 18, 6, .78)),
        url("../img/hero-temple.jpg") center/cover no-repeat;
}

.page-hero h1 {
    margin: 0 0 10px;
    font-size: clamp(2rem, 7vw, 3.6rem);
    line-height: 1.12;
}

.page-hero p {
    margin: 0 auto;
    max-width: 760px;
    color: #ffd89b;
    font-weight: 800;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(0deg, rgba(25, 13, 4, .72), transparent);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 690px;
}

.eyebrow,
.kicker {
    display: inline-block;
    color: #f5b04b;
    font-weight: 800;
    letter-spacing: 0;
}

.hero h1 {
    margin: 6px 0 0;
    font-size: clamp(2.1rem, 8vw, 4.3rem);
    line-height: 1.06;
}

.hero h2 {
    margin: 7px 0 18px;
    color: #f7b547;
    font-size: clamp(1.35rem, 4.6vw, 2.55rem);
    line-height: 1.2;
}

.hero p {
    max-width: 580px;
    margin: 0 0 28px;
    font-size: clamp(1rem, 3vw, 1.35rem);
    font-weight: 700;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.section {
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 62px 22px;
    background: var(--paper);
}

.soft {
    background: linear-gradient(180deg, #fff5e7, #fffaf2);
}

.about,
.donation {
    display: grid;
    gap: 34px;
    align-items: center;
}

.section-copy {
    max-width: 540px;
}

.section-copy h2,
.section-title h2 {
    position: relative;
    margin: 0 0 24px;
    color: var(--brown);
    font-size: clamp(1.55rem, 5vw, 2.2rem);
    line-height: 1.22;
}

.section-copy h2::after,
.section-title h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 10px;
    background: linear-gradient(90deg, transparent, var(--saffron), transparent);
}

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

.section-title h2::after {
    margin-right: auto;
    margin-left: auto;
}

.section-copy p {
    color: var(--muted);
    margin-bottom: 24px;
}

.portrait {
    width: min(100%, 300px);
    justify-self: center;
    border: 6px solid #fff7ed;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.info-grid,
.event-grid,
.gallery-grid,
.location-grid,
.footer-grid {
    display: grid;
    gap: 18px;
}

.info-card {
    padding: 26px 18px;
    text-align: center;
    background: rgba(255, 255, 255, .72);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 10px 24px rgba(76, 45, 15, .07);
}

.info-card h3 {
    margin: 12px 0 7px;
    color: var(--brown);
    font-size: 1.02rem;
}

.info-card p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: .91rem;
}

.info-card a {
    display: inline-flex;
    padding: 7px 20px;
    color: var(--saffron-dark);
    border: 1px solid #e3aa6c;
    border-radius: 6px;
    font-weight: 800;
    font-size: .84rem;
}

.icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 2px solid var(--saffron);
    border-radius: 10px;
    background: #fff7eb;
    position: relative;
}

.icon::before,
.icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
}

.clock {
    border-radius: 50%;
}

.clock::before {
    width: 2px;
    height: 15px;
    background: var(--saffron);
    transform: translateY(-4px);
}

.clock::after {
    width: 14px;
    height: 2px;
    background: var(--saffron);
    transform: translateX(5px);
}

.calendar::before {
    width: 25px;
    height: 21px;
    border: 2px solid var(--saffron);
    border-top-width: 7px;
    border-radius: 3px;
}

.temple::before {
    width: 25px;
    height: 22px;
    border: 2px solid var(--saffron);
    border-top: 0;
}

.temple::after {
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--saffron);
    border-left: 2px solid var(--saffron);
    transform: translateY(-12px) rotate(45deg);
}

.hand::before {
    width: 24px;
    height: 15px;
    border: 2px solid var(--saffron);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    transform: translateY(8px);
}

.hand::after {
    width: 12px;
    height: 12px;
    border: 2px solid var(--saffron);
    border-radius: 50%;
    transform: translateY(-9px);
}

.event-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 14px 28px rgba(76, 45, 15, .08);
}

.event-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.event-card div {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 18px 18px 0;
}

.event-card strong {
    color: #e36c12;
    font-size: 2.3rem;
    line-height: 1;
}

.event-card span {
    color: var(--muted);
    font-size: .86rem;
}

.event-card h3 {
    margin: 7px 18px 2px;
    color: var(--brown);
}

.event-card p {
    margin: 0 18px 20px;
    color: var(--muted);
    font-size: .9rem;
}

.quote {
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 58px 24px;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(rgba(57, 31, 12, .78), rgba(57, 31, 12, .78)),
        url("../img/quote-river.jpg") center/cover no-repeat;
}

.quote blockquote {
    margin: 0 auto 8px;
    max-width: 820px;
    font-size: clamp(1.45rem, 5vw, 2.3rem);
    line-height: 1.35;
}

.quote blockquote::before,
.quote blockquote::after {
    color: #f8c27b;
    font-size: 1.4em;
}

.quote blockquote::before {
    content: "“ ";
}

.quote blockquote::after {
    content: " ”";
}

.quote cite {
    color: #f9c47b;
    font-style: normal;
}

.donation {
    background: linear-gradient(90deg, #fffdf8, #fff3df);
}

.donation-img {
    width: min(100%, 260px);
    justify-self: center;
}

input,
textarea {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    color: var(--text);
    background: #fff;
    border: 1px solid #e8cda8;
    border-radius: 7px;
    font: inherit;
}

textarea {
    resize: vertical;
}

.donation-form,
.contact-form {
    display: grid;
    gap: 12px;
}

.location {
    background: #fffaf2;
}

.address,
.contact-form {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.address h3 {
    margin: 0 0 8px;
}

.map {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.map-frame {
    width: 100%;
    min-height: 280px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.gallery-grid {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: var(--radius);
    box-shadow: 0 12px 22px rgba(65, 35, 9, .1);
}

.site-footer {
    width: min(100%, 1160px);
    margin: 0 auto;
    color: #f7ead9;
    background: radial-gradient(circle at top left, #533116, var(--brown) 46%, #1b0e05);
}

.footer-grid {
    padding: 44px 22px;
}

.footer-brand .brand-mark {
    background: transparent;
    border: 2px solid var(--saffron);
    color: var(--saffron);
}

.site-footer p,
.site-footer a,
.site-footer small {
    color: #e3c9aa;
}

.site-footer h3 {
    color: #f4b24f;
    margin: 0 0 14px;
}

.site-footer a {
    display: block;
    margin: 8px 0;
    font-size: .92rem;
}

.socials {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.socials a {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin: 0;
    color: #fff;
    background: #0f95aa;
    border-radius: 50%;
    font-weight: 800;
}

.copyright {
    padding: 15px 22px;
    color: #d4b895;
    background: rgba(0, 0, 0, .16);
    font-size: .82rem;
    text-align: center;
}

.donation-page {
    display: grid;
    gap: 26px;
}

.payment-box,
.donation-form.full,
.thanks-text {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(70, 39, 10, .08);
}

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

.payment-box img {
    width: min(100%, 280px);
    margin: 0 auto 18px;
    border-radius: var(--radius);
}

.verify-note {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: .92rem;
}

.file-label {
    display: grid;
    gap: 8px;
    color: var(--brown);
    font-weight: 700;
}

.video-grid,
.vachan-list {
    display: grid;
    gap: 18px;
}

.video-card {
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.video-card iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 6px;
}

.video-card h3 {
    margin: 10px 0 0;
}

.vachan-list article {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.vachan-list span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #fff;
    background: var(--saffron);
    border-radius: 50%;
    font-weight: 800;
}

.vachan-list p {
    margin: 0;
}

.admin-body,
.admin-login {
    background: #f6eee3;
}

.admin-top {
    position: sticky;
    top: 0;
    z-index: 10;
    display: grid;
    gap: 12px;
    padding: 14px 18px;
    color: #fff;
    background: var(--brown);
}

.admin-top nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.admin-top a {
    flex: 0 0 auto;
    padding: 7px 10px;
    background: rgba(255, 255, 255, .08);
    border-radius: 6px;
    font-size: .88rem;
}

.admin-main {
    width: min(100%, 1160px);
    margin: 0 auto;
    padding: 22px;
}

.admin-login {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 20px;
}

.admin-login-card,
.admin-panel,
.admin-form {
    display: grid;
    gap: 14px;
    width: min(100%, 760px);
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.admin-login-card {
    max-width: 420px;
    box-shadow: var(--shadow);
}

.admin-cards {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-bottom: 20px;
}

.admin-cards a {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.admin-cards strong {
    display: block;
    color: var(--saffron-dark);
    font-size: 1.8rem;
}

.admin-table-wrap {
    overflow-x: auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.admin-table th,
.admin-table td {
    padding: 10px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.admin-thumb {
    width: 80px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
}

.admin-grid-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.admin-grid-list article {
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.admin-grid-list img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

.admin-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 16px;
}

.admin-tabs a {
    flex: 0 0 auto;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
}

.admin-tabs .active {
    color: #fff;
    background: var(--saffron-dark);
}

.inline-form {
    display: flex;
    gap: 6px;
}

.alert {
    padding: 10px 12px;
    background: #fff3cd;
    border: 1px solid #f4d27d;
    border-radius: 6px;
}

.alert.success {
    background: #eaf8ea;
    border-color: #9fd59f;
}

.detail-page {
    align-items: start;
}

.article-body {
    max-width: 920px;
    color: #3d2b1d;
    font-size: 1.05rem;
}

.article-body h2,
.content-feature h2 {
    margin-top: 30px;
    color: var(--brown);
}

.article-featured {
    width: min(100%, 520px);
    margin: 0 auto 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.content-feature-grid {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.content-feature {
    padding: 22px;
    background: #fffaf2;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.blog-grid {
    display: grid;
    gap: 20px;
}

.blog-card {
    display: grid;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(70, 39, 10, .08);
}

.blog-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.blog-card div {
    padding: 20px;
}

.blog-card time {
    color: var(--saffron-dark);
    font-weight: 800;
    font-size: .86rem;
}

.blog-card h2 {
    margin: 8px 0;
    font-size: 1.25rem;
    line-height: 1.3;
}

.editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
    background: #fff8ee;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
}

.editor-toolbar button,
.inline-form button,
.admin-table button {
    padding: 7px 10px;
    border: 1px solid #ddb37a;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.rich-editor {
    min-height: 260px;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 0 0 7px 7px;
}

.notice-strip {
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 9px 18px;
    color: #836d12;
    /*background: linear-gradient(90deg, #7a3f00, #c76c06);*/
    background:#ffffff;
    overflow: hidden;
}

.notice-strip strong {
    flex: 0 0 auto;
}

.notice-track {
    display: flex;
    gap: 28px;
    min-width: max-content;
    animation: noticeSlide 55s linear infinite;
}

.notice-track a {
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
}

@keyframes noticeSlide {
    from { transform: translateX(20%); }
    to { transform: translateX(-100%); }
}

.notice-list,
.document-grid {
    display: grid;
    gap: 16px;
}

.notice-list a,
.document-card {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(70, 39, 10, .08);
}

.document-card span {
    display: inline-flex;
    padding: 5px 10px;
    color: #fff;
    background: var(--saffron-dark);
    border-radius: 6px;
    font-weight: 800;
    font-size: .78rem;
}

.document-card h2 {
    margin: 12px 0 8px;
    font-size: 1.2rem;
}

.pdf-viewer {
    display: grid;
    gap: 18px;
}

.pdf-viewer iframe {
    width: 100%;
    min-height: 78vh;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

@media (min-width: 640px) {
    .info-grid,
    .event-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 850px) {
    body {
        background: #050505;
    }

    .site-header {
        margin-top: 22px;
        border-radius: 14px 14px 0 0;
        padding: 12px 24px;
    }

    .brand {
        flex: 0 1 260px;
        max-width: 260px;
    }

    .site-logo {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .nav-toggle {
        display: none;
    }

    .main-nav {
        position: static;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 5px;
        flex: 1 1 auto;
        min-width: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .main-nav a {
        padding: 8px 8px;
        font-size: .74rem;
        white-space: nowrap;
    }

    .main-nav .nav-donate {
        color: #fff;
        padding: 10px 14px;
        font-size: .78rem;
    }

    .hero {
        padding: 96px 70px;
    }

    .section {
        padding: 78px 70px;
    }

    .about,
    .donation {
        grid-template-columns: 1fr .8fr;
    }

    .about .section-copy,
    .donation .section-copy {
        justify-self: center;
    }

    .info-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .event-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .location-grid {
        grid-template-columns: .85fr 1.2fr .95fr;
        align-items: stretch;
    }

    .donation-page {
        grid-template-columns: 360px 1fr;
        align-items: start;
    }

    .payment-box {
        position: sticky;
        top: 92px;
    }

    .payment-box img {
        width: 240px;
    }

    .video-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .vachan-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .content-feature-grid,
    .blog-grid,
    .document-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1.35fr .75fr .85fr 1fr;
        padding: 52px 48px;
    }
}

@media (min-width: 1180px) {
    .site-header,
    .hero,
    .section,
    .quote,
    .site-footer {
        width: 1120px;
    }

    .site-header {
        padding-right: 34px;
        padding-left: 34px;
    }

    .brand {
        flex-basis: 300px;
        max-width: 300px;
    }

    .main-nav a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: .76rem;
    }

    .main-nav .nav-donate {
        padding-right: 18px;
        padding-left: 18px;
    }
}

/* ===== Moving Patrika Ticker ===== */
.notice-ticker{
    width:min(100%,1120px);
    margin:0 auto;
    background:linear-gradient(90deg,#2a1608,#4a2b12,#2a1608);
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    overflow:hidden;
    position:relative;

    /* Glow Animation */
    animation:tickerGlow 1.6s infinite alternate;
}

/* ===== Glow Blink Effect ===== */
@keyframes tickerGlow{

    0%{
        box-shadow:
        0 0 0 rgba(255,180,75,0),
        0 0 0 rgba(255,180,75,0);
    }

    100%{
        box-shadow:
        0 0 18px rgba(255,180,75,.45),
        0 0 28px rgba(217,119,6,.35);
    }
}

/* ===== Wrapper ===== */
.ticker-wrap{
    width:100%;
    overflow:hidden;
    display:flex;
    align-items:center;
    padding:12px 0;
}

/* ===== Running Text ===== */
.ticker-text{
    display:inline-flex;
    align-items:center;
    gap:18px;
    white-space:nowrap;
    font-size:1rem;
    font-weight:700;
    line-height:1.4;

    /* IMPORTANT FIX */
    flex-shrink:0;
    min-width:max-content;

    animation:tickerMove 18s linear infinite;
}

/* ===== Continuous Smooth Animation ===== */
@keyframes tickerMove{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }
}

/* ===== Links ===== */
.ticker-text a{
    color:#ffd89b;
    text-decoration:none;
    transition:.3s;
}

.ticker-text a:hover{
    color:#fff3d1;
    text-shadow:0 0 10px rgba(255,216,155,.45);
}

/* ===== Separator ===== */
.ticker-text span{
    color:#f5b04b;
    font-weight:800;
}

/* ===== Mobile ===== */
@media(max-width:768px){

    .notice-ticker{
        width:100%;
    }

    .ticker-wrap{
        padding:12px 0;
    }

    .ticker-text{
        font-size:1rem;
        font-weight:800;
        gap:22px;
        line-height:1.5;

        /* MOBILE FIX */
        animation-duration:14s;
    }

    .ticker-text a{
        padding:0 2px;
    }
}

/* ===== Donation Form Fields ===== */
.donation-form input,
.donation-form textarea,
.donation-form select{
    width:100%;
    padding:18px 20px;
    border:1.5px solid #e2c7a2;
    border-radius:16px;
    font-size:18px;
    background:#fff;
    color:#3d2b1f;
    outline:none;
    transition:all .3s ease;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    box-sizing:border-box;
}

/* Focus Effect */
.donation-form input:focus,
.donation-form textarea:focus,
.donation-form select:focus{
    border-color:#c57a10;
    box-shadow:0 0 0 4px rgba(197,122,16,.12);
}

/* Select Arrow Custom */
.donation-form select{
    cursor:pointer;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%236b4a2b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 18px center;
    background-size:16px;
    padding-right:50px;
}

/* File Label */
.file-label{
    display:flex;
    flex-direction:column;
    gap:10px;
    font-weight:600;
    color:#3d2b1f;
    margin-top:5px;
}