@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap");

/* Divine Temple Guide homepage custom stylesheet */
/* Sections:
   - root variables and shared utilities
   - banner
   - sacred shortcuts
   - service section
   - gallery
   - featured temples
   - live darshan
   - festival schedule
   - blog
   - stats
   - sponsor
   - contact
   - location
   - footer
   - responsive media queries
   - How to reach-sections
*/

/* Brand and shared elements */
.temple-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: "Yellowtail", cursive;
    line-height: 1;
    vertical-align: middle;
}

.temple-logo > span {
    display: block;
}

.temple-logo img {
    display: block;
    width: 40px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
}

.header__logo .temple-logo {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    text-decoration: none;
}

.header__logo .temple-logo img {
    width: 60px;
    max-width: 60px;
}

.header__logo .header__logo-name {
    display: block;
    color: #5a3718;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: .35px;
    line-height: 1.05;
    text-transform: none;
    white-space: nowrap;
    text-align: center;
}

.temple-footer__logo img {
    width: 72px;
}

.temple-logo--light {
    color: #fff;
    font-size: 2.1rem;
}

.temple-logo--dark {
    color: #0d0d0d;
    font-size: 2rem;
}

.temple-logo__sub {
    display: block;
    margin-top: 6px;
    font-family: "Roboto", sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.temple-logo--light .temple-logo__sub {
    color: rgba(255, 255, 255, .82);
}

.temple-logo--dark .temple-logo__sub {
    color: #737373;
}

@media (max-width: 1199.98px) {
    .header .header__mainmenu {
        position: relative;
    }

    .header .header__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .header .header__bar {
        margin-left: auto;
        position: relative;
        z-index: 3;
    }

    .header__logo .temple-logo {
        gap: 0;
    }

    .header__logo .temple-logo img {
        width: 62px;
        max-width: 62px;
    }

    .header__logo .header__logo-name {
        font-size: 12px;
        margin-top: 4px;
        letter-spacing: .35px;
    }
}

.banner__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #f1c152;
    font-family: "Roboto", sans-serif;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.banner__cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.banner__content .alt-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .45);
}

.banner__content .alt-btn span {
    color: #fff;
}

.banner__content .alt-btn::before {
    background: #f1c152;
}

.eventtime__area {
    gap: 24px;
}

.temple-quicklinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.temple-quicklinks li a {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid rgba(13, 13, 13, .1);
    border-radius: 999px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .95rem;
    font-weight: 700;
}

.temple-quicklinks li a:hover {
    background: #f1c152;
    border-color: #f1c152;
    color: #fff;
}

.temple-gallery-label {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.temple-shedule-label {
    text-align: right;
}

.temple-shedule-label span {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .9rem;
    font-weight: 700;
}

.temple-sponsor-card {
    min-height: 160px;
    padding: 28px 22px;
    border: 1px solid #ecf0f3;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.temple-sponsor-card h6 {
    margin-bottom: 8px;
}

.temple-sponsor-card p {
    margin-bottom: 0;
}

/* Location */
.location__map-card {
    height: 100%;
    min-height: 430px;
    padding: 42px 35px;
    background: linear-gradient(135deg, rgba(13, 13, 13, .92), rgba(241, 193, 82, .92)), url(https://images.unsplash.com/photo-1769888913192-897f2f097d04?auto=format&fit=crop&w=2200&q=80) center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location__map-card h2,
.location__map-card p,
.location__map-card li {
    color: #fff;
}

.location__map-card ul {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.location__map-card li {
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.location__map-card li:last-child {
    border-bottom: 0;
}

.location__info-thumb.temple-info-badge {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #f1c152;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
}

.location__info-thumb.temple-info-badge span {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer__about-thumb.temple-footer-card {
    padding: 26px 24px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
}

.footer__about-thumb.temple-footer-card h5 {
    margin-bottom: 12px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.footer__post-thumb.temple-post-badge {
    width: 76px;
    min-width: 76px;
    height: 76px;
    border-radius: 6px;
    background: #f1c152;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__post-thumb.temple-post-badge a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Root variables and shared layout */
:root {
    --primary-color: #FFC107;
    --secondary-color: #E65100;
    --gradient-primary: linear-gradient(135deg, #FFC107, #E65100);
    --gradient-hover: linear-gradient(135deg, #FFB300, #D84315);
    --temple-font-ui: "Inter", "Roboto", Arial, sans-serif;
    --temple-font-heading: "Playfair Display", Georgia, serif;
    --text-dark: #1A1A1A;
    --text-light: #666666;
    --bg-light: #FFF3E0;
    --temple-section-space: clamp(76px, 8vw, 104px);
    --temple-section-space-compact: clamp(60px, 6vw, 84px);
    --temple-header-gap: clamp(42px, 5vw, 58px);
    --temple-card-radius: 20px;
    --temple-border: rgba(230, 81, 0, .14);
    --temple-shadow: 0 18px 42px rgba(15, 23, 42, .08);
    --temple-shadow-soft: 0 12px 28px rgba(15, 23, 42, .06);
    --temple-copy: var(--text-light);
}

/* Banner */
.banner__slider .container,
.eventtime .container,
.service .container,
.event .container,
.live-darshan .container,
.shedule .container,
.sermon .container,
.cause .container,
.sponsor .container,
.contact .container,
.footer .container {
    max-width: 1320px;
}

.padding--top {
    padding-top: var(--temple-section-space);
}

.padding--bottom {
    padding-bottom: var(--temple-section-space);
}

.eventtime,
.sponsor {
    padding-top: var(--temple-section-space-compact);
    padding-bottom: var(--temple-section-space-compact);
}

.banner {
    min-height: clamp(640px, 82vh, 820px);
    display: flex;
    align-items: center;
    padding: clamp(150px, 17vw, 210px) 0;
}

.banner__content {
    max-width: min(560px, 100%);
}

.banner__content h2 {
    margin-bottom: 20px;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.banner__content p {
    margin-bottom: 0;
    line-height: 1.8;
    color: rgba(255, 255, 255, .88) !important;
}

.banner__cta-group {
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 34px;
}

.default-btn,
button.default-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-left: 0 !important;
    margin-top: 0;
    padding: 0 26px;
    box-shadow: 0 10px 24px rgba(13, 13, 13, .12);
}

.banner__content .alt-btn {
    box-shadow: none;
}

/* Sacred shortcuts */
.eventtime__area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0;
    padding: 30px 34px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    background: rgba(255, 255, 255, .03);
}

.eventtime__left h2 {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.1;
}

.eventtime__center {
    flex: 1;
    margin: 0;
}

.eventtime__right {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.temple-quicklinks {
    justify-content: center;
    gap: 14px;
}

.temple-quicklinks li a {
    padding: 12px 18px;
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .04);
    line-height: 1.35;
    transition: all .3s ease;
}

.section__header {
    margin-bottom: var(--temple-header-gap);
}

.section__header h2 {
    margin-bottom: 24px;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.section__header h2::after,
.section__header h2::before {
    bottom: -15px;
    height: 2px;
}

.section__header p {
    max-width: 720px;
    margin-bottom: 0;
    line-height: 1.78;
    color: var(--temple-copy);
}

.section__header p+p {
    margin-top: 12px;
}

.section__header.text-white p,
.text-white.section__header p {
    color: rgba(255, 255, 255, .82);
}

/* Service section */
.service__item,
.event__item,
.sermon__item,
.sponsor__item {
    height: 100%;
}

.service__left,
.service__right {
    display: grid;
    gap: 24px;
}

.service__item {
    margin: 0;
}

.service__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 28px 24px;
    border: 1px solid var(--temple-border);
    border-radius: var(--temple-card-radius);
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
    text-align: left;
}

.service__icon {
    position: static;
    width: 58px;
    height: 58px;
    margin: 0 0 18px;
    line-height: 58px;
    font-size: 1.25rem;
}

.service__content h5 {
    margin-bottom: 12px;
    line-height: 1.3;
    color: #0d0d0d;
}

.service__content p {
    display: block;
    margin-bottom: 0;
    overflow: visible;
    line-height: 1.72;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    text-overflow: initial;
}

.service__center {
    width: min(100%, 430px);
    height: auto;
    aspect-ratio: 1;
    padding: 28px;
    border-width: 1px;
    background: linear-gradient(180deg, #fff, #fbf7ee);
    box-shadow: var(--temple-shadow-soft);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service__text {
    text-align: center;
}

.service__text p {
    margin-bottom: 10px;
    color: #f1c152;
    font-family: "Roboto", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.service__text h3 {
    margin-bottom: 10px;
    line-height: 1.08;
}

.service__text h6 {
    margin-bottom: 0;
    color: var(--temple-copy);
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Gallery */
.gallery .container-fluid {
    padding-inline: clamp(18px, 4vw, 36px);
}

.gallery .section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gallery__filter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gallery__filter ul li {
    margin: 0;
    padding: 11px 18px;
    border: 1px solid var(--temple-border);
    border-radius: 999px;
    background: #fff;
}

.gallery .grid>[class*="col-"] {
    padding: 12px;
}

.gallery__item,
.gallery__inner {
    height: 100%;
}

.gallery__inner {
    overflow: hidden;
    border-radius: var(--temple-card-radius);
    box-shadow: var(--temple-shadow-soft);
}

.gallery__thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

/* Featured temples */
.event .section__wrapper>.row>[class*="col-"] {
    display: flex;
}

.event__item {
    width: 100%;
}

.event__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--temple-border);
    border-radius: var(--temple-card-radius);
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
}

.event__thumb {
    overflow: hidden;
}

.event__thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.event__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
    padding: 26px 26px 28px;
}

.event__content a h5 {
    margin: 0;
    line-height: 1.32;
}

.event__metapost {
    margin: 0;
}

.event__metapost-info {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.event__metapost-info li,
.event__content p {
    line-height: 1.72;
}

.event__content p {
    margin: 0;
}

.event .text-center.mt-5 {
    margin-top: clamp(36px, 4vw, 50px) !important;
}

/* Live darshan */
.live-darshan .section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.live-darshan__featured,
.live-darshan__mini {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--temple-border);
    border-radius: var(--temple-card-radius);
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
    transition: transform .3s ease, box-shadow .3s ease;
}

.live-darshan__featured:hover,
.live-darshan__mini:hover {
    transform: translateY(-2px);
    box-shadow: var(--temple-shadow);
}

.live-darshan__media {
    position: relative;
    padding: clamp(18px, 2.4vw, 24px);
    background: linear-gradient(180deg, #f7f1e2, #efe3c8);
}

.live-darshan__frame {
    position: relative;
    padding: clamp(12px, 1.8vw, 18px);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(106, 71, 12, .92), rgba(56, 36, 6, .96));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        inset 0 0 0 1px rgba(255, 231, 175, .12),
        0 20px 40px rgba(63, 38, 5, .18);
}

.live-darshan__frame::before,
.live-darshan__frame::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 225, 164, .18);
    border-radius: 22px;
    pointer-events: none;
}

.live-darshan__frame::after {
    inset: 22px;
    border-color: rgba(255, 255, 255, .08);
}

.live-darshan__frame-inner {
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(30, 21, 8, .98), rgba(17, 12, 6, .98));
}

.live-darshan__screen-shell {
    display: grid;
    grid-template-columns: minmax(18px, 1fr) minmax(0, 16fr) minmax(18px, 1fr);
    align-items: stretch;
    min-height: clamp(300px, 38vw, 470px);
    background: #0d0b08;
}

.live-darshan__screen-side {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0)),
        #120e09;
}

.live-darshan__screen {
    position: relative;
    min-height: clamp(300px, 38vw, 470px);
    overflow: hidden;
    background: #0f0f0f;
}

.live-darshan__screen iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.live-darshan__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    height: 100%;
    padding: clamp(28px, 4vw, 44px);
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, .16), transparent 42%),
        linear-gradient(135deg, #151515, #30271c 55%, #17120e);
    text-align: center;
}

.live-darshan__placeholder-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 1.2rem;
}

.live-darshan__placeholder-label,
.live-darshan__placeholder-copy {
    display: block;
    max-width: 520px;
}

.live-darshan__placeholder-label {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.live-darshan__placeholder-copy {
    color: rgba(255, 255, 255, .8);
    line-height: 1.72;
}

.live-darshan__media iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.live-darshan__info-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 24px 20px;
    border-top: 1px solid rgba(255, 235, 196, .12);
    background: linear-gradient(180deg, rgba(39, 28, 10, .94), rgba(23, 16, 7, .98));
}

.live-darshan__info-main {
    min-width: 0;
}

.live-darshan__stream-label {
    display: inline-block;
    margin-bottom: 8px;
    color: rgba(255, 228, 170, .92);
    font-family: "Roboto", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.live-darshan__info-main h5 {
    margin: 0 0 6px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
}

.live-darshan__info-main p,
.live-darshan__stream-time {
    margin: 0;
    color: rgba(255, 244, 221, .78);
    line-height: 1.6;
}

.live-darshan__info-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.live-darshan__stream-time i {
    margin-right: 6px;
}

.live-darshan__featured-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 28px 28px;
}

.live-darshan__meta,
.live-darshan__mini-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.live-darshan__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-family: "Roboto", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.live-darshan__badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .68);
}

.live-darshan__badge.is-live {
    background: rgba(183, 28, 28, .1);
    color: #B71C1C;
}

.live-darshan__badge.is-scheduled {
    background: rgba(230, 81, 0, .1);
    color: var(--secondary-color);
}

.live-darshan__badge.is-official {
    background: rgba(255, 193, 7, .14);
    color: #8a5a00;
}

.live-darshan__badge.is-aarti {
    background: rgba(255, 193, 7, .14);
    color: #8a5a00;
}

.live-darshan__badge.is-updating {
    background: rgba(71, 85, 105, .12);
    color: #475569;
}

.live-darshan__badge.is-offline {
    background: rgba(71, 85, 105, .12);
    color: #475569;
}

.live-darshan__location,
.live-darshan__city {
    color: var(--temple-copy);
    font-size: .95rem;
    line-height: 1.6;
}

.live-darshan__location i {
    margin-right: 6px;
    color: var(--secondary-color);
}

.live-darshan__featured-content h5,
.live-darshan__mini-content h6 {
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: var(--text-dark);
}

.live-darshan__featured-content h5 {
    line-height: 1.28;
}

.live-darshan__featured-content p {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.72;
}

.live-darshan__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.live-darshan__list {
    display: grid;
    gap: 16px;
    height: 100%;
}

.live-darshan__mini {
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
}

.live-darshan__mini-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 132px;
    padding: 18px;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, .9), rgba(255, 243, 224, .48) 44%, rgba(255, 193, 7, .14) 100%);
}

.live-darshan__mini-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-darshan__mini-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 96px;
    padding: 14px;
    border: 1px dashed rgba(230, 81, 0, .24);
    border-radius: 16px;
    background: rgba(255, 255, 255, .7);
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.live-darshan__mini-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
    padding: 18px 20px;
}

.live-darshan__mini-content h6 {
    line-height: 1.34;
}

.live-darshan__mini-copy {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.62;
}

.live-darshan__action {
    align-self: flex-start;
}

.live-darshan__action.default-btn {
    min-height: 46px;
    padding-inline: 22px;
}

.live-darshan__action--small.default-btn {
    min-height: 40px;
    padding-inline: 16px;
}

.live-darshan .text-center.mt-5 {
    margin-top: clamp(36px, 4vw, 50px) !important;
}

.live-darshan__updates {
    margin-top: 16px;
}

.live-darshan__updates>[class*="col-"] {
    display: flex;
}

@media (max-width: 991px) {
    .live-darshan__info-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .live-darshan__info-meta {
        justify-content: flex-start;
    }

    .live-darshan__featured-content {
        padding: 24px;
    }

    .live-darshan__mini {
        grid-template-columns: 120px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .live-darshan__media {
        padding: 14px;
    }

    .live-darshan__frame {
        padding: 10px;
        border-radius: 22px;
    }

    .live-darshan__frame::before {
        inset: 8px;
    }

    .live-darshan__frame::after {
        inset: 14px;
    }

    .live-darshan__screen-shell {
        grid-template-columns: 12px minmax(0, 1fr) 12px;
        min-height: 240px;
    }

    .live-darshan__screen {
        min-height: 240px;
    }

    .live-darshan__info-strip {
        padding: 18px 18px 20px;
    }

    .live-darshan__mini {
        grid-template-columns: 1fr;
    }

    .live-darshan__mini-thumb {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .live-darshan__mini-content,
    .live-darshan__featured-content {
        padding: 22px;
    }

    .live-darshan__actions,
    .live-darshan__action,
    .live-darshan__action.default-btn,
    .live-darshan__action--small.default-btn {
        width: 100%;
    }
}

/* Homepage single live player */
.live-darshan__featured--homepage {
    max-width: 980px;
    margin: 0 auto;
}

.live-darshan__featured--homepage .live-darshan__media {
    padding-top: clamp(64px, 6vw, 74px);
}

.live-darshan__overlay-badges {
    position: absolute;
    top: clamp(18px, 2.2vw, 24px);
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    transform: translateX(-50%);
}

.live-darshan__featured--homepage .live-darshan__screen-shell {
    min-height: 0;
}

.live-darshan__featured--homepage .live-darshan__screen {
    min-height: 0;
    aspect-ratio: 16 / 9;
}

.live-darshan__featured--homepage .live-darshan__featured-content {
    align-items: center;
    text-align: center;
}

.live-darshan__featured--homepage .live-darshan__actions {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

@media (max-width: 767px) {
    .live-darshan__featured--homepage .live-darshan__media {
        padding-top: 70px;
    }

    .live-darshan__overlay-badges {
        width: calc(100% - 36px);
    }
}

/* Live darshan homepage preview */
.live-darshan-preview {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 24px;
    align-items: stretch;
}

.live-darshan-preview__panel,
.live-darshan-preview__point {
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
}

.live-darshan-preview__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: clamp(28px, 4vw, 40px);
}

.live-darshan-preview__eyebrow {
    display: inline-block;
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.live-darshan-preview__panel h5 {
    margin: 0;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    line-height: 1.28;
}

.live-darshan-preview__panel p {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.72;
}

.live-darshan-preview__highlights {
    display: grid;
    gap: 16px;
}

.live-darshan-preview__point {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
}

.live-darshan-preview__point>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(255, 193, 7, .12);
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.live-darshan-preview__point h6 {
    margin: 0 0 8px;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    line-height: 1.34;
}

.live-darshan-preview__point p {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.68;
}

/* Dedicated live darshan page */
.live-darshan-pageheader {
    background:
        linear-gradient(135deg, rgba(20, 18, 14, .82), rgba(86, 57, 11, .7)),
        url(https://images.unsplash.com/photo-1706152312987-b5060f1d5ca9?auto=format&fit=crop&w=2200&q=80) center/cover no-repeat;
}

.live-darshan-pageheader .pageheader__left h3,
.live-darshan-pageheader .breadcrumb-item,
.live-darshan-pageheader .breadcrumb-item a,
.live-darshan-pageheader .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.live-darshan-page__featured {
    max-width: 1180px;
    margin: 0 auto;
}

.live-darshan-page .live-darshan__featured:hover {
    transform: none;
    box-shadow: var(--temple-shadow);
}

.live-darshan-page__cards {
    margin-top: clamp(52px, 6vw, 76px);
}

.live-darshan-page__cards .row>[class*="col-"] {
    display: flex;
}

.live-darshan-page__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--temple-border);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
    transition: transform .3s ease, box-shadow .3s ease;
}

.live-darshan-page__card:hover {
    transform: translateY(-2px);
    box-shadow: var(--temple-shadow);
}

.live-darshan-page__card-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, .88), rgba(255, 243, 224, .52) 42%, rgba(255, 193, 7, .15) 100%);
}

.live-darshan-page__card-thumb span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    min-height: 112px;
    padding: 18px;
    border: 1px dashed rgba(230, 81, 0, .24);
    border-radius: 26px;
    background: rgba(255, 255, 255, .76);
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.45;
    text-align: center;
    text-transform: uppercase;
}

.live-darshan-page__card-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 22px 24px;
}

.live-darshan-page__card-content h6 {
    margin: 0;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    line-height: 1.34;
}

.live-darshan-page__card-copy {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.68;
}

.live-darshan-page__card-action.default-btn {
    min-height: 42px;
    padding-inline: 18px;
    align-self: flex-start;
}

/* Temple directory page */
.temples-pageheader {
    background:
        linear-gradient(135deg, rgba(20, 18, 14, .82), rgba(86, 57, 11, .68)),
        url(https://images.unsplash.com/photo-1741003412854-bd4b264c4af3?auto=format&fit=crop&w=2200&q=80) center/cover no-repeat;
}

.temples-pageheader .pageheader__left h3,
.temples-pageheader .breadcrumb-item,
.temples-pageheader .breadcrumb-item a,
.temples-pageheader .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.temple-directory-pageheader .pageheader__left h3 {
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 1.5rem + 1.6vw, 3.1rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.temple-directory-pageheader .breadcrumb-item,
.temple-directory-pageheader .breadcrumb-item a,
.temple-directory-pageheader .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Roboto", sans-serif;
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: .02em;
}

.temple-directory-page .section__header h2 {
    color: #24180f;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 1.52rem + 1.45vw, 2.9rem);
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -.02em;
}

.temple-directory-page .section__header p {
    max-width: 820px;
    margin-inline: auto;
    color: #4d392a;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.82;
}

.temple-directory-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.temple-directory-page>.container {
    position: relative;
    z-index: 1;
}

.temple-directory-page::before,
.temple-directory-page::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    width: min(18vw, 230px);
    pointer-events: none;
    opacity: .2;
    z-index: 0;
    background:
        radial-gradient(ellipse 44% 18% at 62% 9%, rgba(255, 211, 130, .72) 0 32%, transparent 34%),
        radial-gradient(ellipse 36% 16% at 32% 20%, rgba(201, 114, 45, .24) 0 31%, transparent 33%),
        radial-gradient(ellipse 46% 18% at 72% 34%, rgba(255, 232, 189, .72) 0 34%, transparent 36%),
        radial-gradient(ellipse 34% 14% at 22% 42%, rgba(180, 91, 41, .2) 0 30%, transparent 32%),
        radial-gradient(ellipse 44% 18% at 65% 57%, rgba(255, 209, 150, .58) 0 33%, transparent 35%),
        radial-gradient(ellipse 30% 12% at 28% 66%, rgba(145, 78, 27, .16) 0 29%, transparent 31%),
        radial-gradient(ellipse 42% 16% at 60% 82%, rgba(255, 230, 194, .58) 0 33%, transparent 35%);
}

.temple-directory-page::before {
    left: -78px;
}

.temple-directory-page::after {
    right: -78px;
    transform: scaleX(-1);
}

.temple-directory__toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 24px;
    padding: 28px 30px;
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
}

.temple-directory__summary span {
    display: inline-block;
    margin-bottom: 10px;
    color: #8b5a24;
    font-family: "Roboto", sans-serif;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.temple-directory__summary h6 {
    margin-bottom: 8px;
    color: var(--text-dark);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.28rem;
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: -.01em;
}

.temple-directory__summary p {
    margin-bottom: 0;
    color: #4d392a;
    font-family: "Roboto", sans-serif;
    font-size: .98rem;
    line-height: 1.8;
}

.temple-directory__sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 193, 7, .24);
    border-radius: 999px;
    background: rgba(255, 193, 7, .1);
    color: #4a3524;
    font-family: "Roboto", sans-serif;
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.temple-directory__sort i {
    color: var(--secondary-color);
}

.temple-directory__search {
    position: relative;
    margin-bottom: 24px;
}

.temple-directory__search i {
    position: absolute;
    top: 50%;
    left: 22px;
    color: var(--secondary-color);
    transform: translateY(-50%);
}

.temple-directory__search-input {
    width: 100%;
    min-height: 62px;
    padding: 16px 20px 16px 56px;
    border: 1px solid var(--temple-border);
    border-radius: 22px;
    background: #fff;
    color: #2e2219;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    box-shadow: var(--temple-shadow-soft);
    transition: border-color .25s ease, box-shadow .25s ease;
}

.temple-directory__search-input:focus {
    outline: none;
    border-color: rgba(255, 193, 7, .38);
    box-shadow: 0 0 0 4px rgba(255, 193, 7, .12), var(--temple-shadow-soft);
}

.temple-directory__search-input::placeholder {
    color: rgba(77, 57, 42, .72);
    font-weight: 400;
}

.temple-directory__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 34px;
}

.temple-directory__filters button {
    padding: 12px 18px;
    border: 1px solid rgba(138, 92, 42, .18);
    border-radius: 999px;
    background: #fffaf2;
    color: #4a3524;
    font-family: "Roboto", sans-serif;
    font-size: .94rem;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.4;
    transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.temple-directory__filters button:hover,
.temple-directory__filters button.is-active {
    color: #7a4c1b;
    border-color: rgba(184, 117, 43, .28);
    background: rgba(184, 117, 43, .12);
    box-shadow: 0 8px 18px rgba(138, 92, 42, .08);
    transform: translateY(-1px);
}

.temple-directory__listing .row>[class*="col-"] {
    display: flex;
}

.temple-directory__item {
    width: 100%;
}

.temple-directory__item .event__inner {
    transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease, border-color .4s ease;
}

.temple-directory__item:hover .event__inner {
    transform: translateY(-10px);
    border-color: rgba(176, 111, 31, .24);
    box-shadow: 0 24px 46px rgba(93, 57, 8, .12), 0 10px 24px rgba(212, 162, 74, .18);
}

.temple-directory__item:hover,
.temple-directory__item:hover * {
    cursor: url("../images/icons/diya-cursor.svg") 8 8, pointer;
}

.temple-directory__listing .event__inner {
    width: 100%;
}

.temple-directory__listing .event__thumb {
    position: relative;
}

.temple-directory__listing .event__thumb img {
    aspect-ratio: 4 / 3;
    transition: transform .55s ease, filter .55s ease;
}

.temple-directory__item:hover .temple-directory__thumb img {
    transform: scale(1.06);
    filter: saturate(1.05) brightness(1.02);
}

.temple-directory__type {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(13, 13, 13, .72);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.temple-directory__item:hover .temple-directory__type {
    transform: translateY(-2px);
    border-color: rgba(255, 240, 205, .7);
    background: linear-gradient(135deg, rgba(125, 69, 14, .96), rgba(193, 128, 31, .96));
    box-shadow: 0 10px 24px rgba(122, 73, 10, .24);
}

.temple-directory__location span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8b5a24;
    font-family: "Roboto", sans-serif;
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .01em;
}

.temple-directory__location i {
    color: var(--secondary-color);
}

.temple-directory__listing .event__content {
    gap: 14px;
    padding: 24px;
}

.temple-directory__item .event__content>a h5 {
    display: block;
    color: #24180f;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.4rem, 1.18rem + .42vw, 1.66rem);
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -.015em;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    word-break: normal;
    overflow-wrap: anywhere;
    text-wrap: pretty;
    min-height: calc(1.22em * 2);
}

.temple-directory__item .event__content>a:hover h5 {
    color: #7a4c1b;
}

.temple-directory__listing .event__content>p {
    margin-bottom: 0;
    color: #4d392a;
    font-family: "Roboto", sans-serif;
    font-size: .98rem;
    line-height: 1.8;
}

.temple-directory__listing .event__metapost-info li {
    gap: 8px;
    color: #594231;
    font-family: "Roboto", sans-serif;
    font-size: .93rem;
    font-weight: 500;
    line-height: 1.62;
}

.temple-directory__action.default-btn {
    min-height: 44px;
    padding-inline: 18px;
    align-self: flex-start;
    margin-top: auto;
}

.temple-card-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 2px;
}

.temple-card-mini span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid rgba(176, 111, 31, .18);
    border-radius: 999px;
    background: linear-gradient(180deg, #fff8eb, #fff1d8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    color: #91571b;
    font-family: "Roboto", sans-serif;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.2;
}

.temple-directory__action.default-btn.temple-directory__action--darshan,
body.states-page .temple-directory__action.default-btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-color: #b8752b;
    border-radius: 999px;
    background: #b8752b;
    box-shadow: 0 12px 28px rgba(173, 106, 32, .22);
    color: #fff;
    transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, border-color .28s ease, filter .28s ease;
}

.temple-directory__action.default-btn.temple-directory__action--darshan::before,
body.states-page .temple-directory__action.default-btn::before {
    background: #9b5f1f;
}

.temple-directory__action.default-btn.temple-directory__action--darshan::after,
body.states-page .temple-directory__action.default-btn::after {
    content: "";
    position: absolute;
    top: -8%;
    bottom: -8%;
    left: -38%;
    width: 26%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 244, 212, .72), rgba(255, 255, 255, 0));
    opacity: .78;
    transform: skewX(-22deg) translateX(0);
    transition: transform .65s ease, opacity .28s ease;
    z-index: 0;
}

.temple-directory__action.default-btn.temple-directory__action--darshan span,
body.states-page .temple-directory__action.default-btn span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
    .temple-directory__item .temple-directory__action.default-btn.temple-directory__action--darshan:hover,
    body.states-page .state-hub__item .temple-directory__action.default-btn:hover {
        -webkit-animation: none;
        animation: none;
    }

    .temple-directory__item:hover .temple-directory__action.default-btn.temple-directory__action--darshan,
    .temple-directory__item:focus-within .temple-directory__action.default-btn.temple-directory__action--darshan,
    body.states-page .state-hub__item:hover .temple-directory__action.default-btn,
    body.states-page .state-hub__item:focus-within .temple-directory__action.default-btn {
        transform: translate3d(3px, 0, 0);
        background: #9b5f1f;
        border-color: #9b5f1f;
        box-shadow: 0 18px 34px rgba(173, 106, 32, .22), 0 0 0 1px rgba(244, 217, 172, .16), 0 0 18px rgba(173, 106, 32, .14);
        filter: saturate(1.01) brightness(.99);
    }

    .temple-directory__item:hover .temple-directory__action.default-btn.temple-directory__action--darshan::after,
    .temple-directory__item:focus-within .temple-directory__action.default-btn.temple-directory__action--darshan::after,
    body.states-page .state-hub__item:hover .temple-directory__action.default-btn::after,
    body.states-page .state-hub__item:focus-within .temple-directory__action.default-btn::after {
        transform: skewX(-22deg) translateX(300%);
    }
}

.temple-directory__empty {
    margin-top: 24px;
    padding: 28px 30px;
    border: 1px dashed rgba(15, 23, 42, .14);
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: var(--temple-shadow-soft);
}

.temple-directory__empty h6 {
    margin-bottom: 8px;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    font-size: 1.15rem;
}

.temple-directory__empty p {
    margin-bottom: 0;
    color: var(--temple-copy);
}

.temple-directory__suggestion {
    margin-top: 10px;
}

.temple-directory__suggestion-btn {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.temple-directory__suggestion-btn:hover,
.temple-directory__suggestion-btn:focus {
    color: var(--primary-color);
    outline: none;
}

.temple-directory__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: clamp(36px, 4vw, 52px);
    padding-top: 24px;
    border-top: 1px solid rgba(15, 23, 42, .08);
    text-align: center;
}

.temple-directory__pagination p {
    margin-bottom: 0;
    color: var(--text-dark);
    font-weight: 700;
}

.temple-directory__pager {
    gap: 8px;
    margin-bottom: 0;
}

.temple-directory__pager .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    border: 1px solid var(--temple-border);
    border-radius: 999px;
    background: #fff;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    font-size: .92rem;
    font-weight: 700;
    box-shadow: none;
}

.temple-directory__pager .page-item.active .page-link {
    border-color: transparent;
    background: var(--gradient-primary);
    color: #fff;
}

.temple-directory__pager .page-item.disabled .page-link {
    opacity: .58;
}

.state-hub-page .section__header {
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .temple-directory-page::before,
    .temple-directory-page::after {
        width: 118px;
        opacity: .1;
    }

    .temple-directory-page::before {
        left: -52px;
    }

    .temple-directory-page::after {
        right: -52px;
    }

    .temple-directory__item:hover,
    .temple-directory__item:hover * {
        cursor: pointer;
    }
}

.state-hub-page .section__header p {
    max-width: 840px;
    margin-inline: auto;
}

.state-hub__toolbar {
    margin-bottom: 34px;
}

.state-hub__listing .event__inner {
    width: 100%;
    min-height: 100%;
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.state-hub__item:hover .event__inner {
    border-color: rgba(255, 193, 7, .22);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
    transform: translateY(-4px);
}

.state-hub__content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px 28px 28px;
    background:
        linear-gradient(180deg, rgba(255, 193, 7, .08) 0%, rgba(255, 255, 255, 0) 38%),
        #fff;
}

.state-hub__eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 193, 7, .18);
    border-radius: 999px;
    background: rgba(255, 193, 7, .12);
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.state-hub__content h5 {
    margin-bottom: 12px;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    font-size: 1.35rem;
    line-height: 1.35;
}

.state-hub__content p {
    margin-bottom: 20px;
    color: var(--temple-copy);
    line-height: 1.72;
}

.state-hub__content .temple-directory__action.default-btn {
    margin-top: auto;
    align-self: flex-start;
}

.state-hub__note {
    margin-top: 38px;
    padding: 30px 32px;
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
    text-align: center;
}

.state-hub__note h2 {
    margin-bottom: 10px;
    color: var(--text-dark);
    font-size: 1.9rem;
}

.state-hub__note p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--temple-copy);
    line-height: 1.75;
}

@media (max-width: 991px) {
    .temple-directory__toolbar {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }

    .temple-directory__sort {
        white-space: normal;
    }

    .state-hub__content {
        padding: 28px 24px 24px;
    }

    .live-darshan-preview {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .temple-directory-pageheader .pageheader__left h3 {
        font-size: clamp(1.85rem, 1.55rem + 1.4vw, 2.3rem);
    }

    .temple-directory-page .section__header h2 {
        font-size: clamp(1.8rem, 1.45rem + 1.2vw, 2.2rem);
    }

    .temple-directory__summary h6 {
        font-size: 1.16rem;
    }

    .temple-directory__search-input {
        min-height: 58px;
        padding-inline: 52px 18px;
        font-size: .96rem;
    }

    .temple-directory__filters {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        overflow: visible;
        padding-inline: 0;
    }

    .temple-directory__filters button {
        flex: 0 0 auto;
        width: auto;
        padding: 8px 14px;
        font-size: .81rem;
        white-space: nowrap;
    }

    .temple-directory__listing .event__content {
        padding: 22px 20px 24px;
    }

    .temple-directory__item .event__content>a h5 {
        font-size: 1.36rem;
        line-height: 1.24;
        min-height: calc(1.24em * 2);
    }

    .temple-directory__listing .event__content>p,
    .temple-directory__summary p,
    .temple-directory-page .section__header p {
        font-size: .96rem;
        line-height: 1.76;
    }

    .temple-directory__location span,
    .temple-directory__listing .event__metapost-info li {
        font-size: .9rem;
        line-height: 1.58;
    }

    .temple-directory__action.default-btn {
        width: 100%;
    }

    .state-hub__content .temple-directory__action.default-btn {
        align-self: stretch;
    }

    .state-hub__note {
        padding: 24px 20px;
        text-align: left;
    }

    .temple-directory__pagination {
        flex-direction: column;
        align-items: flex-start;
    }

    .live-darshan-preview__point {
        grid-template-columns: 1fr;
    }

    .live-darshan-preview__point>span {
        width: 56px;
        height: 56px;
    }

    .live-darshan-page__card-thumb {
        min-height: 164px;
    }

    .live-darshan-page__card-thumb span {
        min-width: 96px;
        min-height: 96px;
    }

    .live-darshan-page__card-action.default-btn {
        width: 100%;
    }
}

/* Temple detail page */
.temple-detail-page .event__item,
.temple-detail-page .event__inner {
    height: 100%;
}

.temple-detail-page .event__inner {
    border: 1px solid var(--temple-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
}

.temple-detail__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: clamp(24px, 3vw, 34px);
}

.temple-detail__content>h3 {
    margin: 0;
    color: var(--text-dark);
    line-height: 1.22;
}

.temple-detail__eyebrow,
.temple-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.temple-detail__badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 193, 7, .22);
    border-radius: 999px;
    background: rgba(255, 193, 7, .12);
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.temple-detail__badge--soft {
    border-color: rgba(15, 23, 42, .08);
    background: rgba(15, 23, 42, .04);
    color: var(--text-dark);
}

.temple-detail__metapost .event__metapost-info {
    gap: 10px 18px;
}

.temple-detail__metapost .event__metapost-info li {
    gap: 8px;
    color: var(--temple-copy);
}

.temple-detail__metapost .event__metapost-info i {
    color: var(--secondary-color);
}

.temple-detail__thumb {
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
}

.temple-detail__thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.temple-detail__action.default-btn {
    min-height: 44px;
    padding-inline: 18px;
}

.temple-detail__action--secondary.default-btn {
    background: #fff;
    color: var(--text-dark);
    border: 1px solid var(--temple-border);
}

.temple-detail__action--secondary.default-btn span {
    color: inherit;
}

.temple-astro-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    width: fit-content;
    max-width: 100%;
    margin: 6px 0 20px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255, 193, 7, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42);
    color: #8b5a12;
    font-family: "Roboto", sans-serif;
    font-size: .875rem;
    line-height: 1.45;
}

.temple-astro-inline__item {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
}

.temple-astro-inline__icon {
    flex-shrink: 0;
    font-size: .95rem;
    line-height: 1;
}

.temple-astro-inline__label {
    font-weight: 600;
}

.temple-astro-inline__value {
    color: #704311;
    font-weight: 700;
}

.temple-astro-inline__divider {
    color: rgba(112, 67, 17, .55);
    font-weight: 600;
}

.temple-detail__facts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.temple-detail__fact-card,
.temple-detail__info-card,
.temple-detail__section,
.temple-detail__sidebar-card,
.temple-detail__accordion .accordion-item {
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
}

.temple-detail__fact-card {
    padding: 22px;
}

.temple-detail__fact-card span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.temple-detail__fact-card h6 {
    margin-bottom: 8px;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    font-size: 1.02rem;
    line-height: 1.4;
}

.temple-detail__fact-card p,
.temple-detail__sidebar-copy,
.temple-detail__section .section__wrapper p {
    margin-bottom: 0;
    color: var(--temple-copy);
    line-height: 1.74;
}

.temple-detail__section .section__wrapper>p+p {
    margin-top: 14px;
}

.temple-detail__section {
    padding: 28px;
}

.temple-detail__section .section__header {
    margin-bottom: 18px;
}

.temple-detail__section-intro {
    margin-bottom: 22px !important;
}

.temple-detail__section .section__header h2,
.temple-detail__sidebar-card .section__header h2 {
    margin: 0;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
}

.temple-detail__info-card {
    height: 100%;
    padding: 24px;
}

.temple-detail__info-card h5 {
    margin-bottom: 16px;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
}

.temple-detail__timing-card {
    position: relative;
    overflow: hidden;
}

.temple-detail__timing-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--gradient-primary);
}

.temple-detail__schedule-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.temple-detail__schedule-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .82);
}

.temple-detail__schedule-list span {
    color: var(--temple-copy);
    font-family: "Roboto", sans-serif;
    font-size: .94rem;
    font-weight: 700;
    line-height: 1.5;
}

.temple-detail__schedule-list strong {
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    font-size: .96rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
}

.temple-detail__location-layout {
    align-items: stretch;
}

.temple-detail__location-layout>[class*="col-"] {
    display: flex;
}

.temple-detail__location-stack,
.temple-detail__location-map,
.temple-detail__location-details {
    height: 100%;
}

.temple-detail__location-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.temple-detail__map-frame,
.temple-detail__map-placeholder,
.temple-detail__location-details {
    height: 100%;
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    box-shadow: var(--temple-shadow-soft);
}

.temple-detail__map-frame {
    overflow: hidden;
    padding: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 248, 236, .92));
}

.temple-detail__map-frame-top {
    margin-bottom: 14px;
}

.temple-detail__map-frame-top span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 10px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 193, 7, .2);
    border-radius: 999px;
    background: rgba(255, 193, 7, .12);
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.temple-detail__map-frame-top p {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.7;
}

.temple-detail__map-canvas {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: #f4f5f9;
}

.temple-detail__map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
}

.temple-detail__map-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    min-height: 100%;
    padding: 30px;
    background:
        linear-gradient(135deg, rgba(20, 18, 14, .88), rgba(86, 57, 11, .72)),
        url(https://images.unsplash.com/photo-1741003412854-bd4b264c4af3?auto=format&fit=crop&w=1600&q=80) center/cover no-repeat;
    color: #fff;
}

.temple-detail__map-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.temple-detail__map-placeholder i {
    font-size: 2rem;
    color: #ffd36b;
}

.temple-detail__map-placeholder h5 {
    margin: 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.temple-detail__map-placeholder p {
    margin: 0;
    max-width: 420px;
    color: rgba(255, 255, 255, .86);
    line-height: 1.72;
}

.temple-detail__location-details {
    padding: 28px;
    background: #fff;
}

.temple-detail__location-stay {
    padding: 24px 26px;
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 248, 236, .82));
    box-shadow: var(--temple-shadow-soft);
}

.temple-detail__location-stay h5,
.temple-detail__location-details h5 {
    margin-bottom: 16px;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    line-height: 1.35;
}

.temple-detail__location-details>p {
    margin-bottom: 18px;
    color: var(--temple-copy);
    line-height: 1.72;
}

.temple-detail__location-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.temple-detail__location-list li {
    padding: 16px 18px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .78);
}

.temple-detail__location-list span {
    display: block;
    margin-bottom: 6px;
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.temple-detail__location-list strong {
    display: block;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.62;
}

.temple-detail__location-sidebar .section__wrapper {
    padding-top: 18px;
}

.temple-detail__map-sidebar .section__wrapper {
    padding-top: 18px;
}

.temple-detail__location-list--sidebar {
    gap: 12px;
}

.temple-detail__location-list--sidebar li {
    display: grid;
    grid-template-columns: minmax(116px, 132px) minmax(0, 1fr);
    align-items: start;
    gap: 6px 14px;
    padding: 15px 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 248, 236, .72));
    box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
}

.temple-detail__location-list--sidebar span {
    margin-bottom: 0;
    padding-top: 1px;
}

.temple-detail__location-list--sidebar strong {
    font-size: .94rem;
    line-height: 1.58;
}

.temple-detail__map-sidebar .temple-detail__map-frame {
    padding: 16px;
    border-color: rgba(15, 23, 42, .1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(249, 244, 234, .96));
    box-shadow: 0 18px 36px rgba(15, 23, 42, .08);
}

.temple-detail__map-sidebar .temple-detail__map-frame-top {
    margin-bottom: 16px;
}

.temple-detail__map-sidebar .temple-detail__map-frame-top p {
    max-width: none;
}

.temple-detail__map-sidebar .temple-detail__map-canvas {
    border-color: rgba(15, 23, 42, .09);
    border-radius: 18px;
    background: #eef1f6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.temple-detail__map-sidebar .temple-detail__map-frame iframe {
    min-height: 320px;
}

.temple-detail__reach-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 248, 236, .86));
}

.temple-detail__reach-card p,
.temple-detail__offering-card p {
    color: var(--temple-copy);
    line-height: 1.74;
}

.temple-detail__offerings-section .section__header {
    margin-bottom: 26px;
}

.temple-detail__offerings-section .section__header p {
    max-width: 760px;
    margin-top: 12px;
    line-height: 1.82;
}

.temple-detail__offerings-grid>[class*="col-"] {
    display: flex;
}

.temple-detail__offering-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    padding: 30px 28px 28px;
    border-color: rgba(150, 106, 24, .1);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 250, 242, .96));
    box-shadow: 0 18px 36px rgba(15, 23, 42, .05);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.temple-detail__offering-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, rgba(255, 193, 7, .9), rgba(166, 118, 18, .58));
}

.temple-detail__offering-card:hover {
    transform: translateY(-4px);
    border-color: rgba(150, 106, 24, .16);
    box-shadow: 0 24px 44px rgba(15, 23, 42, .08);
}

.temple-detail__offering-head,
.temple-detail__offering-copy {
    display: flex;
}

.temple-detail__offering-head {
    align-items: center;
    gap: 14px;
}

.temple-detail__offering-copy {
    flex: 1;
    flex-direction: column;
    gap: 12px;
}

.temple-detail__offering-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 193, 7, .18);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 193, 7, .18), rgba(255, 247, 223, .96));
    color: var(--secondary-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.temple-detail__offering-icon i {
    font-size: 1.12rem;
}

.temple-detail__offering-card h5 {
    margin: 0;
    font-size: 1.28rem;
    line-height: 1.35;
}

.temple-detail__offering-card p {
    margin: 0;
    max-width: 40ch;
    line-height: 1.82;
}

@media (prefers-reduced-motion: reduce) {
    .temple-detail__offering-card {
        transition: none;
    }
}

.temple-detail__live-section .section__wrapper {
    padding: 0;
}

.temple-detail__live-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(20, 18, 14, .92), rgba(86, 57, 11, .78)),
        url(https://images.unsplash.com/photo-1706152312987-b5060f1d5ca9?auto=format&fit=crop&w=1600&q=80) center/cover no-repeat;
    color: #fff;
}

.temple-detail__live-copy {
    max-width: 620px;
}

.temple-detail__live-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 12px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.temple-detail__live-copy h5 {
    margin-bottom: 10px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 1.35;
}

.temple-detail__live-copy p {
    color: rgba(255, 255, 255, .84) !important;
}

.temple-detail__live-action.default-btn {
    min-width: 200px;
    flex-shrink: 0;
}

.temple-detail__bullet-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.temple-detail__bullet-list li {
    display: flex;
    gap: 10px;
    color: var(--temple-copy);
    line-height: 1.72;
}

.temple-detail__bullet-list i {
    margin-top: 4px;
    color: var(--secondary-color);
    flex-shrink: 0;
}

.temple-detail__bullet-list--compact {
    gap: 10px;
}

.temple-detail__sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.temple-detail__sidebar-card {
    overflow: hidden;
}

.temple-detail__sidebar-card .section__header {
    padding: 24px 24px 0;
    margin-bottom: 0;
}

.temple-detail__sidebar-card .section__wrapper {
    padding: 18px 24px 24px;
}

.temple-detail__fact-list,
.temple-detail__fact-list li {
    margin: 0;
}

.temple-detail__fact-list li {
    gap: 12px;
}

.temple-detail__maps iframe,
.temple-detail__map-frame iframe {
    width: 100%;
    border: 0;
}

.temple-detail__sidebar-action.default-btn {
    width: 100%;
    margin-top: 18px;
}

.temple-detail__accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.temple-detail__accordion .accordion-item {
    overflow: hidden;
}

.temple-detail__accordion .accordion-button {
    padding: 20px 22px;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    box-shadow: none;
}

.temple-detail__accordion .accordion-button:not(.collapsed) {
    background: rgba(255, 193, 7, .08);
    color: var(--text-dark);
}

.temple-detail__accordion .accordion-button:focus {
    box-shadow: none;
}

.temple-detail__accordion .accordion-body {
    padding: 0 22px 22px;
    color: var(--temple-copy);
    line-height: 1.74;
}

@media (max-width: 991px) {
    .temple-detail__sidebar {
        gap: 20px;
    }

    .temple-detail__section,
    .temple-detail__info-card,
    .temple-detail__fact-card,
    .temple-detail__sidebar-card .section__wrapper {
        padding-inline: 22px;
    }

    .temple-detail__location-details {
        padding: 24px;
    }

    .temple-detail__location-stay {
        padding: 22px 24px;
    }

    .temple-detail__map-frame iframe {
        min-height: 460px;
    }

    .temple-detail__map-sidebar .temple-detail__map-frame iframe {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .temple-detail__content {
        padding: 22px 20px 24px;
    }

    .temple-astro-inline {
        width: 100%;
        padding: 10px 12px;
    }

    .temple-detail__facts-grid {
        grid-template-columns: 1fr;
    }

    .temple-detail__section,
    .temple-detail__info-card,
    .temple-detail__fact-card {
        padding: 20px;
    }

    .temple-detail__schedule-list li {
        align-items: flex-start;
        flex-direction: column;
    }

    .temple-detail__map-placeholder,
    .temple-detail__location-details {
        padding: 20px;
    }

    .temple-detail__location-stay {
        padding: 20px;
    }

    .temple-detail__location-list--sidebar li {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .temple-detail__offerings-section .section__header {
        margin-bottom: 20px;
    }

    .temple-detail__offering-card {
        gap: 16px;
        padding: 24px 20px 22px;
    }

    .temple-detail__offering-head {
        align-items: center;
    }

    .temple-detail__offering-icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .temple-detail__offering-card h5 {
        font-size: 1.18rem;
    }

    .temple-detail__offering-card p {
        max-width: none;
    }

    .temple-detail__map-frame {
        padding: 12px;
    }

    .temple-detail__map-frame iframe {
        min-height: 320px;
        padding: 0;
    }

    .temple-detail__map-sidebar .temple-detail__map-frame iframe {
        min-height: 260px;
    }

    .temple-detail__live-panel {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px 20px;
    }

    .temple-detail__sidebar-card .section__header {
        padding: 20px 20px 0;
    }

    .temple-detail__sidebar-card .section__wrapper {
        padding: 16px 20px 20px;
    }

    .temple-detail__actions,
    .temple-detail__action.default-btn {
        width: 100%;
    }

    .temple-detail__maps iframe,
    .temple-detail__map-frame iframe {
        min-height: 240px;
    }
}

@media (max-width: 575px) {
    .temple-astro-inline {
        gap: 6px 0;
    }

    .temple-astro-inline__item {
        width: 100%;
    }

    .temple-astro-inline__divider {
        display: none;
    }
}

/* Festival schedule */
.shedule .section__header p {
    max-width: none;
}

.shedule__top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
}

.shedule__item {
    width: auto;
}

.shedule__inner {
    height: 100%;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(13, 13, 13, .16);
}

.shedule__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    padding: 22px 24px;
}

.shedule__title h6 {
    margin-bottom: 8px;
    line-height: 1.3;
}

.shedule__title p {
    margin-bottom: 0;
    line-height: 1.72;
    color: rgba(255, 255, 255, .82);
}

.shedule__sunrise {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 26px;
}

.shedule__sunrise-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    margin: 0;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
}

.shedule__sunrise-thumb {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.shedule__sunrise-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shedule__sunrise-content {
    min-width: 0;
}

.shedule__sunrise-content h3 {
    margin-bottom: 6px;
    color: #fff;
    line-height: 1.2;
}

.shedule__sunrise-content p {
    margin-bottom: 0;
    line-height: 1.72;
    color: rgba(255, 255, 255, .82);
}

/* Blog */
.sermon .row>[class*="col-"] {
    display: flex;
}

.sermon__item {
    width: 100%;
}

.sermon__inner {
    display: flex;
    align-items: stretch;
    gap: 24px;
    height: 100%;
    padding: 26px;
    border: 1px solid var(--temple-border);
    border-radius: var(--temple-card-radius);
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
}

.sermon__thumb {
    width: 210px;
    min-width: 210px;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
}

.sermon__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
}

.sermon__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    width: auto;
    min-width: 0;
    padding-left: 0;
}

.sermon__content h6 {
    margin: 0;
    line-height: 1.42;
}

.sermon__content-metapost,
.sermon__content-social {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.sermon__content-metapost li {
    line-height: 1.6;
}

/* Stats */
.cause__top {
    row-gap: 24px;
}

.cause__item,
.cause__inner {
    height: 100%;
}

.cause__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 188px;
    padding: 24px 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
}

.cause__content {
    text-align: center;
}

.cause__content h3 {
    margin-bottom: 8px;
    line-height: 1.1;
}

.cause__content h6 {
    margin-bottom: 0;
    line-height: 1.5;
}

.cause__bottom {
    margin-top: clamp(36px, 4vw, 48px);
}

.donaterange__content h4 {
    margin-bottom: 20px;
    line-height: 1.45;
}

/* Sponsor */
.sponsor__slider {
    padding: 8px 4px;
}

.sponsor .swiper-wrapper {
    align-items: stretch;
}

.sponsor .swiper-slide {
    height: auto;
}

.sponsor__item,
.sponsor__inner {
    height: 100%;
}

.temple-sponsor-card {
    gap: 12px;
    min-height: 190px;
    padding: 30px 26px;
    border-radius: var(--temple-card-radius);
    box-shadow: var(--temple-shadow-soft);
}

/* Contact */
.contact__form {
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--temple-shadow);
}

.contact__form form {
    gap: 18px 24px;
}

.contact__form form input,
.contact__form form textarea {
    width: calc(50% - 12px);
    min-height: 58px;
    padding: 16px 18px;
    border-color: #dde4ea;
    border-radius: 14px;
    line-height: 1.6;
}

.contact__form form input.w-100,
.contact__form form textarea {
    width: 100% !important;
}

.contact__form form textarea {
    min-height: 220px;
}

.contact__form .text-center {
    margin-top: 6px;
}

/* Footer */
.footer .section__header {
    margin-bottom: 28px;
}

.footer .section__header h2 {
    margin-bottom: 18px;
    font-size: 1.45rem;
    line-height: 1.25;
}

.footer .section__header h2::after,
.footer .section__header h2::before {
    bottom: -12px;
}

.footer__about-thumb.temple-footer-card {
    border-radius: 18px;
}

.footer__about-contet p,
.footer__post-content p,
.temple-sponsor-card p,
.footer__bottom-content p,
.location__map-card p,
.location__map-card li {
    line-height: 1.72;
}

.footer__tags ul,
.footer__links ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__tags ul li,
.footer__links ul li {
    margin: 0;
}

.footer__post-inner {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 0;
    padding: 18px 0;
}

.footer__post-item:first-child .footer__post-inner {
    padding-top: 0;
}

.footer__post-content {
    min-width: 0;
}

.footer__post-content h6 {
    margin-bottom: 8px;
    line-height: 1.42;
}

.footer__bottom {
    padding: 32px 0 38px;
}

/* Responsive media queries */
@media (max-width: 991px) {
    .banner__cta-group {
        gap: 12px;
    }

    .banner {
        min-height: 580px;
        padding: 160px 0 120px;
    }

    .banner__content {
        max-width: 100%;
    }

    .eventtime__area {
        flex-direction: column;
        align-items: stretch;
        padding: 28px;
    }

    .eventtime__center,
    .eventtime__right {
        width: 100%;
    }

    .temple-quicklinks {
        justify-content: flex-start;
    }

    .service__left,
    .service__right {
        gap: 20px;
    }

    .service__center {
        width: min(100%, 360px);
    }

    .shedule__top,
    .shedule__sunrise {
        grid-template-columns: 1fr;
    }

    .shedule__content {
        flex-direction: column;
    }

    .temple-shedule-label {
        text-align: left;
    }

    .sermon__inner {
        padding: 24px;
    }

    .sermon__thumb {
        width: 190px;
        min-width: 190px;
    }

    .location__map-card {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .banner {
        min-height: auto;
        padding: 142px 0 96px;
    }

    .banner__cta-group {
        flex-direction: column;
        align-items: stretch;
    }

    .banner__cta-group .default-btn,
    .eventtime__right .default-btn,
    .event .default-btn,
    .cause .default-btn,
    .contact .default-btn {
        width: 100%;
        justify-content: center;
    }

    .eventtime__area {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .temple-quicklinks {
        gap: 10px;
    }

    .temple-quicklinks li {
        width: 100%;
    }

    .temple-quicklinks li a {
        display: block;
        text-align: center;
    }

    .gallery .container-fluid {
        padding-inline: 14px;
    }

    .gallery .grid>[class*="col-"] {
        padding: 8px;
    }

    .gallery__filter ul {
        justify-content: flex-start;
    }

    .service__inner,
    .event__content,
    .temple-sponsor-card {
        padding-left: 22px;
        padding-right: 22px;
    }

    .service__center {
        width: min(100%, 300px);
        padding: 20px;
    }

    .shedule__content,
    .shedule__sunrise-inner {
        padding: 20px;
    }

    .sermon__inner {
        flex-direction: column;
        gap: 18px;
    }

    .sermon__thumb {
        width: 100%;
        min-width: 0;
    }

    .sermon__thumb img {
        aspect-ratio: 16 / 11;
    }

    .contact__form {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .contact__form form input,
    .contact__form form textarea {
        width: 100% !important;
    }

    .footer__post-inner {
        gap: 14px;
    }
}

/* Section refinements */
:root {
    --temple-section-space: clamp(72px, 7vw, 92px);
    --temple-section-space-compact: clamp(50px, 5vw, 66px);
    --temple-header-gap: clamp(34px, 4vw, 46px);
    --temple-shadow: 0 14px 32px rgba(15, 23, 42, .06);
    --temple-shadow-soft: 0 10px 24px rgba(15, 23, 42, .05);
}

.eventtime .container {
    max-width: 1240px;
}

.eventtime__area {
    display: grid;
    grid-template-columns: minmax(190px, .78fr) minmax(0, 1.35fr) auto;
    gap: 18px 24px;
    padding: 22px 26px;
    border-radius: 20px;
}

.eventtime__left {
    max-width: 200px;
}

.eventtime__left h2 {
    font-size: clamp(1.5rem, 2vw, 1.95rem);
}

.eventtime__center {
    display: flex;
    align-items: center;
}

.temple-quicklinks {
    justify-content: flex-start;
    gap: 10px;
}

.temple-quicklinks li a {
    padding: 10px 16px;
    font-size: .88rem;
}

.eventtime__right .default-btn {
    min-height: 48px;
    padding: 0 22px;
    box-shadow: none;
}

.service .section__wrapper {
    max-width: 1260px;
    margin: 0 auto;
}

.service__left,
.service__right {
    gap: 18px;
}

.service__inner {
    padding: 24px 22px;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}

.service__center {
    width: min(100%, 320px);
    padding: 18px;
    background: linear-gradient(180deg, #fff, #f8f4ea);
    box-shadow: none;
}

.service__text h3 {
    font-size: clamp(1.8rem, 2vw, 2.3rem);
}

.service__text h6 {
    font-size: .78rem;
}

.gallery .section__wrapper {
    gap: 26px;
}

.gallery__filter {
    display: flex;
    justify-content: center;
}

.gallery__filter ul {
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--temple-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.gallery__filter ul li {
    padding: 10px 15px;
    background: transparent;
}

.gallery__filter ul li.active {
    background: #f8f2e3;
}

.gallery .grid>[class*="col-"] {
    padding: 10px;
}

.gallery__inner {
    border-radius: 18px;
}

.gallery__thumb img {
    aspect-ratio: 1 / 1.02;
}

.event__inner {
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.event__thumb {
    position: relative;
}

.event__thumb-date {
    width: auto;
    height: auto;
    min-width: 78px;
    padding: 9px 12px;
    gap: 2px;
    top: 16px;
    left: 16px;
    border-width: 1px;
    border-radius: 999px;
    background: rgba(13, 13, 13, .76);
    backdrop-filter: blur(8px);
}

.event__thumb-date h6 {
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.event__thumb-date p {
    font-size: .72rem;
    opacity: .92;
}

.event__content {
    gap: 14px;
    padding: 22px 22px 24px;
}

.event__content a h5 {
    font-size: 1.3rem;
}

.event__metapost-info li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--temple-copy);
}

.event__metapost-info li i {
    margin-top: 4px;
    color: #f1c152;
}

.shedule {
    padding-top: clamp(64px, 6vw, 84px);
    padding-bottom: clamp(64px, 6vw, 84px);
}

.shedule .section__header {
    margin-bottom: 34px;
}

.shedule .section__header p:last-child {
    margin-top: 8px;
    font-size: .94rem;
    opacity: .78;
}

.shedule__top {
    gap: 14px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .05);
}

.shedule__content {
    gap: 14px;
    padding: 18px 20px;
}

.shedule__title h6 {
    font-size: 1.06rem;
}

.temple-shedule-label span {
    padding: 7px 11px;
    font-size: .76rem;
    border-color: rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .05);
}

.shedule__sunrise {
    gap: 14px;
    margin-top: 14px;
}

.shedule__sunrise-inner {
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
}

.shedule__sunrise-thumb {
    width: 56px;
    height: 56px;
}

.shedule__sunrise-content h3 {
    font-size: 1.05rem;
}

.temple-divine-timings {
    gap: 18px;
}

.temple-divine-timings__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 4px;
}

.temple-divine-timings__copy h5 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.45rem;
}

.temple-divine-timings__status,
.temple-divine-timings__details,
.temple-divine-timings__source {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .86);
}

.temple-divine-timings__source {
    margin-bottom: 0;
    font-size: .92rem;
    color: rgba(255, 255, 255, .72);
}

.temple-divine-timings__action {
    min-width: 210px;
    border: none;
}

.shedule__sunrise--divine .shedule__sunrise-item {
    width: calc(50% - 7px);
}

.temple-divine-timings__thumb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(241, 193, 82, .18);
    color: #f1c152;
}

.temple-divine-timings__thumb-icon i {
    font-size: 1.2rem;
}

.temple-divine-homepage {
    margin-top: -8px;
}

.temple-divine-homepage__card {
    padding: 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(241, 193, 82, .2), transparent 34%),
        linear-gradient(135deg, #20150f, #5f4116);
    box-shadow: 0 24px 54px rgba(27, 18, 10, .18);
}

.temple-divine-homepage__intro {
    margin-bottom: 0;
}

.temple-divine-homepage__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 243, 221, .82);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .8rem;
}

.temple-divine-homepage__intro h2 {
    color: #fff;
}

.temple-divine-homepage__intro p {
    color: rgba(255, 243, 221, .76);
    margin-bottom: 0;
}

.temple-divine-homepage .temple-divine-timings__meta {
    margin-bottom: 12px;
}

.temple-divine-homepage .shedule__sunrise {
    margin-top: 0;
}

.temple-divine-homepage .shedule__sunrise-inner {
    min-height: 112px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .08);
}

.temple-divine-homepage .shedule__sunrise-content h3,
.temple-divine-homepage .shedule__sunrise-content p {
    color: #fff;
}

.sermon .section__wrapper>.row {
    row-gap: 18px;
}

.sermon__inner {
    gap: 20px;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

.sermon__thumb {
    width: 176px;
    min-width: 176px;
    border-radius: 14px;
}

.sermon__content {
    gap: 10px;
}

.sermon__content-metapost {
    gap: 12px;
    font-size: .92rem;
    color: var(--temple-copy);
}

.sermon__content-social {
    display: none;
}

@media (max-width: 767px) {
    .temple-divine-homepage__card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .shedule__sunrise--divine .shedule__sunrise-item {
        width: 100%;
    }

    .temple-divine-timings__action {
        width: 100%;
        min-width: 0;
    }
}

.cause {
    padding-top: clamp(60px, 6vw, 80px);
    padding-bottom: clamp(60px, 6vw, 80px);
}

.cause .section__header {
    margin-bottom: 30px;
}

.cause__top {
    row-gap: 16px;
}

.cause__inner {
    min-height: 148px;
    padding: 20px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .05);
    box-shadow: none;
}

.cause__content h3 {
    font-size: clamp(1.7rem, 2vw, 2.15rem);
}

.cause__content h6 {
    opacity: .92;
}

.cause__bottom {
    margin-top: 26px;
}

.cause__bars {
    max-width: 840px;
    margin: 0 auto;
}

.donaterange__content h4 {
    margin-bottom: 16px;
    font-size: 1rem;
    font-weight: 500;
}

.cause .default-btn {
    min-height: 48px;
    box-shadow: none;
}

.contact {
    padding-bottom: clamp(42px, 4vw, 54px);
}

.contact .section__header {
    margin-bottom: 30px;
}

.contact .section__wrapper {
    max-width: 980px;
    margin: 0 auto;
}

.contact__form {
    padding: 22px 24px;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}

.contact__form form {
    gap: 16px 20px;
}

.contact__form form textarea {
    min-height: 180px;
}

.location {
    background: #fcfaf6;
}

.location__map-card {
    min-height: 360px;
    padding: 34px 32px;
    background: linear-gradient(135deg, rgba(13, 13, 13, .88), rgba(126, 95, 33, .78)), url(https://images.unsplash.com/photo-1769888913192-897f2f097d04?auto=format&fit=crop&w=2200&q=80) center/cover no-repeat;
}

.location__map-card h2 {
    margin-bottom: 14px;
    line-height: 1.14;
}

.location__map-card ul {
    margin-top: 18px;
}

.location__right {
    background: #fff;
    padding: clamp(56px, 6vw, 74px) clamp(24px, 4vw, 48px);
}

.location .section__header {
    margin-bottom: 20px;
}

.location .section__header h2::after,
.location .section__header h2::before {
    display: none;
}

.location__info {
    max-width: 560px;
}

.location__info-top {
    margin-bottom: 28px;
}

.location__info-top .section__header h2,
.location__info-bottom .section__header h2,
.location__info-top .section__wrapper .location__info-content h6 {
    color: #0d0d0d;
}

.location__info-top .section__wrapper {
    align-items: flex-start;
    gap: 18px;
}

.location__info-top .section__wrapper .location__info-thumb {
    margin-right: 0;
    width: 92px;
    height: 92px;
}

.location__info-content span,
.location__info-content ul li,
.location__info-right p,
.location__info-right ul li {
    color: var(--temple-copy);
}

.location__info-content ul {
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.location__info-list>ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.location__info-list>ul>li {
    padding-top: 14px;
    border-top: 1px solid rgba(13, 13, 13, .08);
}

.location__info-list>ul>li:first-child {
    padding-top: 0;
    border-top: 0;
}

.location__info-left {
    width: 30px;
}

.location__info-right {
    width: calc(100% - 30px) !important;
}

.location__info-right ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .service .section__wrapper .row.align-items-center>.col-lg-3,
    .service .section__wrapper .row.align-items-center>.col-lg-6 {
        flex: 0 0 33.333%;
        width: 33.333%;
        max-width: 33.333%;
    }

    .gallery .grid>.col-xl-2 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }
}

@media (max-width: 991px) {
    .eventtime__area {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px;
    }

    .eventtime__left {
        max-width: none;
    }

    .gallery__filter {
        justify-content: flex-start;
    }

    .gallery__filter ul {
        justify-content: flex-start;
    }

    .service__center {
        width: min(100%, 280px);
    }

    .sermon__thumb {
        width: 160px;
        min-width: 160px;
    }

    .location__right {
        padding: 48px 24px;
    }

    .location__map-card {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .eventtime__area {
        padding: 20px 18px;
    }

    .temple-quicklinks li {
        width: auto;
    }

    .temple-quicklinks li a {
        display: inline-flex;
        text-align: left;
    }

    .gallery__filter ul {
        padding: 6px;
    }

    .service__inner {
        padding: 20px;
    }

    .service__center {
        width: min(100%, 260px);
    }

    .event__content {
        padding: 20px;
    }

    .shedule__top {
        padding: 10px;
    }

    .sermon__inner {
        padding: 20px;
    }

    .sermon__thumb {
        width: 100%;
        min-width: 0;
    }

    .cause__inner {
        min-height: 132px;
    }

    .contact__form {
        padding: 20px 18px;
    }

    .location__map-card,
    .location__right {
        padding: 28px 20px;
    }

    .location__info-top .section__wrapper {
        flex-direction: column;
    }
}

/* Service section redesign */
.service .section__wrapper {
    max-width: 1240px;
    margin: 0 auto;
}

.service .section__wrapper .row.align-items-center {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    align-items: stretch !important;
}

.service .section__wrapper .row.align-items-center>.col-lg-3,
.service .section__wrapper .row.align-items-center>.col-lg-6 {
    padding: 0;
}

.service .section__wrapper .row.align-items-center>.col-lg-3 {
    display: contents;
}

.service .section__wrapper .row.align-items-center>.col-lg-6 {
    display: none;
}

.service .service__left,
.service .service__right {
    display: contents;
    text-align: initial;
}

.service .service__item {
    height: 100%;
    margin: 0;
}

.service .service__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    height: 100%;
    margin-bottom: 0;
    padding: 28px 26px 24px;
    border: 1px solid rgba(13, 13, 13, .08);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #fcfbf8);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
    text-align: left;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.service .service__inner:hover {
    transform: translateY(-2px);
    border-color: rgba(241, 193, 82, .28);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .07);
}

.service .service__icon {
    position: static;
    width: 46px;
    height: 46px;
    margin: 0 0 18px;
    border-radius: 12px;
    background: rgba(241, 193, 82, .14) !important;
    color: #b68419;
    line-height: 46px;
    font-size: 1rem;
    box-shadow: none;
    text-align: center;
}

.service .service__icon::after {
    display: none;
}

.service .service__inner:hover .service__icon {
    background: rgba(241, 193, 82, .18) !important;
    color: #a97812;
}

.service .service__content {
    width: 100%;
}

.service .service__content h5 {
    margin-bottom: 10px;
    color: #111;
    font-size: 1.16rem;
    line-height: 1.35;
}

.service .service__inner:hover .service__content h5 {
    color: #111;
}

.service .service__content p {
    display: block;
    margin-bottom: 0;
    color: #5f5a58;
    line-height: 1.72;
    overflow: visible;
    text-overflow: initial;
    -webkit-line-clamp: unset;
}

.service .service__center {
    display: none !important;
}

@media (max-width: 991px) {
    .service .section__wrapper .row.align-items-center {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .service .service__inner {
        padding: 24px 22px 22px;
    }
}

@media (max-width: 767px) {
    .service .section__wrapper .row.align-items-center {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .service .service__inner {
        padding: 22px 20px;
        border-radius: 16px;
    }

    .service .service__icon {
        margin-bottom: 16px;
    }
}

/* Sacred Shortcuts layout correction */
.eventtime .container {
    max-width: 1280px;
}

.eventtime__area {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.eventtime__left,
.eventtime__center,
.eventtime__right {
    min-width: 0;
}

.eventtime__left {
    flex: 0 0 auto;
    max-width: none;
}

.eventtime__left h2 {
    white-space: nowrap;
}

.eventtime__center {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.temple-quicklinks {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.temple-quicklinks li,
.eventtime__center ul li {
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    border-radius: 0;
    flex: 0 0 auto;
}

.eventtime__center ul li::after {
    display: none;
}

.temple-quicklinks li a {
    white-space: nowrap;
}

.eventtime__right {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

.eventtime__right .default-btn {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .eventtime__area {
        flex-wrap: wrap;
        gap: 18px 20px;
    }

    .eventtime__left {
        flex: 1 1 auto;
    }

    .eventtime__right {
        flex: 0 0 auto;
    }

    .eventtime__center {
        order: 3;
        flex: 1 0 100%;
        justify-content: flex-start;
    }

    .temple-quicklinks {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .eventtime__area {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .eventtime__left,
    .eventtime__center,
    .eventtime__right {
        width: 100%;
    }

    .eventtime__center {
        order: 2;
    }

    .eventtime__right {
        order: 3;
        justify-content: flex-start;
    }

    .temple-quicklinks {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }
}

/* Footer alignment refinement */
.footer__top .row {
    align-items: flex-start;
}

.footer__top .row>[class*="col-"] {
    display: flex;
}

.footer__about,
.footer__tags,
.footer__post,
.footer__links {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.footer .section__header {
    margin-bottom: 24px;
}

.footer .section__wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.footer__about .section__wrapper {
    gap: 18px;
}

.footer__tags .section__wrapper,
.footer__links .section__wrapper {
    justify-content: flex-start;
}

.footer__tags ul,
.footer__links ul {
    gap: 10px;
}

.footer__tags ul li a,
.footer__links ul li a {
    display: block;
    line-height: 1.6;
}

.footer__about-thumb.temple-footer-card {
    margin-bottom: 0;
}

.footer__about-contet p {
    margin-bottom: 0;
}

.footer__post .section__wrapper {
    gap: 0;
}

.footer__post-item:last-child .footer__post-inner {
    padding-bottom: 0;
    border-bottom: 0;
}

.footer__post-inner {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
}

.footer__post-thumb.temple-post-badge {
    margin: 0;
}

.footer__post-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.footer__post-content a {
    display: block;
}

.footer__post-content h6,
.footer__post-content p {
    margin-bottom: 0;
}

.footer__post-content p {
    line-height: 1.55;
}

.footer__bottom-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.footer__bottom-logo,
.footer__bottom-content {
    margin: 0;
}

.footer__bottom-content {
    max-width: 760px;
}

.footer__bottom-content p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .footer__top .row {
        row-gap: 34px;
    }
}

@media (max-width: 767px) {
    .footer .section__header {
        margin-bottom: 20px;
    }

    .footer__post-inner {
        gap: 14px;
    }

    .footer__bottom-area {
        gap: 12px;
    }
}

/* Premium yellow-golden color system */
body {
    color: var(--text-light);
}

.bg-light,
.eventtime,
.location {
    background-color: var(--bg-light);
}

.section__header h2:not(.text-white),
.temple-logo--dark,
.service__content h5,
.event__content a h5,
.sermon__content h6,
.service__text h3,
.service__text h6,
.location__info-top .section__header h2,
.location__info-bottom .section__header h2,
.location__info-top .section__wrapper .location__info-content h6 {
    color: var(--text-dark);
}

.section__header p,
.service__content p,
.event__content p,
.sermon__content-metapost,
.temple-logo--dark .temple-logo__sub,
.footer__bottom-content p,
.location__info-content span,
.location__info-content ul li,
.location__info-right p,
.location__info-right ul li {
    color: var(--text-light);
}

.banner {
    position: relative;
    isolation: isolate;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 193, 7, .18), rgba(230, 81, 0, .16));
    pointer-events: none;
    z-index: 0;
}

.banner>.container {
    position: relative;
    z-index: 1;
}

.banner__eyebrow,
.service__text p,
.temple-gallery-label,
.cause__content h3,
.event__metapost-info li i,
.location__info-bottom .section__wrapper .location__info-left i,
.location__info-bottom .section__wrapper .location__info-left svg {
    color: var(--primary-color);
}

.section__header h2::after {
    background: var(--gradient-primary);
}

.section__header h2::before {
    background: rgba(255, 193, 7, .34);
}

.default-btn,
button.default-btn {
    background: var(--gradient-primary);
    box-shadow: 0 12px 28px rgba(230, 81, 0, .24);
}

.default-btn::before {
    background: var(--gradient-hover);
}

.default-btn,
.default-btn span,
button.default-btn span,
.default-btn:hover,
.default-btn:hover span,
button.default-btn:hover span {
    color: #fff;
}

.banner__content .alt-btn {
    border-color: transparent;
    background: var(--gradient-primary);
}

.banner__content .alt-btn::before {
    background: var(--gradient-hover);
}

.eventtime__area {
    background: #fff;
    border-color: rgba(230, 81, 0, .16);
}

.eventtime__left h2,
.temple-quicklinks li a {
    color: var(--text-dark);
}

.temple-quicklinks li a {
    background: rgba(255, 193, 7, .14);
    border-color: rgba(230, 81, 0, .18);
}

.temple-quicklinks li a:hover {
    background: rgba(230, 81, 0, .14);
    border-color: rgba(230, 81, 0, .32);
    color: var(--text-dark);
}

.gallery__filter ul li.active {
    background: rgba(255, 193, 7, .18);
    border-color: rgba(230, 81, 0, .28);
    color: var(--text-dark);
}

.service .service__icon {
    background: rgba(255, 193, 7, .18) !important;
    color: var(--secondary-color);
}

.service .service__inner:hover {
    border-color: rgba(230, 81, 0, .24);
}

.service .service__inner:hover .service__icon {
    background: rgba(230, 81, 0, .16) !important;
    color: var(--secondary-color);
}

.event__thumb-date,
.location__info-thumb.temple-info-badge,
.footer__post-thumb.temple-post-badge {
    background: var(--gradient-primary);
}

.event__thumb-date {
    border-color: rgba(255, 255, 255, .28);
}

.shedule__top {
    border-color: rgba(255, 193, 7, .24);
    background: rgba(255, 243, 224, .08);
}

.shedule__inner {
    border-color: rgba(255, 193, 7, .18);
    background: rgba(26, 26, 26, .14);
}

.temple-shedule-label span {
    border-color: rgba(255, 193, 7, .18);
    background: rgba(255, 193, 7, .10);
}

.shedule__sunrise-inner {
    border-color: rgba(255, 193, 7, .18);
    background: rgba(255, 243, 224, .08);
}

.cause__inner {
    border-color: rgba(255, 193, 7, .22);
    background: rgba(255, 243, 224, .08);
}

.temple-sponsor-card {
    border-color: rgba(230, 81, 0, .16);
}

.location__map-card {
    background: linear-gradient(135deg, rgba(26, 26, 26, .84), rgba(230, 81, 0, .6)), url(https://images.unsplash.com/photo-1769888913192-897f2f097d04?auto=format&fit=crop&w=2200&q=80) center/cover no-repeat;
}

.footer__top,
.footer__bottom {
    background: #1A1A1A;
}

.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a {
    color: var(--primary-color);
    transition: color .25s ease;
}

.footer__tags ul li a:hover,
.footer__links ul li a:hover,
.footer__bottom-content a:hover {
    color: var(--secondary-color);
}

.event__content a h5,
.sermon__content h6,
.footer__post-content h6 {
    transition: color .25s ease;
}

.event__content a:hover h5,
.sermon__content a:hover h6,
.footer__post-content a:hover h6 {
    color: var(--secondary-color);
}

/* Header and footer saffron theme */
.header__top,
.header__bottom,
.header__bottom-fiexd {
    background: #FFF3E0;
}

.header__top-left ul li,
.header__top-left ul li a,
.header__top-social ul li a,
.header__top-search ul li,
.header__menu ul li a,
.header .temple-logo--light,
.header .temple-logo--dark,
.header .temple-logo--light .temple-logo__sub,
.header .temple-logo--dark .temple-logo__sub {
    color: #1A1A1A;
}

.header__top-left ul li i,
.header__top-left ul li svg,
.header__top-search ul li i,
.header__top-search ul li svg,
.header__top-social ul li a i,
.header__top-social ul li a svg {
    color: #1A1A1A;
}

.header__menu ul li.active>a,
.header__menu ul li a:hover,
.header__top-social ul li a:hover,
.header__top-search ul li:hover,
.header__top-search ul li:hover i,
.header__top-search ul li:hover svg,
.header .temple-logo:hover,
.header .temple-logo:hover .temple-logo__sub {
    color: #E65100;
}

.header .navbar-toggler,
.header .header__bar-info {
    color: #1A1A1A;
    border-color: rgba(230, 81, 0, .24);
}

.footer__top,
.footer__bottom {
    background: var(--gradient-primary);
}

.footer .section__header h2,
.footer__about-thumb.temple-footer-card h5,
.footer__post-content h6,
.footer__about-contet p,
.footer__post-content p,
.footer__bottom-content p,
.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a,
.footer .temple-logo,
.footer .temple-logo__sub {
    color: #FFFFFF;
}

.footer .section__header h2::after {
    background: rgba(255, 255, 255, .9);
}

.footer .section__header h2::before {
    background: rgba(255, 255, 255, .24);
}

.footer__about-thumb.temple-footer-card {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .18);
}

.footer__post-item .footer__post-inner {
    border-color: rgba(255, 255, 255, .18);
}

.footer__tags ul li a:hover,
.footer__links ul li a:hover,
.footer__bottom-content a:hover,
.footer__post-content a:hover h6 {
    color: #FFE082;
}

/* Header and footer glass refinement */
.header__top,
.header__bottom,
.header__bottom-fiexd {
    background: rgba(255, 248, 225, .65);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 30px rgba(88, 61, 16, .08);
}

.header__top {
    border-bottom: 1px solid rgba(230, 162, 58, .12);
}

.header__bottom,
.header__bottom-fiexd {
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(230, 162, 58, .14);
}

.header__top-left ul li,
.header__top-left ul li a,
.header__top-social ul li a,
.header__top-search ul li,
.header__menu ul li a,
.header .temple-logo--light,
.header .temple-logo--dark,
.header .temple-logo--light .temple-logo__sub,
.header .temple-logo--dark .temple-logo__sub {
    color: rgba(26, 26, 26, .92);
}

.header__top-left ul li i,
.header__top-left ul li svg,
.header__top-search ul li i,
.header__top-search ul li svg,
.header__top-social ul li a i,
.header__top-social ul li a svg {
    color: rgba(26, 26, 26, .92);
}

.header__menu ul li.active>a,
.header__menu ul li a:hover,
.header__top-social ul li a:hover,
.header__top-search ul li:hover,
.header__top-search ul li:hover i,
.header__top-search ul li:hover svg,
.header .temple-logo:hover,
.header .temple-logo:hover .temple-logo__sub {
    color: rgba(198, 99, 18, .98);
}

.header .navbar-toggler,
.header .header__bar-info {
    color: rgba(26, 26, 26, .92);
    border-color: rgba(198, 99, 18, .2);
    background: rgba(255, 255, 255, .24);
}

.footer__top,
.footer__bottom {
    background: rgba(60, 40, 10, .72);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.footer__top {
    border-top: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 -16px 36px rgba(18, 8, 0, .12);
}

.footer__bottom {
    background: rgba(52, 34, 10, .78);
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.footer .section__header h2,
.footer__about-thumb.temple-footer-card h5,
.footer__post-content h6,
.footer__about-contet p,
.footer__post-content p,
.footer__bottom-content p,
.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a,
.footer .temple-logo,
.footer .temple-logo__sub {
    color: rgba(255, 249, 238, .96);
}

.footer .section__header h2::after {
    background: rgba(255, 222, 150, .92);
}

.footer .section__header h2::before {
    background: rgba(255, 230, 180, .2);
}

.footer__about-thumb.temple-footer-card {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.footer__post-thumb.temple-post-badge {
    background: rgba(255, 214, 112, .16);
    border: 1px solid rgba(255, 231, 184, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.footer__post-thumb.temple-post-badge a {
    color: rgba(255, 248, 228, .96);
}

.footer__post-item .footer__post-inner {
    border-color: rgba(255, 255, 255, .14);
}

.footer__tags ul li a:hover,
.footer__links ul li a:hover,
.footer__bottom-content a:hover,
.footer__post-content a:hover h6 {
    color: #FFE08A;
}

/* Footer readability reinforcement */
.footer__top,
.footer__bottom {
    background: linear-gradient(180deg, rgba(28, 20, 11, .95), rgba(17, 12, 7, .98));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.footer__top {
    border-top: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 -12px 28px rgba(0, 0, 0, .16);
}

.footer__bottom {
    background: rgba(14, 10, 6, .98);
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer .section__header h2,
.footer__about-thumb.temple-footer-card h5,
.footer__post-content h6,
.footer .temple-logo,
.footer .temple-logo__sub,
.footer__post-thumb.temple-post-badge a {
    color: #FFF8EB;
    text-shadow: none;
}

.footer__about-contet p,
.footer__post-content p,
.footer__bottom-content p,
.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a {
    color: rgba(255, 243, 222, .92);
    text-shadow: none;
}

.footer__post-content a {
    color: inherit;
}

.footer__post-content p {
    color: rgba(255, 232, 193, .84);
}

.footer__about-thumb.temple-footer-card,
.footer__post-thumb.temple-post-badge {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.footer__post-item .footer__post-inner {
    border-color: rgba(255, 255, 255, .16);
}

.footer__tags ul li a:hover,
.footer__links ul li a:hover,
.footer__bottom-content a:hover,
.footer__post-content a:hover h6 {
    color: #FFD980;
}


/* Footer readability reinforcement */
.footer__top,
.footer__bottom {
    background: linear-gradient(180deg, rgba(28, 20, 11, .95), rgba(17, 12, 7, .98));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.footer__top {
    border-top: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 -12px 28px rgba(0, 0, 0, .16);
}

.footer__bottom {
    background: rgba(14, 10, 6, .98);
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer .section__header h2,
.footer__about-thumb.temple-footer-card h5,
.footer__post-content h6,
.footer .temple-logo,
.footer .temple-logo__sub,
.footer__post-thumb.temple-post-badge a {
    color: #FFF8EB;
    text-shadow: none;
}

.footer__about-contet p,
.footer__post-content p,
.footer__bottom-content p,
.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a {
    color: rgba(255, 243, 222, .92);
    text-shadow: none;
}

.footer__post-content a {
    color: inherit;
}

.footer__post-content p {
    color: rgba(255, 232, 193, .84);
}

.footer__about-thumb.temple-footer-card,
.footer__post-thumb.temple-post-badge {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.footer__post-item .footer__post-inner {
    border-color: rgba(255, 255, 255, .16);
}

.footer__tags ul li a:hover,
.footer__links ul li a:hover,
.footer__bottom-content a:hover,
.footer__post-content a:hover h6 {
    color: #FFD980;
}

/* Header and footer pure glassmorphism */
.header__top,
.header__bottom,
.header__bottom-fiexd {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: none;
}

.header__top {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.header__bottom,
.header__bottom-fiexd {
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header__top-left ul li,
.header__top-left ul li a,
.header__top-social ul li a,
.header__top-search ul li,
.header__menu ul li a,
.header .temple-logo--light,
.header .temple-logo--dark,
.header .temple-logo--light .temple-logo__sub,
.header .temple-logo--dark .temple-logo__sub,
.header__top-left ul li i,
.header__top-left ul li svg,
.header__top-search ul li i,
.header__top-search ul li svg,
.header__top-social ul li a i,
.header__top-social ul li a svg,
.header .navbar-toggler,
.header .header__bar-info {
    color: #1A1A1A;
}

.header__menu ul li.active>a {
    color: #1A1A1A;
}

.header__menu ul li a:hover,
.header__top-social ul li a:hover,
.header__top-search ul li:hover,
.header__top-search ul li:hover i,
.header__top-search ul li:hover svg,
.header .temple-logo:hover,
.header .temple-logo:hover .temple-logo__sub {
    color: rgba(26, 26, 26, .72);
}

.header .navbar-toggler,
.header .header__bar-info {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .22);
}

.footer__top,
.footer__bottom {
    background: rgba(255, 255, 255, .08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: none;
}

.footer__top {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.footer .section__header h2,
.footer__about-thumb.temple-footer-card h5,
.footer__post-content h6,
.footer__about-contet p,
.footer__post-content p,
.footer__bottom-content p,
.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a,
.footer .temple-logo,
.footer .temple-logo__sub,
.footer__post-thumb.temple-post-badge a {
    color: rgba(255, 255, 255, .94);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}

.footer .section__header h2::after {
    background: rgba(255, 255, 255, .8);
}

.footer .section__header h2::before {
    background: rgba(255, 255, 255, .18);
}

.footer__about-thumb.temple-footer-card,
.footer__post-thumb.temple-post-badge {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: none;
}

.footer__post-item .footer__post-inner {
    border-color: rgba(255, 255, 255, .14);
}

.footer__tags ul li a:hover,
.footer__links ul li a:hover,
.footer__bottom-content a:hover,
.footer__post-content a:hover h6 {
    color: #FFFFFF;
}

/* Sticky header motion and footer visibility */
@keyframes templeHeaderSlideInX {
    from {
        opacity: 0;
        transform: translate3d(-28px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.header__bottom.header__bottom-fiexd {
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.header__bottom.header__bottom-fiexd.animated,
.header__bottom.header__bottom-fiexd.fadeInDown,
.header__bottom.header__bottom-fiexd.animated.fadeInDown {
    -webkit-animation-name: templeHeaderSlideInX !important;
    animation-name: templeHeaderSlideInX !important;
    -webkit-animation-duration: .52s !important;
    animation-duration: .52s !important;
    -webkit-animation-timing-function: cubic-bezier(.2, .82, .24, 1) !important;
    animation-timing-function: cubic-bezier(.2, .82, .24, 1) !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.footer__top,
.footer__bottom {
    background: rgba(22, 22, 22, .72);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.footer__top {
    border-top: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 -14px 34px rgba(0, 0, 0, .12);
}

.footer__bottom {
    background: rgba(16, 16, 16, .78);
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer .section__header h2,
.footer__about-thumb.temple-footer-card h5,
.footer__post-content h6,
.footer__about-contet p,
.footer__post-content p,
.footer__bottom-content p,
.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a,
.footer .temple-logo,
.footer .temple-logo__sub,
.footer__post-thumb.temple-post-badge a {
    color: rgba(255, 255, 255, .96);
    text-shadow: none;
}

.footer__about-thumb.temple-footer-card,
.footer__post-thumb.temple-post-badge {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .18);
}

@media (prefers-reduced-motion: reduce) {
    .header__bottom.header__bottom-fiexd.animated,
    .header__bottom.header__bottom-fiexd.fadeInDown,
    .header__bottom.header__bottom-fiexd.animated.fadeInDown {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

/* Footer solid visibility refinement */
.footer__top,
.footer__bottom {
    background: #1E1E1E;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
}

.footer__top {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer__bottom {
    background: #1E1E1E;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .section__header h2,
.footer__about-thumb.temple-footer-card h5,
.footer__post-content h6,
.footer__about-contet p,
.footer__post-content p,
.footer__bottom-content p,
.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a,
.footer .temple-logo,
.footer .temple-logo__sub,
.footer__post-thumb.temple-post-badge a {
    color: #FFFFFF;
    text-shadow: none;
}

.footer .section__header h2::after {
    background: #FFC107;
}

.footer .section__header h2::before {
    background: rgba(255, 255, 255, .14);
}

.footer__about-thumb.temple-footer-card,
.footer__post-thumb.temple-post-badge {
    background: #252525;
    border-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
}

.footer__post-item .footer__post-inner {
    border-color: rgba(255, 255, 255, .1);
}

.footer__tags ul li a:hover,
.footer__links ul li a:hover,
.footer__bottom-content a:hover,
.footer__post-content a:hover h6 {
    color: #FFC107;
}

/* Footer list link cleanup */
.footer .footer__tags .section__wrapper ul,
.footer .footer__links .section__wrapper ul {
    display: grid;
    gap: 10px;
}

.footer .footer__tags .section__wrapper ul li,
.footer .footer__links .section__wrapper ul li {
    margin: 0;
    padding: 0;
}

.footer .footer__tags .section__wrapper ul li a,
.footer .footer__links .section__wrapper ul li a {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1.65 !important;
    text-decoration: none;
    vertical-align: top;
}

.footer .footer__tags .section__wrapper ul li a:hover,
.footer .footer__links .section__wrapper ul li a:hover,
.footer .footer__tags .section__wrapper ul li a:focus-visible,
.footer .footer__links .section__wrapper ul li a:focus-visible {
    background: transparent !important;
    box-shadow: none !important;
}

/* Sticky header glass consistency */
.header .header__bottom.header__bottom-fiexd,
.header .header__bottom.header__bottom-fiexd.animated,
.header .header__bottom.header__bottom-fiexd.fadeInDown,
.header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    background: rgba(255, 255, 255, 0.08) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
}

.header .header__bottom.header__bottom-fiexd,
.header .header__bottom.header__bottom-fiexd.animated,
.header .header__bottom.header__bottom-fiexd.fadeInDown,
.header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    border-top: 0 !important;
}

.header .header__bottom.header__bottom-fiexd .header__menu ul li a,
.header .header__bottom.header__bottom-fiexd .temple-logo,
.header .header__bottom.header__bottom-fiexd .temple-logo__sub,
.header .header__bottom.header__bottom-fiexd .navbar-toggler,
.header .header__bottom.header__bottom-fiexd .header__bar-info,
.header .header__bottom.header__bottom-fiexd .header__bar-info span {
    color: #1A1A1A;
}

/* Homepage-only layout stabilization */
.temple-homepage .banner {
    display: block;
    min-height: auto;
    padding: clamp(124px, 13vw, 156px) 0 clamp(66px, 7.5vw, 88px);
}

.temple-homepage .banner>.container {
    width: 100%;
}

.temple-homepage .banner__content {
    max-width: min(620px, 100%);
    margin: 0;
}

.temple-homepage .banner__search {
    margin-top: 24px;
}

.temple-homepage .banner__cta-group {
    margin-top: 24px;
    gap: 12px;
}

.temple-homepage .banner__content h2,
.temple-homepage .banner__content p,
.temple-homepage .banner__content .default-btn {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.temple-homepage .banner__content h2 {
    color: #fff7e6;
    text-shadow: 0 10px 30px rgba(15, 13, 10, 0.22);
}

.temple-homepage .banner__content p {
    color: rgba(255, 247, 230, 0.9) !important;
    text-shadow: 0 6px 22px rgba(15, 13, 10, 0.18);
}

.temple-homepage .sacred-categories {
    position: relative;
    overflow: visible;
    padding: 64px 0 76px;
    background:
        radial-gradient(circle at top left, rgba(255, 214, 153, 0.16), transparent 38%),
        radial-gradient(circle at bottom right, rgba(190, 128, 58, 0.08), transparent 34%),
        linear-gradient(180deg, #fff8ef 0%, #fffaf4 48%, #fff6ea 100%);
}

.temple-homepage .sacred-categories::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(190, 128, 58, 0.04), transparent 18%, transparent 82%, rgba(190, 128, 58, 0.04));
    opacity: 0.85;
}

.temple-homepage .sacred-categories__header {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.temple-homepage .sacred-categories__header p {
    max-width: 540px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.temple-homepage .sacred-categories__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.temple-homepage .sacred-categories__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-height: 332px;
    height: 100%;
    padding: 30px 24px 28px;
    border: 1px solid rgba(140, 90, 35, 0.12);
    border-top-color: rgba(190, 128, 58, 0.22);
    border-radius: 24px;
    overflow: visible;
    background: linear-gradient(180deg, rgba(255, 251, 243, 0.98) 0%, rgba(255, 245, 231, 0.96) 100%);
    box-shadow:
        0 14px 28px rgba(15, 23, 42, 0.06),
        0 2px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: -webkit-transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.temple-homepage .sacred-categories__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(190, 128, 58, 0.92), rgba(233, 188, 120, 0.85) 55%, rgba(139, 91, 39, 0.88));
    opacity: 0.9;
}

.temple-homepage .sacred-categories__card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(255, 214, 153, 0.18), transparent 34%);
    opacity: 0.85;
}

.temple-homepage .sacred-categories__card:hover,
.temple-homepage .sacred-categories__card:focus-within {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    border-color: rgba(140, 90, 35, 0.2);
    box-shadow:
        0 22px 42px rgba(15, 23, 42, 0.09),
        0 10px 24px rgba(190, 128, 58, 0.08);
}

.temple-homepage .sacred-categories__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
    border: 1px solid rgba(190, 128, 58, 0.14);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 246, 226, 0.98) 0%, rgba(248, 225, 184, 0.85) 100%);
    box-shadow:
        0 14px 24px rgba(190, 128, 58, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 0 0 8px rgba(255, 230, 188, 0.32);
    color: #8b5b27;
}

.temple-homepage .sacred-categories__icon i {
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
}

.temple-homepage .sacred-categories__card h5,
.temple-homepage .sacred-categories__card p,
.temple-homepage .sacred-categories__action {
    position: relative;
    z-index: 1;
}

.temple-homepage .sacred-categories__card h5 {
    margin: 0 0 10px;
    color: #241b14;
    line-height: 1.25;
}

.temple-homepage .sacred-categories__card p {
    margin: 0 0 22px;
    color: rgba(36, 27, 20, 0.76);
    line-height: 1.65;
}

.temple-homepage .sacred-categories__action {
    margin-top: auto;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(140, 90, 35, 0.14);
}

.temple-homepage .sacred-categories__action span {
    font-size: 0.9rem;
}

.temple-homepage .sacred-categories__card:hover .sacred-categories__icon,
.temple-homepage .sacred-categories__card:focus-within .sacred-categories__icon {
    box-shadow:
        0 18px 28px rgba(190, 128, 58, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 0 0 10px rgba(255, 230, 188, 0.36);
}

.temple-homepage .banner + .eventtime {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.temple-homepage .sacred-categories + .eventtime {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.temple-homepage .eventtime .container {
    max-width: 1280px;
}

.temple-homepage .eventtime__area {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.temple-homepage .eventtime__left,
.temple-homepage .eventtime__center,
.temple-homepage .eventtime__right {
    min-width: 0;
}

.temple-homepage .eventtime__left h2 {
    margin: 0;
    max-width: 14ch;
    white-space: normal;
}

.temple-homepage .eventtime__center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.temple-homepage .temple-quicklinks {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.temple-homepage .temple-quicklinks li,
.temple-homepage .eventtime__center ul li {
    flex: 0 1 auto;
    min-width: 0;
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.temple-homepage .eventtime__center ul li::after {
    display: none;
}

.temple-homepage .temple-quicklinks li a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.temple-homepage .eventtime__right {
    display: flex;
    justify-content: flex-end;
}

.temple-homepage .eventtime__right .default-btn {
    white-space: nowrap;
}

.temple-homepage .service .section__wrapper {
    max-width: 1240px;
    margin: 0 auto;
}

.temple-homepage .service .section__wrapper .row.align-items-center {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px) minmax(0, 1fr);
    gap: 24px;
    margin: 0;
    align-items: stretch !important;
}

.temple-homepage .service .section__wrapper .row.align-items-center>[class*="col-"] {
    display: flex;
    align-self: stretch;
    min-width: 0;
    padding: 0;
}

.temple-homepage .service .section__wrapper .row.align-items-center>.col-lg-4:nth-child(2) {
    align-items: center;
    justify-content: center;
}

.temple-homepage .service .service__left,
.temple-homepage .service .service__right {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 24px;
    text-align: initial;
    width: 100%;
    height: 100%;
}

.temple-homepage .service .service__item {
    display: flex;
    min-width: 0;
    margin: 0;
}

.temple-homepage .service .service__inner {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.temple-homepage .service .service__center {
    display: flex !important;
    align-self: center;
    flex-direction: column;
    width: min(100%, 380px);
    max-width: 380px;
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    padding: clamp(32px, 4vw, 42px);
    overflow: hidden;
    border-style: solid;
    border-color: var(--temple-border);
    border-radius: 28px;
}

.temple-homepage .service .service__text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.temple-homepage .service .service__text::before,
.temple-homepage .service .service__text::after {
    display: none;
}

.temple-homepage .service .service__text p,
.temple-homepage .service .service__text h3,
.temple-homepage .service .service__text h6 {
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
}

.temple-homepage .event .section__wrapper>.row {
    align-items: stretch;
}

.temple-homepage .event .section__wrapper>.row>[class*="col-"] {
    display: flex;
}

.temple-homepage .event__item,
.temple-homepage .event__inner {
    width: 100%;
    height: 100%;
}

.temple-homepage .event__thumb {
    height: clamp(220px, 24vw, 280px);
}

.temple-homepage .event__thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.temple-homepage .event__content {
    height: 100%;
}

.temple-homepage .event__content>.default-btn {
    margin-top: auto;
    align-self: flex-start;
}

.temple-homepage .temple-featured-temples .section__wrapper {
    max-width: 1240px;
    margin: 0 auto;
}

.temple-homepage .temple-featured-temples .event__item {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
}

.temple-homepage .temple-featured-card__inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 248, 236, .94));
    box-shadow: 0 18px 38px rgba(15, 23, 42, .06);
    -webkit-transition: -webkit-transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.temple-homepage .temple-featured-card:hover .temple-featured-card__inner,
.temple-homepage .temple-featured-card:focus-within .temple-featured-card__inner {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    border-color: rgba(230, 81, 0, .18);
    box-shadow: 0 24px 46px rgba(15, 23, 42, .09);
}

.temple-homepage .temple-featured-card__thumb {
    position: relative;
    height: clamp(220px, 22vw, 270px);
    min-height: clamp(220px, 22vw, 270px);
    overflow: hidden;
    border-radius: 28px 28px 0 0;
}

.temple-homepage .temple-featured-card__thumb > a {
    display: block;
    width: 100%;
    height: 100%;
}

.temple-homepage .temple-featured-card__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 52%, rgba(34, 21, 12, .18) 100%);
}

.temple-homepage .temple-featured-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform .55s ease, filter .55s ease;
    transition: transform .55s ease, filter .55s ease;
}

.temple-homepage .temple-featured-card:hover .temple-featured-card__thumb img,
.temple-homepage .temple-featured-card:focus-within .temple-featured-card__thumb img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    filter: saturate(1.03);
}

.temple-homepage .temple-featured-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 22px 24px 24px;
}

.temple-homepage .temple-featured-card__eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.temple-homepage .temple-featured-card__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid rgba(23, 107, 68, .14);
    border-radius: 999px;
    background: rgba(23, 107, 68, .08);
    color: #176b44;
    font-family: "Roboto", sans-serif;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.temple-homepage .temple-featured-card__status i {
    font-size: .48rem;
}

.temple-homepage .temple-featured-card__status.is-open {
    border-color: rgba(23, 107, 68, .14);
    background: rgba(23, 107, 68, .08);
    color: #176b44;
}

.temple-homepage .temple-featured-card__status.is-closed {
    border-color: rgba(136, 71, 52, .18);
    background: rgba(136, 71, 52, .10);
    color: #884734;
}

.temple-homepage .temple-featured-card__status.is-unverified {
    border-color: rgba(92, 103, 112, .18);
    background: rgba(92, 103, 112, .10);
    color: #5c6770;
}

.temple-homepage .temple-featured-card__title-link {
    display: block;
    min-height: 3.5rem;
}

.temple-homepage .temple-featured-card__title-link h5 {
    margin: 0;
    font-size: 1.32rem;
    line-height: 1.26;
}

.temple-homepage .temple-featured-card__location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: -2px 0 0;
    min-height: 3rem;
    color: var(--temple-copy);
    line-height: 1.5;
}

.temple-homepage .temple-featured-card__location i {
    margin-top: 4px;
    color: var(--secondary-color);
}

.temple-homepage .temple-featured-card__location span {
    min-width: 0;
}

.temple-homepage .temple-featured-card__chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: start;
    min-height: 46px;
}

.temple-homepage .temple-featured-card__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    min-height: 32px;
    padding: 6px 10px;
    border: 1px solid rgba(230, 81, 0, .1);
    border-radius: 999px;
    background: rgba(255, 248, 236, .9);
    color: var(--temple-copy);
    font-family: "Roboto", sans-serif;
    font-size: .82rem;
    font-weight: 500;
    line-height: 1.35;
}

.temple-homepage .temple-featured-card__chip strong {
    color: var(--text-dark);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.temple-homepage .temple-featured-card__history,
.temple-homepage .temple-featured-card__importance {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px 13px;
    border: 1px solid rgba(230, 81, 0, .1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 252, 246, .98), rgba(255, 246, 229, .94));
}

.temple-homepage .temple-featured-card__history > span,
.temple-homepage .temple-featured-card__importance span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    padding: 3px 9px;
    border: 1px solid rgba(255, 193, 7, .18);
    border-radius: 999px;
    background: rgba(255, 193, 7, .12);
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.temple-homepage .temple-featured-card__history-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.temple-homepage .temple-featured-card__history-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.temple-homepage .temple-featured-card__history-item small {
    display: block;
    margin: 0;
    color: var(--temple-copy);
    font-size: .77rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.temple-homepage .temple-featured-card__history-item strong,
.temple-homepage .temple-featured-card__importance p {
    margin: 0;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.5;
}

.temple-homepage .temple-featured-card__importance {
    margin-top: 0;
    min-height: 98px;
    background: linear-gradient(180deg, rgba(255, 249, 239, .98), rgba(255, 243, 216, .92));
}

.temple-homepage .temple-featured-card__action.default-btn {
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    padding-inline: 20px;
    justify-content: center;
    align-self: stretch;
    box-shadow: 0 16px 30px rgba(140, 90, 35, .16);
}

.temple-homepage .temple-featured-card__action span {
    font-size: .92rem;
}

.temple-homepage .live-darshan .section__wrapper {
    max-width: 1240px;
    margin: 0 auto;
}

.temple-homepage .live-darshan__featured--homepage {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
    align-items: stretch;
    max-width: none;
}

.temple-homepage .live-darshan__featured--homepage .live-darshan__media {
    display: flex;
    height: 100%;
}

.temple-homepage .live-darshan__featured--homepage .live-darshan__frame,
.temple-homepage .live-darshan__featured--homepage .live-darshan__frame-inner {
    display: flex;
    flex: 1;
    height: 100%;
}

.temple-homepage .live-darshan__featured--homepage .live-darshan__frame-inner {
    flex-direction: column;
}

.temple-homepage .live-darshan__featured--homepage .live-darshan__featured-content {
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: clamp(28px, 3vw, 40px);
    text-align: left;
}

.temple-homepage .live-darshan__featured--homepage .live-darshan__actions {
    justify-content: flex-start;
}

.temple-homepage .sponsor .row {
    align-items: stretch;
}

.temple-homepage .sponsor .row>[class*="col-"] {
    display: flex;
}

.temple-homepage .temple-plan-coverage {
    background: linear-gradient(180deg, #fffaf3 0%, #fff6eb 100%);
}

.temple-homepage .temple-plan-coverage .section__header p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.temple-homepage .temple-plan-card {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 16px;
    min-height: 100%;
    padding: 30px 24px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 251, 243, .98) 0%, rgba(255, 245, 231, .96) 100%);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .05);
    text-align: left;
}

.temple-homepage .temple-plan-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(190, 128, 58, .14);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 246, 226, .98) 0%, rgba(248, 225, 184, .86) 100%);
    box-shadow:
        0 12px 24px rgba(190, 128, 58, .14),
        inset 0 1px 0 rgba(255, 255, 255, .8);
    color: #8b5b27;
}

.temple-homepage .temple-plan-card__icon i {
    font-size: 1.25rem;
}

.temple-homepage .temple-plan-card h6 {
    margin: 0;
    color: #241b14;
    line-height: 1.3;
}

.temple-homepage .temple-plan-card p {
    margin: 0;
    color: rgba(36, 27, 20, .76);
    line-height: 1.68;
}

.temple-homepage .temple-sponsor-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

.temple-homepage .temple-sponsor-card h6,
.temple-homepage .temple-sponsor-card p {
    margin-bottom: 0;
}

.temple-homepage .temple-sponsor-card h6 {
    margin-bottom: 12px;
}

.temple-homepage .temple-plan-card h6 {
    margin-bottom: 0;
}

.temple-homepage .jyotirlinga-education {
    position: relative;
    padding-top: clamp(58px, 6vw, 72px);
    padding-bottom: clamp(58px, 6vw, 72px);
    background:
        radial-gradient(circle at top left, rgba(255, 214, 153, .16), transparent 34%),
        linear-gradient(180deg, #fff9f1 0%, #fff5e9 100%);
}

.temple-homepage .jyotirlinga-education__card {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 26px;
    align-items: center;
    padding: 34px 36px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 251, 243, .98) 0%, rgba(255, 245, 231, .96) 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .06);
}

.temple-homepage .jyotirlinga-education__intro {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    align-items: flex-start;
}

.temple-homepage .jyotirlinga-education__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(190, 128, 58, .14);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 246, 226, .98) 0%, rgba(248, 225, 184, .86) 100%);
    box-shadow:
        0 14px 26px rgba(190, 128, 58, .16),
        inset 0 1px 0 rgba(255, 255, 255, .82);
    color: #8b5b27;
}

.temple-homepage .jyotirlinga-education__icon i {
    font-size: 1.55rem;
}

.temple-homepage .jyotirlinga-education__copy h2,
.temple-homepage .temple-spiritual-note__card h2 {
    margin: 0 0 12px;
}

.temple-homepage .jyotirlinga-education__copy p,
.temple-homepage .temple-spiritual-note__card p {
    margin: 0;
    color: rgba(36, 27, 20, .76);
    line-height: 1.72;
}

.temple-homepage .jyotirlinga-education__copy p {
    max-width: 54ch;
}

.temple-homepage .jyotirlinga-education__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.temple-homepage .jyotirlinga-education__points {
    display: grid;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.temple-homepage .jyotirlinga-education__points li {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid rgba(140, 90, 35, .1);
    border-radius: 18px;
    background: rgba(255, 250, 241, .9);
    color: #241b14;
    font-family: "Roboto", sans-serif;
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.45;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .035);
}

.temple-homepage .jyotirlinga-education__points li::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #be803a 0%, #8b5b27 100%);
    box-shadow: 0 0 0 6px rgba(190, 128, 58, .12);
    flex: 0 0 auto;
}

.temple-homepage .jyotirlinga-education__action.default-btn {
    min-width: 156px;
}

.temple-homepage .live-darshan--compact-homepage {
    padding-top: clamp(58px, 6vw, 70px);
    padding-bottom: clamp(58px, 6vw, 70px);
    background:
        radial-gradient(circle at top right, rgba(255, 214, 153, .14), transparent 30%),
        linear-gradient(180deg, #fff8ef 0%, #fff4e8 100%);
}

.temple-homepage .live-darshan--compact-homepage .section__header {
    margin-bottom: 28px;
}

.temple-homepage .live-darshan--compact-homepage .section__header p {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.temple-homepage .live-darshan--compact-homepage .section__wrapper {
    display: block;
    max-width: 1160px;
}

.temple-homepage .live-darshan-compact {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 22px;
    align-items: stretch;
    padding: 22px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 251, 243, .98) 0%, rgba(255, 245, 231, .96) 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .06);
}

.temple-homepage .live-darshan-compact__preview,
.temple-homepage .live-darshan-compact__copy {
    min-width: 0;
}

.temple-homepage .live-darshan-compact__preview {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.temple-homepage .live-darshan-compact__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.temple-homepage .live-darshan-compact__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 999px;
    background: rgba(255, 250, 241, .92);
    color: #6f4418;
    font-family: "Roboto", sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.temple-homepage .live-darshan-compact__tag--live {
    border-color: rgba(173, 47, 0, .14);
    background: rgba(173, 47, 0, .09);
    color: #ad2f00;
}

.temple-homepage .live-darshan-compact__frame {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #2c1c0d, #120c06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .12),
        0 20px 34px rgba(15, 23, 42, .12);
}

.temple-homepage .live-darshan-compact__frame::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 223, 174, .16);
    border-radius: 18px;
    pointer-events: none;
    z-index: 1;
}

.temple-homepage .live-darshan-compact__frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.temple-homepage .live-darshan-compact__frame--placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 7, 5, 0.14) 0%, rgba(10, 7, 5, 0.56) 100%),
        radial-gradient(circle at top right, rgba(255, 214, 153, 0.22), transparent 28%);
    z-index: 0;
}

.temple-homepage .live-darshan-compact__visual {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.86;
}

.temple-homepage .live-darshan-compact__play,
.temple-homepage .live-darshan-compact__frame-note {
    position: absolute;
    z-index: 2;
}

.temple-homepage .live-darshan-compact__play {
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(255, 223, 174, 0.42);
    border-radius: 50%;
    background: rgba(17, 12, 8, 0.68);
    box-shadow:
        0 18px 28px rgba(15, 23, 42, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    color: #fff4df;
    font-size: 1.1rem;
    transform: translate(-50%, -50%);
}

.temple-homepage .live-darshan-compact__frame-note {
    left: 20px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 223, 174, 0.22);
    border-radius: 999px;
    background: rgba(17, 12, 8, 0.66);
    color: rgba(255, 244, 223, 0.92);
    font-family: "Roboto", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.temple-homepage .live-darshan-compact__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 8px 6px 8px 2px;
}

.temple-homepage .live-darshan-compact__eyebrow {
    display: inline-block;
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.temple-homepage .live-darshan-compact__copy h5 {
    margin: 0;
    color: #241b14;
    line-height: 1.3;
}

.temple-homepage .live-darshan-compact__copy p {
    max-width: 34ch;
    margin: 0;
    color: rgba(36, 27, 20, .76);
    line-height: 1.68;
}

.temple-homepage .live-darshan--compact-homepage .live-darshan__actions {
    margin-top: 4px;
}

.temple-homepage .live-darshan--compact-homepage .live-darshan__action.default-btn {
    min-width: 204px;
}

.temple-homepage .temple-spiritual-note {
    padding-top: clamp(56px, 5.5vw, 68px);
    padding-bottom: clamp(68px, 6.4vw, 82px);
    background:
        radial-gradient(circle at top center, rgba(255, 214, 153, .12), transparent 34%),
        linear-gradient(180deg, #fffaf3 0%, #fff7ee 100%);
}

.temple-homepage .temple-spiritual-note__card {
    max-width: 860px;
    margin: 0 auto;
    padding: 38px 34px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 251, 243, .98) 0%, rgba(255, 246, 234, .96) 100%);
    box-shadow: 0 20px 38px rgba(15, 23, 42, .06);
}

.temple-homepage .temple-spiritual-note__card p {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.temple-homepage .temple-spiritual-note__action.default-btn {
    min-width: 196px;
    margin-top: 18px;
}

.temple-homepage .browse-states {
    position: relative;
    padding-top: clamp(60px, 6vw, 74px);
    padding-bottom: clamp(60px, 6vw, 74px);
    background:
        radial-gradient(circle at top left, rgba(255, 214, 153, .14), transparent 34%),
        radial-gradient(circle at bottom right, rgba(190, 128, 58, .08), transparent 32%),
        linear-gradient(180deg, #fff8ef 0%, #fffaf4 100%);
}

.temple-homepage .browse-states__header {
    margin-bottom: 30px;
}

.temple-homepage .browse-states__header p {
    max-width: 560px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.temple-homepage .browse-states__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.temple-homepage .browse-states__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
    padding: 28px 24px 24px;
    border: 1px solid rgba(140, 90, 35, .12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 251, 243, .98) 0%, rgba(255, 245, 231, .96) 100%);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .05);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.temple-homepage .browse-states__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(190, 128, 58, .92), rgba(233, 188, 120, .84) 55%, rgba(139, 91, 39, .9));
}

.temple-homepage .browse-states__card:hover,
.temple-homepage .browse-states__card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(140, 90, 35, .2);
    box-shadow: 0 22px 40px rgba(15, 23, 42, .08), 0 10px 24px rgba(190, 128, 58, .08);
}

.temple-homepage .browse-states__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    border: 1px solid rgba(190, 128, 58, .14);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 246, 226, .98) 0%, rgba(248, 225, 184, .86) 100%);
    box-shadow:
        0 12px 24px rgba(190, 128, 58, .15),
        inset 0 1px 0 rgba(255, 255, 255, .8);
    color: #8b5b27;
}

.temple-homepage .browse-states__icon i {
    font-size: 1.3rem;
}

.temple-homepage .browse-states__card h5,
.temple-homepage .browse-states__card p,
.temple-homepage .browse-states__action {
    position: relative;
    z-index: 1;
}

.temple-homepage .browse-states__card h5 {
    margin: 0 0 10px;
    color: #241b14;
    line-height: 1.28;
}

.temple-homepage .browse-states__card p {
    margin: 0 0 22px;
    color: rgba(36, 27, 20, .76);
    line-height: 1.65;
}

.temple-homepage .browse-states__action {
    min-height: 44px;
    margin-top: auto;
    padding: 0 18px;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(140, 90, 35, .14);
}

.temple-homepage .browse-states__action span {
    font-size: .9rem;
}

.temple-homepage .temple-festivals {
    position: relative;
    background:
        radial-gradient(circle at top center, rgba(255, 214, 153, 0.16), transparent 34%),
        linear-gradient(180deg, #fffaf3 0%, #fff6eb 100%);
}

.temple-homepage .temple-festivals__header {
    margin-bottom: 28px;
}

.temple-homepage .temple-festivals__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 7px 14px;
    border: 1px solid rgba(140, 90, 35, 0.12);
    border-radius: 999px;
    background: rgba(255, 249, 239, 0.94);
    color: #8b5b27;
    font-family: "Roboto", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.temple-homepage .temple-festivals__header p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.temple-homepage .temple-festivals__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.temple-homepage .temple-collections {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 214, 153, 0.15), transparent 34%),
        radial-gradient(circle at bottom right, rgba(190, 128, 58, 0.08), transparent 32%),
        linear-gradient(180deg, #fff8ef 0%, #fffaf4 100%);
}

.temple-homepage .temple-collections__header {
    margin-bottom: 28px;
}

.temple-homepage .temple-collections__header p {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.temple-homepage .temple-collections__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.temple-homepage .temple-collections__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-height: 100%;
    padding: 28px 24px 24px;
    border: 1px solid rgba(140, 90, 35, 0.12);
    border-top-color: rgba(190, 128, 58, 0.22);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 251, 243, 0.98) 0%, rgba(255, 245, 231, 0.96) 100%);
    box-shadow:
        0 14px 28px rgba(15, 23, 42, 0.06),
        0 2px 0 rgba(255, 255, 255, 0.5) inset;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.temple-homepage .temple-collections__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(190, 128, 58, 0.92), rgba(233, 188, 120, 0.85) 55%, rgba(139, 91, 39, 0.88));
}

.temple-homepage .temple-collections__card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(255, 214, 153, 0.18), transparent 34%);
    opacity: 0.85;
}

.temple-homepage .temple-collections__card:hover,
.temple-homepage .temple-collections__card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(140, 90, 35, 0.2);
    box-shadow:
        0 22px 42px rgba(15, 23, 42, 0.09),
        0 10px 24px rgba(190, 128, 58, 0.08);
}

.temple-homepage .temple-collections__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    border: 1px solid rgba(190, 128, 58, 0.14);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 246, 226, 0.98) 0%, rgba(248, 225, 184, 0.85) 100%);
    box-shadow:
        0 12px 22px rgba(190, 128, 58, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 0 0 6px rgba(255, 230, 188, 0.28);
    color: #8b5b27;
}

.temple-homepage .temple-collections__icon i {
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

.temple-homepage .temple-collections__card h5,
.temple-homepage .temple-collections__card p,
.temple-homepage .temple-collections__action {
    position: relative;
    z-index: 1;
}

.temple-homepage .temple-collections__card h5 {
    margin: 0 0 10px;
    color: #241b14;
    line-height: 1.25;
}

.temple-homepage .temple-collections__card p {
    margin: 0 0 22px;
    color: rgba(36, 27, 20, 0.76);
    line-height: 1.65;
}

.temple-homepage .temple-collections__action {
    margin-top: auto;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(140, 90, 35, 0.14);
}

.temple-homepage .temple-collections__action span {
    font-size: 0.9rem;
}

.temple-homepage .temple-festival-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 100%;
    padding: 24px 22px;
    border: 1px solid rgba(140, 90, 35, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 251, 243, 0.98) 0%, rgba(255, 245, 231, 0.96) 100%);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
}

.temple-homepage .temple-festival-card.is-next {
    border-color: rgba(190, 128, 58, 0.28);
    box-shadow:
        0 20px 36px rgba(15, 23, 42, 0.08),
        0 10px 22px rgba(190, 128, 58, 0.1);
}

.temple-homepage .temple-festival-card__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f1c152, #d68f24);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 18px rgba(190, 128, 58, 0.2);
}

.temple-homepage .temple-festival-card__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 0;
}

.temple-homepage .temple-festival-card.is-next .temple-festival-card__meta {
    padding-right: 110px;
}

.temple-homepage .temple-festival-card__date,
.temple-homepage .temple-festival-card__category {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 32px;
    padding: 6px 12px;
    overflow: hidden;
    border-radius: 999px;
    font-family: "Roboto", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.temple-homepage .temple-festival-card__date {
    background: rgba(241, 193, 82, 0.14);
    color: #8b5b27;
}

.temple-homepage .temple-festival-card__category {
    background: rgba(140, 90, 35, 0.08);
    color: rgba(36, 27, 20, 0.78);
}

.temple-homepage .temple-festival-card h5 {
    margin: 0;
    color: #241b14;
    line-height: 1.28;
}

.temple-homepage .temple-festival-card p {
    margin: 0;
    color: rgba(36, 27, 20, 0.76);
    line-height: 1.65;
}

.temple-homepage .temple-festival-card__action {
    align-self: flex-start;
    min-height: 42px;
    margin-top: auto;
    padding: 0 18px;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(140, 90, 35, 0.14);
}

.temple-homepage .temple-festival-card__action span {
    font-size: 0.9rem;
}

.temple-homepage .footer__top .row {
    align-items: stretch;
}

.temple-homepage .footer__top .row>[class*="col-"] {
    display: flex;
}

.temple-homepage .footer__about,
.temple-homepage .footer__tags,
.temple-homepage .footer__post,
.temple-homepage .footer__links {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.temple-homepage .footer .section__wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.temple-homepage .footer__about .section__wrapper {
    gap: 18px;
}

.temple-homepage .footer__tags ul,
.temple-homepage .footer__links ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.temple-homepage .footer__post .section__wrapper {
    gap: 0;
}

.temple-homepage .footer__post-inner {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
}

.temple-homepage .footer__bottom-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.temple-homepage .footer__bottom-logo,
.temple-homepage .footer__bottom-content {
    margin: 0;
}

.temple-homepage .footer__bottom-content {
    max-width: 760px;
}

.temple-homepage .footer__bottom-content p {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .temple-homepage .browse-states__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .temple-homepage .temple-collections__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .temple-homepage .sacred-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .temple-homepage .sacred-categories__card {
        min-height: 314px;
    }

    .temple-homepage .eventtime__area {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px 20px;
    }

    .temple-homepage .eventtime__left {
        grid-column: 1 / 2;
    }

    .temple-homepage .eventtime__right {
        grid-column: 2 / 3;
    }

    .temple-homepage .eventtime__center {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .temple-homepage .temple-quicklinks {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .temple-homepage .banner {
        min-height: auto;
        padding: clamp(128px, 18vw, 156px) 0 clamp(72px, 12vw, 96px);
    }

    .temple-homepage .temple-featured-card__content {
        gap: 11px;
        padding: 20px 20px 22px;
    }

    .temple-homepage .temple-featured-card__history-grid {
        gap: 9px;
    }

    .temple-homepage .temple-featured-card__chips {
        min-height: 0;
    }

    .temple-homepage .service .section__wrapper .row.align-items-center {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .temple-homepage .service .service__left,
    .temple-homepage .service .service__right {
        gap: 20px;
    }

    .temple-homepage .service .service__center {
        width: min(100%, 420px);
        max-width: none;
        min-height: 280px;
        aspect-ratio: auto;
    }

    .temple-homepage .live-darshan__featured--homepage {
        grid-template-columns: minmax(0, 1fr);
    }

    .temple-homepage .live-darshan__featured--homepage .live-darshan__featured-content {
        text-align: left;
    }

    .temple-homepage .jyotirlinga-education__card,
    .temple-homepage .live-darshan-compact {
        grid-template-columns: minmax(0, 1fr);
    }

    .temple-homepage .jyotirlinga-education__aside {
        align-items: flex-start;
    }

    .temple-homepage .live-darshan-compact__copy {
        padding: 0;
    }

    .temple-homepage .footer__top .row {
        row-gap: 34px;
    }
}

@media (max-width: 767px) {
    .temple-homepage .browse-states {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .temple-homepage .browse-states__header {
        margin-bottom: 24px;
    }

    .temple-homepage .browse-states__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .temple-homepage .browse-states__card {
        padding: 24px 20px;
    }

    .temple-homepage .browse-states__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 16px;
        border-radius: 16px;
    }

    .temple-homepage .browse-states__action {
        width: 100%;
    }

    .temple-homepage .sacred-categories {
        padding: 52px 0 60px;
    }

    .temple-homepage .temple-plan-card {
        gap: 14px;
        padding: 24px 20px;
    }

    .temple-homepage .temple-plan-card__icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }

    .temple-homepage .jyotirlinga-education {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .temple-homepage .jyotirlinga-education__card,
    .temple-homepage .live-darshan-compact,
    .temple-homepage .temple-spiritual-note__card {
        padding: 24px 20px;
    }

    .temple-homepage .jyotirlinga-education__intro {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .temple-homepage .jyotirlinga-education__icon {
        width: 62px;
        height: 62px;
        border-radius: 18px;
    }

    .temple-homepage .jyotirlinga-education__action.default-btn,
    .temple-homepage .live-darshan--compact-homepage .live-darshan__action.default-btn,
    .temple-homepage .temple-spiritual-note__action.default-btn {
        width: 100%;
        min-width: 0;
    }

    .temple-homepage .live-darshan--compact-homepage {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .temple-homepage .live-darshan--compact-homepage .section__header {
        margin-bottom: 22px;
    }

    .temple-homepage .live-darshan-compact {
        gap: 18px;
    }

    .temple-homepage .live-darshan-compact__tags {
        gap: 8px;
    }

    .temple-homepage .live-darshan-compact__tag {
        font-size: .72rem;
        letter-spacing: .05em;
    }

    .temple-homepage .live-darshan-compact__copy {
        gap: 12px;
    }

    .temple-homepage .temple-spiritual-note {
        padding-top: 50px;
        padding-bottom: 58px;
    }

    .temple-homepage .temple-featured-card__thumb {
        height: 220px;
    }

    .temple-homepage .temple-featured-card__content {
        gap: 10px;
        padding: 18px;
    }

    .temple-homepage .temple-featured-card__title-link h5 {
        font-size: 1.2rem;
    }

    .temple-homepage .temple-featured-card__chips {
        grid-template-columns: 1fr;
        gap: 7px;
        min-height: 0;
    }

    .temple-homepage .temple-featured-card__chip {
        font-size: .82rem;
    }

    .temple-homepage .temple-featured-card__title-link,
    .temple-homepage .temple-featured-card__location,
    .temple-homepage .temple-featured-card__importance {
        min-height: 0;
    }

    .temple-homepage .temple-featured-card__history,
    .temple-homepage .temple-featured-card__importance {
        padding: 11px 12px;
    }

    .temple-homepage .temple-featured-card__history-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .temple-homepage .temple-featured-card__action.default-btn {
        width: 100%;
        align-self: stretch;
        justify-content: center;
    }

    .temple-homepage .sacred-categories__header {
        margin-bottom: 22px;
    }

    .temple-homepage .temple-collections__header {
        margin-bottom: 22px;
    }

    .temple-homepage .sacred-categories__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .temple-homepage .temple-collections__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .temple-homepage .sacred-categories__card {
        min-height: 0;
        padding: 24px 20px 26px;
    }

    .temple-homepage .temple-collections__card {
        min-height: 0;
        padding: 24px 20px 26px;
    }

    .temple-homepage .sacred-categories__icon {
        width: 62px;
        height: 62px;
        margin-bottom: 16px;
        border-radius: 18px;
        box-shadow:
            0 12px 22px rgba(190, 128, 58, 0.14),
            inset 0 1px 0 rgba(255, 255, 255, 0.78),
            0 0 0 6px rgba(255, 230, 188, 0.28);
    }

    .temple-homepage .sacred-categories__icon i {
        font-size: 1.35rem;
    }

    .temple-homepage .temple-collections__icon {
        width: 54px;
        height: 54px;
        margin-bottom: 14px;
        border-radius: 16px;
    }

    .temple-homepage .temple-collections__icon i {
        font-size: 1.1rem;
    }

    .temple-homepage .sacred-categories__action {
        width: 100%;
    }

    .temple-homepage .temple-collections__action {
        width: 100%;
    }

    .temple-homepage .banner__cta-group .default-btn {
        width: 100%;
    }

    .temple-homepage .eventtime__area {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .temple-homepage .eventtime__left,
    .temple-homepage .eventtime__center,
    .temple-homepage .eventtime__right {
        grid-column: auto;
        width: 100%;
    }

    .temple-homepage .eventtime__right {
        justify-content: flex-start;
    }

    .temple-homepage .temple-quicklinks {
        gap: 10px;
    }

    .temple-homepage .service .service__left,
    .temple-homepage .service .service__right {
        gap: 16px;
    }

    .temple-homepage .event__thumb {
        height: 220px;
    }

    .temple-homepage .footer .section__header {
        margin-bottom: 20px;
    }

    .temple-homepage .footer__post-inner {
        gap: 14px;
    }

    .temple-homepage .footer__bottom-area {
        gap: 12px;
    }
}

/* Homepage section spacing consistency */
.temple-homepage .sacred-categories,
.temple-homepage .temple-collections,
.temple-homepage .jyotirlinga-education,
.temple-homepage .temple-featured-temples,
.temple-homepage .browse-states,
.temple-homepage .temple-festivals,
.temple-homepage .live-darshan--compact-homepage,
.temple-homepage .temple-plan-coverage {
    padding-top: clamp(46px, 4.2vw, 54px);
    padding-bottom: clamp(46px, 4.2vw, 54px);
}

.temple-homepage .temple-spiritual-note {
    padding-top: clamp(42px, 4vw, 50px);
    padding-bottom: clamp(48px, 4.4vw, 56px);
}

.temple-homepage .sacred-categories__header,
.temple-homepage .temple-collections__header,
.temple-homepage .browse-states__header,
.temple-homepage .temple-festivals__header,
.temple-homepage .live-darshan--compact-homepage .section__header,
.temple-homepage .temple-featured-temples .section__header,
.temple-homepage .temple-plan-coverage .section__header {
    margin-bottom: clamp(20px, 2.2vw, 26px);
}

.temple-homepage .temple-featured-temples .text-center.mt-5 {
    margin-top: 32px !important;
}

@media (max-width: 991px) {
    .temple-homepage .sacred-categories,
    .temple-homepage .temple-collections,
    .temple-homepage .jyotirlinga-education,
    .temple-homepage .temple-featured-temples,
    .temple-homepage .browse-states,
    .temple-homepage .temple-festivals,
    .temple-homepage .live-darshan--compact-homepage,
    .temple-homepage .temple-plan-coverage {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .temple-homepage .temple-spiritual-note {
        padding-top: 38px;
        padding-bottom: 46px;
    }

    .temple-homepage .sacred-categories__header,
    .temple-homepage .temple-collections__header,
    .temple-homepage .browse-states__header,
    .temple-homepage .temple-festivals__header,
    .temple-homepage .live-darshan--compact-homepage .section__header,
    .temple-homepage .temple-featured-temples .section__header,
    .temple-homepage .temple-plan-coverage .section__header {
        margin-bottom: 20px;
    }

    .temple-homepage .temple-featured-temples .text-center.mt-5 {
        margin-top: 28px !important;
    }
}

@media (max-width: 767px) {
    .temple-homepage .sacred-categories,
    .temple-homepage .temple-collections,
    .temple-homepage .jyotirlinga-education,
    .temple-homepage .temple-featured-temples,
    .temple-homepage .browse-states,
    .temple-homepage .temple-festivals,
    .temple-homepage .live-darshan--compact-homepage,
    .temple-homepage .temple-plan-coverage {
        padding-top: 36px;
        padding-bottom: 38px;
    }

    .temple-homepage .temple-spiritual-note {
        padding-top: 34px;
        padding-bottom: 40px;
    }

    .temple-homepage .sacred-categories__header,
    .temple-homepage .temple-collections__header,
    .temple-homepage .browse-states__header,
    .temple-homepage .temple-festivals__header,
    .temple-homepage .live-darshan--compact-homepage .section__header,
    .temple-homepage .temple-featured-temples .section__header,
    .temple-homepage .temple-plan-coverage .section__header {
        margin-bottom: 18px;
    }

    .temple-homepage .temple-featured-temples .text-center.mt-5 {
        margin-top: 24px !important;
    }

    .temple-homepage .temple-festivals__grid {
        grid-template-columns: 1fr;
    }

    .temple-homepage .temple-festival-card {
        padding: 22px 18px;
    }

    .temple-homepage .temple-festival-card__meta {
        padding-right: 0;
    }

    .temple-homepage .temple-festival-card__badge {
        position: static;
        width: fit-content;
        margin-bottom: 2px;
    }

    .temple-homepage .live-darshan-compact__frame-note {
        right: 20px;
        font-size: 0.72rem;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .temple-homepage .temple-festivals__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .temple-homepage .service .section__wrapper .row.align-items-center {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 380px) minmax(0, 1fr);
    }

    .temple-homepage .service .section__wrapper .row.align-items-center>.col-lg-4 {
        width: auto;
        max-width: none;
        min-width: 0;
        justify-self: stretch;
    }

    .temple-homepage .service .section__wrapper .row.align-items-center>.col-lg-4:first-child,
    .temple-homepage .service .section__wrapper .row.align-items-center>.col-lg-4:last-child {
        align-items: stretch;
    }
}

@keyframes templeHomepageHeaderSlideInRight {
    from {
        opacity: 0;
        transform: translate3d(34px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.temple-homepage .header .header__bottom.header__bottom-fiexd,
.temple-homepage .header .header__bottom.header__bottom-fiexd.animated,
.temple-homepage .header .header__bottom.header__bottom-fiexd.fadeInDown,
.temple-homepage .header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)) !important;
    -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
    backdrop-filter: blur(16px) saturate(135%) !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .18) !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.temple-homepage .header .header__bottom.header__bottom-fiexd .header__mainmenu {
    align-items: center;
}

.temple-homepage .header .header__bottom.header__bottom-fiexd .header__menu ul li a,
.temple-homepage .header .header__bottom.header__bottom-fiexd .temple-logo,
.temple-homepage .header .header__bottom.header__bottom-fiexd .temple-logo__sub,
.temple-homepage .header .header__bottom.header__bottom-fiexd .navbar-toggler,
.temple-homepage .header .header__bottom.header__bottom-fiexd .header__bar-info,
.temple-homepage .header .header__bottom.header__bottom-fiexd .header__bar-info span {
    color: rgba(26, 26, 26, .96);
}

@media (min-width: 992px) {
    .temple-homepage .header .header__bottom.header__bottom-fiexd.animated,
    .temple-homepage .header .header__bottom.header__bottom-fiexd.fadeInDown,
    .temple-homepage .header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
        -webkit-animation-name: templeHomepageHeaderSlideInRight !important;
        animation-name: templeHomepageHeaderSlideInRight !important;
        -webkit-animation-duration: .58s !important;
        animation-duration: .58s !important;
        -webkit-animation-timing-function: cubic-bezier(.18, .82, .24, 1) !important;
        animation-timing-function: cubic-bezier(.18, .82, .24, 1) !important;
        -webkit-animation-fill-mode: both !important;
        animation-fill-mode: both !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .temple-homepage .header .header__bottom.header__bottom-fiexd.animated,
    .temple-homepage .header .header__bottom.header__bottom-fiexd.fadeInDown,
    .temple-homepage .header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@keyframes homepageHeaderStickySlideX {
    from {
        opacity: 0;
        transform: translate3d(34px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

body.homepage .header {
    position: relative;
    z-index: 999;
}

body.homepage .header__top,
body.homepage .header__bottom {
    background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .08));
    -webkit-backdrop-filter: blur(12px) saturate(130%);
    backdrop-filter: blur(12px) saturate(130%);
    box-shadow: none;
}

body.homepage .header__top {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

body.homepage .header__bottom {
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    transition: background .36s ease, border-color .36s ease, box-shadow .36s ease, backdrop-filter .36s ease;
}

body.homepage .header__top-left ul li,
body.homepage .header__top-left ul li a,
body.homepage .header__top-social ul li a,
body.homepage .header__top-search ul li,
body.homepage .header__menu ul li a,
body.homepage .header .temple-logo--light,
body.homepage .header .temple-logo--dark,
body.homepage .header .temple-logo--light .temple-logo__sub,
body.homepage .header .temple-logo--dark .temple-logo__sub,
body.homepage .header__top-left ul li i,
body.homepage .header__top-left ul li svg,
body.homepage .header__top-search ul li i,
body.homepage .header__top-search ul li svg,
body.homepage .header__top-social ul li a i,
body.homepage .header__top-social ul li a svg,
body.homepage .header .navbar-toggler,
body.homepage .header .header__bar-info,
body.homepage .header .header__bar-info span {
    color: rgba(26, 26, 26, .94);
}

body.homepage .header__bottom.header__bottom-fiexd,
body.homepage .header__bottom.header__bottom-fiexd.homepage-header-sticky {
    background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .1)) !important;
    -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
    backdrop-filter: blur(18px) saturate(145%) !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .09), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
    transform: translate3d(0, 0, 0);
}

body.homepage .header__bottom.header__bottom-fiexd .header__mainmenu {
    align-items: center;
}

body.homepage .header__bottom.header__bottom-fiexd .header__menu ul li a,
body.homepage .header__bottom.header__bottom-fiexd .temple-logo,
body.homepage .header__bottom.header__bottom-fiexd .temple-logo__sub,
body.homepage .header__bottom.header__bottom-fiexd .navbar-toggler,
body.homepage .header__bottom.header__bottom-fiexd .header__bar-info,
body.homepage .header__bottom.header__bottom-fiexd .header__bar-info span {
    color: rgba(26, 26, 26, .96) !important;
}

body.homepage .header__bottom.header__bottom-fiexd.animated,
body.homepage .header__bottom.header__bottom-fiexd.fadeInDown,
body.homepage .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    -webkit-animation: none !important;
    animation: none !important;
}

body.homepage .header__bottom.header__bottom-fiexd.homepage-header-enter {
    -webkit-animation: homepageHeaderStickySlideX .62s cubic-bezier(.18, .82, .24, 1) both !important;
    animation: homepageHeaderStickySlideX .62s cubic-bezier(.18, .82, .24, 1) both !important;
}

@media (prefers-reduced-motion: reduce) {
    body.homepage .header__bottom.header__bottom-fiexd.homepage-header-enter {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@keyframes siteHeaderStickySlideX {
    from {
        opacity: 0;
        transform: translate3d(34px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.header {
    position: relative;
    z-index: 999;
    background-color: #f8f2e0;
}

.header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/header/panoramic-temple-header.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: .32;
    pointer-events: none;
    z-index: 0;
}

.header__top,
.header__bottom,
.header__bottom-fiexd,
body.homepage .header__top,
body.homepage .header__bottom,
body.homepage .header__bottom-fiexd {
    position: relative;
    z-index: 1;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
}

.header__top,
body.homepage .header__top {
    border-bottom: 1px solid rgba(174, 128, 48, .14);
}

.header__bottom,
.header__bottom-fiexd,
body.homepage .header__bottom,
body.homepage .header__bottom-fiexd {
    border-top: 0;
    border-bottom: 1px solid rgba(174, 128, 48, .18);
    transition: background .36s ease, border-color .36s ease, box-shadow .36s ease, backdrop-filter .36s ease;
}

.header__bottom .header__mainmenu,
body.homepage .header__bottom .header__mainmenu,
.header__bottom.header__bottom-fiexd .header__mainmenu,
body.homepage .header__bottom.header__bottom-fiexd .header__mainmenu {
    align-items: center;
    min-height: 92px;
    padding: 15px 0;
}

.header .temple-logo__sub {
    display: none;
}

.header__top-left ul li,
.header__top-left ul li a,
.header__top-social ul li a,
.header__top-search ul li,
.header__menu ul li a,
.header .temple-logo--light,
.header .temple-logo--dark,
.header .temple-logo--light .temple-logo__sub,
.header .temple-logo--dark .temple-logo__sub,
.header__top-left ul li i,
.header__top-left ul li svg,
.header__top-search ul li i,
.header__top-search ul li svg,
.header__top-social ul li a i,
.header__top-social ul li a svg,
.header .navbar-toggler,
.header .header__bar-info,
.header .header__bar-info span {
    color: rgba(26, 26, 26, .94);
}

.header__menu ul li.active>a,
.header__menu ul li a:hover,
.header__top-social ul li a:hover,
.header__top-search ul li:hover,
.header__top-search ul li:hover i,
.header__top-search ul li:hover svg,
.header .temple-logo:hover,
.header .temple-logo:hover .temple-logo__sub {
    color: rgba(198, 99, 18, .98);
}

.header .navbar-toggler,
.header .header__bar-info {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .22);
}

.header__bottom.header__bottom-fiexd,
.header__bottom.header__bottom-fiexd.site-header-sticky,
body.homepage .header__bottom.header__bottom-fiexd,
body.homepage .header__bottom.header__bottom-fiexd.site-header-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background-color: #f8f2e0 !important;
    background-image: none !important;
    overflow: visible !important;
    isolation: isolate !important;
    -webkit-backdrop-filter: blur(8px) saturate(118%) !important;
    backdrop-filter: blur(8px) saturate(118%) !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(174, 128, 48, .24) !important;
    box-shadow: 0 14px 32px rgba(54, 33, 13, .1), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
    transform: translate3d(0, 0, 0);
}

.header__bottom.header__bottom-fiexd::before,
.header__bottom.header__bottom-fiexd.site-header-sticky::before,
body.homepage .header__bottom.header__bottom-fiexd::before,
body.homepage .header__bottom.header__bottom-fiexd.site-header-sticky::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/header/panoramic-temple-header.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: .32;
    pointer-events: none;
    z-index: 0;
}

.header__bottom.header__bottom-fiexd .header__mainmenu,
body.homepage .header__bottom.header__bottom-fiexd .header__mainmenu {
    align-items: center;
    position: relative;
    z-index: 1;
}

.header__bottom.header__bottom-fiexd .header__menu ul li a,
.header__bottom.header__bottom-fiexd .temple-logo,
.header__bottom.header__bottom-fiexd .temple-logo__sub,
.header__bottom.header__bottom-fiexd .navbar-toggler,
.header__bottom.header__bottom-fiexd .header__bar-info,
.header__bottom.header__bottom-fiexd .header__bar-info span,
body.homepage .header__bottom.header__bottom-fiexd .header__menu ul li a,
body.homepage .header__bottom.header__bottom-fiexd .temple-logo,
body.homepage .header__bottom.header__bottom-fiexd .temple-logo__sub,
body.homepage .header__bottom.header__bottom-fiexd .navbar-toggler,
body.homepage .header__bottom.header__bottom-fiexd .header__bar-info,
body.homepage .header__bottom.header__bottom-fiexd .header__bar-info span {
    color: rgba(26, 26, 26, .96) !important;
}

.header__bottom.header__bottom-fiexd.animated,
.header__bottom.header__bottom-fiexd.fadeInDown,
.header__bottom.header__bottom-fiexd.animated.fadeInDown,
body.homepage .header__bottom.header__bottom-fiexd.animated,
body.homepage .header__bottom.header__bottom-fiexd.fadeInDown,
body.homepage .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    -webkit-animation: none !important;
    animation: none !important;
}

.header__bottom.header__bottom-fiexd.site-header-enter,
body.homepage .header__bottom.header__bottom-fiexd.site-header-enter {
    -webkit-animation: siteHeaderStickySlideX .62s cubic-bezier(.18, .82, .24, 1) both !important;
    animation: siteHeaderStickySlideX .62s cubic-bezier(.18, .82, .24, 1) both !important;
}

@media (prefers-reduced-motion: reduce) {
    .header__bottom.header__bottom-fiexd.site-header-enter,
    body.homepage .header__bottom.header__bottom-fiexd.site-header-enter {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@media (max-width: 1199.98px) {
    .header__bottom .header__mainmenu,
    body.homepage .header__bottom .header__mainmenu,
    .header__bottom.header__bottom-fiexd .header__mainmenu,
    body.homepage .header__bottom.header__bottom-fiexd .header__mainmenu {
        min-height: 76px;
        padding: 10px 0;
    }

    .header::before,
    .header__bottom.header__bottom-fiexd::before,
    .header__bottom.header__bottom-fiexd.site-header-sticky::before,
    body.homepage .header__bottom.header__bottom-fiexd::before,
    body.homepage .header__bottom.header__bottom-fiexd.site-header-sticky::before {
        opacity: .28;
    }
}

.footer__top,
.footer__bottom {
    background: linear-gradient(180deg, rgba(28, 20, 11, .95), rgba(17, 12, 7, .98));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.footer__top {
    border-top: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 -12px 28px rgba(0, 0, 0, .16);
}

.footer__bottom {
    background: rgba(14, 10, 6, .98);
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer .section__header h2,
.footer__about-thumb.temple-footer-card h5,
.footer__post-content h6,
.footer .temple-logo,
.footer .temple-logo__sub,
.footer__post-thumb.temple-post-badge a {
    color: #FFF8EB;
    text-shadow: none;
}

.footer__about-contet p,
.footer__post-content p,
.footer__bottom-content p,
.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a {
    color: rgba(255, 243, 222, .92);
    text-shadow: none;
}

.footer__post-content a {
    color: inherit;
}

.footer__post-content p {
    color: rgba(255, 232, 193, .84);
}

.footer .section__header h2::after {
    background: rgba(255, 222, 150, .92);
}

.footer .section__header h2::before {
    background: rgba(255, 230, 180, .2);
}

.footer__about-thumb.temple-footer-card,
.footer__post-thumb.temple-post-badge {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.footer__post-item .footer__post-inner {
    border-color: rgba(255, 255, 255, .16);
}

.footer__tags ul li a:hover,
.footer__links ul li a:hover,
.footer__bottom-content a:hover,
.footer__post-content a:hover h6 {
    color: #FFD980;
}

/* Shared footer artwork treatment */
.footer,
.site-footer,
.main-footer,
footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: #1f150f !important;
    background-image:
        linear-gradient(rgba(25, 15, 10, 0.58), rgba(10, 6, 4, 0.82)),
        url("../images/backgrounds/divine-temple-footer-bg.png") !important;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.footer::before,
.site-footer::before,
.main-footer::before,
footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 16%, rgba(244, 201, 128, .12) 0%, rgba(244, 201, 128, 0) 34%),
        linear-gradient(180deg, rgba(10, 6, 4, .14), rgba(10, 6, 4, .45));
    z-index: 0;
    pointer-events: none;
}

.footer::after,
.site-footer::after,
.main-footer::after,
footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 230, 186, .08) 0%, rgba(255, 230, 186, 0) 26%),
        linear-gradient(180deg, rgba(255, 255, 255, .02) 0%, rgba(255, 255, 255, 0) 18%, rgba(0, 0, 0, .16) 100%);
    z-index: 1;
    pointer-events: none;
}

.footer > *,
.site-footer > *,
.main-footer > *,
footer > * {
    position: relative;
    z-index: 2;
}

.footer__top,
.footer__bottom {
    position: relative;
    z-index: 2;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.footer .container,
.site-footer .container,
.main-footer .container,
footer .container,
.footer .section__header,
.footer .section__wrapper,
.footer__bottom-area,
.footer__bottom-bar {
    position: relative;
    z-index: 2;
    background: transparent !important;
}

.footer__top {
    border-top: 1px solid rgba(255, 246, 229, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

.footer__bottom {
    border-top: 1px solid rgba(255, 235, 197, .12);
}

@media (max-width: 991px) {
    .footer,
    .site-footer,
    .main-footer,
    footer {
        background-image:
            linear-gradient(rgba(25, 15, 10, 0.64), rgba(10, 6, 4, 0.86)),
            url("../images/backgrounds/divine-temple-footer-bg.png") !important;
        background-position: 56% bottom !important;
    }

    .footer::before,
    .site-footer::before,
    .main-footer::before,
    footer::before {
        background:
            radial-gradient(circle at 22% 14%, rgba(244, 201, 128, .1) 0%, rgba(244, 201, 128, 0) 30%),
            linear-gradient(180deg, rgba(10, 6, 4, .2), rgba(10, 6, 4, .48));
    }
}

@media (max-width: 575px) {
    .footer,
    .site-footer,
    .main-footer,
    footer {
        background-image:
            linear-gradient(rgba(25, 15, 10, 0.7), rgba(10, 6, 4, 0.88)),
            url("../images/backgrounds/divine-temple-footer-bg.png") !important;
        background-position: 60% bottom !important;
    }

    .footer::after,
    .site-footer::after,
    .main-footer::after,
    footer::after {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .015) 0%, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, .2) 100%);
    }
}

/* Shared footer responsive refinements */
@media (min-width: 768px) {
    .footer__bottom-area {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 18px 32px;
        text-align: left;
    }

    .footer__bottom-logo {
        flex: 0 0 auto;
    }

    .footer__bottom-content {
        flex: 1 1 420px;
        max-width: min(46rem, 100%);
        text-align: right;
    }

    .footer__bottom-content p {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .footer__top .row {
        row-gap: 30px;
    }
}

@media (max-width: 767px) {
    .footer__top.padding--top.padding--bottom {
        padding-top: clamp(44px, 12vw, 56px);
        padding-bottom: clamp(40px, 10vw, 52px);
    }

    .footer__bottom {
        padding: 20px 0 30px;
    }

    .footer__top .row {
        row-gap: 26px;
    }

    .footer .section__header {
        margin-bottom: 18px;
    }

    .footer__about,
    .footer__tags,
    .footer__post,
    .footer__links {
        height: auto;
    }

    .footer__tags ul,
    .footer__links ul {
        gap: 10px;
    }

    .footer__tags ul li a,
    .footer__links ul li a,
    .footer__bottom-content a {
        padding: 4px 0;
        font-size: .98rem;
    }

    .footer__post-inner {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 12px;
        padding: 16px 0;
    }

    .footer__bottom-area {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 14px;
        text-align: left;
    }

    .footer__bottom-content {
        width: 100%;
        max-width: none;
        text-align: left;
    }

    .footer__bottom-content p {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .footer,
    .site-footer,
    .main-footer,
    footer {
        overflow: hidden;
        background-image:
            linear-gradient(rgba(20, 12, 8, 0.68), rgba(10, 6, 4, 0.86)),
            url("../images/backgrounds/divine-temple-footer-bg.png") !important;
        background-size: cover !important;
        background-position: center bottom !important;
    }

    .footer::before,
    .site-footer::before,
    .main-footer::before,
    footer::before {
        background:
            radial-gradient(circle at 22% 16%, rgba(244, 201, 128, .09) 0%, rgba(244, 201, 128, 0) 28%),
            linear-gradient(180deg, rgba(10, 6, 4, .08), rgba(10, 6, 4, .34));
    }

    .footer .container,
    .site-footer .container,
    .main-footer .container,
    footer .container {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer__top .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer__about,
    .footer__tags,
    .footer__post,
    .footer__links,
    .footer__bottom-logo,
    .footer__bottom-content {
        min-width: 0;
    }

    .footer .temple-logo,
    .footer__bottom-logo .temple-logo,
    .footer .temple-footer__logo,
    .footer .temple-footer__bottom-logo {
        width: 100%;
        max-width: min(220px, 100%);
        gap: 10px;
        overflow: hidden;
    }

    .footer .temple-logo--light {
        font-size: clamp(1.52rem, 6vw, 1.8rem);
    }

    .footer .temple-logo__sub {
        margin-top: 4px;
        font-size: .58rem;
        letter-spacing: .16em;
    }

    .footer .temple-logo img,
    .footer__bottom-logo .temple-logo img,
    .footer .temple-footer__logo img,
    .footer .temple-footer__bottom-logo img {
        width: 48px;
        max-width: 48px;
        flex: 0 0 48px;
        height: auto;
        object-fit: contain;
    }

    .footer p,
    .footer a,
    .site-footer p,
    .site-footer a,
    .main-footer p,
    .main-footer a,
    footer p,
    footer a {
        font-size: 14px;
        line-height: 1.6;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .footer__bottom {
        padding: 20px 0 calc(72px + env(safe-area-inset-bottom));
    }

    .footer__bottom-area {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        text-align: left;
    }

    .footer__bottom-content {
        width: 100%;
        max-width: none;
        text-align: left;
    }

    .scrollToTop {
        right: 18px;
        bottom: 18px;
        width: 46px;
        height: 46px;
        line-height: 46px;
        z-index: 9999;
    }

    .has-floating-darshan-btn .scrollToTop {
        right: 18px;
        margin-bottom: calc(104px + env(safe-area-inset-bottom));
    }
}

/* Temple bell-inspired CTA hover */
.default-btn,
button.default-btn,
.banner__content .alt-btn,
.temple-homepage .banner__content .default-btn,
.temple-homepage .banner__content .alt-btn {
    -webkit-transform-origin: 50% 18%;
    transform-origin: 50% 18%;
    -webkit-transition: transform .42s cubic-bezier(.22, 1, .36, 1), box-shadow .42s ease, filter .42s ease;
    transition: transform .42s cubic-bezier(.22, 1, .36, 1), box-shadow .42s ease, filter .42s ease;
    will-change: transform, box-shadow, filter;
}

.default-btn span,
button.default-btn span,
.banner__content .alt-btn span {
    position: relative;
    z-index: 1;
}

@-webkit-keyframes templeBellButtonHover {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    24% {
        -webkit-transform: translate3d(0, -2px, 0) rotate(2.1deg);
        transform: translate3d(0, -2px, 0) rotate(2.1deg);
    }

    48% {
        -webkit-transform: translate3d(0, -2px, 0) rotate(-1.7deg);
        transform: translate3d(0, -2px, 0) rotate(-1.7deg);
    }

    70% {
        -webkit-transform: translate3d(0, -2px, 0) rotate(.9deg);
        transform: translate3d(0, -2px, 0) rotate(.9deg);
    }

    100% {
        -webkit-transform: translate3d(0, -2px, 0) rotate(0deg);
        transform: translate3d(0, -2px, 0) rotate(0deg);
    }
}

@keyframes templeBellButtonHover {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    24% {
        -webkit-transform: translate3d(0, -2px, 0) rotate(2.1deg);
        transform: translate3d(0, -2px, 0) rotate(2.1deg);
    }

    48% {
        -webkit-transform: translate3d(0, -2px, 0) rotate(-1.7deg);
        transform: translate3d(0, -2px, 0) rotate(-1.7deg);
    }

    70% {
        -webkit-transform: translate3d(0, -2px, 0) rotate(.9deg);
        transform: translate3d(0, -2px, 0) rotate(.9deg);
    }

    100% {
        -webkit-transform: translate3d(0, -2px, 0) rotate(0deg);
        transform: translate3d(0, -2px, 0) rotate(0deg);
    }
}

.default-btn:focus-visible,
button.default-btn:focus-visible,
.banner__content .alt-btn:focus-visible {
    box-shadow: 0 18px 34px rgba(156, 68, 19, .28), 0 0 0 1px rgba(255, 225, 156, .28), 0 0 24px rgba(255, 214, 120, .2);
    filter: saturate(1.04) brightness(1.02);
}

@media (hover: hover) and (pointer: fine) {
    .default-btn:hover,
    button.default-btn:hover,
    .banner__content .alt-btn:hover,
    .default-btn:focus-visible,
    button.default-btn:focus-visible,
    .banner__content .alt-btn:focus-visible {
        -webkit-animation: templeBellButtonHover .62s cubic-bezier(.24, .84, .28, 1) 1 both;
        animation: templeBellButtonHover .62s cubic-bezier(.24, .84, .28, 1) 1 both;
        box-shadow: 0 18px 34px rgba(156, 68, 19, .28), 0 0 0 1px rgba(255, 225, 156, .28), 0 0 24px rgba(255, 214, 120, .2);
        filter: saturate(1.06) brightness(1.03);
    }
}

.default-btn:active,
button.default-btn:active,
.banner__content .alt-btn:active {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translate3d(0, 0, 0) scale(.985);
    transform: translate3d(0, 0, 0) scale(.985);
    box-shadow: 0 10px 22px rgba(156, 68, 19, .2);
}

@media (prefers-reduced-motion: reduce) {
    .default-btn,
    button.default-btn,
    .banner__content .alt-btn,
    .temple-homepage .banner__content .default-btn,
    .temple-homepage .banner__content .alt-btn {
        -webkit-transition: box-shadow .28s ease, filter .28s ease;
        transition: box-shadow .28s ease, filter .28s ease;
    }

    .default-btn:hover,
    button.default-btn:hover,
    .banner__content .alt-btn:hover,
    .default-btn:focus-visible,
    button.default-btn:focus-visible,
    .banner__content .alt-btn:focus-visible {
        -webkit-animation: none;
        animation: none;
        -webkit-transform: none;
        transform: none;
    }
}

/* Kashi Vishwanath master temple page prototype */
body.kashi-vishwanath-page .event.event-single.temple-detail-page {
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, .12), transparent 36%),
        linear-gradient(180deg, #fffdf8, #fff8ec 42%, #fffdf8 100%);
}

body.kashi-vishwanath-page .temple-detail__content {
    gap: 28px;
}

body.kashi-vishwanath-page .temple-detail__hero .event__inner {
    border-color: rgba(230, 81, 0, .16);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

body.kashi-vishwanath-page .temple-detail__facts-grid {
    gap: 18px;
}

body.kashi-vishwanath-page .temple-detail__fact-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff, rgba(255, 248, 236, .94));
}

body.kashi-vishwanath-page .temple-detail__fact-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--gradient-primary);
}

body.kashi-vishwanath-page .temple-detail__section .section__header p {
    max-width: 760px;
    margin-top: 12px;
    color: var(--temple-copy);
    line-height: 1.78;
}

body.kashi-vishwanath-page .temple-detail__highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

body.kashi-vishwanath-page .temple-detail__highlight-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 236, .92));
    box-shadow: var(--temple-shadow-soft);
}

body.kashi-vishwanath-page .temple-detail__highlight-card span,
body.kashi-vishwanath-page .temple-detail__info-label,
body.kashi-vishwanath-page .temple-detail__timing-overview-card span,
body.kashi-vishwanath-page .temple-detail__jyotirlinga-caption span,
body.kashi-vishwanath-page .temple-detail__season-card span,
body.kashi-vishwanath-page .temple-detail__visit-card span,
body.kashi-vishwanath-page .temple-detail__sidebar-note span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    margin-bottom: 10px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 193, 7, .18);
    border-radius: 999px;
    background: rgba(255, 193, 7, .12);
    color: var(--secondary-color);
    font-family: "Roboto", sans-serif;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__highlight-card h6,
body.kashi-vishwanath-page .temple-detail__timing-overview-card h6,
body.kashi-vishwanath-page .temple-detail__visit-card h6,
body.kashi-vishwanath-page .temple-detail__timing-note-head h6,
body.kashi-vishwanath-page .temple-detail__visit-brief h5,
body.kashi-vishwanath-page .temple-detail__map-frame-top h5 {
    margin: 0;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    line-height: 1.42;
}

body.kashi-vishwanath-page .temple-detail__highlight-card p,
body.kashi-vishwanath-page .temple-detail__timing-overview-card p,
body.kashi-vishwanath-page .temple-detail__visit-card p,
body.kashi-vishwanath-page .temple-detail__visit-brief p,
body.kashi-vishwanath-page .temple-detail__map-meta-item span,
body.kashi-vishwanath-page .temple-detail__sidebar-note p {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.74;
}

body.kashi-vishwanath-page .temple-detail__jyotirlinga-panel {
    padding: 18px;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 26px;
    background: linear-gradient(180deg, #fff, rgba(255, 246, 228, .96));
    box-shadow: 0 18px 38px rgba(15, 23, 42, .06);
}

body.kashi-vishwanath-page .temple-detail__jyotirlinga-figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, .06);
}

body.kashi-vishwanath-page .temple-detail__jyotirlinga-figure img {
    display: block;
    width: 100%;
    height: auto;
}

body.kashi-vishwanath-page .temple-detail__jyotirlinga-caption {
    margin-top: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .78);
}

body.kashi-vishwanath-page .temple-detail__jyotirlinga-caption span {
    margin-bottom: 8px;
}

body.kashi-vishwanath-page .temple-detail__timing-overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

body.kashi-vishwanath-page .temple-detail__timing-overview-card,
body.kashi-vishwanath-page .temple-detail__visit-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 22px;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 236, .9));
    box-shadow: var(--temple-shadow-soft);
}

body.kashi-vishwanath-page .temple-detail__timings-section .temple-detail__info-card,
body.kashi-vishwanath-page .temple-detail__season-card,
body.kashi-vishwanath-page .temple-detail__reach-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.kashi-vishwanath-page .temple-detail__schedule-list li {
    align-items: flex-start;
}

body.kashi-vishwanath-page .temple-detail__schedule-list li>div {
    flex: 1;
    min-width: 0;
}

body.kashi-vishwanath-page .temple-detail__schedule-list small {
    display: block;
    margin-top: 6px;
    color: var(--temple-copy);
    font-size: .84rem;
    line-height: 1.58;
}

body.kashi-vishwanath-page .temple-detail__timing-note {
    margin-top: 22px;
    padding: 24px 26px;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 250, 240, .96), rgba(255, 244, 221, .92));
    box-shadow: var(--temple-shadow-soft);
}

body.kashi-vishwanath-page .temple-detail__timing-note-head {
    margin-bottom: 16px;
}

body.kashi-vishwanath-page .temple-detail__timing-note-head span {
    margin-bottom: 8px;
}

body.kashi-vishwanath-page .temple-detail__season-card {
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 236, .92));
}

body.kashi-vishwanath-page .temple-detail__season-card span {
    margin-bottom: 6px;
}

body.kashi-vishwanath-page .temple-detail__season-card h5,
body.kashi-vishwanath-page .temple-detail__reach-card h5 {
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__reach-card .temple-detail__bullet-list {
    margin-top: auto;
}

body.kashi-vishwanath-page .temple-detail__visit-brief {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding: 24px 26px;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 248, 236, .94));
    box-shadow: var(--temple-shadow-soft);
}

body.kashi-vishwanath-page .temple-detail__visit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: 100%;
}

body.kashi-vishwanath-page .temple-detail__map-sidebar {
    border-color: rgba(230, 81, 0, .14);
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 248, 236, .94));
}

body.kashi-vishwanath-page .temple-detail__map-frame--sidebar {
    padding: 18px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 250, 240, .98), rgba(255, 242, 213, .95));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

body.kashi-vishwanath-page .temple-detail__map-frame-top h5 {
    margin-bottom: 10px;
    font-size: 1.16rem;
}

body.kashi-vishwanath-page .temple-detail__map-meta {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

body.kashi-vishwanath-page .temple-detail__map-meta-item {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .84);
}

body.kashi-vishwanath-page .temple-detail__map-meta-item i,
body.kashi-vishwanath-page .temple-detail__fact-list .sidebar__info-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 193, 7, .14);
    color: var(--secondary-color);
    flex-shrink: 0;
}

body.kashi-vishwanath-page .temple-detail__map-meta-item>div,
body.kashi-vishwanath-page .temple-detail__fact-list .sidebar__info-right {
    min-width: 0;
}

body.kashi-vishwanath-page .temple-detail__map-meta-item strong,
body.kashi-vishwanath-page .temple-detail__fact-list .sidebar__info-right strong {
    display: block;
    color: var(--text-dark);
    font-family: "Roboto", sans-serif;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.45;
}

body.kashi-vishwanath-page .temple-detail__map-meta-item span,
body.kashi-vishwanath-page .temple-detail__fact-list .sidebar__info-right span {
    display: block;
    margin-top: 4px;
    color: var(--temple-copy);
    font-size: .86rem;
    line-height: 1.56;
}

body.kashi-vishwanath-page .temple-detail__fact-list .sidebar__info-right span {
    margin-top: 0;
    margin-bottom: 4px;
    color: var(--secondary-color);
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__map-sidebar .temple-detail__map-canvas {
    border-color: rgba(230, 81, 0, .12);
    border-radius: 22px;
    box-shadow: 0 18px 30px rgba(15, 23, 42, .08);
}

body.kashi-vishwanath-page .temple-detail__map-sidebar .temple-detail__map-frame iframe {
    min-height: 360px;
}

body.kashi-vishwanath-page .temple-detail__location-sidebar .section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body.kashi-vishwanath-page .temple-detail__fact-list li {
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

body.kashi-vishwanath-page .temple-detail__fact-list li:first-child {
    padding-top: 0;
}

body.kashi-vishwanath-page .temple-detail__fact-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__sidebar-note {
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(230, 81, 0, .12);
    border-radius: 18px;
    background: rgba(255, 248, 236, .92);
}

body.kashi-vishwanath-page .temple-detail__sidebar-note span {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__highlight-grid,
    body.kashi-vishwanath-page .temple-detail__timing-overview,
    body.kashi-vishwanath-page .temple-detail__visit-grid {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-detail__map-sidebar .temple-detail__map-frame iframe {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__jyotirlinga-panel,
    body.kashi-vishwanath-page .temple-detail__timing-note,
    body.kashi-vishwanath-page .temple-detail__visit-brief {
        padding: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__highlight-grid {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-detail__map-meta-item {
        padding: 12px 14px;
    }

    body.kashi-vishwanath-page .temple-detail__map-sidebar .temple-detail__map-frame iframe {
        min-height: 280px;
    }
}

/* Kashi Vishwanath simplified practical template */
body.kashi-vishwanath-page .event.event-single.temple-detail-page {
    background: linear-gradient(180deg, #f7f2e8 0%, #fbf8f2 42%, #ffffff 100%);
}

body.kashi-vishwanath-page .temple-detail__hero .event__inner,
body.kashi-vishwanath-page .temple-detail__fact-card,
body.kashi-vishwanath-page .temple-detail__timings-section .temple-detail__info-card,
body.kashi-vishwanath-page .temple-detail__season-card,
body.kashi-vishwanath-page .temple-detail__reach-card,
body.kashi-vishwanath-page .temple-detail__offering-card,
body.kashi-vishwanath-page .temple-detail__sidebar-card {
    border: 1px solid rgba(15, 23, 42, .08);
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .035);
}

body.kashi-vishwanath-page .temple-detail__hero .event__inner {
    border-color: rgba(15, 23, 42, .08);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .045);
}

body.kashi-vishwanath-page .temple-detail__fact-card::before {
    display: none;
}

body.kashi-vishwanath-page .temple-detail__section .section__header p,
body.kashi-vishwanath-page .temple-detail__section-intro,
body.kashi-vishwanath-page .temple-detail__sidebar-copy,
body.kashi-vishwanath-page .temple-detail__map-note,
body.kashi-vishwanath-page .temple-detail__timing-note p {
    color: var(--temple-copy);
    line-height: 1.72;
}

body.kashi-vishwanath-page .temple-detail__timings-section .temple-detail__info-card,
body.kashi-vishwanath-page .temple-detail__season-card,
body.kashi-vishwanath-page .temple-detail__reach-card {
    gap: 12px;
    border-radius: 18px;
}

body.kashi-vishwanath-page .temple-detail__offering-card,
body.kashi-vishwanath-page .temple-detail__sidebar-card {
    border-radius: 18px;
}

body.kashi-vishwanath-page .temple-detail__fact-card,
body.kashi-vishwanath-page .temple-detail__timings-section .temple-detail__info-card,
body.kashi-vishwanath-page .temple-detail__season-card,
body.kashi-vishwanath-page .temple-detail__reach-card,
body.kashi-vishwanath-page .temple-detail__offering-card,
body.kashi-vishwanath-page .temple-detail__sidebar-card,
body.kashi-vishwanath-page .temple-detail__map-frame--sidebar,
body.kashi-vishwanath-page .temple-detail__timing-note,
body.kashi-vishwanath-page .temple-detail__sidebar-note {
    backdrop-filter: none;
}

body.kashi-vishwanath-page .temple-detail__info-label,
body.kashi-vishwanath-page .temple-detail__season-card span,
body.kashi-vishwanath-page .temple-detail__map-frame-top span,
body.kashi-vishwanath-page .temple-detail__sidebar-note span {
    display: inline-block;
    min-height: 0;
    margin-bottom: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8c5a23;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__season-card span {
    margin-bottom: 6px;
}

body.kashi-vishwanath-page .temple-detail__timing-card h5,
body.kashi-vishwanath-page .temple-detail__season-card h5,
body.kashi-vishwanath-page .temple-detail__reach-card h5,
body.kashi-vishwanath-page .temple-detail__map-frame-top h5 {
    margin: 0;
    color: var(--text-dark);
}

body.kashi-vishwanath-page .temple-detail__schedule-list li {
    align-items: center;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

body.kashi-vishwanath-page .temple-detail__schedule-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body.kashi-vishwanath-page .temple-detail__schedule-list li span {
    color: var(--temple-copy);
    font-weight: 500;
    line-height: 1.55;
}

body.kashi-vishwanath-page .temple-detail__schedule-list li strong {
    color: var(--text-dark);
    white-space: nowrap;
}

body.kashi-vishwanath-page .temple-detail__timing-note {
    margin-top: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #fcfaf6;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__timing-note p {
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__reach-card .temple-detail__bullet-list {
    margin-top: 6px;
}

body.kashi-vishwanath-page .temple-detail__map-sidebar {
    background: #fff;
}

body.kashi-vishwanath-page .temple-detail__map-frame--sidebar {
    padding: 20px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 18px;
    background: #fcfaf6;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__map-frame-top {
    margin-bottom: 16px;
}

body.kashi-vishwanath-page .temple-detail__map-frame-top p {
    margin: 0;
    color: var(--temple-copy);
    line-height: 1.68;
}

body.kashi-vishwanath-page .temple-detail__map-sidebar .temple-detail__map-canvas {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__map-sidebar .temple-detail__map-frame iframe {
    min-height: 320px;
}

body.kashi-vishwanath-page .temple-detail__map-note {
    margin: 14px 0 0;
    font-size: .94rem;
}

body.kashi-vishwanath-page .temple-detail__fact-list .sidebar__info-left {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(230, 81, 0, .08);
}

body.kashi-vishwanath-page .temple-detail__fact-list .sidebar__info-right span {
    margin-bottom: 3px;
    color: #8c5a23;
    font-size: .71rem;
}

body.kashi-vishwanath-page .temple-detail__sidebar-note {
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 16px;
    background: #fcfaf6;
    box-shadow: none;
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__schedule-list li {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    body.kashi-vishwanath-page .temple-detail__map-frame--sidebar,
    body.kashi-vishwanath-page .temple-detail__timing-note {
        padding: 18px;
    }

    body.kashi-vishwanath-page .temple-detail__map-sidebar .temple-detail__map-frame iframe {
        min-height: 260px;
    }
}

body.kashi-vishwanath-page .temple-detail__offerings-showcase {
    display: block;
}

body.kashi-vishwanath-page .temple-detail__offerings-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card {
    min-height: 0;
    padding: 24px 24px 22px;
    border-radius: 20px;
    cursor: pointer;
}

body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card:hover,
body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card:focus-visible,
body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card.is-active {
    border-color: rgba(166, 118, 18, .24);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .06);
    transform: translateY(-2px);
}

body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card:focus-visible {
    outline: 0;
}

body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card.is-active .temple-detail__offering-icon,
body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card:hover .temple-detail__offering-icon,
body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card:focus-visible .temple-detail__offering-icon {
    border-color: rgba(166, 118, 18, .28);
    background: linear-gradient(135deg, rgba(255, 204, 94, .26), rgba(255, 245, 221, .98));
    box-shadow: 0 10px 20px rgba(166, 118, 18, .12);
}

body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card p {
    max-width: none;
}

body.kashi-vishwanath-page .temple-detail__offering-preview {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-item {
    position: absolute;
    inset: 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    opacity: 0;
    transform: translateX(18px);
    pointer-events: none;
    transition: opacity .32s ease, transform .32s ease;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-item.is-active {
    opacity: 1;
    transform: translateX(0);
}

body.kashi-vishwanath-page .temple-detail__offering-preview-media {
    position: relative;
    flex: 1;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #e8e2d8;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-copy span {
    color: #8c5a23;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-copy h5 {
    margin: 0;
    color: var(--text-dark);
    font-size: 1.22rem;
}

body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar .section__wrapper {
    padding-top: 0;
}

@media (min-width: 992px) {
    body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar {
        position: sticky;
        top: 120px;
    }

    body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar .temple-detail__offering-preview {
        position: relative;
    }
}

@media (max-width: 991px) {
    body.kashi-vishwanath-page .temple-detail__offerings-list {
        grid-template-columns: 1fr;
    }

    body.kashi-vishwanath-page .temple-detail__offering-preview-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    body.kashi-vishwanath-page .temple-detail__offering-preview {
        min-height: 360px;
        padding: 14px;
        border-radius: 20px;
    }

    body.kashi-vishwanath-page .temple-detail__offering-preview-item {
        inset: 14px;
    }

    body.kashi-vishwanath-page .temple-detail__offerings-showcase .temple-detail__offering-card {
        padding: 22px 20px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.kashi-vishwanath-page .temple-detail__offering-preview-item {
        transition: none;
    }
}
/* =========================
   HOW TO REACH - PREMIUM
========================= */

.premium-reach-section {
  background: #f8f4ee;
  border: 1px solid #eadfce;
  border-radius: 28px;
  padding: 32px 28px 24px;
  margin: 40px 0;
  position: relative;
}

.reach-section-header {
  margin-bottom: 28px;
}

.reach-title {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.08rem);
  line-height: 1.05;
  font-weight: 800;
  color: #18130e;
}

.reach-subtitle {
  margin: 10px 0 14px;
  font-size: 18px;
  line-height: 1.6;
  color: #6a5b4b;
}

.reach-title-line {
  width: 100px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d88a1e 0%, #efd38b 100%);
}

.reach-steps-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.reach-connector-line {
  position: absolute;
  top: 34px;
  left: 12%;
  right: 12%;
  height: 3px;
  background: linear-gradient(90deg, #d88a1e 0%, #e1a03c 100%);
  z-index: 0;
  border-radius: 999px;
}

.reach-step-card {
  position: relative;
  z-index: 1;
  background: #fbf8f3;
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: 34px 22px 22px;
  box-shadow: 0 8px 20px rgba(92, 62, 20, 0.05);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.reach-step-number {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(180deg, #efa73e 0%, #d86d16 100%);
  border: 6px solid #f6e6c8;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(216, 109, 22, 0.18);
}

.reach-step-label {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #b97b22;
}

.reach-step-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #1c1711;
}

.reach-step-intro {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.65;
  color: #645646;
}

.reach-mini-card {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
  align-items: start;
  background: #ffffff;
  border: 1px solid #ece3d6;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 4px 12px rgba(50, 35, 10, 0.03);
}

.reach-icon-chip {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #f7ead2;
  color: #b87417;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
}

.reach-mini-content h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: #1f1a14;
}

.reach-mini-content p {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.55;
  color: #4e4234;
}

.reach-mini-content span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: #7a6a59;
}

.small-note,
.reach-bottom-highlight {
  margin-top: auto;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.55;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.small-note {
  background: #f6f3ff;
  border: 1px solid #e7ddf5;
  color: #5c4b67;
}

.reach-bottom-highlight {
  background: #faecd1;
  border: 1px solid #edd4a0;
  color: #6d4a14;
  font-weight: 600;
}

.note-icon {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  margin-top: 2px;
}

.reach-master-note {
  margin-top: 26px;
  background: #fcf2dc;
  border: 1px solid #ebc97b;
  border-radius: 22px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.reach-master-note-left {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: #6b5327;
  font-size: 15px;
  line-height: 1.65;
}

.reach-master-note-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff1cf;
  color: #c08411;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex: 0 0 auto;
}

.reach-master-note-right {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff4dc 0%, #f3ddb0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #c58a1f;
}

.reach-icon-chip .fas,
.note-icon .fas,
.reach-master-note-icon .fas,
.reach-master-note-right .fas {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.reach-mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(50, 35, 10, 0.06);
  transition: 0.25s ease;
}

@media (max-width: 1199px) {
  .reach-title {
    font-size: 44px;
  }

  .reach-steps-wrap {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .reach-connector-line {
    display: none;
  }

  .reach-step-number {
    left: 28px;
    transform: none;
  }
}

@media (max-width: 767px) {
  .premium-reach-section {
    padding: 24px 16px 18px;
    border-radius: 20px;
  }

  .reach-title {
    font-size: 34px;
  }

  .reach-subtitle {
    font-size: 16px;
  }

  .reach-step-card {
    padding: 34px 16px 16px;
  }

  .reach-mini-card {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .reach-icon-chip {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .reach-master-note {
    flex-direction: column;
    align-items: stretch;
  }

  .reach-master-note-right {
    width: 100%;
    height: 56px;
  }
}

/* Homepage CTA refresh inspired by Kashi Vishwanath page buttons */
.temple-homepage {
  --home-btn-primary-start: #be803a;
  --home-btn-primary-end: #8b5b27;
  --home-btn-primary-shadow: 0 18px 34px rgba(140, 90, 35, 0.16);
  --home-btn-primary-shadow-hover: 0 22px 40px rgba(140, 90, 35, 0.22);
  --home-btn-secondary-bg: rgba(255, 255, 255, 0.96);
  --home-btn-secondary-bg-hover: rgba(247, 242, 235, 0.98);
  --home-btn-secondary-border: rgba(140, 90, 35, 0.18);
  --home-btn-text-dark: #2b231b;
}

.temple-homepage .default-btn,
.temple-homepage button.default-btn,
.temple-homepage .banner__cta-group .default-btn,
.temple-homepage .event__content .default-btn,
.temple-homepage .live-darshan__actions .default-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--home-btn-primary-start) 0%, var(--home-btn-primary-end) 100%);
  box-shadow: var(--home-btn-primary-shadow);
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.01em;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.temple-homepage .default-btn::before,
.temple-homepage button.default-btn::before {
  background: #6f4418;
}

.temple-homepage .default-btn span,
.temple-homepage .default-btn span i,
.temple-homepage button.default-btn span,
.temple-homepage button.default-btn span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}

.temple-homepage .banner__cta-group .alt-btn,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn {
  border-color: var(--home-btn-secondary-border);
  background: var(--home-btn-secondary-bg);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.temple-homepage .banner__cta-group .alt-btn::before,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn::before {
  background: rgba(140, 90, 35, 0.08);
}

.temple-homepage .banner__cta-group .alt-btn,
.temple-homepage .banner__cta-group .alt-btn span,
.temple-homepage .banner__cta-group .alt-btn span i,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn span,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn span i {
  color: var(--home-btn-text-dark);
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}

.temple-homepage .default-btn:hover,
.temple-homepage .default-btn:focus-visible,
.temple-homepage button.default-btn:hover,
.temple-homepage button.default-btn:focus-visible {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: var(--home-btn-primary-shadow-hover);
  filter: none;
}

.temple-homepage .banner__cta-group .alt-btn:hover,
.temple-homepage .banner__cta-group .alt-btn:focus-visible,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn:hover,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn:focus-visible {
  background: var(--home-btn-secondary-bg-hover);
  border-color: rgba(140, 90, 35, 0.24);
  box-shadow: 0 18px 34px rgba(140, 90, 35, 0.14);
}

.temple-homepage .banner__cta-group .alt-btn:hover,
.temple-homepage .banner__cta-group .alt-btn:focus-visible,
.temple-homepage .banner__cta-group .alt-btn:hover span,
.temple-homepage .banner__cta-group .alt-btn:focus-visible span,
.temple-homepage .banner__cta-group .alt-btn:hover span i,
.temple-homepage .banner__cta-group .alt-btn:focus-visible span i,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn:hover,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn:focus-visible,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn:hover span,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn:focus-visible span,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn:hover span i,
.temple-homepage .live-darshan__actions .temple-detail__action--secondary.default-btn:focus-visible span i {
  color: #241b14;
  -webkit-text-fill-color: currentColor;
}

.temple-homepage .default-btn:active,
.temple-homepage button.default-btn:active {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translateY(0) scale(0.98);
  transform: translateY(0) scale(0.98);
  box-shadow: 0 12px 24px rgba(140, 90, 35, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .temple-homepage .default-btn,
  .temple-homepage button.default-btn {
    -webkit-transition: box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
    transition: box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
  }

  .temple-homepage .default-btn:hover,
  .temple-homepage .default-btn:focus-visible,
  .temple-homepage .default-btn:active,
  .temple-homepage button.default-btn:hover,
  .temple-homepage button.default-btn:focus-visible,
  .temple-homepage button.default-btn:active {
    -webkit-transform: none;
    transform: none;
  }
}

/* Homepage button interaction polish */
.temple-homepage .default-btn,
.temple-homepage button.default-btn {
  will-change: transform, box-shadow;
  -webkit-transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.32s ease,
    background-color 0.32s ease,
    border-color 0.32s ease,
    color 0.32s ease;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.32s ease,
    background-color 0.32s ease,
    border-color 0.32s ease,
    color 0.32s ease;
}

.temple-homepage .default-btn::before,
.temple-homepage button.default-btn::before {
  -webkit-transition: opacity 0.32s ease, -webkit-transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.32s ease;
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.32s ease;
}

.temple-homepage .default-btn:hover,
.temple-homepage .default-btn:focus-visible,
.temple-homepage button.default-btn:hover,
.temple-homepage button.default-btn:focus-visible {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(140, 90, 35, 0.2), 0 8px 20px rgba(15, 23, 42, 0.06);
  filter: saturate(1.02) brightness(1.01);
}

.temple-homepage .default-btn:hover::before,
.temple-homepage .default-btn:focus-visible::before,
.temple-homepage button.default-btn:hover::before,
.temple-homepage button.default-btn:focus-visible::before {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.98;
}

.temple-homepage .default-btn:active,
.temple-homepage button.default-btn:active {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translateY(0) scale(0.985);
  transform: translateY(0) scale(0.985);
  box-shadow: 0 12px 24px rgba(140, 90, 35, 0.16);
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .temple-homepage .default-btn,
  .temple-homepage button.default-btn,
  .temple-homepage .default-btn::before,
  .temple-homepage button.default-btn::before {
    -webkit-transition: box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    transition: box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .temple-homepage .default-btn:hover,
  .temple-homepage .default-btn:focus-visible,
  .temple-homepage .default-btn:active,
  .temple-homepage button.default-btn:hover,
  .temple-homepage button.default-btn:focus-visible,
  .temple-homepage button.default-btn:active {
    -webkit-transform: none;
    transform: none;
  }

  .temple-homepage .default-btn:hover::before,
  .temple-homepage .default-btn:focus-visible::before,
  .temple-homepage button.default-btn:hover::before,
  .temple-homepage button.default-btn:focus-visible::before {
    -webkit-transform: none;
    transform: none;
  }
}

/* Homepage hero search */
.temple-homepage .banner__search {
  width: 100%;
  max-width: 500px;
  margin: 24px 0 0;
}

.temple-homepage .banner__search-shell {
  display: flex;
  align-items: center;
  min-height: 54px;
  gap: 6px;
  padding: 6px 6px 6px 12px;
  border: 1px solid rgba(140, 90, 35, 0.1);
  border-radius: 16px;
  background: rgba(255, 251, 245, 0.98);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-transition: border-color 0.24s ease, box-shadow 0.24s ease, -webkit-transform 0.24s ease;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.temple-homepage .banner__search-shell:focus-within {
  border-color: rgba(140, 90, 35, 0.18);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07), 0 0 0 3px rgba(190, 128, 58, 0.07);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.temple-homepage .banner__search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #241b14;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: none !important;
}

.temple-homepage .banner__search-input::placeholder {
  color: rgba(75, 57, 39, 0.52);
}

.temple-homepage .banner__search-input:focus {
  outline: none;
}

.temple-homepage .banner__search-btn {
  flex: 0 0 auto;
  min-width: 86px;
  height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #be803a 0%, #8b5b27 100%);
  box-shadow: 0 5px 12px rgba(140, 90, 35, 0.12);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.temple-homepage .banner__search-btn:hover,
.temple-homepage .banner__search-btn:focus-visible {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(140, 90, 35, 0.15);
  filter: brightness(1.03);
}

.temple-homepage .banner__search-btn:active {
  -webkit-transform: translateY(0) scale(0.99);
  transform: translateY(0) scale(0.99);
  box-shadow: 0 4px 10px rgba(140, 90, 35, 0.12);
  filter: none;
}

@media (max-width: 767px) {
  .temple-homepage .banner__search {
    max-width: 100%;
  }

  .temple-homepage .banner__search-shell {
    gap: 6px;
    padding: 6px;
    padding-left: 10px;
    border-radius: 16px;
  }

  .temple-homepage .banner__search-input {
    height: 40px;
    font-size: 14px;
  }

  .temple-homepage .banner__search-btn {
    min-width: 86px;
    height: 38px;
    padding: 0 12px;
  }
}

/* Homepage final polish */
html {
  scroll-behavior: smooth;
}

.temple-homepage .banner {
  position: relative;
  isolation: isolate;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.temple-homepage .banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 12, 7, 0.08);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 0;
}

.temple-homepage .banner > .container {
  position: relative;
  z-index: 1;
}

.temple-homepage .banner__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 28px;
  align-items: center;
}

.temple-homepage .banner__content {
  min-width: 0;
  padding-right: clamp(0px, 1.8vw, 18px);
}

.temple-homepage .banner__timings {
  width: 100%;
  max-width: 430px;
  min-width: 0;
  justify-self: end;
}

@media (min-width: 768px) {
  .temple-homepage .banner__search {
    max-width: 610px;
  }
}

.temple-homepage .banner__search-input {
  width: 100%;
  max-width: 500px;
}

.temple-homepage section:not(.banner) {
  padding: 80px 0;
}

.temple-homepage .sacred-categories__header,
.temple-homepage .temple-featured-temples .section__header,
.temple-homepage .browse-states__header,
.temple-homepage .temple-festivals__header,
.temple-homepage .temple-collections__header,
.temple-homepage .live-darshan--compact-homepage .section__header,
.temple-homepage .temple-plan-coverage .section__header {
  margin-bottom: 30px;
}

.temple-homepage section .section__header h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.temple-homepage section .section__header h2::before {
  display: none;
}

.temple-homepage section .section__header h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin: 0;
  background: #c18b3b;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.temple-homepage .default-btn,
.temple-homepage button.default-btn,
.temple-homepage .banner__cta-group .default-btn,
.temple-homepage .event__content .default-btn,
.temple-homepage .live-darshan__actions .default-btn {
  border-radius: 30px;
  font-weight: 600;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.temple-homepage .default-btn span,
.temple-homepage .default-btn span i,
.temple-homepage button.default-btn span,
.temple-homepage button.default-btn span i {
  font-weight: 600;
}

.temple-homepage .default-btn:hover,
.temple-homepage .default-btn:focus-visible,
.temple-homepage button.default-btn:hover,
.temple-homepage button.default-btn:focus-visible {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.temple-homepage .temple-featured-card,
.temple-homepage .browse-states__card,
.temple-homepage .temple-collections__card,
.temple-homepage .temple-festival-card {
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.temple-homepage .temple-featured-card__inner {
  -webkit-transition: box-shadow 0.3s ease, border-color 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.temple-homepage .temple-featured-card:hover,
.temple-homepage .temple-featured-card:focus-within,
.temple-homepage .browse-states__card:hover,
.temple-homepage .browse-states__card:focus-within,
.temple-homepage .temple-collections__card:hover,
.temple-homepage .temple-collections__card:focus-within,
.temple-homepage .temple-festival-card:hover,
.temple-homepage .temple-festival-card:focus-within {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.temple-homepage .temple-featured-card:hover .temple-featured-card__inner,
.temple-homepage .temple-featured-card:focus-within .temple-featured-card__inner {
  -webkit-transform: none;
  transform: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .temple-homepage section:not(.banner) {
    padding: 50px 0;
  }

  .temple-homepage section h2 {
    font-size: 26px;
  }

  .temple-homepage .sacred-categories__header,
  .temple-homepage .temple-featured-temples .section__header,
  .temple-homepage .browse-states__header,
  .temple-homepage .temple-festivals__header,
  .temple-homepage .temple-collections__header,
  .temple-homepage .live-darshan--compact-homepage .section__header,
  .temple-homepage .temple-plan-coverage .section__header {
    margin-bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .temple-homepage .banner__search-shell,
  .temple-homepage .banner__search-btn {
    -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  }

  .temple-homepage .banner__search-shell:focus-within,
  .temple-homepage .banner__search-btn:hover,
  .temple-homepage .banner__search-btn:focus-visible,
  .temple-homepage .banner__search-btn:active {
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 1200px) {
  body.homepage .header__bottom .header__mainmenu,
  body.homepage .header__bottom.header__bottom-fiexd .header__mainmenu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  body.homepage .header__bottom .header__logo,
  body.homepage .header__bottom.header__bottom-fiexd .header__logo {
    flex: 0 0 auto;
    margin-right: 14px;
  }

  body.homepage .header__bottom .header__menu,
  body.homepage .header__bottom.header__bottom-fiexd .header__menu {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  body.homepage .header__bottom .header__menu > .navbar-collapse,
  body.homepage .header__bottom.header__bottom-fiexd .header__menu > .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
  }

  body.homepage .header__bottom .header__menu > .navbar-collapse > ul,
  body.homepage .header__bottom.header__bottom-fiexd .header__menu > .navbar-collapse > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 2px;
    width: 100%;
    margin-left: auto;
  }

  body.homepage .header__bottom .header__menu > .navbar-collapse > ul > li,
  body.homepage .header__bottom.header__bottom-fiexd .header__menu > .navbar-collapse > ul > li {
    flex: 0 0 auto;
  }

  body.homepage .header__bottom .header__menu > .navbar-collapse > ul > li > a,
  body.homepage .header__bottom.header__bottom-fiexd .header__menu > .navbar-collapse > ul > li > a {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    white-space: nowrap;
  }
}

.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.btn-save,
.btn-share {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #d6c3a3;
  background-color: #ffffff;
  color: #7a5c2e;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-save:hover,
.btn-share:hover {
  background-color: #7a5c2e;
  color: #ffffff;
}

.floating-darshan-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  max-width: calc(100vw - 32px);
  padding: 16px 22px;
  border: 1px solid rgba(241, 193, 82, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, #b46e24 0%, #7a4d1f 100%);
  box-shadow: 0 18px 32px rgba(95, 56, 21, 0.28);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.floating-darshan-btn:hover,
.floating-darshan-btn:focus-visible {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(95, 56, 21, 0.34);
  filter: brightness(1.05);
}

.floating-darshan-btn:focus-visible {
  outline: 3px solid rgba(241, 193, 82, 0.34);
  outline-offset: 3px;
}

.has-floating-darshan-btn .scrollToTop {
  right: 24px;
  margin-bottom: 92px;
}

@media (max-width: 767px) {
  body.has-floating-darshan-btn {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .floating-darshan-btn {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    min-height: 64px;
    padding: 18px 20px calc(18px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 18px 18px 0 0;
  }

  .has-floating-darshan-btn .scrollToTop {
    right: 16px;
    margin-bottom: calc(84px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-darshan-btn {
    transition: box-shadow 0.2s ease, filter 0.2s ease;
  }

  .floating-darshan-btn:hover,
  .floating-darshan-btn:focus-visible {
    transform: none;
  }
}

/* Homepage sacred timings inside hero */
.temple-homepage .astro-today-home {
  padding: 0;
  margin: 0;
  min-width: 0;
}

.temple-homepage .home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.9fr);
  align-items: center;
  gap: 28px;
}

.temple-homepage .home-hero__content {
  min-width: 0;
  max-width: none;
  padding-right: clamp(0px, 1.6vw, 16px);
}

.temple-homepage .home-hero__timings {
  width: 100%;
  max-width: 620px;
  min-width: 0;
  justify-self: end;
}

.temple-homepage .home-hero__timings .astro-today-home__shell {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 215, 156, 0.22), transparent 34%),
    linear-gradient(165deg, rgba(255, 251, 245, 0.94), rgba(247, 236, 214, 0.86));
  box-shadow:
    0 22px 42px rgba(20, 13, 8, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.temple-homepage .home-hero__timings .astro-today-home__shell::after {
  content: "";
  position: absolute;
  inset: auto -22px -28px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 113, 48, 0.15), transparent 72%);
  pointer-events: none;
}

.temple-homepage .home-hero__timings .astro-today-home__header,
.temple-homepage .home-hero__timings .astro-today-home__meta,
.temple-homepage .home-hero__timings .astro-today-home__grid {
  position: relative;
  z-index: 1;
}

.temple-homepage .home-hero__timings .astro-today-home__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.temple-homepage .home-hero__timings .astro-today-home__intro {
  margin-bottom: 0;
}

.temple-homepage .home-hero__timings .astro-today-home__intro h2 {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-size: clamp(1.45rem, 1.7vw, 1.72rem);
  line-height: 1.04;
}

.temple-homepage .home-hero__timings .astro-today-home__intro h2::after {
  left: 0;
  width: 54px;
  transform: none;
}

.temple-homepage .home-hero__timings .astro-today-home__intro p {
  margin: 0;
  color: rgba(67, 46, 25, 0.78);
  font-size: 0.89rem;
  line-height: 1.5;
}

.temple-homepage .home-hero__timings-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.temple-homepage .home-hero__timings .astro-today-home__location-chip {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  border: 1px solid rgba(138, 92, 42, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 18px rgba(86, 58, 24, 0.05);
}

.temple-homepage .home-hero__timings .astro-today-home__location-chip i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  flex: 0 0 34px;
  background: linear-gradient(135deg, rgba(241, 193, 82, 0.36), rgba(171, 115, 42, 0.16));
  color: #8a5a00;
  font-size: 0.86rem;
}

.temple-homepage .home-hero__timings .astro-today-home__location-copy {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  min-width: 0;
}

.temple-homepage .home-hero__timings .astro-today-home__location-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.temple-homepage .home-hero__timings .astro-today-home__location-label,
.temple-homepage .home-hero__timings .astro-today-home__label {
  color: rgba(106, 69, 29, 0.74);
  font-family: "Roboto", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.temple-homepage .home-hero__timings .astro-today-home__location-copy strong {
  color: #241b14;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
}

.temple-homepage .home-hero__timings .astro-today-home__location-date {
  color: rgba(80, 58, 37, 0.72);
  font-family: "Roboto", sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.2;
}

.temple-homepage .home-hero__timing-controls {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.temple-homepage .home-hero__timings .astro-today-home__change,
.temple-homepage .home-hero__timings .astro-today-home__detect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(138, 92, 42, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.9);
  color: #8a5a00;
  font-family: "Roboto", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.temple-homepage .home-hero__timings .astro-today-home__change:hover,
.temple-homepage .home-hero__timings .astro-today-home__change:focus-visible,
.temple-homepage .home-hero__timings .astro-today-home__detect:hover,
.temple-homepage .home-hero__timings .astro-today-home__detect:focus-visible {
  border-color: rgba(193, 139, 59, 0.28);
  background: rgba(255, 244, 221, 0.96);
  color: #6f4418;
  transform: translateY(-1px);
}

.temple-homepage .home-hero__timings .astro-today-home__detect:disabled {
  cursor: wait;
  opacity: 0.74;
  transform: none;
}

.temple-homepage .home-hero__timings .astro-today-home__detect i {
  font-size: 0.76rem;
}

.temple-homepage .home-hero__timings .astro-today-home__city-picker {
  position: static;
  z-index: 5;
  display: grid;
  width: 100%;
  margin-top: 2px;
  gap: 6px;
  padding: 10px;
  max-height: min(240px, calc(100vh - 220px));
  overflow-y: auto;
  border: 1px solid rgba(138, 92, 42, 0.18);
  border-radius: 14px;
  background: #fffaf1;
  box-shadow: 0 16px 28px rgba(86, 58, 24, 0.14);
}

.temple-homepage .home-hero__timings .astro-today-home__city-picker[hidden] {
  display: none;
}

.temple-homepage .home-hero__timings .astro-today-home__city-option {
  width: 100%;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #fff;
  color: #3a2818;
  font-family: "Roboto", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.temple-homepage .home-hero__timings .astro-today-home__city-option:hover,
.temple-homepage .home-hero__timings .astro-today-home__city-option:focus-visible,
.temple-homepage .home-hero__timings .astro-today-home__city-option.is-active {
  border-color: rgba(193, 139, 59, 0.22);
  background: rgba(255, 244, 221, 0.92);
  color: #6f4418;
  transform: translateY(-1px);
}

.temple-homepage .home-hero__timings .astro-today-home__status {
  align-self: flex-start;
  margin: 0;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(106, 69, 29, 0.08);
  color: #6a451d;
  font-family: "Roboto", sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.25;
}

.temple-homepage .home-hero__timings .astro-today-home__status[data-state="ready"] {
  background: rgba(193, 139, 59, 0.12);
  color: #6a451d;
}

.temple-homepage .home-hero__timings .astro-today-home__status[data-state="loading"] {
  background: rgba(126, 88, 42, 0.09);
  color: #6a451d;
}

.temple-homepage .home-hero__timings .astro-today-home__status[data-state="error"] {
  background: rgba(140, 90, 35, 0.14);
  color: #7a4d1f;
}

.temple-homepage .home-hero__timing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.temple-homepage .home-hero__timing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 90px;
  padding: 12px 10px;
  border: 1px solid rgba(138, 92, 42, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 20px rgba(90, 60, 26, 0.05);
  text-align: center;
}

.temple-homepage .home-hero__timing-card .astro-today-home__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  flex: 0 0 40px;
  color: #6c4317;
  font-size: 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.temple-homepage .home-hero__timing-card.astro-today-home__item--sunrise .astro-today-home__icon,
.temple-homepage .home-hero__timing-card.astro-today-home__item--sunset .astro-today-home__icon {
  background: linear-gradient(135deg, rgba(255, 211, 116, 0.92), rgba(220, 149, 52, 0.28));
}

.temple-homepage .home-hero__timing-card.astro-today-home__item--moonrise .astro-today-home__icon,
.temple-homepage .home-hero__timing-card.astro-today-home__item--moonset .astro-today-home__icon {
  background: linear-gradient(135deg, rgba(188, 159, 120, 0.34), rgba(255, 237, 205, 0.88));
}

.temple-homepage .home-hero__timing-card .astro-today-home__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.temple-homepage .home-hero__timing-card .astro-today-home__content strong {
  color: #201710;
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.temple-homepage .home-hero__timings .astro-today-home__note {
  margin: 10px 0 0;
  color: rgba(80, 58, 37, 0.76);
  font-family: "Roboto", sans-serif;
  font-size: 0.76rem;
  line-height: 1.45;
}

@media (max-width: 1199.98px) {
  .temple-homepage .home-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.88fr);
    gap: 24px;
  }

  .temple-homepage .home-hero__timings {
    max-width: 560px;
  }

  .temple-homepage .home-hero__timing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .temple-homepage .home-hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .temple-homepage .home-hero__content {
    max-width: 100%;
    padding-right: 0;
  }

  .temple-homepage .home-hero__timings {
    max-width: none;
    justify-self: stretch;
  }

  .temple-homepage .home-hero__timing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .temple-homepage .banner {
    padding: clamp(116px, 18vw, 136px) 0 54px;
  }

  .temple-homepage .home-hero__timings .astro-today-home__shell {
    padding: 16px;
    border-radius: 20px;
  }

  .temple-homepage .home-hero__timings .astro-today-home__header {
    gap: 10px;
    margin-bottom: 10px;
  }

  .temple-homepage .home-hero__timings .astro-today-home__location-chip {
    padding: 11px 12px;
  }

  .temple-homepage .home-hero__timings .astro-today-home__detect {
    width: auto;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .temple-homepage .home-hero__inner {
    gap: 18px;
  }

  .temple-homepage .home-hero__timing-controls {
    align-items: stretch;
  }

  .temple-homepage .home-hero__timings .astro-today-home__change,
  .temple-homepage .home-hero__timings .astro-today-home__detect {
    flex: 1 1 100%;
  }

  .temple-homepage .home-hero__timing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .temple-homepage .home-hero__timings .astro-today-home__status,
  .temple-homepage .home-hero__timings .astro-today-home__location-chip {
    width: 100%;
  }

  .temple-homepage .home-hero__timings .astro-today-home__city-picker {
    max-height: none;
  }
}

@media (max-width: 420px) {
  .temple-homepage .home-hero__timing-grid {
    grid-template-columns: 1fr;
  }
}

/* Shared temple detail header and footer rollout based on approved Kashi design */
body[data-temple-slug] {
  --temple-detail-header-scroll-offset: 132px;
}

body[data-temple-slug] .header::before,
body[data-temple-slug] .header::after,
body[data-temple-slug] .header .header__bottom::before,
body[data-temple-slug] .header .header__bottom::after,
body[data-temple-slug] .header .header__bottom.header__bottom-fiexd::before,
body[data-temple-slug] .header .header__bottom.header__bottom-fiexd::after,
body[data-temple-slug] .header .kashi-header-image-layer,
body[data-temple-slug] .header .kashi-header-image-layer img,
body[data-temple-slug] .header .header-effect-1 {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
}

body[data-temple-slug] .header > .navbar-expand-xl,
body[data-temple-slug] .header .header__top,
body[data-temple-slug] .header #menubar2,
body[data-temple-slug] .header .header__bar-info,
body[data-temple-slug] .header .temple-logo__sub,
body[data-temple-slug] .header .temple-logo__tagline {
  display: none !important;
}

html body[data-temple-slug] .header.header,
html body[data-temple-slug] .header,
html body[data-temple-slug] .header.header .header__bottom,
html body[data-temple-slug] .header__bottom,
html body[data-temple-slug] .header__bottom.header__bottom-fiexd,
html body[data-temple-slug] .header__bottom.header__bottom-fiexd.animated,
html body[data-temple-slug] .header__bottom.header__bottom-fiexd.fadeInDown,
html body[data-temple-slug] .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  background: url("../images/backgrounds/divine-temple-header.png") center center / cover no-repeat !important;
  background-color: transparent !important;
  background-image: url("../images/backgrounds/divine-temple-header.png") !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(217, 169, 40, 0.28) !important;
  box-shadow: 0 10px 24px rgba(74, 43, 18, 0.04) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  filter: none !important;
}

html body[data-temple-slug] .header.header,
html body[data-temple-slug] .header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  min-height: 130px !important;
  overflow: visible !important;
}

html body[data-temple-slug] .header.header .header__bottom,
html body[data-temple-slug] .header.header .header__bottom.header__bottom-fiexd,
html body[data-temple-slug] .header__bottom,
html body[data-temple-slug] .header__bottom.header__bottom-fiexd,
html body[data-temple-slug] .header__bottom.header__bottom-fiexd.animated,
html body[data-temple-slug] .header__bottom.header__bottom-fiexd.fadeInDown,
html body[data-temple-slug] .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  min-height: 130px !important;
  height: 130px !important;
  overflow: hidden !important;
}

body[data-temple-slug] .header .container,
body[data-temple-slug] .header .header__bottom > .container,
body[data-temple-slug] .header .header__mainmenu,
body[data-temple-slug] .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body[data-temple-slug] .header .navbar,
body[data-temple-slug] .header .navbar-expand-xl,
body[data-temple-slug] .header .navbar-light,
body[data-temple-slug] .header .header__split-nav,
body[data-temple-slug] .header .header__split-list,
body[data-temple-slug] .header .header__logo,
body[data-temple-slug] .header .header__logo > a,
body[data-temple-slug] .header .header__bar,
body[data-temple-slug] .header .header__menu,
body[data-temple-slug] .header .collapse.navbar-collapse {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body[data-temple-slug] .header .header__bottom > .container {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1170px !important;
  overflow: visible !important;
}

body[data-temple-slug] .header .header__mainmenu {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 0 !important;
  width: 100% !important;
  padding: 16px 0 !important;
  gap: 12px !important;
  position: relative !important;
  z-index: 3 !important;
  overflow: visible !important;
}

body[data-temple-slug] .header .header__logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  position: relative !important;
  z-index: 3 !important;
}

body[data-temple-slug] .header .header__logo .temple-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  color: #111111 !important;
  line-height: 1 !important;
}

body[data-temple-slug] .header .header__logo .temple-logo img {
  width: auto !important;
  height: auto !important;
  max-height: 50px !important;
  object-fit: contain !important;
}

body[data-temple-slug] .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
  display: none !important;
}

body[data-temple-slug] .header .header__logo > a.d-xl-none.temple-logo {
  display: inline-flex !important;
}

body[data-temple-slug] .header .header__split-nav {
  display: none !important;
  position: relative !important;
  z-index: 3 !important;
}

body[data-temple-slug] .header .header__split-list {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body[data-temple-slug] .header .header__split-list li,
body[data-temple-slug] .header .header__menu ul li {
  display: flex !important;
  align-items: center !important;
}

body[data-temple-slug] .header .header__split-list li a,
body[data-temple-slug] .header .header__menu ul li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #111111 !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-temple-slug] .header .header__split-list li.active > a,
body[data-temple-slug] .header .header__menu ul li.active > a {
  background: rgba(217, 169, 40, 0.18) !important;
  box-shadow: inset 0 0 0 1px rgba(217, 169, 40, 0.32) !important;
  color: #111111 !important;
}

body[data-temple-slug] .header .header__split-list li a:hover,
body[data-temple-slug] .header .header__split-list li a:focus-visible,
body[data-temple-slug] .header .header__menu ul li a:hover,
body[data-temple-slug] .header .header__menu ul li a:focus-visible {
  background: rgba(217, 169, 40, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(217, 169, 40, 0.22) !important;
  color: #111111 !important;
}

body[data-temple-slug] .header .header__bar {
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
}

body[data-temple-slug] .header .navbar-toggler {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-color: rgba(217, 169, 40, 0.28) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.38) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22) !important;
  color: #111111 !important;
}

body[data-temple-slug] .header .header__menu {
  display: block !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}

body[data-temple-slug] .header .header__menu .navbar-collapse {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-temple-slug] .header #menubar {
  margin-top: 10px !important;
}

body[data-temple-slug] .header .header__menu ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  list-style: none !important;
  border: 1px solid rgba(217, 169, 40, 0.24) !important;
  border-radius: 20px !important;
  background: rgba(255, 251, 245, 0.96) !important;
  box-shadow: 0 16px 32px rgba(74, 43, 18, 0.08) !important;
}

body[data-temple-slug] .header .header__menu ul li a {
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 0 10px !important;
}

body[data-temple-slug] [id] {
  scroll-margin-top: var(--temple-detail-header-scroll-offset) !important;
}

@media (min-width: 1200px) {
  body[data-temple-slug] .header .header__mainmenu,
  body[data-temple-slug] .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: clamp(36px, 3.6vw, 44px) !important;
    row-gap: 0 !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 18px 0 !important;
  }

  body[data-temple-slug] .header .header__split-nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body[data-temple-slug] .header .header__split-nav--left {
    justify-self: stretch !important;
    justify-content: flex-end !important;
  }

  body[data-temple-slug] .header .header__split-nav--right {
    justify-self: stretch !important;
    justify-content: flex-start !important;
  }

  body[data-temple-slug] .header .header__split-nav .header__split-list {
    display: flex !important;
    align-items: center !important;
    gap: clamp(28px, 2.5vw, 32px) !important;
    width: auto !important;
    min-width: 0 !important;
  }

  body[data-temple-slug] .header .header__split-nav--left .header__split-list {
    justify-content: flex-end !important;
  }

  body[data-temple-slug] .header .header__split-nav--right .header__split-list {
    justify-content: flex-start !important;
  }

  body[data-temple-slug] .header .header__logo {
    justify-self: center !important;
    align-self: center !important;
  }

  body[data-temple-slug] .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
    display: inline-flex !important;
  }

  body[data-temple-slug] .header .header__logo > a.d-xl-none.temple-logo {
    display: none !important;
  }

  body[data-temple-slug] .header .header__logo .temple-logo img {
    max-height: 54px !important;
  }

  body[data-temple-slug] .header .header__bar,
  body[data-temple-slug] .header .header__menu {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  html body[data-temple-slug] .header.header .header__bottom,
  html body[data-temple-slug] .header.header .header__bottom.header__bottom-fiexd,
  html body[data-temple-slug] .header__bottom,
  html body[data-temple-slug] .header__bottom.header__bottom-fiexd,
  html body[data-temple-slug] .header__bottom.header__bottom-fiexd.animated,
  html body[data-temple-slug] .header__bottom.header__bottom-fiexd.fadeInDown,
  html body[data-temple-slug] .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    min-height: 82px !important;
    height: auto !important;
    background-position: center bottom !important;
  }

  body[data-temple-slug] .header .header__mainmenu {
    min-height: 0 !important;
    padding: 10px 0 !important;
  }

  body[data-temple-slug] .header .header__logo .temple-logo img {
    max-height: 46px !important;
  }
}

@media (max-width: 768px) {
  body[data-temple-slug] {
    --temple-detail-header-scroll-offset: 116px;
  }

  html body[data-temple-slug] .header.header,
  html body[data-temple-slug] .header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: 84px !important;
    height: auto !important;
    z-index: 99999 !important;
    overflow: visible !important;
  }

  html body[data-temple-slug] .header.header .header__bottom,
  html body[data-temple-slug] .header.header .header__bottom.header__bottom-fiexd,
  html body[data-temple-slug] .header__bottom,
  html body[data-temple-slug] .header__bottom.header__bottom-fiexd,
  html body[data-temple-slug] .header__bottom.header__bottom-fiexd.animated,
  html body[data-temple-slug] .header__bottom.header__bottom-fiexd.fadeInDown,
  html body[data-temple-slug] .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    min-height: 84px !important;
    height: auto !important;
    z-index: 99999 !important;
    background-position: center center !important;
  }

  body[data-temple-slug] .header .header__mainmenu {
    min-height: 0 !important;
    padding: 8px 0 !important;
    gap: 10px !important;
  }

  body[data-temple-slug] .header .header__logo .temple-logo img {
    max-height: 42px !important;
  }

  body[data-temple-slug] .header .navbar-toggler {
    width: 42px !important;
    height: 42px !important;
  }

  body[data-temple-slug] .event.event-single.temple-detail-page {
    padding-top: 100px !important;
  }

  body[data-temple-slug] .pageheader.temples-pageheader {
    margin-top: 100px !important;
  }
}

body[data-temple-slug] .temple-footer {
  position: relative;
  overflow: hidden;
}

body[data-temple-slug] .temple-footer .footer__top,
body[data-temple-slug] .temple-footer .footer__bottom {
  position: relative;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-temple-slug] .temple-footer .footer__top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 193, 7, 0.24) 50%, transparent 100%);
}

body[data-temple-slug] .temple-footer__top {
  padding: clamp(68px, 7vw, 88px) 0 clamp(48px, 5vw, 60px);
}

body[data-temple-slug] .temple-footer__bottom {
  padding: 22px 0 26px;
  background: rgba(9, 7, 5, 0.16);
}

body[data-temple-slug] .temple-footer__grid {
  row-gap: 34px;
}

body[data-temple-slug] .temple-footer__column {
  height: 100%;
  min-height: 100%;
}

body[data-temple-slug] .temple-footer__column--brand {
  max-width: 24rem;
}

body[data-temple-slug] .temple-footer__logo,
body[data-temple-slug] .temple-footer__bottom-logo {
  display: inline-flex;
  margin: 0 0 18px;
  color: #fff7ea;
}

body[data-temple-slug] .temple-footer__logo > span,
body[data-temple-slug] .temple-footer__bottom-logo > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0;
  line-height: 1;
}

body[data-temple-slug] .temple-footer__logo > span::before,
body[data-temple-slug] .temple-footer__bottom-logo > span::before {
  content: "Divine Temple Guide";
  color: #fff7ea;
  font-family: "Roboto", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

body[data-temple-slug] .temple-footer__logo .temple-logo__sub,
body[data-temple-slug] .temple-footer__bottom-logo .temple-logo__sub {
  color: rgba(255, 244, 229, 0.66);
}

body[data-temple-slug] .temple-footer__brand-line,
body[data-temple-slug] .temple-footer__trust-line,
body[data-temple-slug] .temple-footer__bottom-note,
body[data-temple-slug] .temple-footer__bottom-copy {
  margin: 0;
  color: rgba(255, 244, 229, 0.78);
  font-family: "Roboto", sans-serif;
  line-height: 1.72;
}

body[data-temple-slug] .temple-footer__brand-line {
  max-width: 27ch;
  font-size: 1rem;
  font-weight: 500;
}

body[data-temple-slug] .temple-footer__trust-line {
  max-width: 29ch;
  margin-top: 12px;
  font-size: 0.96rem;
}

/* Shared approved temple header for non-detail live pages */
body.approved-temple-header .header::before,
body.approved-temple-header .header::after,
body.approved-temple-header .header .header__bottom::before,
body.approved-temple-header .header .header__bottom::after,
body.approved-temple-header .header .header__bottom.header__bottom-fiexd::before,
body.approved-temple-header .header .header__bottom.header__bottom-fiexd::after,
body.approved-temple-header .header .kashi-header-image-layer,
body.approved-temple-header .header .kashi-header-image-layer img,
body.approved-temple-header .header .header-effect-1 {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
}

body.approved-temple-header .header > .navbar-expand-xl,
body.approved-temple-header .header .header__top,
body.approved-temple-header .header #menubar2,
body.approved-temple-header .header .header__bar-info,
body.approved-temple-header .header .temple-logo__sub,
body.approved-temple-header .header .temple-logo__tagline {
  display: none !important;
}

html body.approved-temple-header .header.header,
html body.approved-temple-header .header,
html body.approved-temple-header .header.header .header__bottom,
html body.approved-temple-header .header__bottom,
html body.approved-temple-header .header__bottom.header__bottom-fiexd,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.site-header-sticky,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.site-header-enter,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.animated,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.fadeInDown,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  background: #fef7e5 url("../images/backgrounds/divine-temple-header.png") center center / cover no-repeat !important;
  background-color: #fef7e5 !important;
  background-image: url("../images/backgrounds/divine-temple-header.png") !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(217, 169, 40, 0.28) !important;
  box-shadow: 0 10px 24px rgba(74, 43, 18, 0.04) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  filter: none !important;
  opacity: 1 !important;
}

html body.approved-temple-header .header.header,
html body.approved-temple-header .header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  min-height: 130px !important;
  overflow: visible !important;
  isolation: isolate !important;
}

html body.approved-temple-header .header.header .header__bottom,
html body.approved-temple-header .header.header .header__bottom.header__bottom-fiexd,
html body.approved-temple-header .header__bottom,
html body.approved-temple-header .header__bottom.header__bottom-fiexd,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.site-header-sticky,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.site-header-enter,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.animated,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.fadeInDown,
html body.approved-temple-header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 130px !important;
  height: 130px !important;
  overflow: visible !important;
  isolation: isolate !important;
  contain: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transform: none !important;
}

html body.temple-homepage.approved-temple-header .header.header .header__bottom,
html body.temple-homepage.approved-temple-header .header.header .header__bottom.header__bottom-fiexd,
html body.temple-homepage.approved-temple-header .header__bottom,
html body.temple-homepage.approved-temple-header .header__bottom.header__bottom-fiexd,
html body.temple-homepage.approved-temple-header .header__bottom.header__bottom-fiexd.site-header-sticky,
html body.temple-homepage.approved-temple-header .header__bottom.header__bottom-fiexd.site-header-enter,
html body.temple-homepage.approved-temple-header .header__bottom.header__bottom-fiexd.animated,
html body.temple-homepage.approved-temple-header .header__bottom.header__bottom-fiexd.fadeInDown,
html body.temple-homepage.approved-temple-header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  overflow: visible !important;
  contain: none !important;
}

html body.header-temples-dropdown-enabled .header.header .header__bottom,
html body.header-temples-dropdown-enabled .header.header .header__bottom.header__bottom-fiexd,
html body.header-temples-dropdown-enabled .header__bottom,
html body.header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd,
html body.header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd.site-header-sticky,
html body.header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd.site-header-enter,
html body.header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd.animated,
html body.header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd.fadeInDown,
html body.header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  overflow: visible !important;
  contain: none !important;
}

html body[data-temple-slug].header-temples-dropdown-enabled .header.header .header__bottom,
html body[data-temple-slug].header-temples-dropdown-enabled .header.header .header__bottom.header__bottom-fiexd,
html body[data-temple-slug].header-temples-dropdown-enabled .header__bottom,
html body[data-temple-slug].header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd,
html body[data-temple-slug].header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd.animated,
html body[data-temple-slug].header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd.fadeInDown,
html body[data-temple-slug].header-temples-dropdown-enabled .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  overflow: visible !important;
}

body.approved-temple-header .header,
body.approved-temple-header .header__bottom,
body.approved-temple-header .header .container,
body.approved-temple-header .header .header__mainmenu {
  box-sizing: border-box;
  max-width: 100%;
}

body.approved-temple-header .header .container,
body.approved-temple-header .header .header__bottom > .container,
body.approved-temple-header .header .header__mainmenu,
body.approved-temple-header .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body.approved-temple-header .header .navbar,
body.approved-temple-header .header .navbar-expand-xl,
body.approved-temple-header .header .navbar-light,
body.approved-temple-header .header .header__split-nav,
body.approved-temple-header .header .header__split-list,
body.approved-temple-header .header .header__logo,
body.approved-temple-header .header .header__logo > a,
body.approved-temple-header .header .header__bar,
body.approved-temple-header .header .header__menu,
body.approved-temple-header .header .collapse.navbar-collapse {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.approved-temple-header .header .header__bottom > .container {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1170px !important;
  overflow: visible !important;
}

body.approved-temple-header .header .header__mainmenu {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 0 !important;
  width: 100% !important;
  padding: 16px 0 !important;
  gap: 12px !important;
  position: relative !important;
  z-index: 3 !important;
  overflow: visible !important;
}

body.approved-temple-header .header .header__logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  position: relative !important;
  z-index: 3 !important;
}

body.approved-temple-header .header .header__logo .temple-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  color: #111111 !important;
  line-height: 1 !important;
}

body.approved-temple-header .header .header__logo .temple-logo img {
  width: auto !important;
  height: auto !important;
  max-height: 50px !important;
  object-fit: contain !important;
}

body.approved-temple-header .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
  display: none !important;
}

body.approved-temple-header .header .header__logo > a.d-xl-none.temple-logo {
  display: inline-flex !important;
}

body.approved-temple-header .header .header__split-nav {
  display: none !important;
  position: relative !important;
  z-index: 3 !important;
}

body.approved-temple-header .header .header__split-list {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.approved-temple-header .header .header__split-list li,
body.approved-temple-header .header .header__menu ul li {
  display: flex !important;
  align-items: center !important;
}

body.approved-temple-header .header .header__split-list li a,
body.approved-temple-header .header .header__menu ul li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #111111 !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.approved-temple-header .header .header__split-list li.active > a,
body.approved-temple-header .header .header__menu ul li.active > a {
  background: rgba(217, 169, 40, 0.18) !important;
  box-shadow: inset 0 0 0 1px rgba(217, 169, 40, 0.32) !important;
  color: #111111 !important;
}

body.approved-temple-header .header .header__split-list li a:hover,
body.approved-temple-header .header .header__split-list li a:focus-visible,
body.approved-temple-header .header .header__menu ul li a:hover,
body.approved-temple-header .header .header__menu ul li a:focus-visible {
  background: rgba(217, 169, 40, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(217, 169, 40, 0.22) !important;
  color: #111111 !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__split-list > li.header__nav-item--has-dropdown,
:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__menu ul > li.header__nav-item--has-dropdown {
  position: relative !important;
  align-items: stretch !important;
  flex-wrap: wrap !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__nav-link-row {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  gap: 8px !important;
  position: relative !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__split-list > li.header__nav-item--has-dropdown > .header__nav-link-row {
  width: auto !important;
  gap: 0 !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__nav-link-row > a[data-header-dropdown-trigger]::after {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  margin-left: 10px !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  opacity: 0.72 !important;
  transform: rotate(45deg) translateY(-1px) !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__split-list > li.header__nav-item--has-dropdown.is-open > .header__nav-link-row > a[data-header-dropdown-trigger]::after,
:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__split-list > li.header__nav-item--has-dropdown:focus-within > .header__nav-link-row > a[data-header-dropdown-trigger]::after,
:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__split-list > li.header__nav-item--has-dropdown:hover > .header__nav-link-row > a[data-header-dropdown-trigger]::after {
  transform: rotate(225deg) translateY(-1px) !important;
  opacity: 0.92 !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-toggle {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px !important;
  padding: 0 !important;
  border: 1px solid rgba(217, 169, 40, 0.24) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 8px 18px rgba(74, 43, 18, 0.08) !important;
  color: #5a3718 !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-toggle-icon {
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid currentColor !important;
  border-bottom: 2px solid currentColor !important;
  transform: rotate(45deg) translateY(-1px) !important;
  transition: transform 0.2s ease !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__nav-item--has-dropdown.is-open > .header__nav-link-row > .header__dropdown-toggle .header__dropdown-toggle-icon {
  transform: rotate(225deg) translateY(-1px) !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown {
  position: absolute !important;
  top: calc(100% + 18px) !important;
  left: 0 !important;
  width: min(460px, calc(100vw - 48px)) !important;
  padding: 16px !important;
  border: 1px solid rgba(217, 169, 40, 0.2) !important;
  border-radius: 22px !important;
  background: rgba(255, 250, 242, 0.98) !important;
  box-shadow: 0 24px 44px rgba(74, 43, 18, 0.14) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(10px) !important;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease !important;
  z-index: 100002 !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -20px !important;
  height: 20px !important;
  background: transparent !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__split-list > li.header__nav-item--has-dropdown.is-open > .header__dropdown,
:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__split-list > li.header__nav-item--has-dropdown:hover > .header__dropdown,
:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__split-list > li.header__nav-item--has-dropdown:focus-within > .header__dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__split-list > li.header__nav-item--has-dropdown .header__dropdown-link,
:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__menu ul > li.header__nav-item--has-dropdown .header__dropdown-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(217, 169, 40, 0.18) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(253, 244, 225, 0.94)) !important;
  box-shadow: 0 10px 22px rgba(74, 43, 18, 0.08) !important;
  color: #4a2b12 !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  text-decoration: none !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-link:hover,
:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-link:focus-visible {
  background: linear-gradient(180deg, rgba(255, 250, 240, 1), rgba(247, 232, 195, 0.98)) !important;
  box-shadow: 0 14px 24px rgba(74, 43, 18, 0.12) !important;
  color: #3b2312 !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-link.active,
:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-link[aria-current="page"] {
  background: linear-gradient(180deg, rgba(251, 238, 205, 0.98), rgba(244, 223, 173, 0.94)) !important;
  border-color: rgba(191, 141, 19, 0.38) !important;
  box-shadow: 0 14px 26px rgba(74, 43, 18, 0.13) !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-title {
  display: block !important;
  color: #111111 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}

:is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-copy {
  display: block !important;
  margin-top: 4px !important;
  color: #7b5a34 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

body.approved-temple-header .header .header__bar {
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
}

body.approved-temple-header .header .navbar-toggler {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-color: rgba(217, 169, 40, 0.28) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.38) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22) !important;
  color: #111111 !important;
}

body.approved-temple-header .header .header__menu {
  display: block !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}

body.approved-temple-header .header .header__menu .navbar-collapse {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.approved-temple-header .header #menubar {
  margin-top: 10px !important;
}

body.approved-temple-header .header .header__menu ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  list-style: none !important;
  border: 1px solid rgba(217, 169, 40, 0.24) !important;
  border-radius: 20px !important;
  background: rgba(255, 251, 245, 0.96) !important;
  box-shadow: 0 16px 32px rgba(74, 43, 18, 0.08) !important;
}

body.approved-temple-header .header .header__menu ul li a {
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 0 10px !important;
}

body.approved-temple-header [id] {
  scroll-margin-top: 148px !important;
}

@media (min-width: 1200px) {
  body.approved-temple-header .header .header__mainmenu,
  body.approved-temple-header .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: clamp(36px, 3.6vw, 44px) !important;
    row-gap: 0 !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 18px 0 !important;
  }

  body.approved-temple-header .header .header__split-nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.approved-temple-header .header .header__split-nav--left {
    justify-self: stretch !important;
    justify-content: flex-end !important;
  }

  body.approved-temple-header .header .header__split-nav--right {
    justify-self: stretch !important;
    justify-content: flex-start !important;
  }

  body.approved-temple-header .header .header__split-nav .header__split-list {
    display: flex !important;
    align-items: center !important;
    gap: clamp(28px, 2.5vw, 32px) !important;
    width: auto !important;
    min-width: 0 !important;
  }

  body.approved-temple-header .header .header__split-nav--left .header__split-list {
    justify-content: flex-end !important;
  }

  body.approved-temple-header .header .header__split-nav--right .header__split-list {
    justify-content: flex-start !important;
  }

  body.approved-temple-header .header .header__logo {
    justify-self: center !important;
    align-self: center !important;
  }

  body.approved-temple-header .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
    display: inline-flex !important;
  }

  body.approved-temple-header .header .header__logo > a.d-xl-none.temple-logo {
    display: none !important;
  }

  body.approved-temple-header .header .header__logo .temple-logo img {
    max-height: 54px !important;
  }

  body.approved-temple-header .header .header__bar,
  body.approved-temple-header .header .header__menu {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  html body.approved-temple-header .header.header .header__bottom,
  html body.approved-temple-header .header.header .header__bottom.header__bottom-fiexd,
  html body.approved-temple-header .header__bottom,
  html body.approved-temple-header .header__bottom.header__bottom-fiexd,
  html body.approved-temple-header .header__bottom.header__bottom-fiexd.animated,
  html body.approved-temple-header .header__bottom.header__bottom-fiexd.fadeInDown,
  html body.approved-temple-header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    min-height: 82px !important;
    height: auto !important;
    background-position: center bottom !important;
  }

  body.approved-temple-header .header .header__mainmenu {
    min-height: 0 !important;
    padding: 10px 0 !important;
  }

  :is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__menu ul > li.header__nav-item--has-dropdown {
    width: 100% !important;
    align-items: stretch !important;
  }

  :is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__menu ul > li.header__nav-item--has-dropdown > .header__nav-link-row {
    width: 100% !important;
    gap: 8px !important;
  }

  :is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__menu ul > li.header__nav-item--has-dropdown > .header__nav-link-row > a[data-header-dropdown-trigger] {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  :is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__menu ul > li.header__nav-item--has-dropdown > .header__nav-link-row > a[data-header-dropdown-trigger]::after {
    display: none !important;
  }

  :is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__dropdown-toggle {
    display: inline-flex !important;
  }

  :is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__menu ul > li.header__nav-item--has-dropdown > .header__dropdown {
    position: static !important;
    width: 100% !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    overflow: hidden !important;
  }

  :is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__menu ul > li.header__nav-item--has-dropdown.is-open > .header__dropdown {
    max-height: 320px !important;
    padding-top: 6px !important;
  }

  body.approved-temple-header .header .header__menu .header__dropdown-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  :is(body.approved-temple-header, body.header-temples-dropdown-enabled) .header .header__menu ul > li.header__nav-item--has-dropdown .header__dropdown-link {
    min-height: 0 !important;
    padding: 12px 14px !important;
  }

  body.approved-temple-header .header .header__logo .temple-logo img {
    max-height: 46px !important;
  }
}

@media (max-width: 768px) {
  html body.approved-temple-header .header.header,
  html body.approved-temple-header .header {
    min-height: 84px !important;
    height: auto !important;
  }

  html body.approved-temple-header .header.header .header__bottom,
  html body.approved-temple-header .header.header .header__bottom.header__bottom-fiexd,
  html body.approved-temple-header .header__bottom,
  html body.approved-temple-header .header__bottom.header__bottom-fiexd,
  html body.approved-temple-header .header__bottom.header__bottom-fiexd.animated,
  html body.approved-temple-header .header__bottom.header__bottom-fiexd.fadeInDown,
  html body.approved-temple-header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    min-height: 84px !important;
    height: auto !important;
    background-position: center center !important;
  }

  body.approved-temple-header .header .header__mainmenu {
    min-height: 0 !important;
    padding: 8px 0 !important;
    gap: 10px !important;
  }

  body.approved-temple-header .header .header__logo .temple-logo img {
    max-height: 42px !important;
  }

  body.approved-temple-header .header .navbar-toggler {
    width: 42px !important;
    height: 42px !important;
  }
}

@media (max-width: 991.98px) {
  html body.approved-temple-header.home-language-switcher .header.header,
  html body.approved-temple-header.home-language-switcher .header,
  html body.approved-temple-header.home-language-switcher .header.header .header__bottom,
  html body.approved-temple-header.home-language-switcher .header.header .header__bottom.header__bottom-fiexd,
  html body.approved-temple-header.home-language-switcher .header__bottom,
  html body.approved-temple-header.home-language-switcher .header__bottom.header__bottom-fiexd,
  html body.approved-temple-header.home-language-switcher .header__bottom.header__bottom-fiexd.animated,
  html body.approved-temple-header.home-language-switcher .header__bottom.header__bottom-fiexd.fadeInDown,
  html body.approved-temple-header.home-language-switcher .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    min-height: 92px !important;
    height: auto !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__mainmenu {
    min-height: 92px !important;
    padding: calc(10px + env(safe-area-inset-top)) 0 10px !important;
    gap: 10px !important;
    align-items: center !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__logo {
    position: absolute !important;
    top: calc(10px + env(safe-area-inset-top)) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: calc(100% - 108px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    z-index: 4 !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__logo > a.d-xl-none.temple-logo {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    padding-top: 2px !important;
    overflow: visible !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__logo .temple-logo img {
    width: 46px !important;
    max-width: 46px !important;
    max-height: none !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__logo .header__logo-name {
    display: block !important;
    margin-top: 2px !important;
    color: #5a3718 !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__bar,
  html body.approved-temple-header.home-language-switcher .header .navbar-toggler {
    position: relative !important;
    z-index: 5 !important;
  }

  html body.approved-temple-header.home-language-switcher .header #menubar {
    margin-top: 24px !important;
  }
}

@media (max-width: 767.98px) {
  html body.approved-temple-header.home-language-switcher .header.header,
  html body.approved-temple-header.home-language-switcher .header,
  html body.approved-temple-header.home-language-switcher .header.header .header__bottom,
  html body.approved-temple-header.home-language-switcher .header.header .header__bottom.header__bottom-fiexd,
  html body.approved-temple-header.home-language-switcher .header__bottom,
  html body.approved-temple-header.home-language-switcher .header__bottom.header__bottom-fiexd,
  html body.approved-temple-header.home-language-switcher .header__bottom.header__bottom-fiexd.animated,
  html body.approved-temple-header.home-language-switcher .header__bottom.header__bottom-fiexd.fadeInDown,
  html body.approved-temple-header.home-language-switcher .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    min-height: 96px !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__mainmenu {
    min-height: 96px !important;
    padding: calc(12px + env(safe-area-inset-top)) 0 10px !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__logo {
    top: calc(12px + env(safe-area-inset-top)) !important;
    max-width: calc(100% - 96px) !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__logo .temple-logo img {
    width: 42px !important;
    max-width: 42px !important;
  }

  html body.approved-temple-header.home-language-switcher .header .header__logo .header__logo-name {
    font-size: 12px !important;
    line-height: 1.05 !important;
  }

  html body.approved-temple-header.home-language-switcher .header #menubar {
    margin-top: 28px !important;
  }
}

body[data-temple-slug] .temple-footer__badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

body[data-temple-slug] .temple-footer__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 193, 7, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff4de;
  font-family: "Roboto", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

body[data-temple-slug] .temple-footer__heading {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 14px;
  color: #fff9ef;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
}

body[data-temple-slug] .temple-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c28a46 0%, #f0c36b 100%);
}

body[data-temple-slug] .temple-footer__nav-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-temple-slug] .temple-footer__nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 244, 229, 0.82);
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

body[data-temple-slug] .temple-footer__nav-list a::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: rgba(240, 195, 107, 0.8);
  box-shadow: 0 0 0 4px rgba(240, 195, 107, 0.08);
}

body[data-temple-slug] .temple-footer__nav-list a:hover,
body[data-temple-slug] .temple-footer__nav-list a:focus-visible {
  color: #ffffff;
  transform: translateX(3px);
}

body[data-temple-slug] .temple-footer__bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  flex-wrap: wrap;
}

body[data-temple-slug] .temple-footer__bottom-logo {
  margin: 0;
  flex: 0 0 auto;
  font-size: 1.02rem;
}

body[data-temple-slug] .temple-footer__bottom-note {
  flex: 1 1 320px;
  max-width: 38rem;
  font-size: 0.94rem;
}

body[data-temple-slug] .temple-footer__bottom-copy {
  flex: 0 1 auto;
  margin-left: auto;
  font-size: 0.92rem;
  text-align: right;
}

body[data-temple-slug] .temple-footer__bottom-copy a {
  color: #fff9ef;
  text-decoration: none;
}

body[data-temple-slug] .temple-footer__bottom-copy a:hover,
body[data-temple-slug] .temple-footer__bottom-copy a:focus-visible {
  color: #ffffff;
}

@media (max-width: 991px) {
  body[data-temple-slug] .temple-footer__grid {
    row-gap: 28px;
  }

  body[data-temple-slug] .temple-footer__column--brand {
    max-width: none;
  }

  body[data-temple-slug] .temple-footer__bottom-copy {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  body[data-temple-slug] .temple-footer__grid {
    row-gap: 30px;
  }

  body[data-temple-slug] .temple-footer__grid > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  body[data-temple-slug] .temple-footer__column--brand {
    max-width: none;
  }

  body[data-temple-slug] .temple-footer__top {
    padding: 64px 0 46px;
  }
}

@media (max-width: 768px) {
  body[data-temple-slug] .temple-footer__grid > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body[data-temple-slug] .temple-footer__column,
  body[data-temple-slug] .temple-footer__bottom-note,
  body[data-temple-slug] .temple-footer__bottom-copy {
    min-width: 0;
  }

  body[data-temple-slug] .temple-footer__logo,
  body[data-temple-slug] .temple-footer__bottom-logo {
    width: 100%;
    max-width: min(220px, 100%);
    margin: 0 0 16px;
    gap: 10px;
    overflow: hidden;
  }

  body[data-temple-slug] .temple-footer__logo.temple-logo,
  body[data-temple-slug] .temple-footer__bottom-logo.temple-logo {
    font-size: clamp(1.52rem, 6vw, 1.76rem);
    line-height: 1;
  }

  body[data-temple-slug] .temple-footer__logo img,
  body[data-temple-slug] .temple-footer__bottom-logo img {
    width: 48px;
    max-width: 48px;
    flex: 0 0 48px;
    height: auto;
    object-fit: contain;
  }

  body[data-temple-slug] .temple-footer__logo .temple-logo__sub,
  body[data-temple-slug] .temple-footer__bottom-logo .temple-logo__sub {
    margin-top: 4px;
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  body[data-temple-slug] .temple-footer__logo > span::before,
  body[data-temple-slug] .temple-footer__bottom-logo > span::before {
    font-size: 0.98rem;
  }

  body[data-temple-slug] .temple-footer__brand-line,
  body[data-temple-slug] .temple-footer__trust-line,
  body[data-temple-slug] .temple-footer__bottom-note,
  body[data-temple-slug] .temple-footer__bottom-copy {
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  body[data-temple-slug] .temple-footer__top {
    padding: 50px 0 34px;
  }

  body[data-temple-slug] .temple-footer__bottom {
    padding: 18px 0 calc(72px + env(safe-area-inset-bottom));
  }

  body[data-temple-slug] .temple-footer__nav-list {
    gap: 10px;
  }

  body[data-temple-slug] .temple-footer__nav-list a {
    width: 100%;
    padding: 5px 0;
  }

  body[data-temple-slug] .temple-footer__bottom-bar {
    align-items: flex-start;
    gap: 14px 18px;
  }

  body[data-temple-slug] .temple-footer__bottom-note,
  body[data-temple-slug] .temple-footer__bottom-copy {
    flex-basis: 100%;
    max-width: none;
  }
}

/* Home-only language switcher foundation */
body:not(.home-language-switcher) .header .header__lang-switcher {
  display: none !important;
}

body.home-language-switcher .header .header__lang-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: nowrap;
  max-width: 100%;
  position: relative;
}

body.home-language-switcher .header .header__lang-more {
  position: relative;
  display: inline-flex;
  align-items: center;
}

body.home-language-switcher .header .header__lang-more::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(100% - 1px);
  height: 14px;
}

body.home-language-switcher .header .header__lang-more-menu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  min-width: 124px;
  padding: 8px;
  border: 1px solid rgba(197, 122, 44, 0.24);
  border-radius: 14px;
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 12px 26px rgba(54, 30, 12, 0.18);
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  z-index: 120100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

body.home-language-switcher .header .header__lang-more-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

body.home-language-switcher .header .header__lang-more:hover .header__lang-more-menu,
body.home-language-switcher .header .header__lang-more:focus-within .header__lang-more-menu,
body.home-language-switcher .header .header__lang-more.is-open .header__lang-more-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

body.home-language-switcher .header .header__lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(44, 20, 8, 0.72);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

body.home-language-switcher .header .header__lang-button:hover,
body.home-language-switcher .header .header__lang-button:focus-visible {
  background: rgba(84, 45, 19, 0.9);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 6px 14px rgba(54, 26, 10, 0.14);
  color: #ffffff;
}

body.home-language-switcher .header .header__lang-button.is-active,
body.home-language-switcher .header .header__lang-button[aria-pressed="true"] {
  background: #f6b23c;
  border-color: #f6b23c;
  box-shadow: none;
  color: #2b1307;
}

body.home-language-switcher .header .header__lang-more-menu .header__lang-button--pending,
body.home-language-switcher .header .header__lang-more-menu .header__lang-button[aria-disabled="true"] {
  width: 100%;
  min-height: 32px;
  justify-content: flex-start;
  padding: 8px 10px;
  background: rgba(255, 248, 239, 0.96);
  border-color: rgba(197, 122, 44, 0.24);
  color: #6a3c18;
  box-shadow: none;
  cursor: default;
}

body.home-language-switcher .header .header__lang-more-menu .header__lang-button--pending:hover,
body.home-language-switcher .header .header__lang-more-menu .header__lang-button--pending:focus-visible,
body.home-language-switcher .header .header__lang-more-menu .header__lang-button[aria-disabled="true"]:hover,
body.home-language-switcher .header .header__lang-more-menu .header__lang-button[aria-disabled="true"]:focus-visible {
  background: rgba(255, 248, 239, 0.96);
  border-color: rgba(197, 122, 44, 0.24);
  box-shadow: none;
  color: #6a3c18;
}

@media (min-width: 1200px) {
  body.home-language-switcher .header .header__mainmenu {
    position: relative;
  }

  body.home-language-switcher .header .header__lang-switcher--desktop {
    position: fixed;
    top: 8px;
    right: 18px;
    padding: 4px;
    border: 1px solid rgba(111, 76, 48, 0.16);
    border-radius: 18px;
    background: rgba(255, 248, 239, 0.22);
    box-shadow: 0 10px 18px rgba(74, 43, 18, 0.08);
    width: auto;
    max-width: calc(100vw - 24px);
    justify-content: flex-end;
    flex-wrap: nowrap;
    z-index: 119990;
  }

  body.home-language-switcher .header .header__split-nav--right .header__split-list {
    gap: clamp(18px, 1.9vw, 22px) !important;
  }
}

.header__digital-clock {
  position: fixed;
  top: calc(8px + env(safe-area-inset-top));
  left: calc(18px + env(safe-area-inset-left));
  z-index: 10049;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  max-width: calc(100vw - 140px);
  padding: 5px 10px 6px;
  border: 1px solid rgba(255, 186, 72, 0.75);
  border-radius: 8px;
  background: linear-gradient(180deg, #7a3008 0%, #5a2206 100%);
  box-shadow: 0 4px 12px rgba(42, 18, 6, 0.22);
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  pointer-events: none;
  user-select: none;
}

.header__digital-clock-time {
  display: block;
  font-size: 15px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.header__digital-clock-date {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 0.94;
  font-variant-numeric: tabular-nums;
}

.header__desktop-utilities {
  display: contents;
}

@media (min-width: 1200px) {
  .header__desktop-utilities {
    position: fixed;
    top: calc(8px + env(safe-area-inset-top));
    right: calc(18px + env(safe-area-inset-right));
    z-index: 120110;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: max-content;
  }

  .header__desktop-utilities .header__lang-switcher--desktop {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    z-index: auto !important;
    align-self: flex-end;
  }

  .header__desktop-utilities .header__digital-clock {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding: 4px 7px 5px;
    border-radius: 7px;
    margin: 0;
    z-index: auto !important;
    align-self: flex-start;
  }

  .header__desktop-utilities .header__digital-clock-time {
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .header__desktop-utilities .header__digital-clock-date {
    font-size: 8px;
    letter-spacing: 0.03em;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  body.home-language-switcher.approved-temple-header .header nav.header__split-nav--right.d-none.d-xl-flex .header__split-list {
    gap: 4px !important;
  }

  body.home-language-switcher.approved-temple-header .header nav.header__split-nav--right.d-none.d-xl-flex .header__split-list li a {
    padding: 0 4px !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.035em !important;
  }

  .header__desktop-utilities .header__digital-clock {
    width: 92px;
    min-width: 92px;
    max-width: 92px;
  }

  body.ganesh-temples-hub-page .header .header__mainmenu,
  body.ganesh-temples-hub-page .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
    column-gap: clamp(20px, 2vw, 28px) !important;
  }

  body.ganesh-temples-hub-page .header .header__split-nav .header__split-list {
    gap: 12px !important;
  }

  body.ganesh-temples-hub-page .header .header__split-list li a,
  body.ganesh-temples-hub-page .header .header__menu ul li a {
    padding: 0 3px !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.03em !important;
  }
}

@media (max-width: 1199.98px) {
  .header__digital-clock {
    top: calc(10px + env(safe-area-inset-top));
    left: calc(10px + env(safe-area-inset-left));
    min-width: 82px;
    max-width: calc(100vw - 124px);
    padding: 4px 6px;
    border-radius: 6px;
  }

  .header__digital-clock-time {
    font-size: 12px;
  }

  .header__digital-clock-date {
    font-size: 8px;
  }

  body.home-language-switcher .header .header__menu .header__lang-switcher--mobile {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 12px 16px 0;
    column-gap: 4px;
    row-gap: 6px;
    flex-wrap: wrap;
  }

  body.home-language-switcher .header .header__menu .header__lang-switcher--mobile + ul {
    padding-top: 12px !important;
  }

  body.home-language-switcher .header .header__menu .header__lang-switcher--mobile .header__lang-more {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  body.home-language-switcher .header .header__menu .header__lang-switcher--mobile .header__lang-more.is-open {
    flex-basis: 100%;
  }

  body.home-language-switcher .header .header__menu .header__lang-switcher--mobile .header__lang-more-menu {
    position: static;
    top: auto;
    right: auto;
    min-width: 0;
    width: min(100%, 320px);
    margin-top: 8px;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  body.home-language-switcher .header .header__menu .header__lang-switcher--mobile .header__lang-more.is-open .header__lang-more-menu,
  body.home-language-switcher .header .header__menu .header__lang-switcher--mobile .header__lang-more:focus-within .header__lang-more-menu {
    display: grid;
  }

  body.home-language-switcher .header .header__menu .header__lang-switcher--mobile .header__lang-more-menu::before {
    content: none;
  }

  body.home-language-switcher .header .header__menu .header__lang-switcher--mobile .header__lang-more::after {
    content: none;
  }

  body.home-language-switcher .header .header__menu .header__lang-button {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 0.72rem;
  }
}

/* Shared font consistency audit fixes */
body.temple-homepage,
body.approved-temple-header:not(.kashi-vishwanath-page):not(.shakti-peeth-detail-page),
body.ganesh-temples-hub-page,
body.shakti-peeth-hub-page {
  font-family: var(--temple-font-ui);
}

.header__logo .header__logo-name,
.header .temple-logo__sub,
.default-btn,
.default-btn span,
button.default-btn,
button.default-btn span,
.footer__about-thumb.temple-footer-card h5,
.footer__post-thumb.temple-post-badge a,
.footer__post-content h6,
.footer__post-content p,
.footer__tags ul li a,
.footer__links ul li a,
.footer__bottom-content a,
.footer__bottom-content p,
.temple-footer__brand-line,
.temple-footer__trust-line,
.temple-footer__bottom-note,
.temple-footer__bottom-copy,
.temple-footer__badge,
.temple-footer__heading,
.temple-footer__nav-list a,
.temple-directory__summary span,
.temple-directory__summary p,
.temple-directory__empty h6,
.temple-directory__empty p,
.state-hub__eyebrow,
.state-hub__content h5,
.state-hub__content p,
.ganesh-hub-hero__stat-label,
.ganesh-hub-hero__stat-copy,
.ganesh-hub-hero__chips span,
.ganesh-hub__dataset-banner,
.shakti-peeth-detail__dashboard-card span,
.shakti-peeth-detail__dashboard-card strong,
.shakti-peeth-detail__sacred-header span,
.shakti-peeth-detail__sacred-card span,
.temple-homepage .temple-plan-card p,
.temple-homepage .home-hero__timings .astro-today-home__label,
.btn-save,
.btn-share,
.floating-darshan-btn {
  font-family: var(--temple-font-ui);
}

body.approved-temple-header .header .header__split-list li a,
body.approved-temple-header .header .header__menu ul li a,
body[data-temple-slug] .header .header__split-list li a,
body[data-temple-slug] .header .header__menu ul li a {
  font-family: var(--temple-font-ui) !important;
}

.temple-homepage .temple-plan-card h6,
.temple-sponsor-card.temple-plan-card h6 {
  font-family: var(--temple-font-ui);
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: none;
}

.temple-directory__summary h6,
.temple-directory-pageheader .pageheader__left h3,
.temple-directory-page .section__header h2,
.ganesh-hub-hero__stat-card strong,
.shakti-peeth-detail__sacred-header h3 {
  font-family: var(--temple-font-heading);
}

/* Homepage-approved header/footer shell for root utility pages */
body.approved-home-shell .header::before,
body.approved-home-shell .header::after,
body.approved-home-shell .header.header::before,
body.approved-home-shell .header.header::after,
body.approved-home-shell .header__bottom::before,
body.approved-home-shell .header__bottom::after,
body.approved-home-shell .header__bottom.header__bottom-fiexd::before,
body.approved-home-shell .header__bottom.header__bottom-fiexd::after,
body.approved-home-shell .header__bottom.header__bottom-fiexd.site-header-sticky::before,
body.approved-home-shell .header__bottom.header__bottom-fiexd.site-header-sticky::after,
body.approved-home-shell .header__bottom.header__bottom-fiexd.site-header-enter::before,
body.approved-home-shell .header__bottom.header__bottom-fiexd.site-header-enter::after,
body.approved-home-shell .kashi-header-image-layer,
body.approved-home-shell .kashi-header-image-layer img,
body.approved-home-shell .header-effect-1 {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
}

body.approved-home-shell .header > .navbar-expand-xl,
body.approved-home-shell .header .header__top,
body.approved-home-shell .header #menubar2,
body.approved-home-shell .header .header__bar-info,
body.approved-home-shell .header .temple-logo__sub,
body.approved-home-shell .header .temple-logo__tagline {
  display: none !important;
}

html body.approved-home-shell .header.header,
html body.approved-home-shell .header,
html body.approved-home-shell .header.header .header__bottom,
html body.approved-home-shell .header__bottom,
html body.approved-home-shell .header__bottom.header__bottom-fiexd,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.site-header-sticky,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.site-header-enter,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.animated,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.fadeInDown,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  background: #fef7e5 url("../images/backgrounds/divine-temple-header.png") center center / cover no-repeat !important;
  background-color: #fef7e5 !important;
  background-image: url("../images/backgrounds/divine-temple-header.png") !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(217, 169, 40, 0.28) !important;
  box-shadow: 0 10px 24px rgba(74, 43, 18, 0.04) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  filter: none !important;
  opacity: 1 !important;
}

html body.approved-home-shell .header.header,
html body.approved-home-shell .header {
  position: relative !important;
  top: auto !important;
  z-index: 99999 !important;
  min-height: 130px !important;
  overflow: visible !important;
  isolation: isolate !important;
}

html body.approved-home-shell .header.header .header__bottom,
html body.approved-home-shell .header.header .header__bottom.header__bottom-fiexd,
html body.approved-home-shell .header__bottom,
html body.approved-home-shell .header__bottom.header__bottom-fiexd,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.site-header-sticky,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.site-header-enter,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.animated,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.fadeInDown,
html body.approved-home-shell .header__bottom.header__bottom-fiexd.animated.fadeInDown {
  position: fixed !important;
  top: 0 !important;
  z-index: 99999 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 130px !important;
  height: 130px !important;
  overflow: visible !important;
  isolation: isolate !important;
  contain: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transform: none !important;
}

body.approved-home-shell .header,
body.approved-home-shell .header__bottom,
body.approved-home-shell .header .container,
body.approved-home-shell .header .header__mainmenu {
  box-sizing: border-box;
  max-width: 100%;
}

body.approved-home-shell .header .container,
body.approved-home-shell .header .header__bottom > .container,
body.approved-home-shell .header .header__mainmenu,
body.approved-home-shell .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body.approved-home-shell .header .navbar,
body.approved-home-shell .header .navbar-expand-xl,
body.approved-home-shell .header .navbar-light,
body.approved-home-shell .header .header__split-nav,
body.approved-home-shell .header .header__split-list,
body.approved-home-shell .header .header__logo,
body.approved-home-shell .header .header__logo > a,
body.approved-home-shell .header .header__bar,
body.approved-home-shell .header .header__menu,
body.approved-home-shell .header .collapse.navbar-collapse {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.approved-home-shell .header .header__bottom > .container {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1170px !important;
  overflow: visible !important;
}

body.approved-home-shell .header .header__mainmenu {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 0 !important;
  width: 100% !important;
  padding: 16px 0 !important;
  gap: 12px !important;
  position: relative !important;
  z-index: 3 !important;
  overflow: visible !important;
}

body.approved-home-shell .header .header__logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  position: relative !important;
  z-index: 3 !important;
}

body.approved-home-shell .header .header__logo .temple-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  color: #111111 !important;
  line-height: 1 !important;
}

body.approved-home-shell .header .header__logo .temple-logo img {
  width: auto !important;
  height: auto !important;
  max-height: 50px !important;
  object-fit: contain !important;
}

body.approved-home-shell .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
  display: none !important;
}

body.approved-home-shell .header .header__logo > a.d-xl-none.temple-logo {
  display: inline-flex !important;
}

body.approved-home-shell .header .header__split-nav {
  display: none !important;
  position: relative !important;
  z-index: 3 !important;
}

body.approved-home-shell .header .header__split-list {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.approved-home-shell .header .header__split-list li,
body.approved-home-shell .header .header__menu ul li {
  display: flex !important;
  align-items: center !important;
}

body.approved-home-shell .header .header__split-list li a,
body.approved-home-shell .header .header__menu ul li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #111111 !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.approved-home-shell .header .header__split-list li.active > a,
body.approved-home-shell .header .header__menu ul li.active > a {
  background: rgba(217, 169, 40, 0.18) !important;
  box-shadow: inset 0 0 0 1px rgba(217, 169, 40, 0.32) !important;
  color: #111111 !important;
}

body.approved-home-shell .header .header__split-list li a:hover,
body.approved-home-shell .header .header__split-list li a:focus-visible,
body.approved-home-shell .header .header__menu ul li a:hover,
body.approved-home-shell .header .header__menu ul li a:focus-visible {
  background: rgba(217, 169, 40, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(217, 169, 40, 0.22) !important;
  color: #111111 !important;
}

body.approved-home-shell .header .header__bar {
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
}

body.approved-home-shell .header .navbar-toggler {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-color: rgba(217, 169, 40, 0.28) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.38) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22) !important;
  color: #111111 !important;
}

body.approved-home-shell .header .header__menu {
  display: block !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}

body.approved-home-shell .header .header__menu .navbar-collapse {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.approved-home-shell .header #menubar {
  margin-top: 10px !important;
}

body.approved-home-shell .header .header__menu ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  list-style: none !important;
  border: 1px solid rgba(217, 169, 40, 0.24) !important;
  border-radius: 20px !important;
  background: rgba(255, 251, 245, 0.96) !important;
  box-shadow: 0 16px 32px rgba(74, 43, 18, 0.08) !important;
}

body.approved-home-shell .header .header__menu ul li a {
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 0 10px !important;
}

@media (min-width: 1200px) {
  body.approved-home-shell .header .header__mainmenu,
  body.approved-home-shell .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: clamp(36px, 3.6vw, 44px) !important;
    row-gap: 0 !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 18px 0 !important;
  }

  body.approved-home-shell .header .header__split-nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.approved-home-shell .header .header__split-nav--left {
    justify-self: stretch !important;
    justify-content: flex-end !important;
  }

  body.approved-home-shell .header .header__split-nav--right {
    justify-self: stretch !important;
    justify-content: flex-start !important;
  }

  body.approved-home-shell .header .header__split-nav .header__split-list {
    display: flex !important;
    align-items: center !important;
    gap: clamp(28px, 2.5vw, 32px) !important;
    width: auto !important;
    min-width: 0 !important;
  }

  body.approved-home-shell .header .header__split-nav--left .header__split-list {
    justify-content: flex-end !important;
  }

  body.approved-home-shell .header .header__split-nav--right .header__split-list {
    justify-content: flex-start !important;
  }

  body.approved-home-shell .header .header__logo {
    justify-self: center !important;
    align-self: center !important;
  }

  body.approved-home-shell .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
    display: inline-flex !important;
  }

  body.approved-home-shell .header .header__logo > a.d-xl-none.temple-logo {
    display: none !important;
  }

  body.approved-home-shell .header .header__logo .temple-logo img {
    max-height: 54px !important;
  }

  body.approved-home-shell .header .header__bar,
  body.approved-home-shell .header .header__menu {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  body.approved-home-shell .header .header__mainmenu {
    min-height: 0 !important;
    padding: 10px 0 !important;
  }

  body.approved-home-shell .header .header__logo .temple-logo img {
    max-height: 46px !important;
  }
}

@media (max-width: 768px) {
  body.approved-home-shell .header .header__mainmenu {
    min-height: 0 !important;
    padding: 8px 0 !important;
    gap: 10px !important;
  }

  body.approved-home-shell .header .header__logo .temple-logo img {
    max-height: 42px !important;
  }

  body.approved-home-shell .header .navbar-toggler {
    width: 42px !important;
    height: 42px !important;
  }
}

body.approved-home-shell .temple-footer {
  position: relative;
  overflow: visible;
}

body.approved-home-shell .temple-footer .footer__top,
body.approved-home-shell .temple-footer .footer__bottom {
  position: relative;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.approved-home-shell .temple-footer .footer__top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 193, 7, 0.24) 50%, transparent 100%);
}

body.approved-home-shell .temple-footer__top {
  padding: clamp(68px, 7vw, 88px) 0 clamp(48px, 5vw, 60px);
}

body.approved-home-shell .temple-footer__bottom {
  padding: 22px 0 26px;
  background: rgba(9, 7, 5, 0.16);
}

body.approved-home-shell .temple-footer__grid {
  row-gap: 34px;
}

body.approved-home-shell .temple-footer__column {
  height: 100%;
  min-height: 100%;
}

body.approved-home-shell .temple-footer__column--brand {
  max-width: 24rem;
}

body.approved-home-shell .temple-footer__logo,
body.approved-home-shell .temple-footer__bottom-logo {
  display: inline-flex;
  margin: 0 0 18px;
  color: #fff7ea;
}

body.approved-home-shell .temple-footer__logo > span,
body.approved-home-shell .temple-footer__bottom-logo > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0;
  line-height: 1;
}

body.approved-home-shell .temple-footer__logo > span::before,
body.approved-home-shell .temple-footer__bottom-logo > span::before {
  content: "Divine Temple Guide";
  color: #fff7ea;
  font-family: "Roboto", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

body.approved-home-shell .temple-footer__logo .temple-logo__sub,
body.approved-home-shell .temple-footer__bottom-logo .temple-logo__sub {
  color: rgba(255, 244, 229, 0.66);
}

body.approved-home-shell .temple-footer__brand-line,
body.approved-home-shell .temple-footer__trust-line,
body.approved-home-shell .temple-footer__bottom-note,
body.approved-home-shell .temple-footer__bottom-copy {
  margin: 0;
  color: rgba(255, 244, 229, 0.78);
  font-family: "Roboto", sans-serif;
  line-height: 1.72;
}

body.approved-home-shell .temple-footer__brand-line {
  max-width: 27ch;
  font-size: 1rem;
  font-weight: 500;
}

body.approved-home-shell .temple-footer__trust-line {
  max-width: 29ch;
  margin-top: 12px;
  font-size: 0.96rem;
}

body.approved-home-shell .temple-footer__badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

body.approved-home-shell .temple-footer__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 193, 7, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff4de;
  font-family: "Roboto", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

body.approved-home-shell .temple-footer__heading {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 14px;
  color: #fff9ef;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.approved-home-shell .temple-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c28a46 0%, #f0c36b 100%);
}

body.approved-home-shell .temple-footer__nav-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.approved-home-shell .temple-footer__nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 244, 229, 0.82);
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.approved-home-shell .temple-footer__nav-list a::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: rgba(240, 195, 107, 0.8);
  box-shadow: 0 0 0 4px rgba(240, 195, 107, 0.08);
}

body.approved-home-shell .temple-footer__nav-list a:hover,
body.approved-home-shell .temple-footer__nav-list a:focus-visible {
  color: #ffffff;
  transform: translateX(3px);
}

body.approved-home-shell .temple-footer__bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  flex-wrap: wrap;
}

body.approved-home-shell .temple-footer__bottom-logo {
  margin: 0;
  flex: 0 0 auto;
  font-size: 1.02rem;
}

body.approved-home-shell .temple-footer__bottom-note {
  flex: 1 1 320px;
  max-width: 38rem;
  font-size: 0.94rem;
}

body.approved-home-shell .temple-footer__bottom-copy {
  flex: 0 1 auto;
  margin-left: auto;
  font-size: 0.92rem;
  text-align: right;
}

body.approved-home-shell .temple-footer__bottom-copy a {
  color: #fff9ef;
  text-decoration: none;
}

body.approved-home-shell .temple-footer__bottom-copy a:hover,
body.approved-home-shell .temple-footer__bottom-copy a:focus-visible {
  color: #ffffff;
}

@media (max-width: 991px) {
  body.approved-home-shell .temple-footer__grid {
    row-gap: 28px;
  }

  body.approved-home-shell .temple-footer__column--brand {
    max-width: none;
  }

  body.approved-home-shell .temple-footer__bottom-copy {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  body.approved-home-shell .temple-footer__grid {
    row-gap: 30px;
  }

  body.approved-home-shell .temple-footer__grid > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  body.approved-home-shell .temple-footer__column--brand {
    max-width: none;
  }

  body.approved-home-shell .temple-footer__top {
    padding: 64px 0 46px;
  }
}

@media (max-width: 768px) {
  body.approved-home-shell .temple-footer__grid > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.approved-home-shell .temple-footer__column,
  body.approved-home-shell .temple-footer__bottom-note,
  body.approved-home-shell .temple-footer__bottom-copy {
    min-width: 0;
  }

  body.approved-home-shell .temple-footer__logo,
  body.approved-home-shell .temple-footer__bottom-logo {
    width: 100%;
    max-width: min(220px, 100%);
    margin: 0 0 16px;
    gap: 10px;
    overflow: hidden;
  }

  body.approved-home-shell .temple-footer__logo.temple-logo,
  body.approved-home-shell .temple-footer__bottom-logo.temple-logo {
    font-size: clamp(1.52rem, 6vw, 1.76rem);
    line-height: 1;
  }

  body.approved-home-shell .temple-footer__logo img,
  body.approved-home-shell .temple-footer__bottom-logo img {
    width: 48px;
    max-width: 48px;
    flex: 0 0 48px;
    height: auto;
    object-fit: contain;
  }

  body.approved-home-shell .temple-footer__logo .temple-logo__sub,
  body.approved-home-shell .temple-footer__bottom-logo .temple-logo__sub {
    margin-top: 4px;
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  body.approved-home-shell .temple-footer__logo > span::before,
  body.approved-home-shell .temple-footer__bottom-logo > span::before {
    font-size: 0.98rem;
  }

  body.approved-home-shell .temple-footer__brand-line,
  body.approved-home-shell .temple-footer__trust-line,
  body.approved-home-shell .temple-footer__bottom-note,
  body.approved-home-shell .temple-footer__bottom-copy {
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  body.approved-home-shell .temple-footer__top {
    padding: 50px 0 34px;
  }

  body.approved-home-shell .temple-footer__bottom {
    padding: 18px 0 calc(72px + env(safe-area-inset-bottom));
  }

  body.approved-home-shell .temple-footer__nav-list {
    gap: 10px;
  }

  body.approved-home-shell .temple-footer__nav-list a {
    width: 100%;
    padding: 5px 0;
  }

  body.approved-home-shell .temple-footer__bottom-bar {
    align-items: flex-start;
    gap: 14px 18px;
  }

  body.approved-home-shell .temple-footer__bottom-note,
  body.approved-home-shell .temple-footer__bottom-copy {
    flex-basis: 100%;
    max-width: none;
  }
}

body.jyotirlinga-page .temple-footer {
  position: relative;
  overflow: visible;
}

body.jyotirlinga-page .temple-footer .footer__top,
body.jyotirlinga-page .temple-footer .footer__bottom {
  position: relative;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.jyotirlinga-page .temple-footer .footer__top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 193, 7, 0.24) 50%, transparent 100%);
}

body.jyotirlinga-page .temple-footer__top {
  padding: clamp(68px, 7vw, 88px) 0 clamp(48px, 5vw, 60px);
}

body.jyotirlinga-page .temple-footer__bottom {
  padding: 22px 0 26px;
  background: rgba(9, 7, 5, 0.16);
}

body.jyotirlinga-page .temple-footer__grid {
  row-gap: 34px;
}

body.jyotirlinga-page .temple-footer__column {
  height: 100%;
  min-height: 100%;
}

body.jyotirlinga-page .temple-footer__column--brand {
  max-width: 24rem;
}

body.jyotirlinga-page .temple-footer__logo,
body.jyotirlinga-page .temple-footer__bottom-logo {
  display: inline-flex;
  margin: 0 0 18px;
  color: #fff7ea;
}

body.jyotirlinga-page .temple-footer__logo > span,
body.jyotirlinga-page .temple-footer__bottom-logo > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0;
  line-height: 1;
}

body.jyotirlinga-page .temple-footer__logo > span::before,
body.jyotirlinga-page .temple-footer__bottom-logo > span::before {
  content: "Divine Temple Guide";
  color: #fff7ea;
  font-family: "Roboto", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

body.jyotirlinga-page .temple-footer__logo .temple-logo__sub,
body.jyotirlinga-page .temple-footer__bottom-logo .temple-logo__sub {
  color: rgba(255, 244, 229, 0.66);
}

body.jyotirlinga-page .temple-footer__brand-line,
body.jyotirlinga-page .temple-footer__trust-line,
body.jyotirlinga-page .temple-footer__bottom-note,
body.jyotirlinga-page .temple-footer__bottom-copy {
  margin: 0;
  color: rgba(255, 244, 229, 0.78);
  font-family: "Roboto", sans-serif;
  line-height: 1.72;
}

body.jyotirlinga-page .temple-footer__brand-line {
  max-width: 27ch;
  font-size: 1rem;
  font-weight: 500;
}

body.jyotirlinga-page .temple-footer__trust-line {
  max-width: 29ch;
  margin-top: 12px;
  font-size: 0.96rem;
}

body.jyotirlinga-page .temple-footer__badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

body.jyotirlinga-page .temple-footer__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 193, 7, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff4de;
  font-family: "Roboto", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

body.jyotirlinga-page .temple-footer__heading {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 14px;
  color: #fff9ef;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.jyotirlinga-page .temple-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c28a46 0%, #f0c36b 100%);
}

body.jyotirlinga-page .temple-footer__nav-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.jyotirlinga-page .temple-footer__nav-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 244, 229, 0.82);
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.jyotirlinga-page .temple-footer__nav-list a::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: rgba(240, 195, 107, 0.8);
  box-shadow: 0 0 0 4px rgba(240, 195, 107, 0.08);
}

body.jyotirlinga-page .temple-footer__nav-list a:hover,
body.jyotirlinga-page .temple-footer__nav-list a:focus-visible {
  color: #ffffff;
  transform: translateX(3px);
}

body.jyotirlinga-page .temple-footer__bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  flex-wrap: wrap;
}

body.jyotirlinga-page .temple-footer__bottom-logo {
  margin: 0;
  flex: 0 0 auto;
  font-size: 1.02rem;
}

body.jyotirlinga-page .temple-footer__bottom-note {
  flex: 1 1 320px;
  max-width: 38rem;
  font-size: 0.94rem;
}

body.jyotirlinga-page .temple-footer__bottom-copy {
  flex: 0 1 auto;
  margin-left: auto;
  font-size: 0.92rem;
  text-align: right;
}

body.jyotirlinga-page .temple-footer__bottom-copy a {
  color: #fff9ef;
  text-decoration: none;
}

body.jyotirlinga-page .temple-footer__bottom-copy a:hover,
body.jyotirlinga-page .temple-footer__bottom-copy a:focus-visible {
  color: #ffffff;
}

@media (max-width: 991px) {
  body.jyotirlinga-page .temple-footer__grid {
    row-gap: 28px;
  }

  body.jyotirlinga-page .temple-footer__column--brand {
    max-width: none;
  }

  body.jyotirlinga-page .temple-footer__bottom-copy {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  body.jyotirlinga-page .temple-footer__grid {
    row-gap: 30px;
  }

  body.jyotirlinga-page .temple-footer__grid > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  body.jyotirlinga-page .temple-footer__column--brand {
    max-width: none;
  }

  body.jyotirlinga-page .temple-footer__top {
    padding: 64px 0 46px;
  }
}

@media (max-width: 768px) {
  body.jyotirlinga-page .temple-footer__grid > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.jyotirlinga-page .temple-footer__column,
  body.jyotirlinga-page .temple-footer__bottom-note,
  body.jyotirlinga-page .temple-footer__bottom-copy {
    min-width: 0;
  }

  body.jyotirlinga-page .temple-footer__logo,
  body.jyotirlinga-page .temple-footer__bottom-logo {
    width: 100%;
    max-width: min(220px, 100%);
    margin: 0 0 16px;
    gap: 10px;
    overflow: hidden;
  }

  body.jyotirlinga-page .temple-footer__logo.temple-logo,
  body.jyotirlinga-page .temple-footer__bottom-logo.temple-logo {
    font-size: clamp(1.52rem, 6vw, 1.76rem);
    line-height: 1;
  }

  body.jyotirlinga-page .temple-footer__logo img,
  body.jyotirlinga-page .temple-footer__bottom-logo img {
    width: 48px;
    max-width: 48px;
    flex: 0 0 48px;
    height: auto;
    object-fit: contain;
  }

  body.jyotirlinga-page .temple-footer__logo .temple-logo__sub,
  body.jyotirlinga-page .temple-footer__bottom-logo .temple-logo__sub {
    margin-top: 4px;
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  body.jyotirlinga-page .temple-footer__logo > span::before,
  body.jyotirlinga-page .temple-footer__bottom-logo > span::before {
    font-size: 0.98rem;
  }

  body.jyotirlinga-page .temple-footer__brand-line,
  body.jyotirlinga-page .temple-footer__trust-line,
  body.jyotirlinga-page .temple-footer__bottom-note,
  body.jyotirlinga-page .temple-footer__bottom-copy {
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  body.jyotirlinga-page .temple-footer__top {
    padding: 50px 0 34px;
  }

  body.jyotirlinga-page .temple-footer__bottom {
    padding: 18px 0 calc(72px + env(safe-area-inset-bottom));
  }

  body.jyotirlinga-page .temple-footer__nav-list {
    gap: 10px;
  }

  body.jyotirlinga-page .temple-footer__nav-list a {
    width: 100%;
    padding: 5px 0;
  }

  body.jyotirlinga-page .temple-footer__bottom-bar {
    align-items: flex-start;
    gap: 14px 18px;
  }

  body.jyotirlinga-page .temple-footer__bottom-note,
  body.jyotirlinga-page .temple-footer__bottom-copy {
    flex-basis: 100%;
    max-width: none;
  }
}

/* Festival page typography alignment */
body.festival-page {
  font-family: var(--temple-font-ui);
}

body.festival-page .pageheader__left h3,
body.festival-page .section__header h2 {
  font-family: var(--temple-font-heading);
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.festival-page .section__header p,
body.festival-page .service__content p,
body.festival-page .default-btn,
body.festival-page .default-btn span,
body.festival-page .header .header__split-list li a,
body.festival-page .header .header__menu ul li a,
body.festival-page .temple-footer__brand-line,
body.festival-page .temple-footer__trust-line,
body.festival-page .temple-footer__bottom-note,
body.festival-page .temple-footer__bottom-copy,
body.festival-page .temple-footer__badge,
body.festival-page .temple-footer__heading,
body.festival-page .temple-footer__nav-list a {
  font-family: var(--temple-font-ui);
}

body.festival-page .service__content h5 {
  font-family: var(--temple-font-ui);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

/* Festival page approved hub button alignment */
body.festival-page .service .default-btn,
body.festival-page .event .default-btn,
body.festival-page .cause .default-btn,
body.festival-page .contact .default-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-inline: 18px;
  gap: 0;
  font-family: var(--temple-font-ui);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
}

body.festival-page .service .default-btn.temple-directory__action,
body.festival-page .event .default-btn.temple-directory__action,
body.festival-page .cause .default-btn.temple-directory__action,
body.festival-page .contact .default-btn.temple-directory__action {
  align-self: center;
  margin-top: 0;
}

body.festival-page .service .default-btn.temple-directory__action.temple-directory__action--darshan,
body.festival-page .event .default-btn.temple-directory__action.temple-directory__action--darshan,
body.festival-page .cause .default-btn.temple-directory__action.temple-directory__action--darshan,
body.festival-page .contact .default-btn.temple-directory__action.temple-directory__action--darshan {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: #b8752b;
  border-radius: 999px;
  background: #b8752b;
  box-shadow: 0 12px 28px rgba(173, 106, 32, .22);
  color: #fff;
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, border-color .28s ease, filter .28s ease;
}

body.festival-page .service .default-btn.temple-directory__action.temple-directory__action--darshan::before,
body.festival-page .event .default-btn.temple-directory__action.temple-directory__action--darshan::before,
body.festival-page .cause .default-btn.temple-directory__action.temple-directory__action--darshan::before,
body.festival-page .contact .default-btn.temple-directory__action.temple-directory__action--darshan::before {
  background: #9b5f1f;
}

body.festival-page .service .default-btn.temple-directory__action.temple-directory__action--darshan::after,
body.festival-page .event .default-btn.temple-directory__action.temple-directory__action--darshan::after,
body.festival-page .cause .default-btn.temple-directory__action.temple-directory__action--darshan::after,
body.festival-page .contact .default-btn.temple-directory__action.temple-directory__action--darshan::after {
  content: "";
  position: absolute;
  top: -8%;
  bottom: -8%;
  left: -38%;
  width: 26%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 244, 212, .72), rgba(255, 255, 255, 0));
  opacity: .78;
  transform: skewX(-22deg) translateX(0);
  transition: transform .65s ease, opacity .28s ease;
  z-index: 0;
}

body.festival-page .service .default-btn.temple-directory__action.temple-directory__action--darshan span,
body.festival-page .event .default-btn.temple-directory__action.temple-directory__action--darshan span,
body.festival-page .cause .default-btn.temple-directory__action.temple-directory__action--darshan span,
body.festival-page .contact .default-btn.temple-directory__action.temple-directory__action--darshan span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  body.festival-page .service .default-btn.temple-directory__action.temple-directory__action--darshan:hover,
  body.festival-page .service .default-btn.temple-directory__action.temple-directory__action--darshan:focus-visible,
  body.festival-page .event .default-btn.temple-directory__action.temple-directory__action--darshan:hover,
  body.festival-page .event .default-btn.temple-directory__action.temple-directory__action--darshan:focus-visible,
  body.festival-page .cause .default-btn.temple-directory__action.temple-directory__action--darshan:hover,
  body.festival-page .cause .default-btn.temple-directory__action.temple-directory__action--darshan:focus-visible,
  body.festival-page .contact .default-btn.temple-directory__action.temple-directory__action--darshan:hover,
  body.festival-page .contact .default-btn.temple-directory__action.temple-directory__action--darshan:focus-visible {
    -webkit-animation: none;
    animation: none;
    transform: translate3d(3px, 0, 0);
    background: #9b5f1f;
    border-color: #9b5f1f;
    box-shadow: 0 18px 34px rgba(173, 106, 32, .22), 0 0 0 1px rgba(244, 217, 172, .16), 0 0 18px rgba(173, 106, 32, .14);
    filter: saturate(1.01) brightness(.99);
  }

  body.festival-page .service .default-btn.temple-directory__action.temple-directory__action--darshan:hover::after,
  body.festival-page .service .default-btn.temple-directory__action.temple-directory__action--darshan:focus-visible::after,
  body.festival-page .event .default-btn.temple-directory__action.temple-directory__action--darshan:hover::after,
  body.festival-page .event .default-btn.temple-directory__action.temple-directory__action--darshan:focus-visible::after,
  body.festival-page .cause .default-btn.temple-directory__action.temple-directory__action--darshan:hover::after,
  body.festival-page .cause .default-btn.temple-directory__action.temple-directory__action--darshan:focus-visible::after,
  body.festival-page .contact .default-btn.temple-directory__action.temple-directory__action--darshan:hover::after,
  body.festival-page .contact .default-btn.temple-directory__action.temple-directory__action--darshan:focus-visible::after {
    transform: skewX(-22deg) translateX(300%);
  }
}

@media (max-width: 767px) {
  body.festival-page .service .default-btn.temple-directory__action,
  body.festival-page .event .default-btn.temple-directory__action,
  body.festival-page .cause .default-btn.temple-directory__action,
  body.festival-page .contact .default-btn.temple-directory__action {
    width: 100%;
  }
}

/* Contact page typography alignment */
body.contact-page {
  font-family: var(--temple-font-ui);
}

body.contact-page .pageheader__left h3,
body.contact-page .contact .section__header h2,
body.contact-page .location .section__header h2 {
  font-family: var(--temple-font-heading);
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.contact-page .pageheader__right,
body.contact-page .pageheader__right .breadcrumb,
body.contact-page .pageheader__right .breadcrumb-item,
body.contact-page .contact .section__header p,
body.contact-page .contact__form,
body.contact-page .contact__form form,
body.contact-page .contact__form input,
body.contact-page .contact__form textarea,
body.contact-page .contact__form input::placeholder,
body.contact-page .contact__form textarea::placeholder,
body.contact-page .contact__form .form-message,
body.contact-page .default-btn,
body.contact-page .default-btn span,
body.contact-page .location__info-content span,
body.contact-page .location__info-content ul li,
body.contact-page .location__info-right p,
body.contact-page .location__info-right ul li,
body.contact-page .social__list a span,
body.contact-page .header .header__split-list li a,
body.contact-page .header .header__menu ul li a,
body.contact-page .temple-footer__brand-line,
body.contact-page .temple-footer__trust-line,
body.contact-page .temple-footer__bottom-note,
body.contact-page .temple-footer__bottom-copy,
body.contact-page .temple-footer__badge,
body.contact-page .temple-footer__heading,
body.contact-page .temple-footer__nav-list a {
  font-family: var(--temple-font-ui);
}

body.contact-page .location__info-content h6 {
  font-family: var(--temple-font-ui);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

/* Contact page approved CTA button alignment */
body.contact-page .contact__form .text-center {
  display: flex;
  justify-content: center;
}

body.contact-page .contact__form .default-btn,
body.contact-page .contact__form button.default-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 220px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--home-btn-primary-start, #9c4413) 0%, var(--home-btn-primary-end, #6f4418) 100%);
  box-shadow: 0 16px 32px rgba(156, 68, 19, 0.24);
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.01em;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

body.contact-page .contact__form .default-btn::before,
body.contact-page .contact__form button.default-btn::before {
  background: #6f4418;
}

body.contact-page .contact__form .default-btn span,
body.contact-page .contact__form .default-btn span i,
body.contact-page .contact__form button.default-btn span,
body.contact-page .contact__form button.default-btn span i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--temple-font-ui);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  body.contact-page .contact__form .default-btn:hover,
  body.contact-page .contact__form .default-btn:focus-visible,
  body.contact-page .contact__form button.default-btn:hover,
  body.contact-page .contact__form button.default-btn:focus-visible {
    box-shadow: 0 18px 34px rgba(156, 68, 19, 0.28), 0 0 0 1px rgba(255, 225, 156, 0.28), 0 0 24px rgba(255, 214, 120, 0.2);
    filter: saturate(1.06) brightness(1.03);
  }
}

@media (max-width: 767.98px) {
  body.contact-page .contact__form .default-btn,
  body.contact-page .contact__form button.default-btn {
    width: 100%;
    min-width: 0;
  }
}

/* States hub page typography alignment */
body.states-page {
  font-family: var(--temple-font-ui);
}

body.states-page .pageheader__left h1,
body.states-page .section__header h2,
body.states-page .temple-directory__summary h6,
body.states-page .state-hub__note h2 {
  font-family: var(--temple-font-heading);
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.states-page .pageheader__right,
body.states-page .pageheader__right .breadcrumb,
body.states-page .pageheader__right .breadcrumb-item,
body.states-page .section__header p,
body.states-page .temple-directory__summary span,
body.states-page .temple-directory__summary p,
body.states-page .temple-directory__sort,
body.states-page .temple-directory__sort span,
body.states-page .state-hub__eyebrow,
body.states-page .state-hub__content p,
body.states-page .state-hub__note p,
body.states-page .default-btn,
body.states-page .default-btn span,
body.states-page .header .header__split-list li a,
body.states-page .header .header__menu ul li a,
body.states-page .temple-footer__brand-line,
body.states-page .temple-footer__trust-line,
body.states-page .temple-footer__bottom-note,
body.states-page .temple-footer__bottom-copy,
body.states-page .temple-footer__badge,
body.states-page .temple-footer__heading,
body.states-page .temple-footer__nav-list a {
  font-family: var(--temple-font-ui);
}

body.states-page .state-hub__content h5 {
  font-family: var(--temple-font-ui);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

/* Temple hub master directory alignment */
body.temples-master-page {
  font-family: var(--temple-font-ui);
}

body.temples-master-page .pageheader__left h3,
body.temples-master-page .section__header h2,
body.temples-master-page .temple-directory__summary h6,
body.temples-master-page .temple-directory__item .event__content > h5,
body.temples-master-page .temple-directory__item .event__content > a h5 {
  font-family: var(--temple-font-heading);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.temples-master-page .pageheader__right,
body.temples-master-page .pageheader__right .breadcrumb,
body.temples-master-page .pageheader__right .breadcrumb-item,
body.temples-master-page .section__header p,
body.temples-master-page .temple-directory__summary span,
body.temples-master-page .temple-directory__summary p,
body.temples-master-page .temple-directory__sort,
body.temples-master-page .temple-directory__sort span,
body.temples-master-page .temple-directory__search-input,
body.temples-master-page .temple-directory__search-input::placeholder,
body.temples-master-page .temple-directory__filters button,
body.temples-master-page .temple-directory__control-group label,
body.temples-master-page .temple-directory__select,
body.temples-master-page .temple-directory__loading,
body.temples-master-page .temple-directory__location,
body.temples-master-page .temple-directory__location span,
body.temples-master-page .temple-directory__listing .event__content > p,
body.temples-master-page .temple-directory__listing .event__metapost-info li,
body.temples-master-page .temple-card-mini span,
body.temples-master-page .temple-directory__pagination p,
body.temples-master-page .temple-directory__category-counts,
body.temples-master-page .default-btn,
body.temples-master-page .default-btn span,
body.temples-master-page .header .header__split-list li a,
body.temples-master-page .header .header__menu ul li a,
body.temples-master-page .temple-footer__brand-line,
body.temples-master-page .temple-footer__trust-line,
body.temples-master-page .temple-footer__bottom-note,
body.temples-master-page .temple-footer__bottom-copy,
body.temples-master-page .temple-footer__badge,
body.temples-master-page .temple-footer__heading,
body.temples-master-page .temple-footer__nav-list a {
  font-family: var(--temple-font-ui);
}

body.temples-master-page .temple-directory__item .event__content > h5,
body.temples-master-page .temple-directory__item .event__content > a h5 {
  min-height: calc(1.22em * 2);
}

body.temples-master-page .temple-directory__filters--categories {
  margin-bottom: 26px;
}

body.temples-master-page .temple-directory__control-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}

body.temples-master-page .temple-directory__control-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 280px;
  min-width: min(280px, 100%);
}

body.temples-master-page .temple-directory__control-group label {
  color: #4a3524;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.temples-master-page .temple-directory__select {
  width: 100%;
  min-height: 62px;
  padding: 16px 18px;
  border: 1px solid var(--temple-border);
  border-radius: 22px;
  background: #fff;
  color: #2e2219;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: var(--temple-shadow-soft);
  transition: border-color .25s ease, box-shadow .25s ease;
}

body.temples-master-page .temple-directory__select:focus {
  outline: none;
  border-color: rgba(255, 193, 7, .38);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, .12), var(--temple-shadow-soft);
}

body.temples-master-page .temple-directory__reset.default-btn {
  min-height: 62px;
  padding-inline: 22px;
}

body.temples-master-page .temple-directory__loading {
  margin: 0 0 22px;
  text-align: center;
  color: #8b5a24;
  font-weight: 600;
}

body.temples-master-page .temple-directory__loading[hidden] {
  display: none !important;
}

body.temples-master-page .temple-directory__category-counts {
  color: #6f4d33;
  font-size: .96rem;
  font-weight: 600;
}

body.temples-master-page .temple-directory__pagination {
  align-items: flex-start;
}

body.temples-master-page .temple-master-card__thumb-link {
  display: block;
}

body.temples-master-page .temple-master-card__thumb-link--inactive {
  cursor: default;
}

body.temples-master-page .temple-directory__action[disabled] {
  opacity: .72;
  pointer-events: none;
}

@media (max-width: 767px) {
  body.temples-master-page .temple-directory__control-row {
    align-items: stretch;
  }

  body.temples-master-page .temple-directory__reset.default-btn {
    width: 100%;
  }
}

.temple-aarti-dashboard {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.temple-aarti-dashboard[data-temple-aarti-mount="section"],
.temple-aarti-dashboard[data-temple-aarti-mount="shakti-dashboard"] {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid rgba(177, 126, 52, .14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 248, 236, .94));
  box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
}

.temple-aarti-dashboard__block {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.temple-aarti-dashboard__label {
  color: #8b6535;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.temple-aarti-dashboard__next-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  min-width: 0;
}

.temple-aarti-dashboard__next-name {
  color: #4a2b12;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.35;
}

.temple-aarti-dashboard__next-meta {
  color: #6f5a43;
  font-weight: 600;
  line-height: 1.35;
  min-width: 0;
}

.temple-aarti-dashboard__chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.temple-aarti-dashboard__chip,
.temple-aarti-dashboard__status {
  border: 1px solid rgba(158, 108, 41, .18);
  border-radius: 999px;
  line-height: 1.35;
}

.temple-aarti-dashboard__chip {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  padding: 6px 10px;
  background: rgba(255, 249, 239, .92);
  color: #5a3b1a;
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.temple-aarti-dashboard__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.temple-aarti-dashboard__chip.is-next {
  border-color: rgba(176, 118, 43, .36);
  box-shadow: 0 6px 14px rgba(138, 85, 28, .08);
}

.temple-aarti-dashboard__chip.is-upcoming,
.temple-aarti-dashboard__status.is-upcoming {
  background: rgba(255, 240, 209, .94);
  border-color: rgba(183, 124, 43, .24);
  color: #8a5619;
}

.temple-aarti-dashboard__chip.is-completed,
.temple-aarti-dashboard__status.is-completed {
  background: rgba(244, 233, 215, .92);
  border-color: rgba(143, 107, 67, .18);
  color: #6a5139;
}

.temple-aarti-dashboard__chip.is-verify,
.temple-aarti-dashboard__status.is-verify {
  background: rgba(246, 239, 229, .96);
  border-color: rgba(131, 103, 71, .2);
  color: #6f5a43;
}

.temple-aarti-dashboard__note {
  margin: 0;
  color: #6f5a43;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .temple-aarti-dashboard {
    gap: 9px;
  }

  .temple-aarti-dashboard[data-temple-aarti-mount="section"],
  .temple-aarti-dashboard[data-temple-aarti-mount="shakti-dashboard"] {
    padding: 14px 15px;
  }

  .temple-aarti-dashboard__next-summary {
    align-items: flex-start;
  }

  .temple-aarti-dashboard__chip {
    width: 100%;
  }
}
