/* =============================================================================
 * Majestic Sky Bungalow — about.php page-specific styles
 * Extracted from inline <style> blocks and style="..." attributes.
 * ============================================================================= */

/* --- Block 1 --- */
.faq-area {
    background: linear-gradient(180deg, #f8f0e0 0%, #f1e2c4 100%) !important;
}

.faq-area .section-title-two .section-span-bg2 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: none;
    color: #b8862e;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.faq-area .section-title-two .section-span-bg2::before {
    content: "";
    width: 32px;
    height: 2px;
    background: #c9973f;
    display: inline-block;
}

.faq-area .section-title-two h2.margin-auto {
    color: #2b2620;
    font-size: 32px;
    font-weight: 600;
    margin: 14px auto 0;
}

.faq-area .section-title-two h2.margin-auto b.section-color2 {
    color: #b8862e !important;
    font-style: italic;
    font-weight: 500;
}

/* Two-column row layout */
.faq-area .faq-row {
    counter-reset: propfaqcounter;
    align-items: stretch;
}

/* ============================================================
   Left column — FAQ accordion (single column, full list)
   ============================================================ */
.faq-area .accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-area .accordion-item {
    counter-increment: propfaqcounter;
    border: 1px solid rgba(201, 151, 63, 0.28) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 26px rgba(120, 90, 40, 0.07) !important;
    background: #ffffff !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.faq-area .accordion-item:hover {
    box-shadow: 0 16px 36px rgba(120, 90, 40, 0.13) !important;
    transform: translateY(-2px);
    border-color: rgba(201, 151, 63, 0.5) !important;
}

.faq-area .accordion-button {
    background-color: #ffffff !important;
    color: #2b2620 !important;
    font-family: 'Cormorant', serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 20px 24px !important;
    border-left: 4px solid transparent;
    transition: border-color 0.3s ease, background 0.3s ease;
    display: flex !important;
    align-items: center !important;
}

.faq-area .accordion-button:not(.collapsed) {
    border-left-color: #b8862e;
    background: linear-gradient(90deg, #faf1de 0%, #fff 60%) !important;
    color: #2b2620 !important;
    box-shadow: none !important;
}

.faq-area .accordion-button::before {
    content: counter(propfaqcounter, decimal-leading-zero);
    color: #d3a256;
    font-size: 13px;
    font-weight: 700;
    margin-right: 14px;
    flex-shrink: 0;
    letter-spacing: 1px;
}

.faq-area .accordion-button i {
    color: #b8862e !important;
    font-size: 20px !important;
    margin-right: 12px !important;
    flex-shrink: 0;
}

.faq-area .accordion-button::after {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(201, 151, 63, 0.4) !important;
    background-size: 14px !important;
    background-position: center !important;
    margin-left: auto;
    transition: transform 0.3s ease, background-color 0.3s ease;
    flex-shrink: 0;
}

.faq-area .accordion-button:not(.collapsed)::after {
    background-color: #b8862e !important;
    transform: rotate(-180deg);
}

.faq-area .accordion-body {
    background: #ffffff !important;
    color: #6b6155 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    text-align: justify;
    text-align-last: left;
    padding: 6px 24px 22px 60px !important;
}

/* ============================================================
   Right column — Fancy brochure download panel
   ============================================================ */
.faq-area .brochure-panel {
    position: relative;
    background: linear-gradient(135deg, #2b2620 0%, #1c1812 100%);
    border-radius: 22px;
    padding: 38px 34px 34px;
    overflow: hidden;
    box-shadow: 0 26px 56px rgba(43, 38, 32, 0.28);
    height: 100%;
    display: flex;
    flex-direction: column;
    isolation: isolate;
}

/* Ambient gold orbs */
.faq-area .brochure-panel__orb {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 162, 86, 0.42), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.faq-area .brochure-panel__orb--two {
    top: auto;
    right: auto;
    bottom: -90px;
    left: -90px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(184, 134, 46, 0.32), transparent 70%);
}

/* Top eyebrow chip */
.faq-area .brochure-panel__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(211, 162, 86, 0.14);
    border: 1px solid rgba(211, 162, 86, 0.4);
    color: #d3a256;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    align-self: flex-start;
    margin-bottom: 20px;
}

.faq-area .brochure-panel__eyebrow i {
    font-size: 14px;
}

/* Big floating PDF icon */
.faq-area .brochure-panel__icon {
    position: relative;
    z-index: 1;
    width: 84px;
    height: 84px;
    border-radius: 22px;
    background: linear-gradient(135deg, #d3a256, #b8862e);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    box-shadow: 0 16px 32px rgba(184, 134, 46, 0.5);
    margin-bottom: 22px;
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
}

.faq-area .brochure-panel:hover .brochure-panel__icon {
    transform: rotate(-6deg) scale(1.05);
}

/* Heading */
.faq-area .brochure-panel__h {
    position: relative;
    z-index: 1;
    font-family: 'Cormorant', serif;
    color: #f4ead9;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 12px;
}

.faq-area .brochure-panel__h i {
    color: #d3a256;
    font-style: italic;
    font-weight: 500;
}

/* Lead paragraph */
.faq-area .brochure-panel__lead {
    position: relative;
    z-index: 1;
    color: rgba(244, 234, 217, 0.78);
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0 0 20px;
    text-align: justify;
    text-align-last: left;
}

/* Highlights list */
.faq-area .brochure-panel__list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
}

.faq-area .brochure-panel__list li {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(211, 162, 86, 0.28);
    border-radius: 8px;
    padding: 9px 11px;
    font-size: 12px;
    color: #f4ead9;
    font-weight: 600;
    line-height: 1.3;
}

.faq-area .brochure-panel__list li i {
    color: #d3a256;
    font-size: 14px;
    flex-shrink: 0;
}

/* CTA button */
.faq-area .brochure-panel__btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #d3a256, #b8862e);
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(184, 134, 46, 0.45);
    transition: transform 0.35s cubic-bezier(.2,.8,.2,1), box-shadow 0.35s ease;
    margin-top: auto;
}

.faq-area .brochure-panel__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(184, 134, 46, 0.55);
    color: #ffffff !important;
}

.faq-area .brochure-panel__btn-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: transform 0.35s ease;
}

.faq-area .brochure-panel__btn:hover .brochure-panel__btn-icon {
    transform: translateY(2px);
}

.faq-area .brochure-panel__btn-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    line-height: 1.2;
}

.faq-area .brochure-panel__btn-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 3px;
}

.faq-area .brochure-panel__btn-main {
    font-family: 'Cormorant', serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.faq-area .brochure-panel__btn-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.35s ease, background 0.35s ease;
}

.faq-area .brochure-panel__btn:hover .brochure-panel__btn-arrow {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.28);
}

/* Footnote */
.faq-area .brochure-panel__note {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 0;
    padding-top: 18px;
    border-top: 1px dashed rgba(211, 162, 86, 0.32);
    font-size: 11px;
    color: rgba(244, 234, 217, 0.65);
    letter-spacing: 0.5px;
}

.faq-area .brochure-panel__note i {
    color: #d3a256;
    font-size: 14px;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 991px) {
    .faq-area .faq-row > .col-lg-5 {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .faq-area .section-title-two h2.margin-auto {
        font-size: 24px;
    }
    .faq-area .accordion-body {
        padding-left: 24px !important;
    }
    .faq-area .accordion-button {
        font-size: 15px !important;
        padding: 16px 18px !important;
    }
    .faq-area .accordion-button::before {
        margin-right: 10px;
    }
    .faq-area .accordion-button i {
        font-size: 18px !important;
        margin-right: 8px !important;
    }
    .faq-area .brochure-panel {
        padding: 32px 24px 28px;
    }
    .faq-area .brochure-panel__h {
        font-size: 22px;
    }
    .faq-area .brochure-panel__icon {
        width: 70px;
        height: 70px;
        font-size: 34px;
    }
    .faq-area .brochure-panel__btn {
        padding: 12px 14px;
    }
    .faq-area .brochure-panel__btn-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    .faq-area .brochure-panel__btn-main {
        font-size: 14px;
    }
    .faq-area .brochure-panel__list {
        grid-template-columns: 1fr;
    }
}
        /* ============================================================
   House Details Two — Redesign (systematic spacing + layout)
   Scoped to .house-details-two only.
   ============================================================ */
        .house-details-two {
            background: #ffffff;
            padding: 60px 0 !important;
            /* matches your other sections' rhythm */
        }

        .house-details-two .house-content-two {
            padding: 10px 40px 10px 0;
        }

        /* Eyebrow label */
        .house-details-two .house-content-two>span:first-child {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            color: #b8862e;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
        }

        .house-details-two .house-content-two>span:first-child::before {
            content: "";
            width: 32px;
            height: 2px;
            background: #c9973f;
            display: inline-block;
        }

        /* Heading */
        .house-details-two .house-content-two h2 {
            color: #2b2620;
            font-size: 30px;
            font-weight: 600;
            line-height: 1.3;
            margin: 14px 0 16px;
        }

        .house-details-two .house-content-two h2 b {
            color: #b8862e;
            font-weight: 500;
            font-style: italic;
        }

        /* Intro paragraph */
        .house-details-two .house-content-two p {
            color: #6b6155 !important;
            font-size: 14.5px !important;
            line-height: 1.8;
            text-align: justify;
            text-align-last: left;
            margin-bottom: 22px !important;
        }

        /* Spec list — clean aligned rows instead of loose dotted list */
        .house-details-two .house-list {
            list-style: none;
            margin: 0 0 28px;
            padding: 0;
        }

        .house-details-two .house-list li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 13px 0;
            border-bottom: 1px dashed rgba(201, 151, 63, 0.35);
            font-size: 12.5px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            color: #9a9186;
            font-weight: 600;
        }

        .house-details-two .house-list li:last-child {
            border-bottom: none;
        }

        .house-details-two .house-list li b {
            text-transform: none;
            letter-spacing: 0;
            font-size: 15px;
            font-weight: 700;
            color: #2b2620;
        }

        /* Button */
        .house-details-two .default-btn.default-hot-toddy {
            background: linear-gradient(135deg, #d3a256, #b8862e);
            border: none;
            box-shadow: 0 12px 25px rgba(184, 134, 46, 0.28);
            transition: all 0.35s ease;
        }

        .house-details-two .default-btn.default-hot-toddy:hover {
            transform: translateY(-3px);
            box-shadow: 0 16px 32px rgba(184, 134, 46, 0.38);
        }

        /* Right-side image carousel — rounded corners, consistent shadow */
        .house-details-two .house-slider-three {
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 25px 55px rgba(120, 90, 40, 0.15);
        }

        .house-details-two .house-three-item img {
            width: 100%;
            height: 100%;
            min-height: 460px;
            max-height: 520px;
            object-fit: cover;
            display: block;
        }

        @media (max-width: 991px) {
            .house-details-two .house-content-two {
                padding: 30px 15px;
            }

            .house-details-two .house-three-item img {
                min-height: 300px;
                max-height: 360px;
            }
        }

        @media (max-width: 767px) {
            .house-details-two .house-content-two h2 {
                font-size: 24px;
            }

            .house-details-two .house-content-two p {
                text-align: left;
            }
        }

        /* ============================================================
   FINAL: Equal spacing normalizer — whole property page
   Placed last so it wins over every earlier padding override.
   ============================================================ */
        .property-details,
        .intro-content-area,
        .premium-residential-section,
        .apartment-area,
        .house-details-two,
        .developer-section,
        .faq-area {
            margin: 0 !important;
            /* removes any collapsing-margin gaps */
            padding-top: 60px !important;
            padding-bottom: 60px !important;
        }

        /* Property Details is a slim info strip, not a full section —
   it gets its own smaller matching rhythm instead of 60px */
        .property-details {
            padding-top: 22px !important;
            padding-bottom: 22px !important;
        }

        @media (max-width: 767px) {

            .property-details,
            .intro-content-area,
            .premium-residential-section,
            .apartment-area,
            .house-details-two,
            .developer-section,
            .faq-area {
                padding-top: 40px !important;
                padding-bottom: 40px !important;
            }

            .property-details {
                padding-top: 16px !important;
                padding-bottom: 16px !important;
            }
        }

        /* ============================================================
   House Details Two — Left content box: proper containment
   and systematic vertical rhythm
   ============================================================ */
        .house-details-two .col-lg-5 {
            display: flex;
            align-items: center;
            /* vertically center against the image column */
        }

        .house-details-two .house-content-two {
            width: 100%;
            padding: 20px 45px 20px 40px;
            /* breathing room on both sides */
            box-sizing: border-box;
        }

        /* Eyebrow */
        .house-details-two .house-content-two>span:first-child {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
        }

        /* Heading */
        .house-details-two .house-content-two h2 {
            margin-bottom: 18px;
        }

        /* Intro paragraph */
        .house-details-two .house-content-two p.mb-3 {
            margin-bottom: 26px !important;
        }

        /* Spec list — consistent row height + spacing */
        .house-details-two .house-list {
            margin-bottom: 30px;
        }

        .house-details-two .house-list li {
            padding: 12px 0;
        }

        /* Button sits with consistent gap, not stranded at the bottom */
        .house-details-two .house-content-two>a.default-btn {
            margin-top: 4px;
        }

      @media (max-width: 991px) {
    .house-details-two .col-lg-5 {
        align-items: flex-start;
    }
    .house-details-two .house-content-two {
        padding: 30px 20px;
    }
}

/* Tighten gap above the Developer section */
.house-details-two {
    padding-bottom: 20px !important;
}

.developer-section {
    padding-top: 20px !important;
}

.developer-section .section-title-two.text-center {
    margin-top: 0 !important;
}

/* ===== FAQ boxes ke beech spacing kam ===== */
.faq-accordion {
    gap: 10px 20px !important;   /* pehle 0px 20px tha, ab thoda add + control */
}

.faq-item {
    margin-bottom: 0 !important;
}

/* --- Block 2 --- */
/* =========================================
   FINAL SPACING OVERRIDE v2 — sections ke beech gap aur kam
========================================= */

/* ---- Desktop ---- */
body.jinraj-about-page main section.pt-100 {
    padding-top: 30px !important;
}
body.jinraj-about-page main section.pb-70 {
    padding-bottom: 25px !important;
}

body.jinraj-about-page .intro-content-area {
    padding: 40px 0 35px !important;
}
body.jinraj-about-page .intro-content-area.intro-second {
    padding: 30px 0 28px !important;
}

body.jinraj-about-page .schedule-visit-area {
    padding: 25px 0 20px !important;
}

body.jinraj-about-page .faq-section {
    padding-top: 20px !important;
    padding-bottom: 25px !important;
}

body.jinraj-about-page .transparency-trust-section {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
}

body.jinraj-about-page .professional-team-section {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
}

body.jinraj-about-page .jre-nfc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

body.jinraj-about-page .vision-journey-section {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

body.jinraj-about-page .approach-tabs-section {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
}

body.jinraj-about-page .location-map {
    margin-top: -15px;
}

/* ---- Tablet ---- */
@media only screen and (max-width: 991px) {
    body.jinraj-about-page main section.pt-100 {
        padding-top: 26px !important;
    }
    body.jinraj-about-page main section.pb-70 {
        padding-bottom: 22px !important;
    }
    body.jinraj-about-page .intro-content-area {
        padding: 32px 0 28px !important;
    }
    body.jinraj-about-page .intro-content-area.intro-second {
        padding: 26px 0 22px !important;
    }
    body.jinraj-about-page .schedule-visit-area {
        padding: 22px 0 !important;
    }
    body.jinraj-about-page .faq-section {
        padding-top: 20px !important;
        padding-bottom: 22px !important;
    }
    body.jinraj-about-page .transparency-trust-section,
    body.jinraj-about-page .professional-team-section,
    body.jinraj-about-page .jre-nfc,
    body.jinraj-about-page .vision-journey-section,
    body.jinraj-about-page .approach-tabs-section {
        padding-top: 22px !important;
        padding-bottom: 20px !important;
    }
}

/* ---- Mobile — proper breathing room ke saath tight ---- */
@media only screen and (max-width: 767px) {
    body.jinraj-about-page main section.pt-100 {
        padding-top: 24px !important;
    }
    body.jinraj-about-page main section.pb-70 {
        padding-bottom: 20px !important;
    }
    body.jinraj-about-page .intro-content-area,
    body.jinraj-about-page .intro-content-area.intro-second {
        padding: 24px 0 22px !important;
    }
    body.jinraj-about-page .schedule-visit-area {
        padding: 20px 0 !important;
    }
    body.jinraj-about-page .faq-section {
        padding-top: 18px !important;
        padding-bottom: 20px !important;
    }
    body.jinraj-about-page .transparency-trust-section,
    body.jinraj-about-page .professional-team-section,
    body.jinraj-about-page .jre-nfc,
    body.jinraj-about-page .vision-journey-section,
    body.jinraj-about-page .approach-tabs-section {
        padding-top: 20px !important;
        padding-bottom: 18px !important;
    }
    body.jinraj-about-page .about-intro-header {
        margin-bottom: 18px !important;
    }
}

/* --- Block 3 --- */
/* ===== MEDIUM SECTION SPACING — Desktop + Mobile ===== */

/* Desktop / default */
body.jinraj-about-page main section.pt-100 {
    padding-top: 55px !important;
}

body.jinraj-about-page main section.pb-70 {
    padding-bottom: 45px !important;
}

body.jinraj-about-page .intro-content-area,
body.jinraj-about-page .intro-content-area.intro-second {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

body.jinraj-about-page .schedule-visit-area {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

body.jinraj-about-page .faq-section {
    padding-top: 40px !important;
    padding-bottom: 45px !important;
}

/* Tablet */
@media only screen and (max-width: 991px) {
    body.jinraj-about-page main section.pt-100 {
        padding-top: 42px !important;
    }
    body.jinraj-about-page main section.pb-70 {
        padding-bottom: 36px !important;
    }
}
/* Fix: tighten the gap between "Business Heritage" and 
   "Developer of Majestic Sky Bungalow" section — mobile only */
@media only screen and (max-width: 767px) {
    body.jinraj-about-page .intro-content-area.intro-second {
        padding-bottom: 18px !important;
    }

    body.jinraj-about-page .about-intro-section {
        padding-top: 20px !important;
    }

    body.jinraj-about-page .about-intro-header {
        margin-bottom: 26px !important;
    }
}

/* Tablet — slightly more breathing room than mobile, less than desktop */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    body.jinraj-about-page .intro-content-area.intro-second {
        padding-bottom: 30px !important;
    }

    body.jinraj-about-page .about-intro-section {
        padding-top: 30px !important;
    }
}
/* Mobile */
@media only screen and (max-width: 767px) {
    body.jinraj-about-page main section.pt-100 {
        padding-top: 32px !important;
    }
    body.jinraj-about-page main section.pb-70 {
        padding-bottom: 28px !important;
    }
    body.jinraj-about-page .intro-content-area,
    body.jinraj-about-page .intro-content-area.intro-second {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    body.jinraj-about-page .schedule-visit-area {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
        .jinraj-about-page .inner-title h1 {
            color: #ffffff;
            font-size: 48px;
            line-height: 1.25;
            margin: 8px 0 0;
        }

        .jinraj-about-page .section-copy p:last-child {
            margin-bottom: 0;
        }

        .jinraj-about-page .content-card,
        .jinraj-about-page .consultant-card,
        .jinraj-about-page .address-card {
            height: 100%;
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
        }

        .jinraj-about-page .content-card,
        .jinraj-about-page .consultant-card,
        .jinraj-about-page .address-card {
            padding: 28px;
        }

        .jinraj-about-page .content-card h3,
        .jinraj-about-page .consultant-card h3,
        .jinraj-about-page .address-card h3 {
            margin-bottom: 12px;
        }

        .jinraj-about-page .check-list,
        .jinraj-about-page .combine-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .jinraj-about-page .check-list li,
        .jinraj-about-page .combine-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 12px;
        }

        .jinraj-about-page .check-list li::before,
        .jinraj-about-page .combine-list li::before {
            content: '\2713';
            position: absolute;
            left: 0;
            top: 0;
            color: #b9852f;
            font-weight: 700;
        }

        .jinraj-about-page .cta-group {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 25px;
        }

        .jinraj-about-page .cta-group .default-btn {
            margin: 0;
        }

        .jinraj-about-page .location-map iframe {
            display: block;
            width: 100%;
            min-height: 460px;
            border: 0;
        }

        .jinraj-about-page .about-grid-row > [class*='col-'] {
            margin-bottom: 30px;
        }

        .jinraj-about-page .small-note {
            font-size: 14px;
            line-height: 1.6;
        }

        @media (max-width: 767px) {
            .jinraj-about-page .inner-title h1 {
                font-size: 32px;
            }

            .jinraj-about-page .content-card,
            .jinraj-about-page .consultant-card,
            .jinraj-about-page .address-card {
                padding: 22px;
            }
        }
        /* =========================================
   FINAL ABOUT PAGE LAYOUT
========================================= */

/* Standard section spacing */
body.jinraj-about-page main section.pt-100 {
    padding-top: 80px !important;
}

body.jinraj-about-page main section.pb-70 {
    padding-bottom: 60px !important;
}

body.jinraj-about-page .about-grid-row {
    row-gap: 24px;
}

/* Main section heading containers */
body.jinraj-about-page .section-title-two {
    width: 100% !important;
    text-align: center !important;
}

/* Yellow labels above headings */
body.jinraj-about-page .section-title-two > span {
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 auto 12px !important;
    padding: 0 !important;
    text-align: center !important;
    color: #b9852f !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
}

/* Remove yellow decorative lines */
body.jinraj-about-page .section-title-two > span::before,
body.jinraj-about-page .section-title-two > span::after,
body.jinraj-about-page .section-span-bg2::before,
body.jinraj-about-page .section-span-bg2::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* All main About-page headings */
body.jinraj-about-page h2.small-section-heading {
    width: 100% !important;
    max-width: 850px !important;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 36px !important;
    line-height: 1.24 !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

/* Match the "A Business Heritage Established in 1956" heading style
   (font, size, weight, style, colour) across sections 3–7:
   Vision, Approach, Professional Team, Nagpur Families, Transparency */
body.jinraj-about-page #heritage-vision-title,
body.jinraj-about-page #development-approach-title,
body.jinraj-about-page #consultants-title,
body.jinraj-about-page #nagpur-families-title,
body.jinraj-about-page #transparency-title {
    font-family: 'Playfair Display', serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 1.28 !important;
    color: #2b2620 !important;
}

@media only screen and (max-width: 767px) {
    body.jinraj-about-page #heritage-vision-title,
    body.jinraj-about-page #development-approach-title,
    body.jinraj-about-page #consultants-title,
    body.jinraj-about-page #nagpur-families-title,
    body.jinraj-about-page #transparency-title {
        font-size: 24px !important;
    }
}

/* Half black / half gold-italic accent — matches the "Developer of
   Majestic Sky Bungalow" heading style, applied consistently to
   every main section heading below */
body.jinraj-about-page #heritage-vision-title i,
body.jinraj-about-page #development-approach-title i,
body.jinraj-about-page #consultants-title i,
body.jinraj-about-page #nagpur-families-title i,
body.jinraj-about-page #transparency-title i {
    color: #c9973f !important;
    font-style: italic !important;
    font-weight: 500 !important;
}

/* Corporate Office heading — explicitly pinned to the same
   font as the base section heading (inherit family, 700 weight, 36px) */
body.jinraj-about-page #corporate-office-title {
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 1.24 !important;
    color: #2b2620 !important;
}
/* Fix: Developer of Majestic Sky Bungalow heading — force theme colors, kill blue */
body.jinraj-about-page #developer-title {
    color: #2b2620 !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

body.jinraj-about-page #developer-title i,
body.jinraj-about-page #developer-title a {
    color: #c9973f !important;
    font-style: italic !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}
/* Normal paragraph styling */
body.jinraj-about-page main p {
    font-size: 16px !important;
    line-height: 1.75 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    margin-bottom: 16px;
}

/* Paragraph directly below section heading */
body.jinraj-about-page .section-title-two > p {
    width: 100% !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Cards */
body.jinraj-about-page .content-card,
body.jinraj-about-page .consultant-card,
body.jinraj-about-page .address-card {
    padding: 25px !important;
    border-radius: 8px !important;
}

/* Card headings */
body.jinraj-about-page .content-card h3,
body.jinraj-about-page .consultant-card h3,
body.jinraj-about-page .address-card h3 {
    font-size: 21px !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
}

/* Card paragraph size */
body.jinraj-about-page .content-card p,
body.jinraj-about-page .consultant-card p {
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* Space between cards */
body.jinraj-about-page .about-grid-row > [class="col-"] {
    margin-bottom: 24px !important;
}

/* =========================================
   VISION JOURNEY SECTION — unique full-width layout for
   "The Vision Behind Jinraj Real Estates". A large pull-
   quote banner up top carries the vision statement, then
   a connected two-step "journey" strip (Land & Location →
   The Concept) carries the rest of the content. Cream
   theme throughout, no generic boxed cards.
========================================= */

body.jinraj-about-page .vision-journey-section {
    background: linear-gradient(180deg, #faf6ef 0%, #f4ead9 100%);
}

body.jinraj-about-page .vision-quote-banner {
    position: relative;
    max-width: 900px;
    margin: 0 auto 26px;
    padding: 10px 20px 10px 64px;
    text-align: left;
}

body.jinraj-about-page .vision-quote-icon {
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 42px;
    color: #c9973f;
    opacity: 0.9;
}

body.jinraj-about-page .vision-quote-text {
    font-family: inherit !important;
    font-style: italic;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.55 !important;
    color: #2b2620 !important;
    text-align: justify !important;
    text-align-last: left !important;
    margin-bottom: 0 !important;
}
body.jinraj-about-page .vision-journey {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1080px;
    margin: 0 auto;
}

body.jinraj-about-page .vision-journey::before {
    content: '';
    position: absolute;
    top: 26px;
    left: 6%;
    right: 6%;
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(184, 134, 46, 0.45) 0 10px, transparent 10px 20px);
}

body.jinraj-about-page .vision-step {
    position: relative;
    flex: 1 1 320px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(201, 151, 63, 0.28);
    box-shadow: 0 16px 36px rgba(120, 90, 40, 0.1);
    padding: 34px 28px 28px;
}

body.jinraj-about-page .vision-step-index {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d3a256, #b8862e);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(184, 134, 46, 0.35);
}

body.jinraj-about-page .vision-step-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: rgba(201, 151, 63, 0.12);
    color: #b8862e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 6px 0 16px;
}

body.jinraj-about-page .vision-step h4 {
    font-family: inherit !important;
    font-style: normal !important;
    color: #2b2620;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
}

body.jinraj-about-page .vision-step p {
    font-family: inherit !important;
    font-style: normal !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-bottom: 0;
    text-align: justify !important;
    text-align-last: left !important;
}

body.jinraj-about-page .vision-step-facts {
    display: flex;
    gap: 18px;
    margin: 16px 0 4px;
    flex-wrap: wrap;
}

body.jinraj-about-page .vision-fact {
    text-align: left;
}

body.jinraj-about-page .vision-fact-num {
    display: block;
    font-family: inherit !important;
    font-size: 18px;
    font-weight: 700;
    color: #b8862e;
}

body.jinraj-about-page .vision-fact-label {
    display: block;
    font-family: inherit !important;
    font-size: 10.5px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #6b6155;
    margin-top: 2px;
}

.inner-bg6 {
   background-image: url("../img/banner/5.png");
}

@media only screen and (max-width: 991px) {
    body.jinraj-about-page .vision-journey::before {
        content: none;
    }

    body.jinraj-about-page .vision-quote-text {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 575px) {
    body.jinraj-about-page .vision-quote-banner {
        padding-left: 46px;
    }

    body.jinraj-about-page .vision-quote-icon {
        font-size: 32px;
    }

    body.jinraj-about-page .vision-step {
        padding: 30px 22px 24px;
    }
}

/* =========================================
   TRANSPARENCY / BUYER INFORMATION — certificate card
   A document-style card with a rotated RERA "seal" stamp
   pinned to the top-right corner and a numbered checklist
   running down the body. Distinct from every other layout
   on this page — no icon grid, no big-number hero, no
   left/right split.
========================================= */

body.jinraj-about-page .transparency-trust-section {
    background: #f3efe6;
}

body.jinraj-about-page .transparency-card {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background: #fffdf9;
    border: 1px solid rgba(185, 133, 47, .3);
    border-radius: 18px;
    padding: 56px 60px 48px;
    box-shadow: 0 30px 60px rgba(90, 66, 20, .1);
}

body.jinraj-about-page .transparency-card::before {
    content: '';
    position: absolute;
    inset: 10px;
    border: 1px dashed rgba(185, 133, 47, .35);
    border-radius: 12px;
    pointer-events: none;
}
body.jinraj-about-page .inner-banner::before,
body.jinraj-about-page .inner-banner::after {
    display: none !important;
    content: none !important;
}

body.jinraj-about-page .transparency-seal {
    position: absolute;
    top: -22px;
    right: 40px;
    transform: rotate(6deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: linear-gradient(145deg, #c9973f, #a9762a);
    color: #fff;
    text-align: center;
    box-shadow: 0 12px 24px rgba(120, 82, 20, .35);
    border: 3px solid #fffdf9;
}

body.jinraj-about-page .transparency-seal i {
    font-size: 20px;
    margin-bottom: 2px;
}

body.jinraj-about-page .transparency-seal small {
    display: block;
    font-size: 8.5px;
    letter-spacing: .8px;
    text-transform: uppercase;
    opacity: .9;
    line-height: 1.3;
}

body.jinraj-about-page .transparency-seal strong {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.25;
    word-break: break-word;
    padding: 0 6px;
}

body.jinraj-about-page .transparency-head {
    text-align: left;
    max-width: 560px;
    margin-bottom: 34px;
}

body.jinraj-about-page .transparency-head .section-span-bg2 {
    display: inline-block;
}

body.jinraj-about-page .transparency-head h2 {
    text-align: left !important;
    margin: 8px 0 0 !important;
    max-width: 100% !important;
}

body.jinraj-about-page .transparency-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(185, 133, 47, .2);
}

body.jinraj-about-page .transparency-checklist li {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 22px 0;
    border-bottom: 1px solid rgba(185, 133, 47, .2);
}

body.jinraj-about-page .transparency-checklist .t-num {
    flex: 0 0 auto;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    color: #d3b578;
    line-height: 1;
    min-width: 38px;
}

body.jinraj-about-page .transparency-checklist p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.8;
    color: #5c5449;
}

body.jinraj-about-page .transparency-checklist strong {
    color: #2b2620;
}

body.jinraj-about-page .transparency-checklist li:last-child p {
    font-style: italic;
    font-size: 14px;
    color: #8a7f6c;
}

@media only screen and (max-width: 767px) {
    body.jinraj-about-page .transparency-card {
        padding: 46px 24px 36px;
    }
    body.jinraj-about-page .transparency-seal {
        width: 96px;
        height: 96px;
        right: 20px;
    }
    body.jinraj-about-page .transparency-checklist li {
        gap: 14px;
    }
}




/* CTA buttons spacing */
body.jinraj-about-page .cta-group {
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 22px !important;
}

/* Map */
body.jinraj-about-page .location-map iframe {
    display: block !important;
    width: 100% !important;
    min-height: 420px !important;
    border: 0 !important;
}

/* Tablet */
@media only screen and (max-width: 991px) {
    body.jinraj-about-page main section.pt-100 {
        padding-top: 65px !important;
    }

    body.jinraj-about-page main section.pb-70 {
        padding-bottom: 50px !important;
    }

    body.jinraj-about-page h2.small-section-heading {
        font-size: 31px !important;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    body.jinraj-about-page main section.pt-100 {
        padding-top: 50px !important;
    }

    body.jinraj-about-page main section.pb-70 {
        padding-bottom: 40px !important;
    }

    body.jinraj-about-page h2.small-section-heading {
        font-size: 27px !important;
        line-height: 1.3 !important;
    }

    body.jinraj-about-page main p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    body.jinraj-about-page .content-card,
    body.jinraj-about-page .consultant-card,
    body.jinraj-about-page .address-card {
        padding: 20px !important;
    }

    body.jinraj-about-page .location-map iframe {
        min-height: 320px !important;
    }
}
/* =========================================
   ABOUT JINRAJ REAL ESTATES — new intro section
   (Replaces the old image + text "Company Introduction"
   block. Full-width cream band with a centred heading and
   an editorial two-column paragraph split, instead of the
   previous image-left / text-right layout.)
========================================= */

body.jinraj-about-page .about-intro-section {
    background: #f8f6f1;
}

body.jinraj-about-page .about-intro-header {
    max-width: 900px;
    margin: 0 auto 46px;
}

body.jinraj-about-page .about-intro-rule {
    display: block;
    width: 64px;
    height: 3px;
    margin: 20px auto 0;
    background: #b9852f;
    border-radius: 3px;
}

body.jinraj-about-page .about-intro-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

body.jinraj-about-page .about-intro-columns::before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 50%;
    width: 1px;
    background: rgba(185, 133, 47, 0.3);
}

body.jinraj-about-page .about-intro-columns p {
    margin-bottom: 0 !important;
}

body.jinraj-about-page .about-intro-cta {
    text-align: center;
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    body.jinraj-about-page .about-intro-columns {
        grid-template-columns: 1fr;
        row-gap: 26px;
    }

    body.jinraj-about-page .about-intro-columns::before {
        display: none;
    }

    body.jinraj-about-page .about-intro-columns p:last-child {
        padding-top: 26px;
        border-top: 1px solid rgba(185, 133, 47, 0.3);
    }
}

body.jinraj-about-page .developer-features-heading .developer-features-intro {
    max-width: 900px !important;
    margin: 14px auto 0 !important;
    text-align: center !important;
}

/* =========================================
   DEVELOPER FEATURES SECTION — unique tag/checklist layout
   (Replaces the old 9-card grid. Features render as
   pill-shaped checklist tags that wrap naturally,
   instead of another boxed card pattern.)
========================================= */

/* =========================================
   DEVELOPER FEATURES SECTION — unique "newspaper column" layout
   (Different mechanism again: a true CSS multi-column list, like
   a clipping from a printed brochure. Nine short lines settle
   into three balanced columns with a gold dash marker — no
   pills, no grid divider, no flowing paragraph. Very short,
   compact block. Same cream background.)
========================================= */

body.jinraj-about-page .developer-features-subline {
    max-width: 760px !important;
    margin: 12px auto 0 !important;
    text-align: center !important;
    font-style: italic;
    color: #5c5c5c;
}

body.jinraj-about-page .feature-columns {
    list-style: none;
    columns: 3;
    column-gap: 46px;
    max-width: 940px;
    margin: 32px auto 0;
    padding: 0;
}

body.jinraj-about-page .feature-columns li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    break-inside: avoid;
    padding: 9px 0;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.45;
    color: #33384a;
}

body.jinraj-about-page .feature-columns li::before {
    content: '\2014';
    flex: 0 0 auto;
    color: #b9852f;
    font-weight: 700;
}

body.jinraj-about-page .developer-features-note {
    max-width: 920px !important;
    margin: 26px auto 0 !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(185, 133, 47, 0.3);
    text-align: center !important;
    font-size: 15.5px !important;
    font-style: italic;
    color: #5c5c5c;
}

@media only screen and (max-width: 991px) {
    body.jinraj-about-page .feature-columns {
        columns: 2;
        column-gap: 32px;
    }
}

@media only screen and (max-width: 767px) {
    body.jinraj-about-page .feature-columns {
        columns: 1;
        margin-top: 26px;
    }

    body.jinraj-about-page .feature-columns li {
        font-size: 14px;
        padding: 8px 0;
    }

    body.jinraj-about-page .developer-features-note {
        font-size: 14.5px !important;
        margin-top: 22px !important;
        padding-top: 18px !important;
    }
}
body.jinraj-about-page #development-approach-title ~ p {
    max-width: 1200px !important;
    margin: 16px auto 0 !important;
    text-align: center !important;
    line-height: 1.7 !important;
}

/* =========================================
   OUR APPROACH SECTION — CSS-only tab switcher
   (No accordion, no card grid — a fresh mechanism not used
   anywhere else on this page. Hidden radio inputs drive
   which single panel is visible, so only one of the five
   long descriptions is on screen at a time and the section
   stays short. Background matches the white "A Business
   Heritage" intro-second section. Panel copy is justified.)
========================================= */

body.jinraj-about-page .approach-tabs-section {
    background: #ffffff;
}

body.jinraj-about-page .approach-intro p {
    text-align: justify !important;
    text-justify: inter-word !important;
    text-align-last: center !important;
    max-width: 820px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.jinraj-about-page .approach-tabs {
    max-width: 1080px;
    margin: 24px auto 0;
}

body.jinraj-about-page .approach-tab-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.jinraj-about-page .approach-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 8px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    body.jinraj-about-page .approach-tabs-nav {
        flex-wrap: nowrap;
    }
}

body.jinraj-about-page .approach-tab-btn {
    flex: 0 0 auto;
}

body.jinraj-about-page .approach-tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid rgba(201, 151, 63, 0.4);
    border-radius: 50px;
    background: #faf6ef;
    color: #6b6155;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    user-select: none;
}

body.jinraj-about-page .approach-tab-btn-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(201, 151, 63, 0.18);
    color: #b8862e;
    font-size: 10.5px;
    font-weight: 700;
    transition: background 0.3s ease, color 0.3s ease;
}

body.jinraj-about-page .approach-tab-btn:hover {
    border-color: #b8862e;
    color: #2b2620;
}

body.jinraj-about-page .approach-tab-panels {
    position: relative;
    background: linear-gradient(180deg, #faf6ef 0%, #f4ead9 100%);
    border: 1.5px solid rgba(201, 151, 63, 0.4);
    border-radius: 16px;
    padding: 30px 52px;
    min-height: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(184, 134, 46, 0.1);
}

body.jinraj-about-page .approach-tab-panel {
    display: none;
    position: relative;
    z-index: 1;
    animation: approachTabFade 0.4s ease;
}

body.jinraj-about-page .approach-panel-ghost-num {
    position: absolute;
    top: -22px;
    right: -6px;
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    color: rgba(184, 134, 46, 0.1);
    pointer-events: none;
    z-index: 0;
}

body.jinraj-about-page .approach-tab-panel {
    text-align: center;
    width: 100%;
}

body.jinraj-about-page .approach-tab-panel p {
    position: relative;
    margin: 0 auto !important;
    font-size: 15.5px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    color: #5c5347;
    text-align: justify !important;
    text-justify: inter-word !important;
    text-align-last: center !important;
    max-width: 100%;
}

@keyframes approachTabFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



#approach-tab-1:checked ~ .approach-tabs-nav label[for="approach-tab-1"],
#approach-tab-2:checked ~ .approach-tabs-nav label[for="approach-tab-2"],
#approach-tab-3:checked ~ .approach-tabs-nav label[for="approach-tab-3"],
#approach-tab-4:checked ~ .approach-tabs-nav label[for="approach-tab-4"],
#approach-tab-5:checked ~ .approach-tabs-nav label[for="approach-tab-5"] {
    background: linear-gradient(135deg, #d3a256, #b8862e);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(184, 134, 46, 0.3);
}

#approach-tab-1:checked ~ .approach-tabs-nav label[for="approach-tab-1"] .approach-tab-btn-num,
#approach-tab-2:checked ~ .approach-tabs-nav label[for="approach-tab-2"] .approach-tab-btn-num,
#approach-tab-3:checked ~ .approach-tabs-nav label[for="approach-tab-3"] .approach-tab-btn-num,
#approach-tab-4:checked ~ .approach-tabs-nav label[for="approach-tab-4"] .approach-tab-btn-num,
#approach-tab-5:checked ~ .approach-tabs-nav label[for="approach-tab-5"] .approach-tab-btn-num {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

#approach-tab-1:checked ~ .approach-tab-panels #approach-panel-1,
#approach-tab-2:checked ~ .approach-tab-panels #approach-panel-2,
#approach-tab-3:checked ~ .approach-tab-panels #approach-panel-3,
#approach-tab-4:checked ~ .approach-tab-panels #approach-panel-4,
#approach-tab-5:checked ~ .approach-tab-panels #approach-panel-5 {
    display: block;
}

@media only screen and (max-width: 767px) {
    body.jinraj-about-page .approach-tabs-nav {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    body.jinraj-about-page .approach-tab-btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    body.jinraj-about-page .approach-tab-panels {
        padding: 30px 24px;
    }

    body.jinraj-about-page .approach-panel-ghost-num {
        font-size: 64px;
    }

    body.jinraj-about-page .approach-tab-panel h3 {
        font-size: 19px;
    }
}

/* =========================================
   PROFESSIONAL TEAM SECTION — unique list layout
   (Replaces the old boxed-card pattern. Light,
   on-theme background with a clean divided
   roster list instead of another set of cards.)
========================================= */

body.jinraj-about-page .professional-team-section {
    background: #f8f6f1 !important;
}

/* Developer Features section — cream band (#F8F6F1) to keep the
   white / cream alternation consistent between sections */
body.jinraj-about-page .developer-features-section {
    background: #f8f6f1 !important;
}

body.jinraj-about-page .developer-features-section .feature-columns li {
    color: #33384a;
}

body.jinraj-about-page .professional-team-section .pro-team-row {
    row-gap: 30px;
}

/* Left intro column keeps text left-aligned (not centred like other section titles) */
body.jinraj-about-page .professional-team-section .pro-team-intro {
    width: 100% !important;
    text-align: left !important;
}

body.jinraj-about-page .professional-team-section .pro-team-intro > span {
    margin: 0 0 12px !important;
    text-align: left !important;
}

body.jinraj-about-page .professional-team-section h2#consultants-title {
    text-align: left !important;
    margin: 0 0 18px !important;
    max-width: 100% !important;
}

body.jinraj-about-page .professional-team-section .pro-team-intro > p {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

body.jinraj-about-page .pro-team-note {
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    color: #5c5c5c;
    border-left: 3px solid #b9852f;
    background: #ffffff;
    padding: 16px 20px !important;
    border-radius: 0 8px 8px 0;
    margin: 22px 0 0 !important;
    text-align: left !important;
}

/* Roster list card wrapper */
body.jinraj-about-page .pro-team-list-wrap {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 6px 34px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

body.jinraj-about-page .pro-team-list-caption {
    display: block;
    padding: 20px 0 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #b9852f;
}

body.jinraj-about-page .pro-team-list {
    list-style: none;
    margin: 0;
    padding: 4px 0 16px;
    counter-reset: proteam;
}

body.jinraj-about-page .pro-team-list li {
    counter-increment: proteam;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    border-left: 3px solid transparent;
    padding-left: 8px;
    margin-left: -8px;
    transition: padding-left 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

body.jinraj-about-page .pro-team-list li:last-child {
    border-bottom: 0;
}

body.jinraj-about-page .pro-team-list li:hover {
    padding-left: 18px;
    border-left-color: #b9852f;
    background: #f8f6f1;
}

body.jinraj-about-page .pro-team-list li::before {
    content: counter(proteam, decimal-leading-zero);
    flex: 0 0 auto;
    min-width: 36px;
    font-size: 15px;
    font-weight: 700;
    color: #b9852f;
}

body.jinraj-about-page .pro-team-role {
    flex: 0 0 auto;
    width: 220px;
    max-width: 38%;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #8a8a8a;
}

body.jinraj-about-page .pro-team-name {
    flex: 1 1 auto;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
}

@media only screen and (max-width: 991px) {
    body.jinraj-about-page .pro-team-list-wrap {
        padding: 4px 24px;
    }
}

@media only screen and (max-width: 767px) {
    body.jinraj-about-page .professional-team-section h2#consultants-title {
        font-size: 27px !important;
    }

    body.jinraj-about-page .pro-team-list-wrap {
        padding: 4px 18px;
    }

    body.jinraj-about-page .pro-team-list li {
        flex-wrap: wrap;
        row-gap: 4px;
        padding: 16px 0 16px 6px;
    }

    body.jinraj-about-page .pro-team-role {
        width: auto;
        max-width: 100%;
    }

    body.jinraj-about-page .pro-team-name {
        font-size: 16px !important;
        flex-basis: 100%;
        margin-left: 56px !important;
    }
}
 /* =====================================================
   Schedule Visit CTA Section (Golden Theme)
   Placed just before footer
   ===================================================== */
        .schedule-visit-area {
            position: relative;
            background: #ffffff;
            margin-top: 0;
            padding: 60px 0 50px !important;
            border-top: 1px solid rgba(201, 151, 63, 0.2);
        }

        .sv-card {
            max-width: 100%;
            width: 100%;
            margin: 0 auto;
            background: #f3efe6;
            border: 1px solid rgba(201, 151, 63, 0.32);
            border-radius: 18px;
            padding: 34px 55px 38px;
            box-shadow: 0 22px 50px rgba(120, 90, 40, 0.12);
            text-align: center;
            box-sizing: border-box;
        }

        .schedule-visit-area .sv-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
        }

        .schedule-visit-area .sv-eyebrow .line {
            width: 36px;
            height: 2px;
            background: #c9973f;
            display: inline-block;
        }

        .schedule-visit-area .sv-eyebrow-text {
            color: #b8862e;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
        }

        .sv-card h2 {
            color: #2b2620;
            font-size: 30px;
            font-weight: 600;
            line-height: 1.32;
            margin: 0 auto 18px;
            max-width: 700px;
        }

        .sv-card h2 b {
            color: #b8862e;
            font-style: italic;
            font-weight: 500;
        }

        .sv-card p.sv-desc {
            color: #6b6155;
            font-size: 14.5px;
            line-height: 1.8;
            max-width: 100%;
            margin: 0 auto 12px;
            text-align: justify;
            text-align-last: center;
        }

        .sv-card p.sv-desc:last-of-type {
            margin-bottom: 40px;
        }

        /* ---- Corporate Office / Project Site block (unique to this card) ---- */
        .sv-locations {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            gap: 50px;
            max-width: 1040px;
            margin: 0 auto 34px;
            padding: 34px 48px;
            background: #ffffff;
            border: 1px solid rgba(201, 151, 63, 0.28);
            border-radius: 14px;
            text-align: left;
        }

        .sv-location-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            flex: 1;
            min-width: 0;
        }

        .sv-location-text {
            flex: 1;
            min-width: 0;
            width: 100%;
        }

        .sv-location-icon {
            flex-shrink: 0;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            margin-top: 2px;
        }

        .sv-location-label {
            display: block;
            color: #b8862e;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .sv-location-text strong {
            display: block;
            color: #2b2620;
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .sv-location-text p {
            color: #6b6155;
            font-size: 14px;
            line-height: 1.7;
            margin: 0;
        }

        .sv-location-divider {
            width: 1px;
            align-self: stretch;
            background: rgba(201, 151, 63, 0.35);
        }

        @media (max-width: 640px) {
            .sv-locations {
                flex-direction: column;
                gap: 20px;
                padding: 22px 20px;
            }

            .sv-location-divider {
                width: 100%;
                height: 1px;
            }
        }

        /* ---- Primary actions (top 2, filled gold) ---- */
        .sv-primary-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            margin-bottom: 18px;
        }

        .sv-btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
            font-size: 14.5px;
            font-weight: 600;
            letter-spacing: 0.3px;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            box-shadow: 0 12px 25px rgba(184, 134, 46, 0.28);
            transition: all 0.35s ease;
            border: none;
        }

        .sv-btn-primary i {
            font-size: 18px;
            transition: transform 0.35s ease;
        }

        .sv-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 16px 32px rgba(184, 134, 46, 0.38);
            color: #fff;
        }

        .sv-btn-primary:hover i {
            transform: translateX(4px);
        }

        /* ---- Secondary actions (grid of 4, outlined) ---- */
        .sv-secondary-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            max-width: 780px;
            margin: 0 auto;
        }

        .sv-btn-secondary {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            background: #ffffff;
            border: 1px solid rgba(201, 151, 63, 0.4);
            color: #2b2620;
            font-size: 13px;
            font-weight: 600;
            padding: 13px 14px;
            border-radius: 10px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .sv-btn-secondary i {
            font-size: 17px;
            color: #b8862e;
            flex-shrink: 0;
            transition: color 0.3s ease;
        }

        .sv-btn-secondary:hover {
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
            border-color: transparent;
            transform: translateY(-2px);
            box-shadow: 0 12px 24px rgba(184, 134, 46, 0.25);
        }

        .sv-btn-secondary:hover i {
            color: #fff;
        }

        @media (max-width: 767px) {
            .schedule-visit-area {
                padding: 40px 0;
            }

            .sv-card {
                padding: 34px 22px 38px;
                border-radius: 14px;
            }

            .sv-card h2 {
                font-size: 22px;
            }

            .sv-card p.sv-desc {
                text-align: left;
                text-align-last: left;
            }

            .sv-primary-row {
                flex-direction: column;
            }

            .sv-btn-primary {
                width: 100%;
                justify-content: center;
            }

            .sv-secondary-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 420px) {
            .sv-secondary-grid {
                grid-template-columns: 1fr;
            }
        }
/* =====================================================
   FAQ Section (Golden Theme, native accordion, 2-column)
   ===================================================== */
        .faq-section {
            background: #f3efe6;
            padding: 60px 0;
        }

        .faq-section .section-title-two {
            margin-bottom: 26px;
        }

        .faq-section {
            padding-top: 40px !important;
            padding-bottom: 60px;
        }

        /* Heading — matched to other section heading sizes (30-32px, not theme default) */
        .faq-section h2.margin-auto {
            font-size: 32px !important;
            color: #2b2620;
            font-weight: 600;
            line-height: 1.3;
            margin: 0 auto;
            max-width: 700px;
        }

        .faq-section h2.margin-auto b.section-color2 {
            color: #b8862e !important;
            font-style: italic;
            font-weight: 500;
        }

        @media (max-width: 767px) {
            .faq-section h2.margin-auto {
                font-size: 24px !important;
                padding: 0 15px;
            }
        }

        .faq-accordion {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px 20px;
            align-items: start;
        }

        .faq-item {
            background: #fff;
            border: 1px solid rgba(201, 151, 63, 0.3) !important;
            border-radius: 12px;
            box-shadow: 0 8px 22px rgba(120, 90, 40, 0.07);
            overflow: hidden;
            outline: none;
        }

        .faq-item[open] {
            box-shadow: 0 18px 40px rgba(120, 90, 40, 0.13);
        }

        .faq-question {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            padding: 16px 20px;
            cursor: pointer;
            border-left: 4px solid transparent;
            outline: none;
            transition: border-color 0.3s ease, background 0.3s ease;
        }

        .faq-question::-webkit-details-marker {
            display: none;
        }

        .faq-question:focus,
        .faq-item:focus {
            outline: none;
        }

        .faq-item[open] .faq-question {
            border-left-color: #b8862e;
            background: linear-gradient(90deg, #faf1de 0%, #fff 60%);
        }

        .faq-question h3 {
            margin: 0;
            font-size: 15px;
            font-weight: 700;
            color: #2b2620;
            line-height: 1.4;
            flex: 1;
        }

        .faq-icon {
            flex-shrink: 0;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1px solid rgba(201, 151, 63, 0.4);
            color: #b8862e;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
        }

        .faq-item[open] .faq-icon {
            transform: rotate(180deg);
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
            border-color: transparent;
        }

        .faq-answer {
            padding: 0 20px 16px 20px;
            border-top: 1px solid rgba(201, 151, 63, 0.18);
            margin-top: 2px;
            animation: faqFade 0.35s ease;
        }

        .faq-answer p {
            margin: 0;
            color: #6b6155;
            font-size: 13.5px;
            line-height: 1.65;
            text-align: justify;
            text-align-last: left;
        }

        @keyframes faqFade {
            from {
                opacity: 0;
                transform: translateY(-6px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 767px) {
            .faq-accordion {
                grid-template-columns: 1fr;
                gap: 10px;
            }
        }

        p {
            text-align: justify;
            text-align-last: left;
        }

/* Intro Content Area (Luxury 3.5 & 4 BHK section) */
        .intro-content-area {
            position: relative;
            background: linear-gradient(180deg, #faf6ef 0%, #f4ead9 100%);
            padding: 100px 0 90px;
            overflow: hidden;
        }

        /* Second Intro Content Area — white bg only, nothing else changed */
        .intro-content-area.intro-second {
            background: #ffffff;
        }

        /* Compact the second section's content so its height matches the first section */
        .intro-content-area.intro-second p.intro-desc {
            max-width: 620px;
            /* wider column = text wraps into fewer lines */
            line-height: 1.6;
            /* tighter than the default 1.85 */
            margin-bottom: 14px;
            /* was 34px — this was the biggest source of extra height */
            font-size: 15px;
            text-align: justify;
            text-align-last: left;
        }

        .intro-content-area.intro-second p.intro-desc:last-of-type {
            margin-bottom: 0;
        }

        .intro-content-area.intro-second h1 {
            margin-bottom: 16px;
            /* was 22px */
            font-size: 32px;
            /* reduced from 44px to match reference size */
        }

        @media (max-width: 767px) {
            .intro-content-area.intro-second h1 {
                font-size: 24px;
            }
        }

        .intro-content-area.intro-second .intro-eyebrow {
            margin-bottom: 14px;
            /* was 20px */
        }

        .intro-content-area.intro-second {
            padding: 70px 0 60px;
            /* less than the default 100px 0 90px */
        }

        .intro-content-area .intro-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 60px;
        }

        .intro-content-area .intro-left {
            flex: 1 1 460px;
        }

        .intro-content-area .intro-eyebrow {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }

        .intro-content-area .intro-eyebrow-line {
            width: 40px;
            height: 2px;
            background: #c9973f;
            display: inline-block;
        }

        .intro-content-area .intro-eyebrow-text {
            color: #b8862e;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
        }

        .intro-content-area h1 {
            color: #2b2620;
            font-size: 44px;
            font-weight: 600;
            line-height: 1.28;
            margin-bottom: 22px;
        }

        .intro-content-area h1 i {
            color: #c9973f;
            font-style: italic;
            font-weight: 500;
        }

        .intro-content-area p.intro-desc {
            color: #6b6155;
            font-size: 16px;
            line-height: 1.85;
            max-width: 100%;
            margin-bottom: 34px;
            text-align: justify;
            text-align-last: left;
        }

        .intro-content-area .explore-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            padding: 16px 34px;
            border-radius: 50px;
            text-decoration: none;
            box-shadow: 0 12px 25px rgba(184, 134, 46, 0.28);
            transition: all 0.35s ease;
        }

        .intro-content-area .explore-btn i {
            font-size: 18px;
            transition: transform 0.35s ease;
        }

        .intro-content-area .explore-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 16px 32px rgba(184, 134, 46, 0.38);
            color: #fff;
        }

        .intro-content-area .explore-btn:hover i {
            transform: translateX(5px);
        }

        .intro-content-area .intro-right {
            flex: 1 1 460px;
            position: relative;
        }

        .intro-content-area .intro-img-wrap {
            position: relative;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(120, 90, 40, 0.18);
        }

        .intro-content-area .intro-img-wrap img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .intro-content-area .intro-img-wrap:hover img {
            transform: scale(1.05);
        }

        .intro-content-area .intro-img-badge {
            position: absolute;
            left: -22px;
            bottom: -22px;
            background: #fff;
            border: 1px solid rgba(201, 151, 63, 0.4);
            border-radius: 12px;
            padding: 18px 24px;
            box-shadow: 0 15px 35px rgba(120, 90, 40, 0.15);
            text-align: center;
        }

        .intro-content-area .intro-img-badge h4 {
            margin: 0;
            color: #b8862e;
            font-size: 26px;
            font-weight: 700;
        }

        .intro-content-area .intro-img-badge span {
            display: block;
            color: #6b6155;
            font-size: 11px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-top: 4px;
        }

        @media (max-width: 991px) {
            .intro-content-area .intro-img-badge {
                left: 14px;
                bottom: 14px;
            }
        }

        @media (max-width: 767px) {
            .intro-content-area {
                padding: 60px 0;
            }

            .intro-content-area h1 {
                font-size: 30px;
            }
        }

/* --- Block 4 --- */
.jre-nfc{position:relative;overflow:hidden;background:#ffffff;}
            body.jinraj-about-page .jre-nfc h2.small-section-heading{text-align:left !important;margin:0 0 18px !important;}
            .jre-nfc .jre-nfc-copy p{text-align:justify;color:#5c5449;line-height:1.85;margin-bottom:18px;}
            .jre-nfc .jre-nfc-intro{font-weight:400;color:#2b2620;margin:26px 0 18px;text-align:left;}
            .jre-nfc-panel{background:#faf6ef;border:1px solid rgba(201,151,63,.28);border-radius:14px;padding:38px 30px;position:relative;box-shadow:0 16px 36px rgba(120,90,40,.1);}
            .jre-nfc-panel h3{color:#2b2620;font-size:20px;margin:6px 0 24px;padding-left:2px;}
            .jre-nfc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
            .jre-nfc-item{display:flex;align-items:flex-start;gap:10px;background:#ffffff;border:1px solid rgba(201,151,63,.22);border-radius:10px;padding:14px 12px;transition:.25s;}
            .jre-nfc-item:hover{background:#c9973f;border-color:#c9973f;transform:translateY(-3px);}
            .jre-nfc-item i{font-size:20px;color:#c9973f;flex-shrink:0;}
            .jre-nfc-item:hover i{color:#ffffff;}
            .jre-nfc-item span{font-size:14.5px;color:#4a4437;line-height:1.35;}
            .jre-nfc-item:hover span{color:#ffffff;}
            .jre-nfc-tag{display:inline-block;font-size:12px;letter-spacing:1px;color:#b9852f;font-weight:700;text-transform:uppercase;background:rgba(201,151,63,.12);border-radius:20px;padding:6px 14px;margin-bottom:14px;}
            .jre-nfc-strip{margin-top:50px;display:flex;flex-wrap:wrap;align-items:center;gap:16px;background:#ffffff;border:1px solid rgba(201,151,63,.28);border-radius:12px;padding:22px 26px;}
            .jre-nfc-strip i{font-size:26px;color:#c9973f;flex-shrink:0;}
            .jre-nfc-strip p{margin:0;text-align:justify;color:#5c5449;line-height:1.8;}
            .jre-nfc-strip strong{color:#2b2620;}
            @media(max-width:767px){.jre-nfc-panel{margin-top:40px;}.jre-nfc-grid{grid-template-columns:1fr;}}


/* --- Converted from inline style="" attributes --- */
.about-faq-section-override {
    background-color: #ffffff !important;
}

.about-map-iframe {
    border: 0;
}
