/* =========================================================
   PUJA SERVICES HUB
   Radha Rani Puja Services
========================================================= */


/* =========================================================
   HERO
========================================================= */

.puja-hub-hero {
    position: relative;
    overflow: hidden;
    padding: 55px 0 70px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(198, 146, 50, 0.12),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #fffaf2 0%,
            #fff4df 100%
        );
}

.puja-hub-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: -160px;
    border-radius: 50%;
    background: rgba(122, 18, 48, 0.05);
    pointer-events: none;
}

.puja-hub-hero .container {
    position: relative;
    z-index: 1;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 38px;
    font-size: 0.86rem;
    color: var(--text-soft);
}

.breadcrumb a {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: var(--text-soft);
}


/* =========================================================
   HERO GRID
========================================================= */

.puja-hub-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 70px;
    align-items: center;
}

.puja-hub-hero-content {
    max-width: 720px;
}


/* =========================================================
   BADGE
========================================================= */

.puja-hub-hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(198, 146, 50, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 800;
}


/* =========================================================
   HERO TITLE
========================================================= */

.puja-hub-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 4.5vw, 4.1rem);
    line-height: 1.12;
    letter-spacing: -0.8px;
}

.puja-hub-hero p {
    max-width: 680px;
    margin: 0;
    color: var(--text-soft);
    font-size: 1.06rem;
    line-height: 1.85;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.puja-hub-hero .hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}


/* =========================================================
   TRUST ROW
========================================================= */

.puja-hub-hero .trust-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 700px;
    margin-top: 35px;
}

.puja-hub-hero .trust-row > div {
    min-width: 0;
    padding: 16px 12px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.puja-hub-hero .trust-row strong {
    display: block;
    margin-bottom: 5px;
    color: var(--primary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
}

.puja-hub-hero .trust-row span {
    display: block;
    color: var(--text-soft);
    font-size: 0.72rem;
    line-height: 1.4;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.puja-hub-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 430px;
}

.hub-om-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(100%, 420px);
    min-height: 390px;
    padding: 45px 30px;
    border: 1px solid rgba(198, 146, 50, 0.35);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at center,
            rgba(198, 146, 50, 0.12),
            transparent 60%
        ),
        #fff;
    box-shadow: 0 25px 65px rgba(86, 11, 33, 0.12);
    text-align: center;
}

.hub-om-card::before,
.hub-om-card::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(198, 146, 50, 0.25);
    border-radius: 50%;
}

.hub-om-card::before {
    width: 270px;
    height: 270px;
}

.hub-om-card::after {
    width: 330px;
    height: 330px;
}

.hub-om-card > span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5rem;
    line-height: 1;
    box-shadow: 0 18px 40px rgba(122, 18, 48, 0.22);
}

.hub-om-card h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 8px;
    color: var(--primary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
}

.hub-om-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--text-soft);
    font-size: 0.95rem;
}


/* =========================================================
   SERVICES SECTION
========================================================= */

.puja-services-section {
    background: var(--white);
}


/* =========================================================
   SECTION HEADING
========================================================= */

.puja-services-section .section-heading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

.section-heading.center {
    text-align: center;
}

.section-heading .eyebrow {
    display: inline-block;
    margin-bottom: 10px;
}

.section-heading h2 {
    margin-bottom: 14px;
}

.section-heading p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   SERVICE GRID
========================================================= */

.puja-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.puja-service-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 8px 25px rgba(43, 17, 24, 0.06);
    transition:
        transform var(--transition),
        box-shadow var(--transition),
        border-color var(--transition);
}

.puja-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(198, 146, 50, 0.55);
    box-shadow: 0 18px 38px rgba(43, 17, 24, 0.12);
}


/* =========================================================
   SERVICE IMAGE
========================================================= */

.service-image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--bg-soft);
}

.service-image-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.puja-service-card:hover .service-image-link img {
    transform: scale(1.05);
}


/* =========================================================
   SERVICE CONTENT
========================================================= */

.service-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 20px 20px;
}

.service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 27px;
    margin-bottom: 12px;
    border-radius: 7px;
    background: var(--bg-soft);
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 800;
}

.service-card-content h3 {
    min-height: 50px;
    margin: 0 0 9px;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.18rem;
    line-height: 1.35;
}

.service-card-content p {
    min-height: 62px;
    margin: 0 0 15px;
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.65;
}


/* =========================================================
   SERVICE LINK
========================================================= */

.service-link {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--primary);
    font-size: 0.87rem;
    font-weight: 800;
    text-decoration: none;
}

.service-link:hover {
    color: var(--secondary);
}


/* =========================================================
   SERVICE CALL BUTTON
========================================================= */

.service-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 43px;
    margin-top: auto;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    transition:
        background var(--transition),
        transform var(--transition);
}

.service-call-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
}


/* =========================================================
   MIDDLE INFORMATION SECTION
========================================================= */

.section-soft {
    background: var(--bg-soft);
}


/* =========================================================
   WHY GRID
========================================================= */

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}


/* =========================================================
   WHY CARD
========================================================= */

.why-card {
    padding: 28px 23px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: var(--white);
    box-shadow: 0 7px 22px rgba(43, 17, 24, 0.05);
    text-align: center;
    transition:
        transform var(--transition),
        box-shadow var(--transition);
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(43, 17, 24, 0.09);
}

.why-card > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin: 0 auto 17px;
    border-radius: 50%;
    background: var(--bg-soft);
    color: var(--primary);
    font-size: 1.55rem;
}

.why-card h3 {
    margin: 0 0 9px;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    line-height: 1.4;
}

.why-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.7;
}


/* =========================================================
   BOOKING PROCESS
========================================================= */

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.process-card {
    position: relative;
    padding: 34px 28px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 8px 25px rgba(43, 17, 24, 0.06);
    text-align: center;
}

.process-card > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(122, 18, 48, 0.18);
}

.process-card h3 {
    margin: 0 0 10px;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
}

.process-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.7;
}


/* =========================================================
   PROCESS BUTTONS
========================================================= */

.section-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   FAQ
========================================================= */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 850px;
    margin: 0 auto;
}

.faq-list details {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: var(--white);
    box-shadow: 0 5px 18px rgba(43, 17, 24, 0.04);
}

.faq-list summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 22px;
    cursor: pointer;
    list-style: none;
    color: var(--text);
    font-size: 0.96rem;
    font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--primary);
    font-size: 1.35rem;
    font-weight: 400;
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details[open] summary {
    color: var(--primary);
    border-bottom: 1px solid var(--border);
}

.faq-list details p {
    margin: 0;
    padding: 17px 22px 20px;
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.75;
}


/* =========================================================
   FINAL CTA
========================================================= */

.final-cta {
    padding: 80px 0;
    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(198, 146, 50, 0.13),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #560b21,
            #7a1230
        );
}

.final-cta-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.final-cta .eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--gold-light);
}

.final-cta h2 {
    margin: 0 0 15px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.18;
}

.final-cta p {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.8;
}

.final-cta .hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}


/* =========================================================
   FINAL CTA BUTTON OVERRIDE
========================================================= */

.final-cta .btn-primary {
    background: #fff;
    color: var(--primary);
}

.final-cta .btn-primary:hover {
    background: var(--bg-soft);
}

.final-cta .btn-whatsapp {
    background: var(--success);
    color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .puja-hub-hero-grid {
        grid-template-columns: 1fr 0.8fr;
        gap: 40px;
    }

    .puja-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 850px) {

    .puja-hub-hero {
        padding: 40px 0 55px;
    }

    .puja-hub-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .puja-hub-hero-content {
        max-width: 100%;
        text-align: center;
    }

    .puja-hub-hero h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .puja-hub-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .puja-hub-hero .hero-actions {
        justify-content: center;
    }

    .puja-hub-hero .trust-row {
        margin-left: auto;
        margin-right: auto;
    }

    .puja-hub-visual {
        min-height: auto;
    }

    .hub-om-card {
        min-height: 330px;
    }

    .puja-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .puja-hub-hero {
        padding: 30px 0 45px;
    }

    .breadcrumb {
        margin-bottom: 25px;
        font-size: 0.78rem;
    }

    .puja-hub-hero .badge {
        padding: 8px 12px;
        font-size: 0.73rem;
    }

    .puja-hub-hero h1 {
        font-size: 2.05rem;
        line-height: 1.18;
        letter-spacing: -0.3px;
    }

    .puja-hub-hero p {
        font-size: 0.92rem;
        line-height: 1.7;
    }

    .puja-hub-hero .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .puja-hub-hero .hero-actions .btn {
        width: 100%;
    }

    .puja-hub-hero .trust-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 9px;
        margin-top: 25px;
    }

    .puja-hub-hero .trust-row > div {
        padding: 13px 8px;
    }

    .puja-hub-hero .trust-row strong {
        font-size: 1rem;
    }

    .puja-hub-hero .trust-row span {
        font-size: 0.67rem;
    }

    .puja-hub-visual {
        display: none;
    }


    /* SERVICES */

    .puja-service-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-image-link {
        aspect-ratio: 16 / 9;
    }

    .service-card-content {
        padding: 19px 17px 17px;
    }

    .service-card-content h3 {
        min-height: auto;
        font-size: 1.12rem;
    }

    .service-card-content p {
        min-height: auto;
        font-size: 0.86rem;
    }


    /* WHY */

    .why-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .why-card {
        padding: 24px 20px;
    }


    /* PROCESS */

    .process-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .process-card {
        padding: 28px 22px;
    }

    .section-actions {
        flex-direction: column;
    }

    .section-actions .btn {
        width: 100%;
    }


    /* FAQ */

    .faq-list {
        gap: 9px;
    }

    .faq-list summary {
        padding: 16px;
        font-size: 0.88rem;
    }

    .faq-list details p {
        padding: 15px 16px 17px;
        font-size: 0.84rem;
    }


    /* CTA */

    .final-cta {
        padding: 55px 0;
    }

    .final-cta h2 {
        font-size: 2rem;
    }

    .final-cta p {
        font-size: 0.88rem;
    }

    .final-cta .hero-actions {
        flex-direction: column;
    }

    .final-cta .hero-actions .btn {
        width: 100%;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .puja-hub-hero h1 {
        font-size: 1.82rem;
    }

    .puja-hub-hero .trust-row {
        gap: 7px;
    }

    .puja-hub-hero .trust-row > div {
        padding: 11px 6px;
    }

    .service-card-content {
        padding: 17px 15px;
    }

}