.site-footer {
    margin-top: 70px;
    padding-top: 55px;
    background:
        linear-gradient(
            135deg,
            #3a1711,
            #56231a
        );
    color: rgba(255,255,255,0.82);
}

.footer-logo {
    display: inline-block;
    margin-bottom: 18px;
}

.footer-logo img {
    width: 150px;
    max-height: 105px;
    object-fit: contain;
    background: #fff7e7;
    border-radius: 18px;
    padding: 8px;
}

.footer-brand p {
    max-width: 320px;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.72);
    line-height: 1.8;
}

.footer-social {
    display: flex;
    gap: 9px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 50%;
    color: #f1c06a;
    text-decoration: none;
    transition: 0.2s ease;
}

.footer-social a:hover {
    background: #f1c06a;
    color: #3a1711;
}

.footer-column h3 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 0.95rem;
    text-transform: uppercase;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column a {
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: #f1c06a;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact i {
    margin-top: 2px;
    color: #f1c06a;
}

.footer-newsletter {
    margin-top: 24px;
}

.footer-newsletter h4 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 0.9rem;
}

.footer-newsletter p {
    margin-bottom: 12px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.68);
}

.footer-newsletter-form {
    display: flex;
    overflow: hidden;
    max-width: 340px;
    border-radius: 8px;
    background: #ffffff;
}

.footer-newsletter-form input {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border: 0;
    outline: none;
}

.footer-newsletter-form button {
    width: 48px;
    border: 0;
    background: #d89c3a;
    color: #3a1711;
}

.footer-bottom {
    margin-top: 45px;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.62);
}

.footer-bottom-inner i {
    color: #e3a34b;
}

@media (max-width: 767.98px) {

    .site-footer {
        padding-top: 42px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ============================================================
   FINAL HOMEPAGE - DHYAAN & SADHNA
============================================================ */

.home-dhyaan-final {
    padding: 58px 0 65px;
    background: #f8f2e8;
}

.home-section-title-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.home-section-small-title {
    display: block;
    margin-bottom: 5px;
    color: #a87935;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.home-section-title-row h2 {
    margin: 0;
    color: #4b281d;
    font-size: 1.8rem;
    font-weight: 700;
}

.home-section-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #87562e;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.home-section-view-all:hover {
    color: #b17d32;
}


/* Card */

.home-dhyaan-final-card {
    overflow: hidden;
    border: 1px solid #eadcc8;
    border-radius: 12px;
    background: #fffdf9;
    box-shadow:
        0 5px 18px
        rgba(76, 45, 28, 0.07);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.home-dhyaan-final-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 10px 25px
        rgba(76, 45, 28, 0.12);
}


/* Media */

.home-dhyaan-final-media {
    position: relative;
    display: block;
    height: 185px;
    overflow: hidden;
    background: #eee5da;
}

.home-dhyaan-final-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home-dhyaan-final-card:hover
.home-dhyaan-final-media img {
    transform: scale(1.04);
}

.home-dhyaan-final-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f5ecdf;
    color: #9c6a35;
    font-size: 2.6rem;
}


/* Play Button */

.home-dhyaan-final-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: rgba(80, 42, 28, 0.9);
    color: #fff8ed;
    font-size: 1.4rem;
    transform: translate(-50%, -50%);
}

.home-dhyaan-final-play i {
    margin-left: 2px;
}


/* Duration */

.home-dhyaan-final-duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 4px 8px;
    border-radius: 5px;
    background: rgba(40, 28, 22, 0.82);
    color: #ffffff;
    font-size: 0.7rem;
}


/* Content */

.home-dhyaan-final-content {
    padding: 17px 18px 15px;
}

.home-dhyaan-final-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.home-dhyaan-final-meta span {
    color: #a87935;
    font-size: 0.72rem;
    font-weight: 700;
}

.home-dhyaan-final-meta small {
    color: #8d8176;
    font-size: 0.68rem;
}

.home-dhyaan-final-content h3 {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.45;
}

.home-dhyaan-final-content h3 a {
    color: #48291e;
    text-decoration: none;
}

.home-dhyaan-final-content h3 a:hover {
    color: #9f6b32;
}

.home-dhyaan-final-content p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 13px;
    color: #786b61;
    font-size: 0.82rem;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* Footer */

.home-dhyaan-final-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 11px;
    border-top: 1px solid #eee3d4;
}

.home-dhyaan-final-footer span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #8b7c70;
    font-size: 0.7rem;
}

.home-dhyaan-final-footer span i {
    color: #a87935;
}

.home-dhyaan-final-footer > a {
    color: #87562e;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
}


/* Mobile */

@media (max-width: 767.98px) {

    .home-dhyaan-final {
        padding: 45px 0;
    }

    .home-section-title-row {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .home-dhyaan-final-media {
        height: 200px;
    }
}

/* ============================================================
   FINAL HOMEPAGE - INFORMATION GRID
============================================================ */

.home-info-grid {
    padding: 56px 0 62px;
    background: #fffdf8;
}

.home-info-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e8dccb;
    border-radius: 12px;
    background: #ffffff;
    box-shadow:
        0 5px 18px
        rgba(76, 45, 28, 0.06);
}

.home-info-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px 18px;
    border-bottom: 1px solid #eee4d7;
    background:
        linear-gradient(
            180deg,
            #fffdf8,
            #faf4eb
        );
}

.home-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #dfc9a8;
    border-radius: 50%;
    background: #f7ecda;
    color: #956430;
    font-size: 1rem;
}

.home-info-card-header small {
    display: block;
    margin-bottom: 2px;
    color: #a27a48;
    font-size: 0.67rem;
    font-weight: 700;
}

.home-info-card-header h3 {
    margin: 0;
    color: #4b2a1e;
    font-size: 1rem;
    font-weight: 700;
}

.home-info-card-body {
    flex: 1;
    padding: 8px 18px 14px;
}


/* Generic List */

.home-info-list-item {
    display: flex;
    gap: 9px;
    padding: 12px 0;
    border-bottom: 1px solid #f0e8dd;
    color: inherit;
    text-decoration: none;
}

.home-info-list-item:last-child {
    border-bottom: 0;
}

.home-info-dot {
    flex: 0 0 6px;
    width: 6px;
    height: 6px;
    margin-top: 7px;
    border-radius: 50%;
    background: #b48748;
}

.home-info-list-item strong {
    display: block;
    color: #51372b;
    font-size: 0.78rem;
    line-height: 1.5;
}

.home-info-list-item:hover strong {
    color: #9a6630;
}

.home-info-list-item small {
    display: block;
    margin-top: 4px;
    color: #998b7f;
    font-size: 0.66rem;
}


/* FAQ */

.home-info-faq {
    padding: 12px 0;
    border-bottom: 1px solid #f0e8dd;
}

.home-info-faq:last-child {
    border-bottom: 0;
}

.home-info-faq strong {
    display: block;
    color: #51372b;
    font-size: 0.78rem;
    line-height: 1.5;
}

.home-info-faq p {
    margin: 5px 0 0;
    color: #86786d;
    font-size: 0.71rem;
    line-height: 1.55;
}


/* Current Location */

.home-location-block {
    padding: 18px 2px 12px;
    text-align: center;
}

.home-location-pin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 13px;
    border-radius: 50%;
    background: #f4e7d3;
    color: #8d5f32;
    font-size: 1.25rem;
}

.home-location-block h4 {
    margin-bottom: 7px;
    color: #4d3025;
    font-size: 0.92rem;
    font-weight: 700;
}

.home-location-block p {
    margin-bottom: 10px;
    color: #84776d;
    font-size: 0.75rem;
    line-height: 1.55;
}

.home-location-block small {
    color: #a0784a;
    font-size: 0.7rem;
}


/* Testimonial */

.home-testimonial {
    position: relative;
    padding: 14px 2px 5px;
}

.home-testimonial-quote {
    color: #d4b78e;
    font-size: 1.7rem;
}

.home-testimonial > p {
    margin: 3px 0 17px;
    color: #73665c;
    font-size: 0.78rem;
    font-style: italic;
    line-height: 1.7;
}

.home-testimonial-person {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #8b5b31;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
}

.home-testimonial-person strong {
    display: block;
    color: #51362a;
    font-size: 0.76rem;
}

.home-testimonial-person small {
    display: block;
    margin-top: 2px;
    color: #9a8b7f;
    font-size: 0.65rem;
}


/* Footer */

.home-info-card-footer {
    padding: 11px 18px;
    border-top: 1px solid #eee5da;
    background: #fffdf9;
}

.home-info-card-footer a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #895d32;
    font-size: 0.72rem;
    font-weight: 700;
    text-decoration: none;
}

.home-info-empty {
    padding: 22px 4px;
    color: #95887c;
    font-size: 0.76rem;
    line-height: 1.6;
}


/* Mobile */

@media (max-width: 767.98px) {

    .home-info-grid {
        padding: 44px 0;
    }
}

/* ============================================================
   FINAL COMPACT HOMEPAGE INFO GRID
============================================================ */

.home-info-grid-final {
    padding: 34px 0 42px;
    background: #fffdf8;
}

.info-final-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 310px;
    border: 1px solid #e5d5be;
    border-radius: 10px;
    background: #fffefa;
    box-shadow:
        0 5px 14px
        rgba(75, 44, 26, 0.05);
}


/* Header */

.info-final-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 15px 12px;
    border-bottom: 1px solid #ede1d1;
}

.info-final-head span {
    display: block;
    margin-bottom: 2px;
    color: #af7a39;
    font-size: 0.62rem;
    font-weight: 700;
}

.info-final-head h3 {
    margin: 0;
    color: #49271c;
    font-size: 0.96rem;
    font-weight: 700;
}

.info-final-head > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #98632d;
    font-size: 0.62rem;
    font-weight: 700;
    text-decoration: none;
}


/* Body */

.info-final-body {
    flex: 1;
    padding: 7px 15px;
}


/* News */

.news-mini-row {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid #efe5d8;
    color: inherit;
    text-decoration: none;
}

.news-mini-row:last-child {
    border-bottom: 0;
}

.news-mini-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #f7ead7;
    color: #ad7332;
}

.news-mini-row strong {
    display: block;
    color: #503429;
    font-size: 0.73rem;
    line-height: 1.45;
}

.news-mini-row small {
    display: block;
    margin-top: 4px;
    color: #a09184;
    font-size: 0.62rem;
}


/* FAQ */

.faq-mini-row {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 9px;
    padding: 11px 0;
    border-bottom: 1px solid #efe5d8;
    color: inherit;
    text-decoration: none;
}

.faq-mini-row:last-child {
    border-bottom: 0;
}

.faq-mini-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #dec6a1;
    border-radius: 50%;
    color: #a56f33;
    font-size: 0.7rem;
    font-weight: 700;
}

.faq-mini-row strong {
    display: block;
    color: #503429;
    font-size: 0.73rem;
    line-height: 1.45;
}

.faq-mini-row small {
    display: block;
    margin-top: 5px;
    color: #a46b31;
    font-size: 0.62rem;
}


/* Location */

.location-mini-card {
    padding-top: 7px;
}

.location-mini-map {
    position: relative;
    height: 140px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(
            45deg,
            #f4eadc 25%,
            #eee1d1 25%,
            #eee1d1 50%,
            #f4eadc 50%,
            #f4eadc 75%,
            #eee1d1 75%
        );
    background-size: 38px 38px;
}

.location-big-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #9d2c22;
    color: #fff;
    font-size: 1.3rem;
    transform: translate(-50%, -50%);
    box-shadow:
        0 5px 15px
        rgba(60, 30, 20, 0.22);
}

.location-mini-content {
    padding: 12px 3px 4px;
    text-align: center;
}

.location-mini-content strong {
    display: block;
    color: #4b2c21;
    font-size: 0.8rem;
}

.location-mini-content small {
    display: block;
    margin-top: 4px;
    color: #8f8176;
    font-size: 0.65rem;
}


/* Testimonial */

.testimonial-mini {
    padding: 14px 5px 6px;
}

.testimonial-mini > i {
    color: #d0aa72;
    font-size: 1.8rem;
}

.testimonial-mini > p {
    margin: 5px 0 11px;
    color: #69584d;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.65;
}

.testimonial-mini-stars {
    margin-bottom: 12px;
    color: #d89c38;
    font-size: 0.7rem;
}

.testimonial-mini-person {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 11px;
    border-top: 1px solid #eee1d2;
}

.testimonial-mini-person > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #96632f;
    color: white;
    font-size: 0.72rem;
    font-weight: 700;
}

.testimonial-mini-person strong {
    display: block;
    color: #4c2e23;
    font-size: 0.72rem;
}

.testimonial-mini-person small {
    display: block;
    margin-top: 2px;
    color: #9b8e82;
    font-size: 0.6rem;
}


/* Bottom */

.info-final-bottom {
    padding: 10px 15px;
    border-top: 1px solid #eee2d3;
}

.info-final-bottom a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #98612c;
    font-size: 0.65rem;
    font-weight: 700;
    text-decoration: none;
}

.info-final-empty {
    padding: 20px 2px;
    color: #998b80;
    font-size: 0.7rem;
}


/* Responsive */

@media (max-width: 1199.98px) {

    .info-final-card {
        min-height: 300px;
    }
}

@media (max-width: 767.98px) {

    .home-info-grid-final {
        padding: 28px 0 36px;
    }

    .info-final-card {
        min-height: auto;
    }
}

/* ============================================================
   DYNAMIC PUBLIC FORM
============================================================ */

.dynamic-public-form-section {
    padding: 70px 0;
    background: #fbf6ed;
}

.dynamic-public-form-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.dynamic-public-form-heading {
    margin-bottom: 30px;
    text-align: center;
}

.dynamic-public-form-heading > span {
    display: block;
    margin-bottom: 6px;
    color: #aa793c;
    font-size: 0.76rem;
    font-weight: 700;
}

.dynamic-public-form-heading h1 {
    margin-bottom: 12px;
    color: #4a281d;
    font-size: clamp(
        1.9rem,
        4vw,
        2.8rem
    );
}

.dynamic-public-form-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #78695f;
    line-height: 1.8;
}

.dynamic-public-form-card {
    padding: 34px;
    border: 1px solid #e7d7c1;
    border-radius: 18px;
    background: #fffefa;
    box-shadow:
        0 12px 35px
        rgba(72, 43, 27, 0.07);
}

.dynamic-form-field .form-label {
    margin-bottom: 8px;
    color: #513127;
    font-size: 0.88rem;
    font-weight: 700;
}

.dynamic-form-field .form-control,
.dynamic-form-field .form-select {
    min-height: 49px;
    border-color: #ded1bf;
    border-radius: 10px;
    background: #ffffff;
}

.dynamic-form-field textarea.form-control {
    min-height: 125px;
}

.dynamic-form-field .form-control:focus,
.dynamic-form-field .form-select:focus {
    border-color: #a7773e;
    box-shadow:
        0 0 0 3px
        rgba(167, 119, 62, 0.09);
}

.dynamic-option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 13px 15px;
    border: 1px solid #e4d8c8;
    border-radius: 10px;
    background: #fff;
}

.dynamic-form-submit {
    margin-top: 30px;
    text-align: center;
}

.dynamic-public-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 200px;
    padding: 13px 25px;
    border-radius: 999px;
    background: #75402c;
    color: #ffffff;
    font-weight: 700;
}

.dynamic-public-submit:hover {
    background: #95613d;
    color: #ffffff;
}

@media (max-width: 575.98px) {

    .dynamic-public-form-section {
        padding: 45px 0;
    }

    .dynamic-public-form-card {
        padding: 22px 17px;
    }

    .dynamic-public-submit {
        width: 100%;
    }
}

/* ============================================================
   WEBSITE HEADER
============================================================ */

.site-header {
    position: relative;
    z-index: 1030;
}


/* ============================================================
   TOP BAR
============================================================ */

.site-topbar {
    background: #4d2c20;
    color: #f7ecdc;
    font-size: 0.72rem;
}

.site-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
}

.site-topbar-left,
.site-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-topbar-left span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.site-topbar-left i {
    color: #dcb979;
}

.site-topbar-right a {
    color: #f6ead9;
    text-decoration: none;
}

.site-topbar-right a:hover {
    color: #e3bd78;
}

.topbar-divider {
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.25);
}


/* ============================================================
   NAVBAR
============================================================ */

.site-navbar {
    min-height: 76px;
    padding: 8px 0;
    border-bottom: 1px solid #eadfce;
    background: rgba(255, 253, 248, 0.98);
    transition:
        box-shadow 0.25s ease,
        min-height 0.25s ease,
        background 0.25s ease;
}

.site-navbar.is-scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-height: 66px;
    background: rgba(255, 253, 248, 0.98);
    box-shadow:
        0 8px 28px
        rgba(70, 42, 27, 0.10);
    backdrop-filter: blur(10px);
}


/* ============================================================
   BRAND
============================================================ */

.site-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-right: 26px;
    color: inherit;
    text-decoration: none;
}

.site-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}

.site-brand-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.site-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.site-brand-small {
    margin-bottom: 3px;
    color: #a4773c;
    font-size: 0.68rem;
    font-weight: 600;
}

.site-brand-text strong {
    color: #4a291e;
    font-size: 1rem;
    font-weight: 700;
}


/* ============================================================
   NAVIGATION AREA
============================================================ */

#mainNavbar {
    justify-content: flex-end;
}


/* ============================================================
   RIGHT ACTIONS
============================================================ */

.site-nav-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: 18px;
}

.site-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border: 1px solid #ddcfbc;
    border-radius: 50%;
    color: #6a4732;
    text-decoration: none;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.site-search-button:hover {
    background: #f2e5d2;
    color: #8e5d2b;
}

.site-seva-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    background:
        linear-gradient(
            135deg,
            #8b5c2e,
            #ad7d40
        );
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow:
        0 5px 14px
        rgba(121, 76, 39, 0.18);
}

.site-seva-button:hover {
    color: #ffffff;
    transform: translateY(-1px);
}


/* ============================================================
   MOBILE
============================================================ */

.site-navbar-toggler {
    border-color: #dbcdb9;
}

.site-navbar-toggler:focus {
    box-shadow: none;
}


@media (max-width: 1199.98px) {

    .site-brand-text strong {
        font-size: 0.9rem;
    }

    .site-brand {
        margin-right: 12px;
    }

}


@media (max-width: 991.98px) {

    .site-topbar {
        display: none;
    }

    .site-navbar {
        min-height: 68px;
    }

    .site-navbar .container {
        position: relative;
    }

    #mainNavbar {
        margin-top: 12px;
        padding: 14px;
        border: 1px solid #e6dac8;
        border-radius: 12px;
        background: #fffdf8;
        box-shadow:
            0 10px 25px
            rgba(63, 39, 25, 0.08);
    }

    .site-nav-actions {
        margin-top: 12px;
        margin-left: 0;
        padding-top: 12px;
        border-top: 1px solid #eee4d8;
    }

    .site-seva-button {
        flex: 1;
    }

}


@media (max-width: 575.98px) {

    .site-brand-logo {
        width: 45px;
        height: 45px;
    }

    .site-brand-small {
        font-size: 0.58rem;
    }

    .site-brand-text strong {
        font-size: 0.78rem;
    }

}

/* ============================================================
   MAIN WEBSITE MENU
============================================================ */

.site-main-menu {
    gap: 2px;
}

.site-menu-item {
    position: relative;
}

.site-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;

    padding:
        26px 10px !important;

    color: #4e352a !important;

    font-size: 0.79rem;
    font-weight: 600;

    white-space: nowrap;

    transition:
        color 0.2s ease;
}

.site-nav-link:hover,
.site-nav-link.active,
.site-menu-item.active > .site-nav-link {
    color: #9c672e !important;
}


/* Active underline */

.site-nav-link::after {
    position: absolute;

    right: 10px;
    bottom: 17px;
    left: 10px;

    height: 2px;

    border: 0 !important;

    background: #b28345;

    content: "";

    opacity: 0;

    transform:
        scaleX(0);

    transform-origin:
        center;

    transition:
        opacity 0.22s ease,
        transform 0.22s ease;
}

.site-nav-link:hover::after,
.site-nav-link.active::after,
.site-menu-item.active
> .site-nav-link::after {

    opacity: 1;

    transform:
        scaleX(1);
}


/* Bootstrap default arrow remove */

.site-nav-link.dropdown-toggle::after,
.site-dropdown-link.dropdown-toggle::after {
    display: none;
}


/* Icons */

.site-menu-icon {
    margin-right: 2px;

    color: #af8146;

    font-size: 0.86rem;
}

.site-dropdown-arrow {
    margin-left: 2px;

    font-size: 0.58rem;

    transition:
        transform 0.2s ease;
}

.site-menu-item:hover
.site-dropdown-arrow {
    transform:
        rotate(180deg);
}


/* ============================================================
   DROPDOWN
============================================================ */

.site-dropdown-menu {
    min-width: 230px;

    margin-top: 0 !important;

    padding: 8px;

    border:
        1px solid
        #eadfce;

    border-radius: 10px;

    background: #fffdf9;

    box-shadow:
        0 14px 35px
        rgba(64, 40, 26, 0.12);

    animation:
        mdsDropdownIn
        0.22s ease;
}


@keyframes mdsDropdownIn {

    from {
        opacity: 0;

        transform:
            translateY(8px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }
}


/* Dropdown items */

.site-dropdown-item-wrapper {
    position: relative;
}

.site-dropdown-link {
    display: flex;
    align-items: center;

    gap: 8px;

    padding:
        9px 11px;

    border-radius: 7px;

    color: #584036;

    font-size: 0.76rem;
    font-weight: 500;

    white-space: normal;

    transition:
        background 0.18s ease,
        color 0.18s ease,
        padding-left 0.18s ease;
}

.site-dropdown-link:hover,
.site-dropdown-link.active,
.site-dropdown-item-wrapper.active
> .site-dropdown-link {

    padding-left: 14px;

    background: #f6ecdf;

    color: #93602d;
}


/* Nested arrow */

.site-submenu-arrow {
    margin-left: auto;

    font-size: 0.62rem;

    color: #a98255;
}


/* ============================================================
   NESTED SUBMENU
============================================================ */

.site-dropdown-submenu {
    position: relative;
}

.site-dropdown-submenu
> .site-dropdown-menu {

    position: absolute;

    top: -8px;
    left: 100%;

    display: none;

    margin-left: 5px;
}


.site-dropdown-submenu:hover
> .site-dropdown-menu {

    display: block;
}


/* ============================================================
   DESKTOP HOVER OPEN
============================================================ */

@media (min-width: 992px) {

    .site-menu-item.dropdown:hover
    > .site-dropdown-menu {

        display: block;
    }

}


/* ============================================================
   MOBILE MENU
============================================================ */

@media (max-width: 991.98px) {

    .site-main-menu {
        gap: 0;
    }


    .site-nav-link {
        justify-content: space-between;

        padding:
            11px 5px !important;

        border-bottom:
            1px solid
            #eee4d8;

        font-size: 0.82rem;
    }


    .site-nav-link::after {
        display: none;
    }


    .site-dropdown-menu {

        position: static !important;

        width: 100%;

        margin: 0 !important;

        padding:
            5px 0
            5px 12px;

        border: 0;

        border-radius: 0;

        box-shadow: none;

        background: transparent;

        animation: none;
    }


    .site-dropdown-link {

        padding:
            9px 10px;

        font-size: 0.76rem;
    }


    .site-dropdown-submenu
    > .site-dropdown-menu {

        position: static;

        display: none;

        margin-left: 10px;
    }


    .site-dropdown-submenu.open
    > .site-dropdown-menu {

        display: block;
    }


    .site-submenu-arrow {
        transform:
            rotate(90deg);
    }

}

/* ============================================================
   FINAL HEADER POLISH
============================================================ */

.site-topbar .container,
.site-navbar .container {
    max-width: 1320px;
}

/* Brand */

.site-brand {
    min-width: 285px;
    margin-right: 28px;
    gap: 13px;
}

.site-brand-logo {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
}

.site-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-brand-text {
    line-height: 1.15;
}

.site-brand-small {
    margin-bottom: 4px;
    color: #a06b32;
    font-size: 0.72rem;
    font-weight: 600;
}

.site-brand-text strong {
    color: #4b2b20;
    font-size: 1.05rem;
    font-weight: 700;
    white-space: nowrap;
}


/* Main navbar */

.site-navbar {
    min-height: 88px;
    padding: 6px 0;
}


/* Menu */

.site-main-menu {
    gap: 3px;
}

.site-nav-link {
    padding: 32px 9px !important;

    color: #4c352b !important;

    font-size: 0.82rem;
    font-weight: 600;
}


/* Active underline */

.site-nav-link::after {
    right: 9px;
    bottom: 23px;
    left: 9px;
}


/* Right actions */

.site-nav-actions {
    margin-left: 14px;
}

.site-search-button {
    width: 42px;
    height: 42px;
}

.site-seva-button {
    min-height: 43px;
    padding: 9px 18px;
}


/* ============================================================
   LARGE SCREEN
============================================================ */

@media (min-width: 1400px) {

    .site-topbar .container,
    .site-navbar .container {
        max-width: 1420px;
    }

}


/* ============================================================
   LAPTOP
============================================================ */

@media (
    min-width: 992px
)
and (
    max-width: 1199.98px
) {

    .site-brand {
        min-width: 230px;
        margin-right: 12px;
    }

    .site-brand-logo {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .site-brand-text strong {
        font-size: 0.9rem;
    }

    .site-nav-link {
        padding-right: 6px !important;
        padding-left: 6px !important;

        font-size: 0.74rem;
    }

}
/* ============================================================
   TOP BAR SOCIAL MEDIA
============================================================ */

.topbar-social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.topbar-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;

    color: #f4dfbf;

    font-size: 0.72rem;

    text-decoration: none;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.topbar-social a:hover {
    border-color: #d5a85e;

    background: #d5a85e;

    color: #4c291d;

    transform: translateY(-1px);
}

.home-pravachan-section {
    padding: 60px 0;
    background: #fbf4e8;
}

.home-pravachan-card {
    background: #ffffff;
    border: 1px solid #eadbc7;
    box-shadow: 0 8px 24px rgba(75, 45, 28, 0.07);
}

/* ============================================================
   CURRENT LOCATION - MAP
============================================================ */

.current-location-map {
    width: 100%;
    overflow: hidden;

    border: 1px solid #eadbc6;
    border-radius: 16px;

    background: #f8efe2;
}

.current-location-map iframe {
    display: block;

    width: 100%;
    height: 350px;

    border: 0;
}


/* Map Placeholder */

.current-location-map-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 260px;

    padding: 30px;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #fbf4e9,
            #fffaf3
        );
}

.current-location-map-placeholder-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    margin-bottom: 15px;

    border: 5px solid #ffffff;
    border-radius: 50%;

    background: #a52b22;

    color: #ffffff;

    font-size: 1.7rem;

    box-shadow:
        0 6px 18px
        rgba(0, 0, 0, 0.15);
}

.current-location-map-placeholder h3 {
    margin: 0 0 6px;

    color: #43291c;

    font-size: 1.2rem;
    font-weight: 700;
}

.current-location-map-placeholder p {
    margin: 0 0 5px;

    color: #8a643e;

    font-size: 0.9rem;
}

.current-location-map-placeholder small {
    color: #9b8b7d;
}


/* Mobile */

@media (max-width: 767.98px) {

    .current-location-map iframe {
        height: 280px;
    }

    .current-location-map-placeholder {
        min-height: 220px;
    }

}

/* ============================================================
   AATMA CHINTAN - DAILY IMAGE
============================================================ */

.aatma-chintan-image {
    position: relative;

    display: block;

    width: 100%;
    height: 230px;

    overflow: hidden;

    background: #f8efe2;
}

.aatma-chintan-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.aatma-chintan-image:hover img {
    transform: scale(1.04);
}


/* Mobile */

@media (max-width: 767.98px) {

    .aatma-chintan-image {
        height: 280px;
    }

}

/* ============================================================
   PREMIUM TESTIMONIAL SECTION
============================================================ */

.home-testimonial-premium {
    position: relative;

    padding: 85px 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            #694822 0%,
            #523316 45%,
            #38200d 100%
        );
}


/* Swiper */

.testimonialPremiumSwiper {
    position: relative;

    max-width: 1180px;

    margin: 0 auto;

    padding: 0 70px 45px;
}


/* Card */

.testimonial-premium-card {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 520px;

    padding: 70px 100px;

    border: 1px solid
        rgba(224, 175, 86, 0.35);

    border-radius: 30px;

    background:
        rgba(255, 255, 255, 0.06);

    text-align: center;

    box-shadow:
        0 20px 60px
        rgba(0, 0, 0, 0.12);
}


/* Quote Icon */

.testimonial-premium-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 82px;
    height: 82px;

    margin-bottom: 25px;

    border-radius: 50%;

    background:
        rgba(218, 164, 65, 0.18);

    color: #efbd57;

    font-size: 2.5rem;
}


/* Label */

.testimonial-premium-label {
    margin-bottom: 22px;

    color: #e8b750;

    font-size: 1rem;
    font-weight: 700;

    letter-spacing: 0.04em;
}


/* Testimonial */

.testimonial-premium-card blockquote {
    max-width: 900px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(
        1.55rem,
        2.4vw,
        2.7rem
    );

    font-weight: 600;

    line-height: 1.55;
}


/* Gold Line */

.testimonial-premium-line {
    width: 80px;
    height: 3px;

    margin: 30px auto 20px;

    border-radius: 10px;

    background: #dca83f;
}


/* Person */

.testimonial-premium-person {
    display: flex;
    flex-direction: column;

    gap: 4px;
}

.testimonial-premium-person strong {
    color: #ffffff;

    font-size: 1rem;
    font-weight: 600;
}

.testimonial-premium-person small {
    color:
        rgba(255, 255, 255, 0.65);

    font-size: 0.8rem;
}


/* Stars */

.testimonial-premium-stars {
    display: flex;

    gap: 5px;

    margin-top: 15px;

    color: #e7ad3c;

    font-size: 0.85rem;
}


/* ============================================================
   ARROWS
============================================================ */

.testimonial-premium-prev,
.testimonial-premium-next {
    position: absolute;

    top: 50%;

    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    padding: 0;

    border: 1px solid
        rgba(255, 255, 255, 0.3);

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.08);

    color: #ffffff;

    font-size: 1.2rem;

    cursor: pointer;

    transform: translateY(-50%);

    transition: all 0.3s ease;
}

.testimonial-premium-prev {
    left: 5px;
}

.testimonial-premium-next {
    right: 5px;
}

.testimonial-premium-prev:hover,
.testimonial-premium-next:hover {
    border-color: #e2ad46;

    background: #e2ad46;

    color: #3b240e;
}


/* ============================================================
   PAGINATION
============================================================ */

.testimonial-premium-pagination {
    position: absolute;

    bottom: 5px !important;
    left: 0 !important;

    width: 100% !important;

    text-align: center;
}

.testimonial-premium-pagination
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;

    background: #ffffff;

    opacity: 0.4;
}

.testimonial-premium-pagination
.swiper-pagination-bullet-active {
    width: 25px;

    border-radius: 10px;

    background: #e7ad3c;

    opacity: 1;
}


/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 991.98px) {

    .home-testimonial-premium {
        padding: 65px 0;
    }

    .testimonialPremiumSwiper {
        padding:
            0 45px 40px;
    }

    .testimonial-premium-card {
        min-height: 460px;

        padding:
            55px 55px;
    }

}


@media (max-width: 767.98px) {

    .home-testimonial-premium {
        padding: 45px 0;
    }

    .testimonialPremiumSwiper {
        padding:
            0 15px 38px;
    }

    .testimonial-premium-card {
        min-height: 420px;

        padding:
            45px 25px;

        border-radius: 22px;
    }

    .testimonial-premium-icon {
        width: 65px;
        height: 65px;

        font-size: 2rem;
    }

    .testimonial-premium-card blockquote {
        font-size: 1.35rem;

        line-height: 1.6;
    }

    .testimonial-premium-prev,
    .testimonial-premium-next {
        display: none;
    }

}

/* ==========================================================
   NEWS DETAIL - FULL FEATURED IMAGE
========================================================== */

.news-detail-image-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;

    border: 1px solid #eadbc7;
    border-radius: 20px;

    background: #fffaf3;

    box-shadow:
        0 10px 30px rgba(70, 43, 27, 0.07);
}

.news-detail-image {
    display: block;

    width: 100%;
    height: auto !important;

    max-width: 100%;
    max-height: none !important;

    object-fit: contain !important;
    object-position: center;

    border-radius: 0;
}


/* Tablet */

@media (max-width: 991.98px) {

    .news-detail-image-wrapper {
        border-radius: 16px;
    }

}


/* Mobile */

@media (max-width: 575.98px) {

    .news-detail-image-wrapper {
        margin-bottom: 24px;
        border-radius: 12px;
    }

    .news-detail-image {
        width: 100%;
        height: auto !important;
    }

}

/* ==========================================================
   CMS DYNAMIC PAGE
========================================================== */

.cms-page-section {
    padding: 70px 0 90px;
    background: #fffdf9;
}

.cms-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.cms-page-header {
    margin-bottom: 40px;
}

.cms-page-title {
    margin: 0 0 18px;
    color: #352214;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
}

.cms-page-description {
    max-width: 900px;
    margin: 0;
    color: #765f4e;
    font-size: 1.15rem;
    line-height: 1.8;
}

.cms-page-content {
    color: #5c4738;
    font-size: 1.08rem;
    line-height: 1.9;
}

.cms-page-content h1,
.cms-page-content h2,
.cms-page-content h3,
.cms-page-content h4 {
    margin-top: 32px;
    margin-bottom: 16px;
    color: #352214;
    font-weight: 700;
}

.cms-page-content p {
    margin-bottom: 18px;
}

.cms-page-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 18px;
}

.cms-page-content ul,
.cms-page-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.cms-page-content li {
    margin-bottom: 8px;
}

@media (max-width: 767.98px) {

    .cms-page-section {
        padding: 45px 0 60px;
    }

    .cms-page-header {
        margin-bottom: 28px;
    }

    .cms-page-description,
    .cms-page-content {
        font-size: 1rem;
    }
}