
.final-cta {
    background: linear-gradient(135deg, #4b2417, #8a3c20);
    color: #fff;
    padding: 75px 20px;
}

    .final-cta .section-kicker {
        color: #ffc979;
    }

    .final-cta h2 {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .final-cta p {
        color: #ffe7d2;
        font-size: 18px;
        margin-bottom: 25px;
    }

@media (max-width: 767px) {
    .final-cta h2 {
        font-size: 32px;
    }
}


/* =====================================================
   ROOT
===================================================== */
:root {
    --primary: #8a3c20;
    --primary-dark: #5b2415;
    --gold: #d99a35;
    --gold-light: #f5c66a;
    --cream: #fff9f0;
    --dark: #24150f;
    --text: #493a34;
    --white: #ffffff;
    --border: #eadfd5;
    --whatsapp: #25d366;
}


/* =====================================================
   GLOBAL
===================================================== */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans Devanagari", sans-serif;
    color: var(--text);
    background: #fff;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}


/* =====================================================
   TOP BAR
===================================================== */

.top-contact-bar {
    background: var(--dark);
    color: #fff;
    font-size: 14px;
}

.top-contact-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.top-message {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .top-message i {
        color: var(--gold-light);
    }

.top-contact-links {
    display: flex;
    gap: 20px;
}

    .top-contact-links a {
        color: #fff;
        font-weight: 600;
    }

    .top-contact-links i {
        color: var(--gold-light);
        margin-right: 5px;
    }


/* =====================================================
   HEADER
===================================================== */

.main-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 3px 20px rgba(0,0,0,.07);
}

.navbar {
    padding: 12px 0;
}

.navbar-brand {
    color: var(--dark);
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-symbol {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--gold));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
    color: var(--dark);
}

    .brand-name span {
        color: var(--primary);
    }

.brand-text small {
    font-size: 11px;
    color: #7b6c64;
    margin-top: 5px;
}

.nav-link {
    color: var(--dark) !important;
    font-weight: 600;
    padding: 10px 13px !important;
}

    .nav-link:hover {
        color: var(--primary) !important;
    }

.dropdown-menu {
    border: 0;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
}

.dropdown-item {
    padding: 9px 13px;
    border-radius: 7px;
    font-weight: 500;
}

    .dropdown-item:hover {
        background: #fff2e4;
        color: var(--primary);
    }

.header-book-btn {
    background: var(--primary);
    color: #fff !important;
    padding: 11px 18px;
    border-radius: 8px;
    font-weight: 700;
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

    .header-book-btn:hover {
        background: var(--primary-dark);
        color: #fff;
    }


/* =====================================================
   FOOTER
===================================================== */

.site-footer {
    background: #21140f;
    color: #d9cbc2;
}

.footer-main {
    padding: 70px 0 50px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.footer-brand-symbol {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.footer-brand h3 {
    margin: 0;
    color: #fff;
    font-weight: 800;
}

    .footer-brand h3 span {
        color: var(--gold-light);
    }

.footer-brand small {
    font-size: 11px;
}

.footer-about {
    line-height: 1.9;
}

.footer-om {
    color: var(--gold-light);
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.site-footer h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 22px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: #cdbeb5;
        transition: .2s;
    }

        .footer-links a:hover {
            color: var(--gold-light);
            padding-left: 4px;
        }

.footer-contact > a,
.footer-location {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    color: #fff;
}

.contact-icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
}

.whatsapp-icon {
    color: var(--whatsapp);
}

.footer-contact small {
    display: block;
    color: #a9988e;
}

.footer-contact strong {
    display: block;
}

.footer-social {
    display: flex;
    gap: 8px;
    margin-top: 25px;
}

    .footer-social a {
        width: 38px;
        height: 38px;
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

        .footer-social a:hover {
            background: var(--primary);
            border-color: var(--primary);
        }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 20px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
}

.footer-bottom a {
    color: #cdbeb5;
    font-size: 13px;
    margin-left: 10px;
}

    .footer-bottom a:hover {
        color: var(--gold-light);
    }


/* =====================================================
   MOBILE BOTTOM BAR
===================================================== */

.mobile-bottom-bar {
    display: none;
}


/* =====================================================
   FLOATING WHATSAPP
===================================================== */

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 25px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--whatsapp);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    z-index: 999;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
}

    .floating-whatsapp:hover {
        color: #fff;
        transform: scale(1.06);
    }


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 991px) {

    .top-message {
        display: none;
    }

    .top-contact-inner {
        justify-content: center;
    }

    .navbar-collapse {
        padding-top: 15px;
    }

    .header-book-btn {
        margin-top: 8px;
        display: block;
        text-align: center;
    }

    .dropdown-menu {
        box-shadow: none;
        border-left: 3px solid var(--gold);
        border-radius: 0;
    }
}


@media (max-width: 767px) {

    body {
        padding-bottom: 65px;
    }

    .top-contact-bar {
        display: none;
    }

    .brand-name {
        font-size: 20px;
    }

    .brand-symbol {
        width: 42px;
        height: 42px;
        font-size: 21px;
    }

    .floating-whatsapp {
        bottom: 80px;
        right: 15px;
        width: 52px;
        height: 52px;
        font-size: 25px;
    }

    .mobile-bottom-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 64px;
        background: #fff;
        display: grid;
        grid-template-columns: 1fr 1.4fr 1fr;
        z-index: 2000;
        box-shadow: 0 -5px 20px rgba(0,0,0,.15);
    }

        .mobile-bottom-bar a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
            gap: 2px;
            font-weight: 700;
        }

        .mobile-bottom-bar i {
            font-size: 18px;
        }

    .mobile-call {
        background: #333;
    }

    .mobile-book {
        background: var(--primary);
    }

    .mobile-whatsapp {
        background: var(--whatsapp);
    }

    .footer-main {
        padding-bottom: 35px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom a {
        margin: 0 5px;
    }
}

 .inner-page-hero {
    position: relative;
    padding: 85px 0;
    background: linear-gradient(135deg, rgba(64, 28, 17, .94), rgba(139, 61, 31, .88)), url('/images/varanasi-ghat.jpg') center/cover;
    color: #fff;
}

.inner-page-content {
    max-width: 850px;
}

    .inner-page-content h1 {
        font-size: clamp(34px, 5vw, 56px);
        line-height: 1.2;
        font-weight: 900;
        margin: 12px 0 18px;
    }

    .inner-page-content p {
        max-width: 750px;
        font-size: 18px;
        line-height: 1.9;
        color: #ffe9d5;
    }

    .inner-page-content .breadcrumb {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .inner-page-content .breadcrumb-item, .inner-page-content .breadcrumb-item a {
        color: #ffe0bc;
    }

        .inner-page-content .breadcrumb-item.active {
            color: #fff;
        }
/* Service Large Card */

.service-card-large {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 32px 28px;
}

    .service-card-large h2 {
        font-size: 24px;
        font-weight: 800;
        margin: 20px 0 12px;
        color: var(--dark);
    }

    .service-card-large p {
        line-height: 1.8;
        margin-bottom: 15px;
    }

.service-number {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 13px;
    font-weight: 800;
    color: #c8b5a5;
}

.service-keywords {
    font-size: 12px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 18px;
}

.service-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 800;
}

    .service-read-more:hover {
        color: var(--primary-dark);
    }
/* Booking Contact */

.booking-contact-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    background: #fff8f0;
    border-radius: 10px;
    margin-top: 12px;
}

.booking-contact-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
}

.whatsapp-contact {
    background: #25d366;
}

.booking-contact-box small {
    display: block;
    color: #8a7770;
}

.booking-contact-box a {
    color: var(--dark);
    font-size: 18px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .inner-page-hero {
        padding: 60px 0;
    }

    .inner-page-content p {
        font-size: 16px;
    }

    .service-card-large {
        padding: 27px 22px;
    }
}

