/*
 * Page     : City Desktop
 * File     : css/desktop/pages/pagecitydesktop.css
 * Loaded by: template-parts/city/page-citydesktop.php
 */

/* ── Layout containers ──────────────────────── */
.panditcityContainer2 {
    padding-right: 1rem;
    padding-left: 1rem;
}

/* ── Section headings ───────────────────────── */
.popular-puja-h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--np-text-dark);
}

p.section_tag_p {
    width: auto;
    margin: 0 auto;
}

/* ── Section backgrounds ────────────────────── */
.orange-section-bg {
    background: #fbf9fa;
}

.faq-section {
    background: var(--np-white);
}

/* ── Breadcrumb ─────────────────────────────── */
.vd-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 15px;
}

.vd-breadcrumb-item + .vd-breadcrumb-item::before {
    content: "»";
    padding: 0 6px;
    color: #777;
}

.vd-breadcrumb-item a {
    text-decoration: none;
    color: var(--np-saffron);
    font-size: 16px;
}

.vd-breadcrumb-item {
    font-size: 16px;
}

span.breadcrumb_last {
    color: var(--np-saffron);
    font-size: 12px;
    font-weight: 600;
}

/* ── Typography ─────────────────────────────── */
body {
    font-family: var(--np-font);
}

h1, h2, h3, h4, h5, h6, p {
    font-family: var(--np-font);
}

h3 {
    font-weight: 600 !important;
    font-size: 24px;
    color: var(--np-text-dark);
}

h2 {
    font-weight: 600 !important;
    font-size: 28px;
    color: var(--np-text-dark);
}

/* ── Misc ───────────────────────────────────── */
.footer-container {
    margin-top: 0;
}

table.table-scroll-bar {
    margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
    .table-scroll-bar {
        overflow-x: auto !important;
    }
}

.book-puja-btn {
    padding: 10px 12px;
}

/* ── Trust Strip (fixed bottom CTA) ─────────── */
.trust-strip-wrapper {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 100%;
}

.trust-strip {
    max-width: 1100px;
    width: 100%;
    background: var(--np-white);
    border-radius: 18px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    margin: 0 auto;
}

.trust-text h2 {
    font-size: 24px;
    margin-bottom: 6px;
    color: var(--np-text-black);
    font-weight: 700;
}

.trust-text p {
    font-size: 15px;
    color: var(--np-text-mid);
}

.trust-btn {
    background: var(--np-saffron);
    color: var(--np-text-white);
    padding: 14px 34px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.trust-btn:hover {
    background: #b54c00;
    transform: translateY(-1px);
}

/* ── Responsive ─────────────────────────────── */
@media (max-width: 767px) {
    .col.mobilecol {
        margin-top: 10px;
        height: 28%;
    }

    h3 {
        font-weight: 600 !important;
        font-size: 20px;
    }

    h2 {
        font-weight: 600 !important;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .trust-strip {
        text-align: center;
        gap: 2px;
        padding: 10px;
    }

    .trust-text h2 {
        font-size: 14px;
        margin-bottom: 6px;
        color: var(--np-text-black);
        font-weight: 700;
        text-align: left;
    }

    .trust-btn {
        padding: 10px 13px;
        font-size: 11px;
    }

    .trust-strip-wrapper {
        bottom: 70px;
    }

    .Button-container {
        justify-content: space-between;
    }

    .payment-cost p {
        font-size: 10px !important;
    }
}

/* ── panditcityContainer2 responsive padding ─── */
@media (min-width: 1281px) and (max-width: 1700px) {
    .panditcityContainer2 { padding-right: 5rem; padding-left: 5rem; }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .panditcityContainer2 { padding-right: 3rem; padding-left: 3rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .panditcityContainer2 { padding-right: 3rem; padding-left: 3rem; }
}

/* ── Booking form card ──────────────────────── */
.login-mdel-conatiner {
    max-width: 800px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / .15);
    padding-bottom: 15px;
}

/* ── Content area ───────────────────────────── */
.services_page_p {
    padding: 1rem;
}

@media (min-width: 768px) {
    .services_page_p {
        padding: 1.5rem;
    }
}

/* ── CTA section 2 ──────────────────────── */
.citypages-cta-2 {
    padding-top: 20px !important;
    padding: 0 75px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .citypages-cta-2 {
        padding: 0 20px;
    }
}
