/* =============================================================================
 * Majestic Sky Bungalow — index.php page-specific styles
 * Extracted from inline <style> blocks. Keep this file in sync with index.php.
 * ============================================================================= */

/* --- Block 1 --- */
/* ============================================================
   Developer Section — Premium redesign (v3)
   Cream gradient background matching specs-section.
   Hero identity strip + narrative with quote + 3x2 consultant tiles.
   ============================================================ */
.developer-section {
    background: #ffffff;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    position: relative;
    overflow: hidden;
}

/* Decorative ambient orbs removed — section is white */

.developer-section .container {
    position: relative;
    z-index: 1;
}

/* Heading */
.developer-section .section-title-two .section-span-bg2 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #b8862e;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.developer-section .section-title-two .section-span-bg2::before {
    content: "";
    width: 32px;
    height: 2px;
    background: #c9973f;
    display: inline-block;
}

.developer-section .section-title-two h2 {
    color: #2b2620;
    font-size: 32px;
    font-weight: 600;
    margin: 12px auto 0;
    max-width: 820px;
    line-height: 1.3;
}

.developer-section .section-title-two h2 i {
    color: #b8862e;
    font-style: italic;
    font-weight: 500;
}

/* ============================================================
   RERA-Registered Residential Project (merged into developer section)
   ============================================================ */
.developer-section .dev-rera-row {
    margin-top: 28px;
}

/* Left badge card */
.developer-section .dev-rera-badge-card {
    background: linear-gradient(160deg, #fbf3e2 0%, #ffffff 100%);
    border: 1px solid rgba(211, 162, 86, 0.32);
    border-radius: 18px;
    padding: 32px 30px 28px;
    box-shadow: 0 20px 44px rgba(120, 90, 40, 0.12);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.developer-section .dev-rera-badge-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d3a256, #b8862e);
}

.developer-section .dev-rera-badge-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d3a256, #b8862e);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 22px rgba(184, 134, 46, 0.32);
    margin-bottom: 18px;
}

.developer-section .dev-rera-badge-label {
    font-size: 10px;
    font-weight: 700;
    color: #b8862e;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.developer-section .dev-rera-badge-number {
    font-family: 'Cormorant', serif;
    font-size: 28px;
    font-weight: 700;
    color: #2b2620;
    line-height: 1.15;
    margin: 0 0 6px;
    letter-spacing: 0.5px;
}

.developer-section .dev-rera-badge-platform {
    font-size: 12.5px;
    color: #6b6155;
    margin: 0 0 18px;
}

.developer-section .dev-rera-badge-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 151, 63, 0.4), transparent);
    margin: 0 0 16px;
}

.developer-section .dev-rera-badge-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    border: 1px solid rgba(201, 151, 63, 0.3);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 12px;
    color: #6b6155;
    line-height: 1.55;
}

.developer-section .dev-rera-badge-note i {
    color: #b8862e;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Right descriptive content */
.developer-section .dev-rera-content {
    background: #ffffff;
    border: 1px solid rgba(201, 151, 63, 0.3);
    border-radius: 18px;
    padding: 30px 32px;
    box-shadow: 0 18px 40px rgba(120, 90, 40, 0.08);
    height: 100%;
}

.developer-section .dev-rera-content p {
    color: #6b6155;
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
    text-align-last: left;
    margin: 0 0 12px;
}

.developer-section .dev-rera-content p:last-of-type {
    margin-bottom: 0;
}

.developer-section .dev-rera-points {
    list-style: none;
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: 1px dashed rgba(201, 151, 63, 0.4);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 12px;
}

.developer-section .dev-rera-points li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #2b2620;
    font-weight: 500;
    background: linear-gradient(180deg, #faf6ef 0%, #f7eedb 100%);
    border: 1px solid rgba(201, 151, 63, 0.25);
    border-radius: 8px;
    padding: 9px 11px;
}

.developer-section .dev-rera-points li i {
    color: #b8862e;
    font-size: 14px;
    flex-shrink: 0;
}

/* ============================================================
   Hero identity strip — full-width premium card
   ============================================================ */
.developer-section .dev-hero {
    margin-top: 32px;
    background: linear-gradient(135deg, #2b2620 0%, #1c1812 100%);
    border-radius: 20px;
    padding: 30px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 24px 50px rgba(43, 38, 32, 0.25);
    position: relative;
    overflow: hidden;
}

.developer-section .dev-hero::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(211, 162, 86, 0.35), transparent 70%);
    pointer-events: none;
}

.developer-section .dev-hero__left {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 1;
    min-width: 0;
}

.developer-section .dev-hero__crest {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d3a256, #b8862e);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 10px 24px rgba(184, 134, 46, 0.45);
    flex-shrink: 0;
}

.developer-section .dev-hero__identity {
    min-width: 0;
}

.developer-section .dev-hero__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d3a256;
    background: rgba(211, 162, 86, 0.14);
    border: 1px solid rgba(211, 162, 86, 0.35);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.developer-section .dev-hero__name {
    font-family: 'Cormorant', serif;
    color: #f4ead9;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.15;
}

.developer-section .dev-hero__venture {
    color: rgba(244, 234, 217, 0.78);
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
    max-width: 620px;
}

.developer-section .dev-hero__right {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
}

.developer-section .dev-hero__stat {
    display: flex;
    align-items: center;
    gap: 12px;
}

.developer-section .dev-hero__year {
    font-family: 'Cormorant', serif;
    font-size: 44px;
    font-weight: 700;
    color: #d3a256;
    line-height: 1;
}

.developer-section .dev-hero__year--small {
    font-size: 22px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.developer-section .dev-hero__year-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(244, 234, 217, 0.7);
    text-transform: uppercase;
    line-height: 1.35;
    letter-spacing: 1px;
}

.developer-section .dev-hero__divider {
    width: 1px;
    height: 50px;
    background: rgba(211, 162, 86, 0.35);
}

/* ============================================================
   Two-column body row
   ============================================================ */
.developer-section .dev-row {
    margin-top: 28px;
}

/* Narrative (left) */
.developer-section .dev-content {
    background: #ffffff;
    border: 1px solid rgba(201, 151, 63, 0.3);
    border-radius: 18px;
    padding: 32px 32px 30px;
    box-shadow: 0 18px 40px rgba(120, 90, 40, 0.10);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.developer-section .dev-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d3a256, #b8862e);
}

.developer-section .dev-content__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fbe6b6, #f1d089);
    color: #8a5a14;
    border: 1px solid rgba(184, 134, 46, 0.35);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.developer-section .dev-content__chip i {
    font-size: 15px;
}

.developer-section .dev-content__h {
    font-family: 'Cormorant', serif;
    color: #2b2620;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 18px;
}

/* Quote block */
.developer-section .dev-content__quote {
    position: relative;
    background: linear-gradient(180deg, #faf6ef 0%, #f7eedb 100%);
    border: 1px dashed rgba(201, 151, 63, 0.4);
    border-radius: 12px;
    padding: 22px 22px 22px 56px;
    margin: 0 0 18px;
}

.developer-section .dev-content__quote i {
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 26px;
    color: #d3a256;
    opacity: 0.85;
}

.developer-section .dev-content__quote p {
    color: #2b2620;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
    text-align-last: left;
    font-weight: 500;
}

.developer-section .dev-content__lead {
    color: #6b6155;
    font-size: 13.5px;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
    text-align-last: left;
}

/* Consultant block (right) */
.developer-section .consultant-block {
    background: #ffffff;
    border: 1px solid rgba(201, 151, 63, 0.3);
    border-radius: 18px;
    padding: 30px 30px 28px;
    box-shadow: 0 18px 40px rgba(120, 90, 40, 0.10);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.developer-section .consultant-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #d3a256, #b8862e);
}

.developer-section .consultant-block__head {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px dashed rgba(201, 151, 63, 0.4);
}

.developer-section .consultant-block__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #b8862e;
    margin-bottom: 8px;
}

.developer-section .consultant-block__h {
    font-family: 'Cormorant', serif;
    color: #2b2620;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.developer-section .consultant-block__h i {
    color: #b8862e;
    font-style: italic;
    font-weight: 500;
}

/* 3x2 consultant tiles */
.developer-section .consultant-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.developer-section .consultant-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: linear-gradient(180deg, #faf6ef 0%, #f7eedb 100%);
    border: 1px solid rgba(201, 151, 63, 0.25);
    border-radius: 12px;
    padding: 14px 14px;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}

.developer-section .consultant-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #d3a256, #b8862e);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.developer-section .consultant-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 151, 63, 0.55);
    box-shadow: 0 12px 24px rgba(120, 90, 40, 0.12);
}

.developer-section .consultant-card:hover::before {
    transform: scaleX(1);
}

.developer-section .consultant-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fbe6b6, #f1d089);
    color: #8a5a14;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    border: 1px solid rgba(184, 134, 46, 0.3);
    transition: transform 0.35s ease;
}

.developer-section .consultant-card:hover .consultant-card__icon {
    transform: rotate(-6deg) scale(1.05);
}

.developer-section .consultant-card__body {
    min-width: 0;
}

.developer-section .consultant-card__body h5 {
    font-family: 'Cormorant', serif;
    color: #2b2620;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px;
    line-height: 1.2;
}

.developer-section .consultant-card__body p {
    color: #6b6155;
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .developer-section .dev-hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 28px 28px;
    }
    .developer-section .dev-hero__right {
        width: 100%;
        justify-content: flex-start;
    }
    .developer-section .dev-content {
        margin-bottom: 24px;
    }
    .developer-section .dev-rera-badge-card {
        margin-bottom: 24px;
    }
    .developer-section .dev-rera-points {
        grid-template-columns: 1fr;
    }
    .developer-section .consultant-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .developer-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .developer-section .section-title-two h2 {
        font-size: 24px;
    }
    .developer-section .dev-hero {
        padding: 24px 22px;
    }
    .developer-section .dev-hero__left {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .developer-section .dev-hero__crest {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
    .developer-section .dev-hero__name {
        font-size: 24px;
    }
    .developer-section .dev-hero__year {
        font-size: 36px;
    }
    .developer-section .dev-hero__year--small {
        font-size: 18px;
    }
    .developer-section .dev-hero__divider {
        height: 40px;
    }
    .developer-section .dev-content,
    .developer-section .consultant-block,
    .developer-section .dev-rera-content,
    .developer-section .dev-rera-badge-card {
        padding: 24px 22px;
    }
    .developer-section .dev-content__h,
    .developer-section .consultant-block__h {
        font-size: 19px;
    }
    .developer-section .dev-content__quote {
        padding: 18px 18px 18px 50px;
    }
    .developer-section .dev-content__quote p,
    .developer-section .dev-content__lead {
        text-align: left;
    }
    .developer-section .consultant-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   GLOBAL PROPERTY PAGE — Justify text + mobile responsiveness pass
   Ensures every paragraph across all sections renders as full
   justified copy on every breakpoint (desktop, tablet, mobile).
   Also handles overflow, font-size and layout fixes.
   ============================================================ */

/* Full justify on every paragraph block site-wide (desktop/tablet) */
.intro-content-area p,
.premium-residential-section p,
.apartment-area .section-title-two p,
.apartment-area .apt-card__desc,
.house-details-two .house-content-two p,
.lifestyle-amenities-section .section-title-two p,
.lifestyle-amenities-section .amenity-panel__head p,
.lifestyle-amenities-section .amenity-footnote p,
.specs-section .specs-lead,
.specs-section .section-title-two p,
.specs-section .specs-note p,
.developer-section .dev-rera-content p,
.developer-section .dev-content__quote p,
.developer-section .dev-content__lead,
.faq-area .accordion-body,
.faq-area .brochure-panel__lead {
    text-align: justify;
    text-align-last: left;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* ============================================================
   Intro Content Area — MOBILE REORDER
   Image must appear BEFORE content on mobile.
   ============================================================ */
@media (max-width: 767px) {
    .intro-content-area .intro-row {
        gap: 28px;
    }

    .intro-content-area .intro-mobile-first {
        order: 1;
        width: 100%;
        flex: 1 1 100%;
    }

    .intro-content-area .intro-mobile-second {
        order: 2;
        width: 100%;
        flex: 1 1 100%;
    }

    .intro-content-area .intro-img-wrap {
        border-radius: 12px;
    }

    .intro-content-area p.intro-desc {
        text-align: justify;
        text-align-last: left;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .intro-content-area h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .intro-content-area .intro-eyebrow-text {
        font-size: 12px;
        letter-spacing: 2px;
    }
}
        
        @media (min-width: 768px) {

    .room-details-content {
        padding: 22px 20px !important;   /* aur kam kar diya, pehle 90/40px tha */
    }

    /* List: FORCE single line, no wrap, shrink font if needed to fit */
    .room-details-content .rd-list {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap !important;     /* ab dusri line mein nahi jayega */
        justify-content: center;
        gap: 6px 16px !important;
        width: 100%;
    }

    .room-details-content .rd-list li {
        white-space: nowrap;
        font-size: 12.5px !important;     /* single line mein fit karne ke liye chhota */
        padding-left: 20px;
        flex-shrink: 1;
    }

    .room-details-content .rd-list li::before {
        width: 15px;
        height: 15px;
        font-size: 8px;
    }

    /* Arrows close to card edge */
    .room-details-slider.owl-carousel .owl-nav button.owl-prev {
        left: -8px;
    }
    .room-details-slider.owl-carousel .owl-nav button.owl-next {
        right: -8px;
    }
}
        /* ============================================================
   DESKTOP FIX — Room Details content: compact, centered,
   list in a single horizontal line (mobile untouched)
   ============================================================ */
@media (min-width: 768px) {

    .room-details-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 24px 30px !important;   /* bahut kam kar diya, pehle 36px 42px 74px tha */
        height: 100%;
    }

    .room-details-content a {
        margin-bottom: 4px !important;
    }

    .room-details-content h3 {
        text-align: center;
    }

    .room-details-content .rd-group-title {
        margin: 6px 0 14px !important;   /* pehle 10px 0 20px tha */
    }

    /* List: single horizontal line instead of stacked column */
    .room-details-content .rd-list {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 22px !important;       /* pehle grid tha, ab row */
        margin: 0;
    }

    .room-details-content .rd-list li {
        padding-left: 24px;
        margin: 0 !important;
        white-space: nowrap;
    }

    /* Arrows: pull closer to the card edge, no wasted gap on the right */
    .room-details-slider.owl-carousel .owl-nav button.owl-prev {
        left: -8px;
    }
    .room-details-slider.owl-carousel .owl-nav button.owl-next {
        right: -8px;
    }
}
@media (min-width: 768px) {

    /* Card poori width le, lekin andar ka content tight rakho */
    .room-details-content {
        padding: 24px 90px !important;   /* left-right padding badhaya taaki list bahar na chode, phir bhi content compact */
    }

    .room-details-content .rd-list {
        gap: 8px 30px !important;
        justify-content: center;
    }

    /* Arrows wapas card ke edge pe (pehle wale -8px sahi the) */
    .room-details-slider.owl-carousel .owl-nav button.owl-prev {
        left: -8px;
    }
    .room-details-slider.owl-carousel .owl-nav button.owl-next {
        right: -8px;
    }
}
        /* ============================================================
   MOBILE FIX — Room Details content block (clean stacked layout)
   ============================================================ */
@media (max-width: 767px) {

    .room-details-item {
        position: relative;
    }

    .room-details-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 24px 70px;
        gap: 10px;
    }

    /* Force correct visual order: Title -> Badge -> List */
    .room-details-content a { order: 1; margin: 0; }
    .room-details-content .rd-group-title { order: 2; margin: 0 0 6px; }
    .room-details-content .rd-list { order: 3; text-align: left; display: inline-grid; gap: 10px; }

    .room-details-content h3 {
        font-size: 19px;
    }

    /* Arrows: clean row below content, centered, not overlapping list */
    .room-details-slider.owl-carousel .owl-nav {
        top: auto;
        bottom: 16px;
        transform: none;
        padding: 0 22px !important;
    }
}

/* ============================================================
   FIX — "Lifestyle Amenities for Every Generation" heading:
   keep centered, avoid ugly single-word orphan line wrap
   ============================================================ */
.room-details-area .section-title-two h2.margin-auto {
    text-align: center !important;
    text-wrap: balance; /* modern browsers: balances line lengths instead of orphaning 1 word */
}

.room-details-area .section-title-two h2.margin-auto b.section-color2 {
    white-space: nowrap; /* keeps "Every Generation" together, won't split mid-phrase */
}

@media (max-width: 767px) {
    .room-details-area .section-title-two h2.margin-auto b.section-color2 {
        white-space: normal; /* on very small screens allow wrap if it truly doesn't fit */
    }
}

/* ============================================================
   FIX — Tabs (01. TERRACE AMENITIES / 02. FIRST-FLOOR AMENITIES)
   Mobile: proper spacing, centered, no cramped overlap
   ============================================================ */
@media (max-width: 767px) {
    .room-details-area .tab.room-details-tab .tabs {
        gap: 4px;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 12px;
    }

    .room-details-area .tab.room-details-tab .tabs li {
        flex: 1;
        text-align: center;
    }

    .room-details-area .tab.room-details-tab .tabs li a {
        display: block;
        width: 100%;
        font-size: 11.5px;
        line-height: 1.35;
        padding: 10px 8px;
        white-space: normal;
        word-break: keep-all;
    }
}
.room-details-area .section-title-two.text-center {
    width: 100%;
    text-align: center !important;
}
@media (max-width: 767px) {
    .room-details-content {
        padding: 22px 24px 60px;
        gap: 6px; /* pehle 10px tha, ab kam kiya */
    }

    .room-details-content h3 {
        margin-bottom: 2px;
    }

    .room-details-content .rd-group-title {
        margin: 4px 0 4px !important; /* pehle 6px tha */
    }

    .room-details-content .rd-list {
        gap: 7px; /* pehle 10px tha */
    }

    .room-details-slider.owl-carousel .owl-nav {
        bottom: 10px; /* thoda upar khinch diya, list ke paas */
    }
}
/* ============================================================
   BULLETPROOF FIX — force heading truly centered via flexbox
   (kills any max-width/margin-auto calculation issue)
   ============================================================ */
.room-details-area .section-title-two {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
}
/* ---- Restore spacing below heading (flex parent collapsed the gap) ---- */
.room-details-area .section-title-two h2.margin-auto {
    margin-bottom: 16px !important;
}

.room-details-area .rd-intro {
    margin-top: 4px !important;
}
.room-details-area .section-title-two h2.margin-auto {
    display: inline-block !important;
    width: auto !important;      /* content ke hisaab se shrink, no fixed max-width fight */
    max-width: 90% !important;
    margin: 0 !important;         /* flex parent hi centering karega, margin-auto ki zaroorat nahi */
    text-align: center !important;
}
.room-details-area .section-title-two h2.margin-auto {
    display: block;
    width: 100%;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
        /* ---- FIX 1: kill pink hover/visited link color on the title ---- */
.room-details-content a,
.room-details-content a:link,
.room-details-content a:visited,
.room-details-content a:hover,
.room-details-content a:active,
.room-details-content a h3 {
    color: #2b2620 !important;
    text-decoration: none !important;
}

/* ---- FIX 2: make the checkmark bullet actually visible ---- */
.room-details-content .rd-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d3a256, #b8862e);
    color: #ffffff !important;
    font-size: 11px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", Arial, sans-serif; /* force a font that has this glyph */
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
        /* ============================================================
   Room Details — Content Block + Carousel Arrows Redesign
   (desktop + mobile both handled here, replaces old mobile-fix block)
   ============================================================ */

.room-details-item .room-details-slider.owl-carousel {
    position: relative;
}

/* ---- Content block ---- */
.room-details-content {
    padding: 36px 42px 74px;
    text-align: left;
}

.room-details-content a {
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

.room-details-content h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #2b2620;
    font-family: inherit; /* theme ke default oversize serif ko override */
}

.room-details-content .rd-group-title {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #faf1de, #fff5e0);
    border: 1px solid rgba(201, 151, 63, .45);
    color: #8a6320;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    margin: 10px 0 20px;
}

.room-details-content .rd-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.room-details-content .rd-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0 !important;
    font-size: 14.5px;
    line-height: 1.5;
    color: #4a4239;
}

.room-details-content .rd-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d3a256, #b8862e);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- Arrows: gold circular buttons, docked on the card edges ---- */
.room-details-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
    z-index: 20;
}

.room-details-slider.owl-carousel .owl-nav button.owl-prev,
.room-details-slider.owl-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin: 0 !important;
    border-radius: 50%;
    background: linear-gradient(135deg, #d3a256, #b8862e) !important;
    border: 2px solid rgba(255, 255, 255, .85) !important;
    color: transparent !important;
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(43, 38, 32, .35);
    transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.room-details-slider.owl-carousel .owl-nav button.owl-prev { transform: translateX(-50%); }
.room-details-slider.owl-carousel .owl-nav button.owl-next { transform: translateX(50%); }

.room-details-slider.owl-carousel .owl-nav button.owl-prev::before,
.room-details-slider.owl-carousel .owl-nav button.owl-next::before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.room-details-slider.owl-carousel .owl-nav button.owl-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}
.room-details-slider.owl-carousel .owl-nav button.owl-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}

.room-details-slider.owl-carousel .owl-nav button.owl-prev:hover,
.room-details-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(135deg, #2b2620, #3a3128) !important;
    border-color: #d3a256 !important;
    box-shadow: 0 14px 28px rgba(43, 38, 32, .45);
}
.room-details-slider.owl-carousel .owl-nav button.owl-prev:hover { transform: translateX(-50%) scale(1.08); }
.room-details-slider.owl-carousel .owl-nav button.owl-next:hover { transform: translateX(50%) scale(1.08); }

/* ---- Mobile: arrows shift to a clean row below content, no overlap ---- */
@media (max-width: 767px) {
    .room-details-content {
        text-align: center;
        padding: 26px 22px 62px;
    }
    .room-details-content .rd-list {
        display: inline-grid;
        text-align: left;
    }
    .room-details-slider.owl-carousel .owl-nav {
        top: auto;
        bottom: 14px;
        transform: none;
        padding: 0 20px !important;
    }
    .room-details-slider.owl-carousel .owl-nav button.owl-prev,
    .room-details-slider.owl-carousel .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
        min-width: 38px;
        transform: none !important;
    }
    .room-details-slider.owl-carousel .owl-nav button.owl-prev:hover,
    .room-details-slider.owl-carousel .owl-nav button.owl-next:hover {
        transform: scale(1.08) !important;
    }
}
        
        /* ===== MOBILE FIX: Room Details content + arrow position + spacing ===== */
@media (max-width: 767px) {

    /* 1) Checklist block ko center karna */
    .room-details-content {
        text-align: center;
        padding-bottom: 65px !important; /* arrows ke liye aur zyada neeche jagah */
        position: relative;
    }

    .room-details-content .rd-list {
        display: inline-block;
        text-align: left;
    }

    .room-details-content .rd-list li {
        text-align: left !important;
    }

    /* 2) Arrows ko poori tarah text ke neeche, clearly separate line par */
    .room-details-area .room-details-slider.owl-carousel .owl-nav {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important;
        left: 0;
        width: 100%;
        transform: none !important;
        margin: 0 !important;
        padding: 10px 0 0 !important;
        border-top: 1px solid rgba(201, 151, 63, 0.2);
    }

    /* 3) Room-details aur Spec-showcase section ke beech ka gap kam karna */
    .room-details-area.pb-70 {
        padding-bottom: 15px !important;
    }

    .spec-showcase {
        padding-top: 20px !important;
    }

    
}
    a, a *,
    button, button *,
    summary, summary *,
    .explore-btn, .explore-btn *,
    .default-btn, .default-btn *,
    .sv-btn-primary, .sv-btn-primary *,
    .sv-btn-secondary, .sv-btn-secondary *,
    .hd-acc-head, .hd-acc-head *,
    .faq-question, .faq-question *,
    .rera-step, .rera-step *,
    .safety-list li, .safety-list li *,
    .dc-team-card, .dc-team-card *,
    .spec-card, .spec-card *,
    .location-chips span, .location-chips span *,
    .ev-grid li, .ev-grid li *,
    .why-grid li, .why-grid li *,
    .pf-list li, .pf-list li *,
    .contact-info-list a, .contact-info-list a *,
    .owl-nav button, .owl-nav button *,
    .owl-dot, .owl-dot *,
    input[type="submit"],
    input[type="button"],
    [onclick] {
        cursor: pointer !important;
    }

/* --- Block 2 --- */
/* ===== MEDIUM SPACING OVERRIDE — Desktop + Mobile ===== */

/* Desktop / default */
.intro-content-area,
.intro-content-area.intro-second,
.privacy-feature-area,
.majestic-overview,
.testimonial-area.majestic-feature-strip,
.house-details-area,
.room-details-area,
.property-section-two,
.counter-area,
.map-area-two,
.spec-showcase,
.safety-section,
.rera-trust-area,
.developer-credentials-area,
.faq-section,
.ev-parking-area,
.location-area,
.why-choose-area,
.schedule-visit-area {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.property-details {
    padding: 12px 0 !important;
}

/* Mobile — thoda aur kam, but not too tight */
@media (max-width: 767px) {
    .intro-content-area,
    .intro-content-area.intro-second,
    .privacy-feature-area,
    .majestic-overview,
    .testimonial-area.majestic-feature-strip,
    .house-details-area,
    .room-details-area,
    .property-section-two,
    .counter-area,
    .spec-showcase,
    .safety-section,
    .rera-trust-area,
    .developer-credentials-area,
    .faq-section,
    .ev-parking-area,
    .location-area,
    .why-choose-area,
    .schedule-visit-area {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .property-details {
        padding: 10px 0 !important;
    }
}
        .video-banner-area {
            position: relative;
            width: 100%;
            height: 88vh;
            min-height: 580px;
            max-height: 880px;
            overflow: hidden;
            background: #000;
        }

        .video-banner-area video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            object-fit: cover;
            z-index: 1;
        }

        .video-banner-content {
            position: relative;
            z-index: 3;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 15px;
        }

        .video-banner-content span {
            color: #d3a256;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 15px;
            text-transform: uppercase;
            margin-bottom: 15px;
            display: inline-block;
        }

        .video-banner-content h1 {
            color: #fff;
            font-size: 48px;
            font-weight: 600;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .video-banner-content h1 b {
            color: #d3a256;
            font-weight: 600;
        }

        .video-banner-content p {
            color: #f1f1f1;
            max-width: 650px;
            font-size: 16px;
            margin: 0 auto;
        }

        .video-banner-scroll {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;
            color: #fff;
            font-size: 24px;
            animation: videoBannerBounce 1.8s infinite;
        }

        @keyframes videoBannerBounce {

            0%,
            100% {
                transform: translate(-50%, 0);
            }

            50% {
                transform: translate(-50%, -12px);
            }
        }

        @media (max-width: 767px) {
            .video-banner-area {
                height: 64vh;
                min-height: 420px;
            }

            .video-banner-content h1 {
                font-size: 30px;
            }
        }

        /* 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;
        }

        .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: 480px;
            margin-bottom: 34px;
        }

        .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 h3, .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;
            }
        }

        /* =====================================================
           House Details Area — Premium Tabs
           (Tablist + panels, all panels stay in layout flow
           so Owl Carousel stays measurable.)
           ===================================================== */
        .house-details-area {
            background: linear-gradient(180deg, #fdfaf4 0%, #f6ead2 100%);
            padding: 70px 0 80px;
            overflow: hidden;
        }

        /* Heading */
        .hd-heading {
            text-align: center;
            max-width: 820px;
            margin: 0 auto 36px;
        }

        .hd-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 7px 18px;
            background: linear-gradient(135deg, #fdf2da 0%, #ffffff 100%);
            border: 1px solid rgba(201, 151, 63, 0.5);
            border-radius: 40px;
            color: #8a6320;
            font-size: 11.5px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            box-shadow:
                0 6px 18px rgba(184, 134, 46, 0.18),
                inset 0 1px 0 rgba(255, 255, 255, 0.7);
            margin-bottom: 18px;
        }

        .hd-eyebrow i {
            font-size: 14px;
            color: #b8862e;
        }

        .hd-title {
            margin: 0 0 14px;
            color: #1f1a14;
            font-size: 38px;
            font-weight: 600;
            letter-spacing: -0.5px;
            line-height: 1.22;
        }

        .hd-title em {
            font-style: italic;
            font-weight: 500;
            color: #b8862e;
        }

        .hd-subtitle {
            margin: 0 auto;
            color: #5a5046;
            font-size: 15px;
            line-height: 1.7;
            max-width: 640px;
        }

        /* Tablist */
        .ht-tabs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin: 0 0 22px;
        }

        .ht-tab {
            appearance: none;
            -webkit-appearance: none;
            background: #ffffff;
            border: 1px solid rgba(201, 151, 63, 0.3);
            border-radius: 16px;
            box-shadow: 0 10px 26px rgba(120, 90, 40, 0.08);
            padding: 20px 26px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 18px;
            text-align: left;
            font: inherit;
            color: inherit;
            border-left: 4px solid transparent;
            transition:
                box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                background 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .ht-tab:hover {
            transform: translateY(-2px);
            border-color: rgba(184, 134, 46, 0.55);
            box-shadow: 0 18px 36px rgba(120, 90, 40, 0.14);
        }

        .ht-tab.is-active {
            border-left-color: #b8862e;
            background: linear-gradient(90deg, #faf1de 0%, #ffffff 60%);
            box-shadow: 0 22px 48px rgba(120, 90, 40, 0.16);
        }

        .ht-tab:focus-visible {
            outline: 2px solid #b8862e;
            outline-offset: 3px;
        }

        .ht-tab-icon {
            flex-shrink: 0;
            width: 52px;
            height: 52px;
            border-radius: 14px;
            background: linear-gradient(135deg, #fdf2da, #f5e0b6);
            color: #b8862e;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
            transition: background 0.4s ease, color 0.4s ease;
        }

        .ht-tab.is-active .ht-tab-icon {
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
        }

        .ht-tab-text {
            flex: 1;
            min-width: 0;
        }

        .ht-tab-text strong {
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #b8862e;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 4px;
        }

        .ht-tab-text em {
            display: block;
            font-style: normal;
            font-size: 17px;
            font-weight: 600;
            color: #2b2620;
            line-height: 1.35;
        }

        .ht-tab-area {
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #faf1de;
            color: #b8862e;
            font-size: 13px;
            font-weight: 700;
            padding: 7px 16px;
            border-radius: 30px;
            white-space: nowrap;
            transition: background 0.4s ease, color 0.4s ease;
        }

        .ht-tab-area small {
            font-size: 11px;
            font-weight: 600;
            color: #8b8275;
            transition: color 0.4s ease;
        }

        .ht-tab.is-active .ht-tab-area {
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
        }

        .ht-tab.is-active .ht-tab-area small {
            color: rgba(255, 255, 255, 0.85);
        }

        /* Panels container — relative; only the active panel is positioned in flow */
        .ht-panels {
            position: relative;
            background: #ffffff;
            border: 1px solid rgba(201, 151, 63, 0.3);
            border-radius: 16px;
            box-shadow: 0 14px 36px rgba(120, 90, 40, 0.10);
            overflow: visible;
        }

        .ht-panel {
            position: absolute;
            inset: 0;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateY(8px);
            transition:
                opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s linear 0.45s;
        }

        .ht-panel.is-active {
            position: relative;
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0);
            transition:
                opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0s linear 0s;
        }

        .ht-panel-inner {
            display: flex;
            gap: 30px;
            align-items: flex-start;
            padding: 22px 26px 30px;
            max-width: 100%;
            overflow: hidden;
        }

        /* Gallery */
        .hd-gallery {
            position: relative;
            flex: 0 0 45%;
            max-width: 45%;
            border-radius: 18px;
            margin-top: 4px;
            margin-left: 0;
            margin-right: 0;
            box-shadow: 0 14px 32px rgba(43, 38, 32, 0.18);
            align-self: flex-start;
            overflow: hidden;
        }

        .hd-gallery .owl-carousel,
        .hd-gallery .owl-stage-outer {
            border-radius: 18px;
            overflow: hidden;
        }

        .hd-gallery .owl-stage-outer,
        .hd-gallery .owl-stage,
        .hd-gallery .owl-item {
            height: 360px;
        }

        .hd-gallery .hd-slide {
            height: 360px;
            border-radius: 18px;
            overflow: hidden;
        }

        .hd-gallery .hd-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 18px;
        }

        /* Hide Owl's built-in nav — we use our own custom arrows */
        .hd-gallery .owl-nav {
            display: none !important;
        }

        /* Custom premium floating arrows on image edges — identical for both tabs */
        .hd-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            width: 46px;
            height: 46px;
            min-width: 46px;
            border-radius: 50%;
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
            border: 2px solid rgba(255, 255, 255, 0.85);
            padding: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font: inherit;
            box-shadow:
                0 10px 24px rgba(43, 38, 32, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
            transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
        }

        .hd-arrow-prev {
            left: 14px;
        }

        .hd-arrow-next {
            right: 14px;
        }

        .hd-arrow:hover {
            background: linear-gradient(135deg, #2b2620, #3a3128);
            border-color: #d3a256;
            transform: translateY(-50%) scale(1.08);
            box-shadow:
                0 14px 30px rgba(43, 38, 32, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
        }

        .hd-arrow:focus-visible {
            outline: 2px solid #d3a256;
            outline-offset: 3px;
        }

        .hd-arrow i {
            font-size: 18px;
            line-height: 1;
            color: #fff;
        }

        /* Right content */
        .hd-content {
            flex: 1 1 55%;
            min-width: 0;
            margin-top: 4px;
        }

        .hd-tag {
            display: inline-block;
            padding: 4px 12px;
            background: linear-gradient(135deg, #faf1de, #fff5e0);
            border: 1px solid rgba(201, 151, 63, 0.4);
            border-radius: 30px;
            color: #8a6320;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .hd-tag-gold {
            background: linear-gradient(135deg, #2b2620, #3a3128);
            color: #d3a256;
            border-color: rgba(211, 162, 86, 0.45);
        }

        .hd-content h3 {
            margin: 0 0 14px;
            color: #1f1a14;
            font-size: 24px;
            font-weight: 600;
            line-height: 1.28;
            letter-spacing: -0.3px;
        }

        .hd-lead {
            margin: 0 0 12px;
            color: #4a4239;
            font-size: 14px;
            line-height: 1.7;
        }

        .hd-features-title {
            margin: 18px 0 12px;
            color: #b8862e;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
        }

        .hd-features {
            list-style: none;
            margin: 0 0 22px;
            padding: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px 12px;
            overflow-wrap: break-word;
            word-wrap: break-word;
        }
@media (min-width: 768px) {
    .room-details-content a {
        margin-bottom: 14px !important;   /* title ke niche seedha gap, ab badge nahi hai */
    }
}

@media (max-width: 767px) {
    .room-details-content a {
        margin-bottom: 10px !important;
    }
}
        .hd-features li {
            position: relative;
            padding-left: 24px;
            font-size: 13.5px;
            line-height: 1.5;
            color: #2b2620;
        }

        .hd-features li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 1px;
            color: #b8862e;
            font-weight: 700;
            font-size: 13px;
        }

        .hd-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 24px;
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff !important;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 50px;
            box-shadow: 0 10px 24px rgba(184, 134, 46, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .hd-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(184, 134, 46, 0.42);
            color: #fff !important;
        }

        .hd-btn i {
            transition: transform 0.3s ease;
        }

        .hd-btn:hover i {
            transform: translateX(4px);
        }

        /* Tablet */
        @media (max-width: 991px) {
            .ht-tabs {
                gap: 12px;
            }

            .ht-tab {
                padding: 16px 18px;
                gap: 12px;
            }

            .ht-tab-text em {
                font-size: 14px;
            }

            .ht-panel-inner {
                flex-direction: column;
                gap: 22px;
            }

            .hd-gallery,
            .hd-content {
                flex: 1 1 100%;
                max-width: 100%;
                margin-left: 0;
                margin-right: 0;
            }

            .hd-gallery .owl-carousel,
            .hd-gallery .owl-stage-outer,
            .hd-gallery .owl-stage,
            .hd-gallery .owl-item,
            .hd-gallery .hd-slide {
                height: 280px;
            }

            .hd-gallery,
            .hd-gallery .owl-carousel,
            .hd-gallery .owl-stage-outer,
            .hd-gallery .hd-slide,
            .hd-gallery .hd-slide img {
                border-radius: 14px;
            }

            .hd-arrow {
                width: 40px;
                height: 40px;
                min-width: 40px;
            }

            .hd-arrow i {
                font-size: 15px;
            }

            .hd-arrow-prev {
                left: 10px;
            }

            .hd-arrow-next {
                right: 10px;
            }
        }

        /* Mobile */
        @media (max-width: 575px) {
            .hd-title {
                font-size: 26px;
            }

            .ht-tabs {
                grid-template-columns: 1fr;
            }

            .ht-tab {
                padding: 14px 16px;
                gap: 12px;
            }

            .ht-tab-icon {
                width: 42px;
                height: 42px;
                font-size: 19px;
                border-radius: 11px;
            }

            .ht-tab-text strong {
                font-size: 11px;
                letter-spacing: 1.5px;
            }

            .ht-tab-text em {
                font-size: 14px;
            }

            .ht-tab-area {
                display: none;
            }

            .ht-panel-inner {
                padding: 16px 16px 22px;
            }

            .hd-features {
                grid-template-columns: 1fr;
            }

            .hd-content h3 {
                font-size: 20px;
            }
        }

        /* =====================================================
           Majestic Overview Section - full width, centered heading,
           full-width justified content, cleaned-up feature carousel
           ===================================================== */
        .majestic-overview {
            padding: 50px 0 20px;
        }

        .majestic-overview.section-title {
            max-width: 100%;
            width: 100%;
            padding: 0 15px;
        }

        .majestic-overview h2.margin-auto {
            max-width: 950px;
            width: 100%;
            margin: 0 auto 18px;
            text-align: center;
            font-size: 32px;
            color: #2b2620;
            font-weight: 600;
            line-height: 1.3;
        }

        .majestic-overview h2.margin-auto b {
            color: #b8862e;
            font-style: italic;
            font-weight: 500;
        }

        @media (max-width: 767px) {
            .majestic-overview h2.margin-auto {
                font-size: 24px;
            }
        }

        .majestic-overview p.intro-desc {
            max-width: 900px !important;
            width: 100%;
            margin: 0 auto 14px !important;
            text-align: justify;
            text-align-last: center;
            line-height: 1.7;
            color: #6b6155;
            font-size: 15px;
        }

        .majestic-overview p.intro-desc:last-of-type {
            margin-bottom: 0 !important;
        }

        /* Feature strip carousel below overview */
        .testimonial-area.majestic-feature-strip {
            padding: 25px 0 60px !important;
        }

        .majestic-feature-strip .testimonial-slider .testimonial-item {
            background: #faf6ef;
            border: 1px solid rgba(201, 151, 63, 0.25);
            border-radius: 10px;
            padding: 24px 18px;
            margin: 0 10px;
            text-align: center;
            min-height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .majestic-feature-strip .testimonial-item p {
            margin: 0;
            color: #2b2620;
            font-weight: 600;
            font-size: 15px;
            line-height: 1.5;
            text-align: center;
        }

        /* remove theme's default big decorative quote marks */
        .majestic-feature-strip .testimonial-item::before,
        .majestic-feature-strip .testimonial-item::after,
        .majestic-feature-strip .testimonial-item p::before,
        .majestic-feature-strip .testimonial-item p::after {
            content: none !important;
            display: none !important;
        }

        @media (max-width: 767px) {
            .majestic-overview {
                padding: 35px 0 15px;
            }

            .majestic-overview p.intro-desc {
                text-align: left;
                text-align-last: left;
            }
        }

        /* =====================================================
           Global: justify all description / content paragraphs
           sitewide (does not touch headings, buttons, lists)
           ===================================================== */
        .intro-desc,
        .testimonial-item p,
        .service-item p,
        .house-content p,
        .house-content-two p,
        .offer-item p,
        .room-details-content p,
        .house-card .content p,
        .property-card .content p,
        .section-title p,
        .section-title-two p {
            text-align: justify;
            text-align-last: left;
        }

        @media (max-width: 767px) {

            .intro-desc,
            .testimonial-item p,
            .service-item p,
            .house-content p,
            .house-content-two p,
            .offer-item p,
            .room-details-content p,
            .house-card .content p,
            .property-card .content p,
            .section-title p,
            .section-title-two p {
                text-align: left;
            }
        }

        /* =====================================================
   Privacy Feature Section (Light Golden theme) - compact 2-col
   ===================================================== */
        .privacy-feature-area {
            position: relative;
            background: linear-gradient(180deg, #faf6ef 0%, #f4ead9 100%);
            padding: 55px 0;
            border-top: 1px solid rgba(201, 151, 63, 0.2);
            border-bottom: 1px solid rgba(201, 151, 63, 0.2);
        }

        .pf-row {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
            gap: 40px;
        }

        .pf-col-left {
            flex: 1 1 420px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .pf-col-right {
            flex: 1 1 460px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .privacy-feature-area .pf-eyebrow {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 14px;
        }

        .privacy-feature-area .pf-eyebrow .line {
            width: 36px;
            height: 2px;
            background: #c9973f;
            display: inline-block;
        }

        .privacy-feature-area .pf-eyebrow-text {
            color: #b8862e;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
        }

        .privacy-feature-area h2 {
            color: #2b2620;
            font-size: 28px;
            font-weight: 600;
            line-height: 1.32;
            margin-bottom: 16px;
        }

        .privacy-feature-area h2 b {
            color: #b8862e;
            font-weight: 700;
        }

        .privacy-feature-area .pf-desc {
            color: #6b6155;
            font-size: 14.5px;
            line-height: 1.8;
            text-align: justify;
            margin-bottom: 14px;
        }

        .privacy-feature-area .pf-desc:last-of-type {
            margin-bottom: 0;
        }

        /* Right column: lead-in aligned with h2 baseline */
        .pf-lead-in {
            color: #2b2620;
            font-weight: 700;
            font-size: 15.5px;
            line-height: 1.32;
            margin: 0 0 20px;
            min-height: 28px;
            display: flex;
            align-items: center;
        }

        .pf-list {
            list-style: none;
            margin: 0 0 18px;
            padding: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px 16px;
            flex: 1;
            align-content: start;
        }

        .pf-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            background: #fff;
            border: 1px solid rgba(201, 151, 63, 0.3);
            border-radius: 8px;
            padding: 14px 16px;
            font-size: 13.5px;
            line-height: 1.4;
            color: #2b2620;
            font-weight: 500;
            min-height: 52px;
        }

        .pf-list li:last-child {
            grid-column: span 2;
        }

        .pf-list li i {
            flex-shrink: 0;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #faf1de;
            color: #b8862e;
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pf-note {
            background: #faf1de;
            border-left: 3px solid #b8862e;
            border-radius: 6px;
            padding: 16px 18px;
            color: #6b6155;
            font-size: 13.5px;
            line-height: 1.65;
            font-style: italic;
        }

        @media (max-width: 767px) {
            .privacy-feature-area {
                padding: 40px 0;
            }

            .pf-col-left,
            .pf-col-right {
                justify-content: flex-start;
            }

            .privacy-feature-area h2 {
                font-size: 22px;
            }

            .privacy-feature-area .pf-desc {
                text-align: left;
            }

            .pf-list {
                grid-template-columns: 1fr;
            }

            .pf-list li:last-child {
                grid-column: span 1;
            }
        }

        /* =====================================================
   Global spacing tightening between sections
   ===================================================== */
        .pt-100 {
            padding-top: 60px !important;
        }

        .pb-70 {
            padding-bottom: 40px !important;
        }

        .ptb-100 {
            padding: 60px 0 !important;
        }

        .pt-45 {
            padding-top: 25px !important;
        }

        /* =====================================================
   Section Spacing Normalizer - equal gaps everywhere
   ===================================================== */
        .property-details {
            padding: 20px 0;
            margin: 0;
        }

        .property-details-list {
            margin: 0;
            padding: 0;
        }

        .property-details-list ul {
            margin: 0;
            padding: 0;
        }

        /* Remove default margins that create extra gaps between sections */
        .intro-content-area,
        .privacy-feature-area,
        .service-details-area,
        .majestic-overview,
        .testimonial-area,
        .house-details-area,
        .apartment-offer-two,
        .property-section-two,
        .counter-area,
        .house-details-two,
        .room-details-area,
        .map-area-two {
            margin: 0 !important;
        }

        /* Standardize top/bottom padding across all main sections to one consistent rhythm */
        .pt-100 {
            padding-top: 50px !important;
        }

        .pb-70 {
            padding-bottom: 50px !important;
        }

        .ptb-100 {
            padding: 50px 0 !important;
        }

        .pt-45 {
            padding-top: 25px !important;
        }

        .intro-content-area {
            padding: 50px 0 !important;
        }

        .intro-content-area.intro-second {
            padding: 50px 0 !important;
        }

        .privacy-feature-area {
            padding: 50px 0 !important;
        }

        .majestic-overview {
            padding: 50px 0 20px !important;
        }

        .testimonial-area.majestic-feature-strip {
            padding: 20px 0 50px !important;
        }

        .service-details-area {
            padding-top: 50px !important;
            padding-bottom: 50px !important;
        }

        .counter-area {
            padding: 50px 0 !important;
        }

        /* Kill any collapsing-margin gaps between adjacent sections */
        .video-banner-area+.property-details {
            margin-top: 0;
        }

        /* =====================================================
   Room Details Area - Lifestyle Amenities (Terrace + First-Floor)
   ===================================================== */
        .room-details-area .rd-intro {
            max-width: 820px;
            margin: 0 auto 10px;
            text-align: center !important;
            text-align-last: center !important;
            color: #6b6155;
            font-size: 14.5px;
            line-height: 1.75;
        }

        @media (max-width: 767px) {
            .room-details-area .rd-intro {
                text-align: left;
                text-align-last: left;
                padding: 0 15px;
            }
        }

        .room-details-content .rd-group-title {
            display: inline-block;
            color: #b8862e;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .room-details-content .rd-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .room-details-content .rd-list li {
            position: relative;
            padding-left: 22px;
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 1.5;
            color: #6b6155;
        }

        .room-details-content .rd-list li:last-child {
            margin-bottom: 0;
        }

        .room-details-content .rd-list li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 1px;
            color: #b8862e;
            font-weight: 700;
            font-size: 13px;
        }

        .room-details-area .rd-note {
            max-width: 820px;
            margin: 30px auto 0;
            text-align: center;
            font-style: italic;
            color: #9a9186;
            font-size: 13.5px;
            line-height: 1.7;
            padding: 0 15px;
        }

        /* =====================================================
   Room Details Area - Heading size/color match with page theme
   ===================================================== */
        .room-details-area .section-title-two h2.margin-auto {
            max-width: 750px;
            width: 100%;
            margin: 0 auto 16px;
            font-size: 32px;
            font-weight: 600;
            line-height: 1.35;
            color: #2b2620;
        }

        .room-details-area .section-title-two h2.margin-auto b.section-color2 {
            color: #b8862e;
            font-style: italic;
            font-weight: 500;
        }

        .room-details-area .section-span-bg2 {
            color: #b8862e;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
        }

        @media (max-width: 767px) {
            .room-details-area .section-title-two h2.margin-auto {
                font-size: 24px;
                padding: 0 15px;
            }
        }

        /* =====================================================
   FINAL: Equal Spacing Normalizer — same gap everywhere
   ===================================================== */
        .intro-content-area,
        .intro-content-area.intro-second,
        .privacy-feature-area,
        .majestic-overview,
        .testimonial-area.majestic-feature-strip,
        .house-details-area,
        .room-details-area,
        .property-section-two,
        .counter-area,
        .map-area-two {
            padding-top: 60px !important;
            padding-bottom: 60px !important;
            margin: 0 !important;
        }

        /* Only property-details strip — reduced spacing */
        .property-details {
            padding: 15px 0 !important;
            margin: 0 !important;
        }

        /* Tighten gap between overview text and the feature-strip carousel below it */
        .testimonial-area.majestic-feature-strip {
            padding-top: 0px !important;
            padding-bottom: 60px !important;
        }

        /* Keep the map/contact area's iframe flush (no bottom padding needed there) */
        .map-area-two {
            padding-bottom: 0 !important;
        }

        @media (max-width: 767px) {

            .property-details,
            .intro-content-area,
            .intro-content-area.intro-second,
            .privacy-feature-area,
            .majestic-overview,
            .testimonial-area.majestic-feature-strip,
            .house-details-area,
            .room-details-area,
            .property-section-two,
            .counter-area {
                padding-top: 40px !important;
                padding-bottom: 40px !important;
            }
        }

        /* Majestic overview carousel — clean circular nav arrows */
        .majestic-feature-strip .testimonial-slider.owl-carousel {
            position: relative;
            padding: 0 46px;
        }

        .majestic-feature-strip .owl-nav {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            transform: translateY(-50%);
            display: flex !important;
            justify-content: space-between;
            padding: 0 4px;
            margin: 0 !important;
            pointer-events: none;
        }

        .majestic-feature-strip .owl-nav button.owl-prev,
        .majestic-feature-strip .owl-nav button.owl-next {
            pointer-events: auto;
            width: 38px !important;
            height: 38px !important;
            min-width: 38px;
            margin: 0 !important;
            padding: 0 !important;
            border-radius: 50% !important;
            background: #fff !important;
            border: 1px solid rgba(201, 151, 63, 0.4) !important;
            color: #b8862e !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            font-size: 20px !important;
            line-height: 1 !important;
            box-shadow: 0 8px 18px rgba(120, 90, 40, 0.12);
            transition: all 0.3s ease;
        }

        .majestic-feature-strip .owl-nav button.owl-prev:hover,
        .majestic-feature-strip .owl-nav button.owl-next:hover {
            background: linear-gradient(135deg, #d3a256, #b8862e) !important;
            color: #fff !important;
            border-color: transparent !important;
            transform: scale(1.08);
        }

        @media (max-width: 575px) {
            .majestic-feature-strip .testimonial-slider.owl-carousel {
                padding: 0 6px;
            }

            .majestic-feature-strip .owl-nav button.owl-prev,
            .majestic-feature-strip .owl-nav button.owl-next {
                width: 32px !important;
                height: 32px !important;
                min-width: 32px;
                font-size: 16px !important;
            }
        }

        /* =====================================================
   FINAL: Justify all content text (not headings)
   ===================================================== */
        .intro-desc,
        .pf-desc,
        .pf-note,
        
        .rd-note,
        .room-details-content .rd-list li,
        .testimonial-item p,
        .service-item p,
        .house-content p,
        .house-content-two p,
        .offer-item p,
        .room-details-content p,
        .house-card .content p,
        .property-card .content p,
        .section-title p,
        .section-title-two p {
            text-align: justify !important;
            text-align-last: left;
        }

        @media (max-width: 767px) {

            .intro-desc,
            .pf-desc,
            .pf-note,
            .rd-intro,
            .rd-note,
            .testimonial-item p,
            .service-item p,
            .house-content p,
            .house-content-two p,
            .offer-item p,
            .room-details-content p,
            .house-card .content p,
            .property-card .content p,
            .section-title p,
            .section-title-two p {
                text-align: left !important;
            }
        }

        /* Headings — explicitly excluded from justify, keep as designed */
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            text-align-last: unset;
        }

        .hd-acc-media .owl-nav {
            position: absolute !important;
            top: 50% !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            transform: translateY(-50%) !important;
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            padding: 0 12px !important;
            margin: 0 !important;
            pointer-events: none !important;
        }

        .hd-acc-media .owl-nav button.owl-prev,
        .hd-acc-media .owl-nav button.owl-next {
            position: static !important;
            pointer-events: auto !important;
            width: 38px !important;
            height: 38px !important;
            min-width: 38px !important;
            margin: 0 !important;
            border-radius: 50% !important;
            background: rgba(43, 38, 32, 0.55) !important;
            color: #fff !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            font-size: 20px !important;
            line-height: 1 !important;
            padding: 0 !important;
            border: none !important;
            transition: background 0.3s ease, transform 0.3s ease;
        }

        /* =====================================================
   FAQ Section (Golden Theme, native accordion, 2-column)
   ===================================================== */
        .faq-section {
            background: linear-gradient(180deg, #f8f0e0 0%, #f1e2c4 100%);
            padding-top: 40px !important;
            padding-bottom: 60px;
        }

        .faq-section .section-title-two {
            margin-bottom: 34px;
        }

        .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: 0px 20px;
    align-items: start;
    counter-reset: faq-counter;
}

        .faq-question {
            padding: 14px 22px !important;
            /* was 18px 22px */
        }

        .faq-item {
            counter-increment: faq-counter;
            position: relative;
            background: #fff;
            border: 1px solid rgba(201, 151, 63, 0.28) !important;
            border-radius: 14px;
            box-shadow: 0 10px 26px rgba(120, 90, 40, 0.07);
            overflow: hidden;
            outline: none;
            transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: 0 16px 36px rgba(120, 90, 40, 0.13);
            transform: translateY(-2px);
            border-color: rgba(201, 151, 63, 0.5) !important;
        }

        .faq-item[open] {
            box-shadow: 0 22px 48px rgba(120, 90, 40, 0.16);
            border-color: rgba(184, 134, 46, 0.6) !important;
        }

        .faq-question {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 18px 22px;
            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%);
        }

        /* Numbered badge before each question */
        .faq-question h3 {
            margin: 0;
            font-size: 15px;
            font-weight: 700;
            color: #2b2620;
            line-height: 1.4;
            flex: 1;
            position: relative;
            padding-left: 36px;
        }

        .faq-question h3::before {
            content: counter(faq-counter, decimal-leading-zero);
            position: absolute;
            left: 0;
            top: -2px;
            color: #d3a256;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .faq-icon {
            flex-shrink: 0;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid rgba(201, 151, 63, 0.4);
            color: #b8862e;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
        }

        .faq-item[open] .faq-icon {
            transform: rotate(180deg);
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
            border-color: transparent;
            box-shadow: 0 6px 14px rgba(184, 134, 46, 0.35);
        }

        .faq-answer {
            padding: 0 22px 20px 58px;
            border-top: 1px solid rgba(201, 151, 63, 0.18);
            margin-top: 2px;
            animation: faqFade 0.35s ease;
        }

        .faq-answer p {
            margin: 0;
            padding-top: 14px;
            color: #6b6155;
            font-size: 13.5px;
            line-height: 1.7;
            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: 14px;
            }

            .faq-answer {
                padding-left: 22px;
            }
        }

        p {
            text-align: justify;
            text-align-last: left;
        }

        /* =====================================================
   Premium Specifications Showcase - compact icon grid
   ===================================================== */
        .spec-showcase {
            background: linear-gradient(180deg, #faf6ef 0%, #f4ead9 100%);
            padding: 60px 0;
        }

        .spec-heading {
            margin-bottom: 34px;
        }

        .spec-showcase h2.margin-auto {
            font-size: 32px;
            color: #2b2620;
            font-weight: 600;
            line-height: 1.3;
            max-width: 700px;
            margin: 0 auto 14px;
        }

        .spec-showcase h2.margin-auto b.section-color2 {
            color: #b8862e;
            font-style: italic;
            font-weight: 500;
        }

        .spec-heading.section-title-two {
            max-width: 100% !important;
            width: 100% !important;
        }

        .spec-intro {
            max-width: 100% !important;
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            color: #6b6155;
            font-size: 14.5px;
            line-height: 1.75;
            text-align: justify;
            text-align-last: left;
        }

        @media (max-width: 767px) {
            .spec-intro {
                text-align: left;
                text-align-last: left;
            }
        }

        .spec-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px 16px;
            margin-top: 30px;
        }

        .spec-card {
            display: flex;
            align-items: center;
            gap: 14px;
            background: #fff;
            border: 1px solid rgba(201, 151, 63, 0.28);
            border-radius: 10px;
            padding: 14px 16px;
            box-shadow: 0 8px 18px rgba(120, 90, 40, 0.06);
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        }

        .spec-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 14px 28px rgba(120, 90, 40, 0.12);
            border-color: rgba(184, 134, 46, 0.5);
        }

        .spec-icon {
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 14px rgba(184, 134, 46, 0.3);
        }

        .spec-card p {
            margin: 0;
            color: #2b2620;
            font-size: 13.5px;
            font-weight: 500;
            line-height: 1.45;
            text-align: left;
            text-align-last: left;
        }

        .spec-note {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            max-width: 850px;
            margin: 28px auto 0;
            background: rgba(211, 162, 86, 0.12);
            border-left: 3px solid #b8862e;
            border-radius: 8px;
            padding: 16px 20px;
        }

        .spec-note i {
            flex-shrink: 0;
            color: #b8862e;
            font-size: 20px;
            margin-top: 1px;
        }

        .spec-note p {
            margin: 0;
            color: #6b6155;
            font-size: 13.5px;
            line-height: 1.7;
            font-style: italic;
            text-align: left;
            text-align-last: left;
        }

        @media (max-width: 991px) {
            .spec-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 575px) {
            .spec-grid {
                grid-template-columns: 1fr;
            }

            .spec-showcase {
                padding: 40px 0;
            }
        }

        /* =====================================================
   Safety, Security & Infrastructure — split layout
   White background, unique checklist-row design
   ===================================================== */
        .safety-section {
            background: #ffffff;
            padding: 60px 0;
        }

        .safety-row {
            display: flex;
            flex-wrap: wrap;
            gap: 50px;
            align-items: flex-start;
        }

        /* ---- Left column ---- */
        .safety-left {
            flex: 1 1 380px;
            max-width: 400px;
            position: sticky;
            top: 100px;
        }

        .safety-left .pf-eyebrow {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
        }

        .safety-left .line {
            width: 36px;
            height: 2px;
            background: #c9973f;
            display: inline-block;
        }

        .safety-left .pf-eyebrow-text {
            color: #b8862e;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
        }

        .safety-left h2 {
            color: #2b2620;
            font-size: 30px;
            font-weight: 600;
            line-height: 1.32;
            margin-bottom: 18px;
        }

        .safety-left h2 b {
            color: #b8862e;
            font-weight: 700;
        }

        .safety-desc {
            color: #6b6155;
            font-size: 14.5px;
            line-height: 1.8;
            text-align: justify;
            text-align-last: left;
            margin-bottom: 28px;
        }

        /* Trust badge */
        .safety-badge {
            display: inline-flex;
            align-items: center;
            gap: 18px;
            background: linear-gradient(135deg, #faf1de, #fff);
            border: 1px solid rgba(201, 151, 63, 0.35);
            border-radius: 14px;
            padding: 20px 26px;
            box-shadow: 0 14px 30px rgba(120, 90, 40, 0.1);
        }

        .safety-badge-num {
            font-size: 42px;
            font-weight: 700;
            color: #b8862e;
            line-height: 1;
        }

        .safety-badge-label {
            font-size: 13px;
            font-weight: 600;
            color: #2b2620;
            line-height: 1.4;
            text-transform: uppercase;
            letter-spacing: 0.4px;
        }

        /* ---- Right column: checklist ---- */
        .safety-right {
            flex: 1 1 500px;
        }

        .safety-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0 28px;
        }

        .safety-list li {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 16px 0;
            border-bottom: 1px solid rgba(201, 151, 63, 0.2);
        }

        .safety-list li i {
            flex-shrink: 0;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #faf1de;
            color: #b8862e;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s ease, color 0.3s ease;
        }

        .safety-list li:hover i {
            background: linear-gradient(135deg, #d3a256, #b8862e);
            color: #fff;
        }

        .safety-list li span {
            font-size: 14px;
            font-weight: 500;
            color: #2b2620;
            line-height: 1.45;
        }

        @media (max-width: 991px) {
            .safety-left {
                position: static;
                max-width: 100%;
            }

            .safety-list {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 767px) {
            .safety-section {
                padding: 40px 0;
            }

            .safety-left h2 {
                font-size: 24px;
            }
        }

        /* =====================================================
   RERA Trust & Verification Section — Compact Layout
   ===================================================== */
        .rera-trust-area {
            position: relative;
            background: linear-gradient(180deg, #faf3e5 0%, #f5e9d0 100%);
            padding: 40px 0;
            overflow: hidden;
        }

        .rera-head {
            margin-bottom: 22px;
            text-align: center;
            max-width: 100% !important;
            width: 100% !important;
        }

        .rera-trust-area h2.margin-auto {
            font-size: 26px;
            color: #2b2620;
            font-weight: 600;
            line-height: 1.3;
            max-width: 100%;
            margin: 0 auto 10px;
        }

        .rera-trust-area h2.margin-auto b.section-color2 {
            color: #c39a51;
            font-style: italic;
            font-weight: 500;
        }

        .rera-intro {
            max-width: 100% !important;
            width: 100% !important;
            margin: 0 auto;
            color: #6b6155;
            font-size: 13.5px;
            line-height: 1.65;
            text-align: justify;
            text-align-last: center;
        }

        @media (max-width: 767px) {
            .rera-trust-area h2.margin-auto {
                font-size: 22px;
                padding: 0 15px;
            }

            .rera-intro {
                text-align: left;
                text-align-last: left;
                padding: 0 15px;
            }
        }

        /* ---- Compact Body: Seal + Steps in one row ---- */
        .rera-body-row {
            display: flex;
            align-items: center;
            gap: 40px;
            max-width: 1150px;
            margin: 0 auto;
        }

        /* ---- Seal Badge (small, left side) ---- */
        .rera-seal-wrap {
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .rera-seal {
            width: 96px;
            height: 96px;
            border-radius: 50%;
            border: 2px dashed rgba(211, 162, 86, 0.45);
            display: flex;
            align-items: center;
            justify-content: center;
            background: radial-gradient(circle, #ffffff 58%, #fbf3e2 100%);
            box-shadow: 0 12px 26px rgba(120, 90, 40, 0.15);
            position: relative;
            animation: reraSpin 26s linear infinite;
        }

        @keyframes reraSpin {
            from {
                border-color: rgba(211, 162, 86, 0.45);
            }

            50% {
                border-color: rgba(224, 181, 117, 0.7);
            }

            to {
                border-color: rgba(211, 162, 86, 0.45);
            }
        }

        .rera-seal-core {
            width: 74px;
            height: 74px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ddaf6c, #c39a51);
            box-shadow: 0 6px 14px rgba(195, 154, 81, 0.32), inset 0 0 0 3px rgba(255, 255, 255, 0.3);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
        }

        .rera-seal-core i {
            font-size: 17px;
            margin-bottom: 2px;
        }

        .rera-seal-core span {
            font-size: 7px;
            font-weight: 700;
            letter-spacing: 0.3px;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .rera-seal-tag {
            background: #3a332a;
            color: #f4ead9;
            font-size: 11.5px;
            font-weight: 700;
            letter-spacing: 0.6px;
            padding: 5px 14px;
            border-radius: 30px;
            box-shadow: 0 6px 14px rgba(43, 38, 32, 0.22);
            white-space: nowrap;
        }

        /* ---- Steps (right side, compact) ---- */
        .rera-steps-row {
            flex: 1;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            position: relative;
            padding-left: 10px;
            border-left: 1px dashed rgba(211, 162, 86, 0.4);
        }

        .rera-step {
            flex: 1;
            text-align: center;
            padding: 0 8px;
        }

        .rera-step-num {
            width: 32px;
            height: 32px;
            margin: 0 auto 8px;
            border-radius: 50%;
            background: #fff;
            border: 2px solid #c39a51;
            color: #c39a51;
            font-size: 13px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 14px rgba(120, 90, 40, 0.1);
            transition: all 0.3s ease;
        }

        .rera-step:hover .rera-step-num {
            background: linear-gradient(135deg, #ddaf6c, #c39a51);
            color: #fff;
            transform: translateY(-2px);
        }

        .rera-step h4 {
            font-size: 12.5px;
            font-weight: 700;
            color: #2b2620;
            margin: 0 0 4px;
            line-height: 1.3;
        }

        .rera-step p {
            font-size: 11px;
            line-height: 1.45;
            color: #6b6155;
            margin: 0;
            text-align: center;
            text-align-last: center;
        }

        @media (max-width: 991px) {
            .rera-body-row {
                flex-direction: column;
                gap: 24px;
            }

            .rera-steps-row {
                width: 100%;
                border-left: none;
                border-top: 1px dashed rgba(211, 162, 86, 0.4);
                padding-left: 0;
                padding-top: 20px;
                flex-wrap: wrap;
                row-gap: 20px;
            }

            .rera-step {
                flex: 1 1 45%;
            }
        }

        @media (max-width: 575px) {
            .rera-step {
                flex: 1 1 100%;
            }
        }

        /* ---- Disclaimer note (thin strip) ---- */
        .rera-note {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            max-width: 1150px;
            margin: 22px auto 0;
            background: rgba(43, 38, 32, 0.04);
            border-left: 3px solid #c39a51;
            border-radius: 6px;
            padding: 10px 16px;
        }

        .rera-note i {
            flex-shrink: 0;
            color: #c39a51;
            font-size: 16px;
            margin-top: 1px;
        }

        .rera-note p {
            margin: 0;
            color: #6b6155;
            font-size: 12px;
            line-height: 1.55;
            text-align: left;
            text-align-last: left;
        }

        /* =====================================================
   Developer & Consultant Credentials Section
   Profile card + professional team grid
   ===================================================== */
        .developer-credentials-area {
            background: #ffffff;
            padding: 60px 0;
        }

        .dc-row {
            display: flex;
            flex-wrap: wrap;
            gap: 44px;
            align-items: stretch;
        }

        /* ---- Left: Developer Profile Card ---- */
        .dc-profile-card {
            flex: 1 1 360px;
            max-width: 380px;
            background: linear-gradient(160deg, #fbf3e2 0%, #ffffff 100%);
            border: 1px solid rgba(211, 162, 86, 0.32);
            border-radius: 16px;
            padding: 40px 32px;
            box-shadow: 0 18px 40px rgba(120, 90, 40, 0.1);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .dc-profile-icon {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ddaf6c, #c39a51);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            box-shadow: 0 10px 22px rgba(195, 154, 81, 0.35);
            margin-bottom: 22px;
        }

        .dc-profile-card .dc-eyebrow {
            color: #c39a51;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .dc-profile-card h3 {
            color: #2b2620;
            font-size: 23px;
            font-weight: 600;
            line-height: 1.35;
            margin-bottom: 16px;
        }

        .dc-profile-card p {
            color: #6b6155;
            font-size: 14px;
            line-height: 1.75;
            text-align: justify;
            text-align-last: left;
            margin-bottom: 22px;
        }

        .dc-est-badge {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #fff;
            border: 1px solid rgba(211, 162, 86, 0.4);
            border-radius: 10px;
            padding: 12px 18px;
            margin-top: auto;
        }

        .dc-est-badge .dc-est-year {
            font-size: 22px;
            font-weight: 700;
            color: #c39a51;
            line-height: 1;
        }

        .dc-est-badge .dc-est-label {
            font-size: 11px;
            font-weight: 600;
            color: #6b6155;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            line-height: 1.4;
        }

        /* ---- Right: Consultant Team Grid ---- */
        .dc-team-wrap {
            flex: 1 1 520px;
        }

        .dc-team-lead {
            color: #2b2620;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 22px;
        }

        .dc-team-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .dc-team-card {
            display: flex;
            align-items: center;
            gap: 16px;
            background: #fbf3e2;
            border: 1px solid rgba(211, 162, 86, 0.25);
            border-radius: 12px;
            padding: 16px 18px;
            transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
        }

        .dc-team-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 14px 28px rgba(120, 90, 40, 0.12);
            background: #ffffff;
        }

        .dc-team-icon {
            flex-shrink: 0;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #ffffff;
            border: 1px solid rgba(211, 162, 86, 0.4);
            color: #c39a51;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 19px;
        }

        .dc-team-card:hover .dc-team-icon {
            background: linear-gradient(135deg, #ddaf6c, #c39a51);
            color: #fff;
            border-color: transparent;
        }

        .dc-team-info h4 {
            margin: 0 0 3px;
            font-size: 14.5px;
            font-weight: 700;
            color: #2b2620;
            line-height: 1.35;
        }

        .dc-team-info span {
            font-size: 12px;
            color: #c39a51;
            font-weight: 600;
            letter-spacing: 0.3px;
            text-transform: uppercase;
        }

        .dc-team-note {
            margin-top: 22px;
            color: #6b6155;
            font-size: 13.5px;
            line-height: 1.75;
            text-align: justify;
            text-align-last: left;
        }

        @media (max-width: 991px) {
            .dc-profile-card {
                max-width: 100%;
            }

            .dc-team-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 767px) {
            .developer-credentials-area {
                padding: 40px 0;
            }

            .dc-profile-card {
                padding: 30px 24px;
            }
        }

        /* =====================================================
   MOBILE OPTIMIZATION PATCH
   Additive only — desktop (>991px) is completely untouched.
   ===================================================== */

        /* Prevent any horizontal scroll caused by negative-margin badges */
        @media (max-width: 991px) {

            html,
            body {
                overflow-x: hidden;
            }
        }

        /* ---- Video Banner: tighter text on small phones ---- */
        @media (max-width: 575px) {
            .video-banner-area {
                height: 58vh;
                min-height: 380px;
            }

            .video-banner-content h1 {
                font-size: 24px;
                line-height: 1.35;
            }

            .video-banner-content span {
                font-size: 12px;
                letter-spacing: 2px;
            }

            .video-banner-content p {
                font-size: 14px;
                padding: 0 10px;
            }
        }

        /* ---- Property Details strip: stack icons list cleanly ---- */
        @media (max-width: 767px) {
            .property-details-list ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 14px 22px;
            }

            .property-details-list ul li {
                flex: 1 1 42%;
                text-align: center;
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .property-details-list ul li {
                flex: 1 1 100%;
            }
        }

        /* ---- Intro Content Area: badge safety on very small screens ---- */
        @media (max-width: 480px) {
            .intro-content-area .intro-img-badge {
                left: 8px;
                bottom: 8px;
                padding: 12px 16px;
            }

            .intro-content-area .intro-img-badge h3, .intro-content-area .intro-img-badge h4 {
                font-size: 20px;
            }

            .intro-content-area .explore-btn {
                padding: 13px 24px;
                font-size: 14px;
                width: 100%;
                justify-content: center;
            }
        }

        /* ---- House Details Accordion: tighter header on very small screens ---- */
        @media (max-width: 420px) {
            .hd-acc-head {
                flex-wrap: wrap;
                gap: 10px 12px;
            }

            .hd-acc-title-wrap h3 {
                font-size: 14px;
            }

            .hd-acc-title-wrap span.hd-acc-tagline {
                font-size: 11.5px;
            }

            .hd-acc-chevron {
                width: 28px;
                height: 28px;
                font-size: 15px;
            }
        }

        /* ---- Privacy Feature Area: badge/list tightened ---- */
        @media (max-width: 480px) {
            .privacy-feature-area .pf-list li {
                font-size: 12.5px;
                padding: 12px 14px;
            }

            .pf-lead-in {
                font-size: 14px;
            }
        }

        /* ---- Spec Showcase: single column on tiny screens ---- */
        @media (max-width: 400px) {
            .spec-card {
                padding: 12px 14px;
            }

            .spec-icon {
                width: 34px;
                height: 34px;
                font-size: 15px;
            }
        }

        /* ---- Safety Section: badge stacks cleanly ---- */
        @media (max-width: 480px) {
            .safety-badge {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
                padding: 16px 20px;
            }

            .safety-badge-num {
                font-size: 32px;
            }

            .safety-list li span {
                font-size: 13px;
            }
        }

        /* ---- RERA Section: shrink seal + steps further on tiny screens ---- */
        @media (max-width: 420px) {
            .rera-seal {
                width: 78px;
                height: 78px;
            }

            .rera-seal-core {
                width: 58px;
                height: 58px;
            }

            .rera-seal-core i {
                font-size: 13px;
            }

            .rera-seal-core span {
                font-size: 6px;
            }

            .rera-seal-tag {
                font-size: 10px;
                padding: 4px 10px;
            }

            .rera-step-num {
                width: 28px;
                height: 28px;
                font-size: 11px;
            }

            .rera-step h4 {
                font-size: 11.5px;
            }

            .rera-step p {
                font-size: 10px;
            }
        }

        /* ---- Developer Credentials: badge + card padding ---- */
        @media (max-width: 480px) {
            .dc-profile-icon {
                width: 52px;
                height: 52px;
                font-size: 22px;
            }

            .dc-profile-card h3 {
                font-size: 19px;
            }

            .dc-est-badge {
                padding: 10px 14px;
            }

            .dc-team-card {
                padding: 13px 14px;
                gap: 12px;
            }

            .dc-team-icon {
                width: 38px;
                height: 38px;
                font-size: 16px;
            }

            .dc-team-info h4 {
                font-size: 13px;
            }
        }

        /* ---- FAQ Section: number badge + spacing on tiny screens ---- */
        @media (max-width: 420px) {
            .faq-question h3 {
                font-size: 13.5px;
                padding-left: 30px;
            }

            .faq-icon {
                width: 28px;
                height: 28px;
                font-size: 14px;
            }

            .faq-answer {
                padding-left: 16px;
            }
        }

        /* ---- Map + Contact Section: form padding tightened ---- */
        @media (max-width: 480px) {

            .contact-info-card,
            .map-area-two .contact-form {
                padding: 26px 20px;
            }

            .contact-info-card h3 {
                font-size: 21px;
            }

            .contact-info-list .ci-icon {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }

            .mc-map-frame iframe {
                height: 220px;
            }
        }

        /* ---- Global: prevent any wide element (image/iframe/table) from overflowing viewport ---- */
        @media (max-width: 767px) {

            img,
            iframe,
            video {
                max-width: 100%;
                height: auto;
            }

            .mc-map-frame iframe {
                height: 260px;
            }

            .container {
                padding-left: 15px;
                padding-right: 15px;
            }
        }

        /* =====================================================
   Schedule Visit CTA Section (Golden Theme)
   Placed just before footer
   ===================================================== */
        .schedule-visit-area {
            position: relative;
            background: linear-gradient(180deg, #faf6ef 0%, #f4ead9 100%);
            padding: 60px 0;
            border-top: 1px solid rgba(201, 151, 63, 0.2);
        }

        .sv-card {
            max-width: 980px;
            margin: 0 auto;
            background: #ffffff;
            border: 1px solid rgba(201, 151, 63, 0.32);
            border-radius: 18px;
            padding: 50px 55px;
            box-shadow: 0 22px 50px rgba(120, 90, 40, 0.12);
            text-align: center;
        }

        .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: 720px;
            margin: 0 auto 12px;
            text-align: justify;
            text-align-last: center;
        }

        .sv-card p.sv-desc:last-of-type {
            margin-bottom: 30px;
        }

        /* ---- 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(4, 1fr);
            gap: 12px;
        }

        .sv-btn-secondary {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            background: #fbf3e2;
            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;
                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;
            }
        }

        /* =====================================================
   FULL WIDTH + TIGHTER SPACING: RERA section
   ===================================================== */
        .rera-head.section-title-two {
            max-width: 100% !important;
            width: 100% !important;
            margin-bottom: 18px !important;
            /* was default ~22px, tightened */
        }

        .rera-trust-area {
            padding: 30px 0 !important;
            /* reduced from 40px 0 */
        }

        .rera-body-row {
            margin-top: 6px !important;
        }

        /* =====================================================
   ABSOLUTE FINAL OVERRIDE — justify wins everywhere, guaranteed
   ===================================================== */
        p {
            text-align: justify !important;
            text-align-last: left !important;
        }

        /* Paragraphs intentionally designed with a centered last line —
   re-declared with !important so they still win against the
   blanket rule above (class specificity beats element specificity
   once importance is tied) */
        .majestic-overview p.intro-desc,
        .rera-intro,
        .sv-card p.sv-desc,
        .room-details-area .rd-intro {
            text-align: center !important;
            text-align-last: center !important;
        }

        @media (max-width: 767px) {
            p {
                text-align: left !important;
                text-align-last: left !important;
            }
        }

        /* =====================================================
   MOBILE COMPACT PATCH — Property Details strip,
   Majestic Overview text block, RERA steps
   (mobile only — desktop untouched)
   ===================================================== */

        /* ---------- 1) Property Details icon strip ----------
   Was: icon + label + value stacked full-width per item (very tall).
   Now: compact 2-column card grid, icon sits beside the text. */
        @media (max-width: 767px) {
            .property-details-list ul {
                display: grid !important;
                grid-template-columns: 1fr 1fr;
                gap: 12px 12px;
                justify-content: unset;
            }

            .property-details-list ul li {
                display: grid;
                grid-template-columns: 30px 1fr;
                column-gap: 8px;
                row-gap: 2px;
                align-items: center;
                text-align: left;
                flex: unset;
                background: #faf6ef;
                border: 1px solid rgba(201, 151, 63, 0.28);
                border-radius: 10px;
                padding: 10px 10px;
            }

            .property-details-list ul li i {
                grid-row: 1 / 3;
                grid-column: 1;
                font-size: 20px;
                color: #b8862e;
                justify-self: center;
            }

            .property-details-list ul li span {
                grid-row: 1;
                grid-column: 2;
                font-size: 10.5px;
                color: #9a9186;
                line-height: 1.3;
            }

            .property-details-list ul li a {
                grid-row: 2;
                grid-column: 2;
                font-size: 12.5px;
                font-weight: 700;
                color: #2b2620;
                line-height: 1.3;
            }
        }

        /* Below 420px, drop to single column so long values (e.g. RERA number) never get cramped */
        @media (max-width: 420px) {
            .property-details-list ul {
                grid-template-columns: 1fr;
            }
        }

        /* ---------- 2) Majestic Overview text block ----------
   Was: extra side padding + loose line-height made the paragraph
   wrap into a tall, narrow column. Now: full-width, tighter text. */
        @media (max-width: 767px) {
            .majestic-overview.section-title {
                max-width: 100% !important;
                width: 100% !important;
                padding: 0 18px !important;
                margin: 0 !important;
            }

            .majestic-overview h2.margin-auto {
                max-width: 100% !important;
                padding: 0 4px;
            }

            .majestic-overview p.intro-desc {
                max-width: 100% !important;
                padding: 0 !important;
                font-size: 13.5px !important;
                line-height: 1.6 !important;
                margin: 0 auto 10px !important;
            }

            .majestic-overview {
                padding: 28px 0 8px !important;
            }

            .testimonial-area.majestic-feature-strip {
                padding-top: 12px !important;
                padding-bottom: 32px !important;
            }

            .majestic-feature-strip .testimonial-item {
                padding: 16px 14px;
                margin: 0 6px;
            }

            .majestic-feature-strip .testimonial-item p {
                font-size: 13px;
            }
        }

        /* ---------- 3) RERA numbered steps ----------
   Was: forced to 1-per-row below 575px, making the 4 steps stack
   very tall. Now: keep 2-per-row down to a much smaller width. */
        @media (max-width: 575px) {
            .rera-step {
                flex: 1 1 45%;
            }

            .rera-steps-row {
                row-gap: 18px;
            }

            .rera-step h4 {
                font-size: 12px;
            }

            .rera-step p {
                font-size: 10.5px;
                line-height: 1.4;
            }
        }

        /* Only drop to full-width single column on genuinely tiny screens */
        @media (max-width: 340px) {
            .rera-step {
                flex: 1 1 100%;
            }
        }

        p,
        .intro-desc,
        .pf-desc,
        .pf-note,
        .rd-note,
        .room-details-content .rd-list li,
        .testimonial-item p,
        .service-item p,
        .house-content p,
        .house-content-two p,
        .offer-item p,
        .room-details-content p,
        .house-card .content p,
        .property-card .content p,
        .section-title p,
        .section-title-two p,
        .spec-intro,
        .spec-card p,
        .spec-note p,
        .safety-desc,
        .dc-profile-card p,
        .dc-team-note,
        .rera-intro,
        .rera-note p,
        .rera-step p,
        .sv-card p.sv-desc,
        .contact-info-list p,
        .faq-answer p,
        .majestic-overview p.intro-desc,
        .room-details-area {
            text-align: justify !important;
            text-align-last: left !important;
        }

        /* ============================================================
   Majestic Overview — Compact White Section + Ticker Strip
   ============================================================ */
        .mo-compact-section {
            background: #ffffff;
            padding: 50px 0 0;
        }

        .mo-heading-block {
            text-align: center !important;
            margin-bottom: 22px;
        }

        .mo-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
        }

        .mo-line {
            width: 34px;
            height: 2px;
            background: #c9973f;
            display: inline-block;
        }

        .mo-eyebrow span:last-child {
            color: #b8862e;
            letter-spacing: 3px;
            font-weight: 600;
            font-size: 12.5px;
            text-transform: uppercase;
        }

        /* Single-column centered paragraphs */
        .mo-text-cols {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin: 0 auto 24px;
            max-width: 1100px;
            width: 100%;
            padding: 36px 44px;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 12px;
            border: 1px solid rgba(201, 151, 63, 0.18);
            box-shadow: 0 10px 40px rgba(43, 38, 32, 0.05);
            position: relative;
            text-align: center !important;
        }

        .mo-text-cols::before,
        .mo-text-cols::after {
            display: none;
        }

        .mo-text-cols p.intro-desc {
            color: #4d443a;
            font-size: 14.5px;
            line-height: 1.85;
            text-align: center !important;
            text-align-last: center !important;
            margin: 0;
            letter-spacing: 0.1px;
        }

        /* Title above the rotating ribbon — explicitly center-aligned */
        .mo-heading-block h2 {
            text-align: center !important;
            color: #2b2620;
            font-size: 28px;
            font-weight: 600;
            line-height: 1.32;
            max-width: 1000px;
            margin: 0 auto;
        }

        .mo-heading-block h2 b {
            color: #b8862e;
            font-style: italic;
            font-weight: 500;
        }

        .mo-lead-line {
            text-align: center;
            color: #2b2620;
            font-size: 14.5px;
            margin: 6px 0 26px;
        }

        /* Ticker strip */
        .mo-ticker-wrap {
            background: linear-gradient(90deg, #b8862e, #d3a256, #b8862e);
            overflow: hidden;
            white-space: nowrap;
            padding: 16px 0;
            -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
        }

        .mo-ticker-track {
            display: inline-flex;
            animation: moTickerScroll 28s linear infinite;
        }

        .mo-ticker-wrap:hover .mo-ticker-track {
            animation-play-state: paused;
        }

        .mo-ticker-set {
            display: inline-flex;
            align-items: center;
        }

        .mo-ticker-set span {
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.3px;
            padding: 0 28px;
            position: relative;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        }

        .mo-ticker-set span::after {
            content: "\2726";
            color: #2b2620;
            font-size: 10px;
            position: absolute;
            right: -3px;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.6;
        }

        @keyframes moTickerScroll {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }

        @media (max-width: 767px) {
            .mo-compact-section {
                padding: 35px 0 0;
            }

            .mo-heading-block h2 {
                font-size: 22px;
            }

            .mo-text-cols {
                padding: 22px 20px;
            }

            .mo-text-cols p.intro-desc {
                text-align: center;
                font-size: 13.5px;
            }

            .mo-ticker-set span {
                font-size: 12.5px;
                padding: 0 18px;
            }
        }

        /* ============================================================
   Room Details Tabs — make them visually read as tabs
   Styling only — click/toggle logic (custom.js) untouched.
   ============================================================ */
        .room-details-area .tab.room-details-tab .tabs {
            display: flex;
            justify-content: center;
            gap: 14px;
            list-style: none;
            margin: 0 0 10px;
            padding: 0;
            border-bottom: 1px solid rgba(201, 151, 63, 0.3);
        }

        .room-details-area .tab.room-details-tab .tabs li {
            margin: 0;
        }

        .room-details-area .tab.room-details-tab .tabs li a {
            display: inline-block;
            color: #9a9186;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.5px;
            padding: 12px 22px;
            border-radius: 8px 8px 0 0;
            cursor: pointer;
            position: relative;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .room-details-area .tab.room-details-tab .tabs li a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            height: 3px;
            background: transparent;
            border-radius: 3px 3px 0 0;
            transition: background 0.3s ease;
        }

        .room-details-area .tab.room-details-tab .tabs li a:hover {
            color: #b8862e;
            background: #faf1de;
        }

        /* Active tab — covers common toggle patterns used by jQuery tab plugins */
        .room-details-area .tab.room-details-tab .tabs li.current a,
        .room-details-area .tab.room-details-tab .tabs li a.current,
        .room-details-area .tab.room-details-tab .tabs li a.active {
            color: #2b2620;
            background: #faf1de;
        }

        .room-details-area .tab.room-details-tab .tabs li.current a::after,
        .room-details-area .tab.room-details-tab .tabs li a.current::after,
        .room-details-area .tab.room-details-tab .tabs li a.active::after {
            background: linear-gradient(135deg, #d3a256, #b8862e);
        }

        @media (max-width: 575px) {
            .room-details-area .tab.room-details-tab .tabs {
                gap: 6px;
            }

            .room-details-area .tab.room-details-tab .tabs li a {
                font-size: 13px;
                padding: 10px 14px;
            }
        }

        .dc-team-icon {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .dc-team-icon svg {
            display: block;
        }

        .spec-icon svg {
    display: block;
    width: 19px;
    height: 19px;
}

/* --- Block 3 --- */
.ev-parking-area {
        background: #ffffff;
        padding: 60px 0;
    }

    .ev-row {
        display: flex;
        flex-wrap: wrap;
        gap: 46px;
        align-items: center;
    }

    .ev-left {
        flex: 1 1 380px;
    }

    .ev-left .pf-eyebrow {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
    }

    .ev-left .line {
        width: 36px;
        height: 2px;
        background: #c9973f;
        display: inline-block;
    }

    .ev-left .pf-eyebrow-text {
        color: #b8862e;
        letter-spacing: 3px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .ev-left h2 {
        color: #2b2620;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.32;
        margin-bottom: 16px;
    }

    .ev-left h2 b {
        color: #b8862e;
        font-style: italic;
        font-weight: 500;
    }

    .ev-left p {
        color: #6b6155;
        font-size: 14.5px;
        line-height: 1.8;
        text-align: justify;
        text-align-last: left;
        margin-bottom: 22px;
    }

    .ev-badge {
        display: inline-flex;
        align-items: center;
        gap: 16px;
        background: linear-gradient(135deg, #faf1de, #fff);
        border: 1px solid rgba(201, 151, 63, 0.35);
        border-radius: 14px;
        padding: 18px 24px;
        box-shadow: 0 14px 30px rgba(120, 90, 40, 0.1);
    }

    .ev-badge i {
        font-size: 30px;
        color: #b8862e;
    }

    .ev-badge-text strong {
        display: block;
        font-size: 16px;
        color: #2b2620;
    }

    .ev-badge-text span {
        font-size: 12px;
        color: #6b6155;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }

    .ev-right {
        flex: 1 1 460px;
    }

    .ev-grid {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .ev-grid li {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #faf6ef;
        border: 1px solid rgba(201, 151, 63, 0.3);
        border-radius: 10px;
        padding: 14px 16px;
        font-size: 13.5px;
        font-weight: 500;
        color: #2b2620;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .ev-grid li:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(120, 90, 40, 0.12);
    }

    .ev-grid li i {
        flex-shrink: 0;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: linear-gradient(135deg, #d3a256, #b8862e);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

    .location-area {
        background: #ffffff;
        padding: 60px 0;
        overflow: hidden;
    }

    .location-head {
        text-align: center;
        max-width: 1080px;
        margin: 0 auto 34px;
    }

    .location-head .pf-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
    }

    .location-head .line {
        width: 36px;
        height: 2px;
        background: #c9973f;
        display: inline-block;
    }

    .location-head .pf-eyebrow-text {
        color: #b8862e;
        letter-spacing: 3px;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

    .location-head h2 {
        color: #2b2620;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.32;
        margin-bottom: 14px;
    }

    .location-head h2 b {
        color: #b8862e;
        font-style: italic;
        font-weight: 500;
    }

    .location-area .location-head p,
    .location-area .container .location-head p,
    body .location-area .location-head p {
        color: #6b6155 !important;
        font-size: 15px !important;
        line-height: 1.85 !important;
        text-align: center !important;
        text-align-last: center !important;
        max-width: 1200px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: block !important;
    }

    .location-chips {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        max-width: 1180px;
        margin: 0 auto 26px;
    }

    .location-chips span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #fff;
        border: 1px solid rgba(201, 151, 63, 0.55);
        border-radius: 30px;
        padding: 10px 18px;
        font-size: 13px;
        font-weight: 600;
        color: #2b2620;
        box-shadow: 0 8px 18px rgba(120, 90, 40, 0.10);
        transition: all 0.3s ease;
    }

    .location-chips span:hover {
        background: linear-gradient(135deg, #d3a256, #b8862e);
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(184, 134, 46, 0.25);
    }

    .location-chips span i {
        color: #b8862e;
        font-size: 15px;
    }

    .location-chips span:hover i {
        color: #fff;
    }

    .location-note {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        font-style: italic;
        color: #9a9186;
        font-size: 13px;
        line-height: 1.65;
    }

    .why-choose-area {
        background: linear-gradient(180deg, #fdfaf4 0%, #f6ead2 100%);
        padding: 50px 0 56px;
        overflow: hidden;
    }

    .why-choose-head {
        text-align: center;
        max-width: 820px;
        margin: 0 auto 24px;
    }

    .why-choose-head .pf-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .why-choose-head .line {
        width: 30px;
        height: 2px;
        background: #c9973f;
        display: inline-block;
    }

    .why-choose-head .pf-eyebrow-text {
        color: #b8862e;
        letter-spacing: 2.5px;
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
    }

    .why-choose-head h2 {
        color: #1f1a14;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.3px;
        line-height: 1.22;
        margin-bottom: 10px;
    }

    .why-choose-head h2 b {
        color: #b8862e;
        font-style: italic;
        font-weight: 500;
    }

    .why-choose-head p {
        color: #5a5046;
        font-size: 13.5px;
        line-height: 1.65;
        text-align: center !important;
        max-width: 680px;
        margin: 0 auto;
    }

    /* Premium card grid with gold left border accent (matches HD tabs theme) */
    .why-grid {
        list-style: none;
        margin: 0 0 22px;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 12px;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-grid li {
        display: flex;
        align-items: center;
        gap: 11px;
        background: #ffffff;
        border: 1px solid rgba(201, 151, 63, 0.28);
        border-left: 3px solid #b8862e;
        border-radius: 10px;
        padding: 11px 14px;
        font-size: 12.5px;
        font-weight: 500;
        color: #2b2620;
        line-height: 1.4;
        box-shadow: 0 4px 12px rgba(120, 90, 40, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-left-color 0.3s ease;
    }

    .why-grid li:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(120, 90, 40, 0.12);
        border-left-color: #d3a256;
    }

    .why-grid li i {
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: linear-gradient(135deg, #fdf2da, #f5e0b6);
        color: #b8862e;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease, color 0.3s ease;
    }

    .why-grid li:hover i {
        background: linear-gradient(135deg, #d3a256, #b8862e);
        color: #fff;
    }

    /* Closing paragraph styled as a compact premium gold-accented banner */
    .why-choose-closing,
    body .why-choose-closing,
    .why-choose-area .why-choose-closing,
    .why-choose-area .container .why-choose-closing {
        max-width: 1200px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        text-align-last: center !important;
        color: #4a4239 !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        font-style: italic !important;
        background: #ffffff !important;
        border: 1px solid rgba(201, 151, 63, 0.28) !important;
        border-radius: 12px !important;
        padding: 18px 30px !important;
        box-shadow: 0 6px 16px rgba(120, 90, 40, 0.06) !important;
        position: relative !important;
        display: block !important;
    }

    .why-choose-closing::before,
    .why-choose-closing::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
        background: linear-gradient(90deg, transparent, #b8862e, transparent);
    }

    .why-choose-closing::before {
        top: -1px;
    }

    .why-choose-closing::after {
        bottom: -1px;
    }

    @media (max-width: 991px) {
        .why-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .why-choose-head h2 {
            font-size: 24px;
        }
    }

    @media (max-width: 767px) {
        .ev-parking-area {
            padding: 40px 0;
        }

        .ev-left h2 {
            font-size: 22px;
        }

        .ev-left p {
            text-align: left;
        }

        .ev-grid {
            grid-template-columns: 1fr;
        }

        .location-area {
            padding: 40px 0;
        }

        .location-head h2 {
            font-size: 22px;
        }

        .location-head p {
            text-align: center !important;
            text-align-last: center !important;
        }

        .why-choose-area {
            padding: 40px 0 46px;
        }

        .why-choose-head {
            margin-bottom: 22px;
        }

        .why-choose-head h2 {
            font-size: 22px;
        }

        .why-choose-head p {
            text-align: center;
        }

        .why-grid {
            grid-template-columns: 1fr;
            gap: 8px;
        }

        .why-grid li {
            padding: 12px 14px;
            font-size: 12.5px;
        }

        .why-grid li i {
            width: 26px;
            height: 26px;
            font-size: 14px;
        }

        .why-choose-closing {
            padding: 14px 18px;
            font-size: 13px;
        }
    }

/* --- Block 4 --- */
/* ===== SIMPLE FIX — bas arrows ke liye left-right padding, aur kuch nahi chheda ===== */
.room-details-content {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

/* --- Block 5 --- */
/* =====================================================
           Map + Contact Section — Redesign
           (scoped to .map-area-two only, theme colors reused:
            gold #d3a256 / #b8862e, ink #2b2620, muted #6b6155)
           ===================================================== */
        .map-area-two {
            padding-bottom: 55px !important;
        }

        .mc-map-frame {
            width: 100%;
            overflow: hidden;
            box-shadow: 0 18px 40px rgba(43, 38, 32, .12);
        }

        .mc-map-frame iframe {
            width: 100%;
            height: 380px;
            display: block;
            border: 0;
        }

        .mc-contact-wrapper {
            max-width: 1300px;
            margin: 0 auto;
            padding: 55px 15px 0;
        }

        .mc-contact-grid {
            display: grid;
            grid-template-columns: 0.85fr 1.15fr;
            gap: 32px;
            align-items: stretch;
        }

        /* ---- Left: Contact Info Card ---- */
        .contact-info-card {
            position: relative;
            background: linear-gradient(155deg, #ffffff 0%, #faf1de 100%);
            border: 1px solid rgba(201, 151, 63, 0.35);
            border-radius: 14px;
            padding: 46px 40px 40px;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: 0 20px 45px rgba(120, 90, 40, 0.14);
            overflow: hidden;
        }

        /* Gold accent bar on top */
        .contact-info-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg, #d3a256, #b8862e, #d3a256);
        }

        /* Decorative soft circle in the corner */
        .contact-info-card::after {
            content: "";
            position: absolute;
            top: -60px;
            right: -60px;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(211, 162, 86, 0.18) 0%, rgba(211, 162, 86, 0) 70%);
            pointer-events: none;
        }

        .contact-info-card .ci-eyebrow {
            display: inline-block;
            color: #b8862e;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .contact-info-card h3 {
            color: #2b2620;
            font-size: 26px;
            font-weight: 600;
            line-height: 1.35;
            margin-bottom: 28px;
            position: relative;
            z-index: 1;
        }

        .contact-info-list {
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            z-index: 1;
        }

        .contact-info-list li {
            display: flex;
            gap: 16px;
            align-items: flex-start;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px dashed rgba(201, 151, 63, 0.35);
        }

        .contact-info-list li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .contact-info-list .ci-icon {
            flex: 0 0 46px;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: linear-gradient(135deg, #d3a256, #b8862e);
            box-shadow: 0 8px 16px rgba(184, 134, 46, 0.35);
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 19px;
        }

        .contact-info-list strong {
            display: block;
            color: #2b2620;
            font-size: 14.5px;
            font-weight: 700;
            letter-spacing: .3px;
            margin-bottom: 4px;
        }

        .contact-info-list p {
            margin: 0;
            color: #6b6155;
            font-size: 14px;
            line-height: 1.65;
        }

        .contact-info-list a {
            color: #6b6155;
            text-decoration: none;
            font-weight: 600;
            transition: color .25s ease;
        }

        .contact-info-list a:hover {
            color: #b8862e;
        }

        .ci-note {
            margin-top: 26px;
            padding: 14px 16px;
            background: rgba(211, 162, 86, 0.1);
            border-left: 3px solid #b8862e;
            border-radius: 6px;
            font-size: 13px;
            font-style: italic;
            color: #7a6f5f;
            line-height: 1.6;
            position: relative;
            z-index: 1;
        }

        /* ---- Right: Contact Form Card ---- */
        .map-area-two .contact-wrap {
            position: static !important;
            top: auto !important;
            left: auto !important;
            right: auto !important;
            bottom: auto !important;
            transform: none !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            height: 100%;
        }

        .map-area-two .contact-form {
            background: #fff;
            border-radius: 14px;
            padding: 46px 42px;
            height: 100%;
            box-shadow: 0 20px 45px rgba(43, 38, 32, .08);
            border: 1px solid #f0e6d4;
        }

        .map-area-two .contact-form form {
            margin-top: 22px;
        }

        @media (max-width: 991px) {
            .mc-contact-grid {
                grid-template-columns: 1fr;
            }

            .contact-info-card,
            .map-area-two .contact-form {
                padding: 36px 28px;
            }
        }

        @media (max-width: 767px) {
            .mc-map-frame iframe {
                height: 260px;
            }

            .mc-contact-wrapper {
                padding-top: 40px;
            }
        }

/* --- Block 6 --- */
/* Give every field the same bottom spacing so the layout doesn't
           jump around when an error message appears/disappears */
        .contact-form .form-group {
            margin-bottom: 22px;
        }
        .field-error-msg {
            display: block;
            min-height: 17px;
            color: #dc3545;
            font-size: 13px;
            margin-top: 6px;
            margin-bottom: 0;
            line-height: 1.3;
            text-transform: none;
            letter-spacing: normal;
        }
        .contact-form .form-group input.field-invalid,
        .contact-form .form-group textarea.field-invalid {
            border-color: #dc3545 !important;
        }
        /* Pull the field back up a touch when it's invalid, since the red
           border + error line otherwise push the next row down unevenly */
        .contact-form .form-group:has(.field-invalid) {
            margin-bottom: 6px;
        }
        .cf-modal-overlay {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.55);
            z-index: 99999;
            align-items: center;
            justify-content: center;
        }
        .cf-modal-overlay.active {
            display: flex;
        }
        .cf-modal-box {
            background: #fff;
            border-radius: 12px;
            padding: 40px 32px;
            max-width: 380px;
            width: 90%;
            text-align: center;
            box-shadow: 0 20px 60px rgba(0,0,0,0.25);
            animation: cfModalPop 0.25s ease;
        }
        @keyframes cfModalPop {
            from { transform: scale(0.85); opacity: 0; }
            to { transform: scale(1); opacity: 1; }
        }
        .cf-modal-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 18px;
            font-size: 32px;
            color: #fff;
        }
        .cf-modal-icon.success { background: #28a745; }
        .cf-modal-icon.error { background: #dc3545; }
        .cf-modal-box h3 {
            margin: 0 0 8px;
            font-size: 22px;
            color: #222;
        }
        .cf-modal-box p {
            margin: 0 0 22px;
            color: #666;
            font-size: 15px;
        }
        .cf-modal-close-btn {
            display: inline-block;
            padding: 10px 28px;
            background: #d4a531;
            color: #fff;
            border: none;
            border-radius: 6px;
            font-weight: 600;
            cursor: pointer;
        }
        .cf-modal-close-btn:hover { background: #b98d24; }


/* =============================================================================
 * Block R (recovered): originally the FIRST <style> block in index.php
 * — body.jinraj-about-page heading font overrides
 * — FAQ accordion spacing
 * Source: lines 255–309 of the pre-extraction index.php
 * ============================================================================= */
        /* =========================================
   HEADING FONT FIX — saare headings ka font same karo
   (Playfair Display serif italic override ko kill karke
   sabko theme ka default font do, jaise "Developer of
   Majestic Sky Bungalow" heading mein hai)

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,
body.jinraj-about-page #developer-title,
body.jinraj-about-page #corporate-office-title,
body.jinraj-about-page h2.small-section-heading {
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 1.24 !important;
    color: #2b2620 !important;
}

/* Italic gold accent word inside heading — style same rakha,
   bas font-family ab inherit (Playfair nahi) */
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,
body.jinraj-about-page #developer-title i {
    font-family: inherit !important;
    color: #c9973f !important;
    font-style: italic !important;
    font-weight: 500 !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,
    body.jinraj-about-page #developer-title,
    body.jinraj-about-page h2.small-section-heading {
        font-size: 24px !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;
}

