/* =====================================================================
   GLASS CONTENT — Home "MUMBAI ESCORTS" intro card
   Dark/gold glass card, Playfair typography, read-more collapsible.
   No content changes — design only.
   NOTE: section.h_s2 lives inside <article>, not <main>. Selectors
         must NOT be scoped to #main.
   ===================================================================== */

/* Kill any white/light bg from theme on the wrappers around h_s2 */
html body.home > #outer-wrap > #wrap > article,
html body.home article,
html body article > #content-wrap,
html body article > #content-wrap > .container {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* ---------- Card ---------- */
html body section.h_s2 {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 40px auto 60px !important;
    padding: 48px 52px !important;
    text-align: left !important;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.85), rgba(8, 5, 0, 0.95)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.78), rgba(120, 53, 15, 0.78)) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 22px !important;
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(234, 179, 8, 0.22),
        0 0 40px rgba(234, 179, 8, 0.10) !important;
    color: #e6d6b0 !important;
    isolation: isolate;
    overflow: hidden;
}

html body section.h_s2::before,
html body section.h_s2::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(10px);
}
html body section.h_s2::before {
    top: -70px;
    left: -70px;
    background: radial-gradient(circle, rgba(252, 211, 77, 0.28), transparent 70%);
}
html body section.h_s2::after {
    bottom: -80px;
    right: -80px;
    background: radial-gradient(circle, rgba(234, 179, 8, 0.22), transparent 72%);
}

/* Push real content above the corner glows */
html body section.h_s2 > *,
html body section.h_s2 .nb-collapse,
html body section.h_s2 .nb-readmore-wrap {
    position: relative;
    z-index: 1;
}

/* ---------- Main heading ---------- */
html body section.h_s2 .title {
    display: block !important;
    position: relative;
    margin: 0 0 26px !important;
    padding: 0 0 18px 0 !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 34px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #fcd34d !important;
    text-align: left !important;
    letter-spacing: 0.4px !important;
    text-shadow: 0 2px 20px rgba(252, 211, 77, 0.25) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.28) !important;
    background: transparent !important;
}
html body section.h_s2 .title strong {
    font-weight: 800 !important;
    background: linear-gradient(90deg, #fde68a, #fbbf24, #f59e0b) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    padding-right: 6px !important;
    font-style: normal !important;
    letter-spacing: 1.4px !important;
}

/* When the section has MULTIPLE .title blocks (service/article pages),
   the first title becomes the main H1-style banner and subsequent
   titles become H3-style sub-section markers with a left gold bar. */
html body section.h_s2 > .title:first-of-type {
    font-size: 38px !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    margin: 0 0 24px !important;
    padding: 0 0 18px 0 !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.28) !important;
    border-left: none !important;
    letter-spacing: 0.5px !important;
}
html body section.h_s2 > .title:not(:first-of-type) {
    font-size: 26px !important;
    line-height: 1.25 !important;
    margin: 38px 0 18px !important;
    padding: 4px 0 4px 20px !important;
    border-bottom: none !important;
    border-left: 4px solid transparent !important;
    border-image: linear-gradient(180deg, #fbbf24, #78350f) 1;
    position: relative;
    color: #fde68a !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 60%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: 0.3px !important;
    text-shadow: 0 0 20px rgba(234, 179, 8, 0.2) !important;
}
/* Inline links inside sub-title should inherit gradient better */
html body section.h_s2 > .title:not(:first-of-type) a {
    background: linear-gradient(90deg, #fde68a, #fbbf24) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

@media (max-width: 768px) {
    html body section.h_s2 > .title:first-of-type { font-size: 28px !important; }
    html body section.h_s2 > .title:not(:first-of-type) {
        font-size: 22px !important;
        margin: 30px 0 14px !important;
        padding-left: 16px !important;
    }
}
@media (max-width: 480px) {
    html body section.h_s2 > .title:first-of-type { font-size: 23px !important; }
    html body section.h_s2 > .title:not(:first-of-type) {
        font-size: 19px !important;
        margin: 26px 0 12px !important;
    }
}

/* ---------- Subtitle H2 blocks ---------- */
html body section.h_s2 .subttl {
    display: block !important;
    margin: 32px 0 16px !important;
    padding: 0 !important;
    position: relative;
    background: transparent !important;
}
html body section.h_s2 .subttl h2 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #fcd34d !important;
    letter-spacing: 0.3px !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 2px 0 2px 20px !important;
    position: relative;
    font-style: italic !important;
    background: transparent !important;
}
html body section.h_s2 .subttl h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(180deg, #fbbf24, #78350f);
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.55);
}

html body section.h_s2 .mini-text,
html body section.h_s2 div.mini-text {
    display: block !important;
    margin-top: 8px !important;
    padding-left: 20px !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 3.5px !important;
    color: #e6a100 !important;
    text-transform: uppercase !important;
    text-align: left !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

/* ---------- Paragraphs ---------- */
html body section.h_s2 p.peraa,
html body section.h_s2 .desc p,
html body section.h_s2 p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16.5px !important;
    line-height: 1.85 !important;
    color: #e6d6b0 !important;
    margin: 0 0 16px !important;
    text-align: left !important;
    letter-spacing: 0.2px !important;
    font-weight: 400 !important;
    background: transparent !important;
}
html body section.h_s2 p b,
html body section.h_s2 p strong {
    color: #fde68a !important;
    font-weight: 700 !important;
    background: transparent !important;
}
html body section.h_s2 a {
    color: #fcd34d !important;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(252, 211, 77, 0.5) !important;
    transition: color .2s ease, border-color .2s ease, text-shadow .2s ease;
    padding-bottom: 1px;
    background: transparent !important;
}
html body section.h_s2 a:hover {
    color: #fff4c4 !important;
    border-bottom-color: #fbbf24 !important;
    text-shadow: 0 0 8px rgba(252, 211, 77, 0.7);
}

/* ---------- Collapsible wrapper ---------- */
html body section.h_s2 .nb-collapse {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
                opacity 0.4s ease,
                margin 0.4s ease;
    will-change: max-height;
    opacity: 0;
    margin-top: 0;
}
html body section.h_s2 .nb-collapse[data-state="open"] {
    opacity: 1;
    margin-top: 8px;
}

/* ---------- Read More / Less button ---------- */
html body section.h_s2 .nb-readmore-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
    position: relative;
    z-index: 2;
}
html body section.h_s2 .nb-readmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(25, 18, 5, 0.94), rgba(12, 8, 0, 0.94)) padding-box,
        linear-gradient(135deg, #fbbf24, #78350f) border-box;
    border: 1px solid transparent;
    color: #fcd34d;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: transform .2s ease, box-shadow .25s ease, color .2s ease;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(234, 179, 8, 0.25),
        0 0 16px rgba(234, 179, 8, 0.25);
}
html body section.h_s2 .nb-readmore-btn:hover,
html body section.h_s2 .nb-readmore-btn:focus-visible {
    transform: translateY(-2px);
    color: #fff4c4;
    box-shadow:
        0 16px 28px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(234, 179, 8, 0.35),
        0 0 28px rgba(234, 179, 8, 0.55);
}
html body section.h_s2 .nb-readmore-btn:active {
    transform: translateY(0);
}
html body section.h_s2 .nb-readmore-btn .nb-chev {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform .35s ease;
    margin-left: 2px;
}
html body section.h_s2 .nb-readmore-btn[data-state="open"] .nb-chev {
    transform: rotate(-135deg) translate(-1px, -1px);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    html body section.h_s2 {
        padding: 40px 34px !important;
        margin: 30px 20px 50px !important;
    }
    html body section.h_s2 .title { font-size: 28px !important; }
    html body section.h_s2 .subttl h2 { font-size: 22px !important; }
}

@media (max-width: 768px) {
    html body section.h_s2 {
        padding: 32px 22px !important;
        margin: 24px 14px 40px !important;
        border-radius: 18px !important;
    }
    html body section.h_s2 .title {
        font-size: 24px !important;
        padding-bottom: 14px !important;
        margin-bottom: 20px !important;
    }
    html body section.h_s2 .title strong { letter-spacing: 1px !important; }
    html body section.h_s2 .subttl h2 { font-size: 19px !important; padding-left: 16px !important; }
    html body section.h_s2 .subttl h2::before { width: 3px; }
    html body section.h_s2 .mini-text,
    html body section.h_s2 div.mini-text {
        font-size: 13px !important;
        letter-spacing: 2.5px !important;
        padding-left: 16px !important;
    }
    html body section.h_s2 p.peraa,
    html body section.h_s2 .desc p,
    html body section.h_s2 p {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }
    html body section.h_s2 .nb-readmore-btn {
        padding: 10px 24px;
        font-size: 12px;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    html body section.h_s2 {
        padding: 24px 18px !important;
        margin: 20px 8px 30px !important;
        border-radius: 14px !important;
    }
    html body section.h_s2 .title { font-size: 21px !important; }
    html body section.h_s2 .subttl h2 { font-size: 17px !important; }
    html body section.h_s2 .mini-text,
    html body section.h_s2 div.mini-text { font-size: 12px !important; letter-spacing: 2px !important; }
    html body section.h_s2 p.peraa,
    html body section.h_s2 .desc p,
    html body section.h_s2 p { font-size: 14.5px !important; line-height: 1.7 !important; }
    html body section.h_s2 .nb-readmore-btn { padding: 9px 20px; font-size: 11.5px; letter-spacing: 1.8px; }
}

/* =====================================================================
   H_S3 — "FEMALE ESCORT SERVICE" showcase section
   Full-width dark stage, image in ornate gold-double-border frame,
   text column with gradient headline + amber accent line + drop-cap.
   Distinct look from h_s2 (no rounded card; asymmetric open layout).
   ===================================================================== */

html body section.h_s3 {
    position: relative;
    display: block;
    width: 100% !important;
    max-width: none !important;
    padding: 90px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.25) !important;
    overflow: hidden;
    color: #e6d6b0;
}
html body section.h_s3::before,
html body section.h_s3::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
html body section.h_s3::before {
    top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(234, 179, 8, 0.55) 30%,
        #fbbf24 50%,
        rgba(234, 179, 8, 0.55) 70%,
        transparent 100%);
    box-shadow: 0 0 14px rgba(234, 179, 8, 0.45);
}
html body section.h_s3::after {
    bottom: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(234, 179, 8, 0.4) 30%,
        #fbbf24 50%,
        rgba(234, 179, 8, 0.4) 70%,
        transparent 100%);
}

/* Ambient gold corner glows */
html body section.h_s3 > .container::before,
html body section.h_s3 > .container::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(20px);
    pointer-events: none;
    z-index: 0;
}
html body section.h_s3 > .container::before {
    top: -120px;
    left: -100px;
    background: radial-gradient(circle, rgba(252, 211, 77, 0.18), transparent 70%);
}
html body section.h_s3 > .container::after {
    bottom: -140px;
    right: -120px;
    background: radial-gradient(circle, rgba(234, 179, 8, 0.15), transparent 70%);
}

html body section.h_s3 > .container {
    position: relative;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 64px !important;
    background: transparent !important;
    z-index: 1;
    box-sizing: border-box;
}

/* ---------- Left: image in ornate frame ---------- */
html body section.h_s3 .sl {
    position: relative;
    float: none !important;
    width: 46% !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 1 46%;
    min-width: 0;
    z-index: 1;
    box-sizing: border-box;
}
html body section.h_s3 .sl::before,
html body section.h_s3 .sl::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 26px;
    height: 26px;
    background:
        linear-gradient(135deg, #fcd34d, #fbbf24 45%, #78350f) padding-box;
    transform: rotate(45deg);
    border: 1px solid rgba(255, 235, 180, 0.7);
    box-shadow: 0 0 10px rgba(252, 211, 77, 0.65);
    pointer-events: none;
}
html body section.h_s3 .sl::before {
    top: -14px;
    left: -14px;
}
html body section.h_s3 .sl::after {
    bottom: -14px;
    right: -14px;
}
html body section.h_s3 .sl img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 14px;
    background:
        linear-gradient(#050300, #050300) padding-box,
        linear-gradient(135deg, #fcd34d, #fbbf24 40%, #78350f) border-box;
    border: 3px solid transparent;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.65),
        0 0 0 10px rgba(0, 0, 0, 0.25),
        0 0 0 11px rgba(234, 179, 8, 0.35),
        0 0 40px rgba(234, 179, 8, 0.15);
    transition: transform .5s ease, box-shadow .5s ease;
}
html body section.h_s3 .sl:hover img {
    transform: translateY(-4px);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.7),
        0 0 0 10px rgba(0, 0, 0, 0.25),
        0 0 0 11px rgba(234, 179, 8, 0.55),
        0 0 60px rgba(234, 179, 8, 0.35);
}

/* ---------- Right: text column ---------- */
html body section.h_s3 .sr {
    position: relative;
    float: none !important;
    width: 54% !important;
    flex: 1 1 54%;
    min-width: 0;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 1;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

html body section.h_s3 .sr h3 {
    position: relative;
    margin: 0 0 28px !important;
    padding: 0 !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.3px !important;
    color: #fde68a !important;
    text-transform: uppercase !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 40px rgba(252, 211, 77, 0.18);
}
html body section.h_s3 .sr h3::before {
    content: none !important;
}
html body section.h_s3 .sr h3::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    margin-top: 18px;
    background: linear-gradient(90deg, #fbbf24, #78350f);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(234, 179, 8, 0.55);
}
html body section.h_s3 .sr h3 .sec-text {
    display: block;
    margin-top: 6px;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-style: italic;
    font-weight: 400 !important;
    font-size: 28px !important;
    letter-spacing: 0.2px !important;
    background: linear-gradient(90deg, #fde68a, #fbbf24) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    opacity: 0.92;
    text-transform: none !important;
}

html body section.h_s3 .sr p,
html body section.h_s3 .sr p.peraa {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16.5px !important;
    line-height: 1.85 !important;
    color: #e6d6b0 !important;
    margin: 0 0 18px !important;
    text-align: left !important;
    letter-spacing: 0.2px !important;
    background: transparent !important;
    position: relative;
}
html body section.h_s3 .sr p:first-of-type::first-letter {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    float: left;
    margin: 6px 12px 0 0;
    padding: 4px 10px 0;
    background: linear-gradient(135deg, #fde68a, #fbbf24 45%, #78350f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: 0 2px 18px rgba(252, 211, 77, 0.35);
}
html body section.h_s3 .sr strong,
html body section.h_s3 .sr b {
    color: #fde68a !important;
    font-weight: 700 !important;
}
html body section.h_s3 .sr a {
    color: #fcd34d !important;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(252, 211, 77, 0.5) !important;
    padding-bottom: 1px;
    transition: color .2s ease, border-color .2s ease, text-shadow .2s ease;
    background: transparent !important;
}
html body section.h_s3 .sr a:hover {
    color: #fff4c4 !important;
    border-bottom-color: #fbbf24 !important;
    text-shadow: 0 0 8px rgba(252, 211, 77, 0.7);
}
html body section.h_s3 .sr strong a {
    color: #fde68a !important;
}

/* ---------- H_S3 Responsive ---------- */
@media (max-width: 1200px) {
    html body section.h_s3 { padding: 74px 0 !important; }
    html body section.h_s3 > .container {
        gap: 44px !important;
        padding: 0 32px !important;
    }
    html body section.h_s3 .sr h3 { font-size: 32px !important; }
    html body section.h_s3 .sr h3 .sec-text { font-size: 21px !important; }
}

/* Stack columns earlier — the two-col layout needs ≥1100px to
   feel balanced with the longer Playfair heading. */
@media (max-width: 1100px) {
    html body section.h_s3 {
        padding: 60px 0 !important;
        overflow: hidden;
    }
    html body section.h_s3 > .container {
        flex-direction: column !important;
        gap: 44px !important;
        padding: 0 24px !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
    html body section.h_s3 .sl,
    html body section.h_s3 .sr {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        box-sizing: border-box;
        padding: 0 !important;
        margin: 0 auto !important;
    }
    html body section.h_s3 .sl {
        max-width: 560px !important;
    }
    html body section.h_s3 .sr {
        max-width: 720px !important;
    }
    html body section.h_s3 .sr h3 {
        font-size: 32px !important;
        text-align: center !important;
    }
    html body section.h_s3 .sr h3::after { margin-left: auto !important; margin-right: auto !important; }
    html body section.h_s3 .sr h3 .sec-text { font-size: 22px !important; text-align: center !important; }
    html body section.h_s3 .sr p,
    html body section.h_s3 .sr p.peraa {
        text-align: left !important;
    }
}

/* Mobile — cleaner card, no outer rings, no overflow */
@media (max-width: 640px) {
    html body section.h_s3 {
        padding: 44px 0 !important;
        overflow-x: hidden !important;
    }
    html body section.h_s3 > .container {
        padding: 0 16px !important;
        gap: 32px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    html body section.h_s3 .sl {
        max-width: 480px !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        box-sizing: border-box;
    }
    /* Simpler corner ornaments that sit INSIDE the frame, not outside */
    html body section.h_s3 .sl::before,
    html body section.h_s3 .sl::after {
        width: 14px !important;
        height: 14px !important;
    }
    html body section.h_s3 .sl::before { top: -7px !important; left: -7px !important; }
    html body section.h_s3 .sl::after { bottom: -7px !important; right: -7px !important; }

    /* Image: fill frame cleanly, no heavy outer rings that cause overflow */
    html body section.h_s3 .sl img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        border-width: 2px !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
        box-shadow:
            0 14px 30px rgba(0, 0, 0, 0.55),
            0 0 24px rgba(234, 179, 8, 0.18) !important;
        object-fit: contain !important;
        aspect-ratio: auto !important;
    }

    html body section.h_s3 .sr {
        max-width: 100% !important;
    }
    html body section.h_s3 .sr h3 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    html body section.h_s3 .sr h3::after { width: 70px; height: 2px; margin-top: 14px; }
    html body section.h_s3 .sr h3 .sec-text { font-size: 18px !important; margin-top: 8px; }
    html body section.h_s3 .sr p,
    html body section.h_s3 .sr p.peraa {
        font-size: 15px !important;
        line-height: 1.8 !important;
        margin-bottom: 14px !important;
    }
    html body section.h_s3 .sr p:first-of-type::first-letter {
        font-size: 40px;
        padding: 2px 8px 0 0;
        margin: 4px 10px 0 0;
    }
}

@media (max-width: 420px) {
    html body section.h_s3 { padding: 36px 0 !important; }
    html body section.h_s3 > .container { padding: 0 12px !important; gap: 26px !important; }
    html body section.h_s3 .sl img {
        border-width: 2px !important;
        border-radius: 10px !important;
        box-shadow:
            0 10px 22px rgba(0, 0, 0, 0.5),
            0 0 18px rgba(234, 179, 8, 0.15) !important;
    }
    html body section.h_s3 .sr h3 { font-size: 22px !important; }
    html body section.h_s3 .sr h3 .sec-text { font-size: 16px !important; }
    html body section.h_s3 .sr p,
    html body section.h_s3 .sr p.peraa { font-size: 14.5px !important; line-height: 1.75 !important; }
    html body section.h_s3 .sr p:first-of-type::first-letter {
        font-size: 36px;
        padding: 2px 6px 0 0;
        margin: 3px 8px 0 0;
    }
    html body section.h_s3 .sl::before,
    html body section.h_s3 .sl::after {
        width: 12px !important;
        height: 12px !important;
    }
    html body section.h_s3 .sl::before { top: -6px !important; left: -6px !important; }
    html body section.h_s3 .sl::after { bottom: -6px !important; right: -6px !important; }
}

/* =====================================================================
   H_S4 — LUXE tabbed gallery (Top/Premium/Couples/GFE)
   Art-deco dark stage: ornate gold-filigree card frames, 3D tilt,
   light sweep, numbered index, gold "View Profile" reveal.
   Preserves jQuery tab logic (relies on inline display: flex).
   ===================================================================== */

@keyframes h_s4_sparkle {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}
@keyframes h_s4_sweep {
    0% { transform: translateX(-120%) skewX(-18deg); }
    100% { transform: translateX(260%) skewX(-18deg); }
}
@keyframes h_s4_float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

html body section.h_s4 {
    position: relative;
    background: transparent !important;
    padding: 84px 0 100px !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22);
    border-bottom: 1px solid rgba(234, 179, 8, 0.18);
    overflow: hidden;
    z-index: 1;
}
html body section.h_s4::before,
html body section.h_s4::after {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}
html body section.h_s4::before {
    top: -200px;
    left: -180px;
    background: radial-gradient(circle, rgba(252, 211, 77, 0.17), transparent 70%);
}
html body section.h_s4::after {
    bottom: -240px;
    right: -200px;
    background: radial-gradient(circle, rgba(234, 179, 8, 0.14), transparent 70%);
}

/* ---------- Section head (SEO H2 + eyebrow + tagline) ---------- */
html body section.h_s4 .h_s4-head {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 34px;
    padding: 0 20px;
}
html body section.h_s4 .h_s4-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
html body section.h_s4 .h_s4-eyebrow-line {
    display: inline-block;
    width: 56px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fbbf24, transparent);
    opacity: .8;
}
html body section.h_s4 .h_s4-eyebrow-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fbbf24;
    text-shadow: 0 0 12px rgba(234, 179, 8, 0.45);
}
html body section.h_s4 .h_s4-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    text-align: center !important;
    text-shadow: 0 0 40px rgba(252, 211, 77, 0.2);
}
html body section.h_s4 .h_s4-tagline {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #e6d6b0 !important;
    letter-spacing: 0.4px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0.9;
    line-height: 1.6 !important;
    text-align: center !important;
}

/* ---------- Tabs container ---------- */
html body section.h_s4 .tabs {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 44px;
}
html body section.h_s4 .tabs ul,
html body section.h_s4 .tabs ul.lzl {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px !important;
    margin: 0 auto !important;
    list-style: none;
    background-color: transparent !important;
    background-image:
        linear-gradient(180deg, rgba(25, 18, 5, 0.94), rgba(12, 8, 0, 0.94)),
        linear-gradient(135deg, rgba(252, 211, 77, 0.7), rgba(120, 53, 15, 0.7)) !important;
    background-origin: padding-box, border-box !important;
    background-clip: padding-box, border-box !important;
    background-size: auto, auto !important;
    background-repeat: no-repeat, no-repeat !important;
    border: 1px solid transparent !important;
    border-radius: 9999px !important;
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(234, 179, 8, 0.25),
        0 0 24px rgba(234, 179, 8, 0.18);
    flex-wrap: wrap;
    text-align: center;
}
html body section.h_s4 .tabs ul li {
    margin: 0;
    padding: 0;
    display: inline-flex !important;
    list-style: none;
    background: transparent !important;
    border: none !important;
}
html body section.h_s4 .tabs ul li a {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    padding: 11px 26px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2.4px !important;
    text-transform: uppercase !important;
    color: #fcd34d !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    transition: color .25s ease, background .3s ease, box-shadow .3s ease, transform .2s ease;
}
html body section.h_s4 .tabs ul li a:hover {
    color: #fff4c4 !important;
    background: rgba(234, 179, 8, 0.12) !important;
    transform: translateY(-1px);
}
html body section.h_s4 .tabs ul li a.active {
    color: #0a0600 !important;
    background: linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow:
        0 6px 16px rgba(234, 179, 8, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    text-shadow: 0 1px 0 rgba(255, 230, 150, 0.55);
}

/* ---------- Panel grid ---------- */
html body section.h_s4 .panel {
    position: relative;
    z-index: 1;
    max-width: 1380px;
    margin: 0 auto !important;
    padding: 22px 32px 10px !important;
    gap: 26px;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: stretch;
    height: auto !important;
    background: transparent !important;
    counter-reset: h_s4_n;
    perspective: 1400px;
}

/* ---------- Card item wrapper ---------- */
html body section.h_s4 .item {
    position: relative;
    flex: 0 0 calc(20% - 22px) !important;
    max-width: calc(20% - 22px);
    width: calc(20% - 22px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    counter-increment: h_s4_n;
    transform-style: preserve-3d;
    transition: transform .55s cubic-bezier(.2,.8,.2,1);
}
html body section.h_s4 .item:hover {
    z-index: 3;
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}

/* Outer gold filigree corners (attached to .item so they sit outside the image link) */
html body section.h_s4 .item::before,
html body section.h_s4 .item::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    pointer-events: none;
    z-index: 4;
    opacity: 0.95;
    filter: drop-shadow(0 0 6px rgba(234, 179, 8, 0.45));
    transition: transform .5s ease, opacity .4s ease;
}
html body section.h_s4 .item::before {
    top: -4px;
    left: -4px;
    background:
        linear-gradient(90deg, #fbbf24, transparent) top left / 22px 2px no-repeat,
        linear-gradient(180deg, #fbbf24, transparent) top left / 2px 22px no-repeat;
}
html body section.h_s4 .item::after {
    bottom: -4px;
    right: -4px;
    background:
        linear-gradient(-90deg, #fbbf24, transparent) bottom right / 22px 2px no-repeat,
        linear-gradient(0deg, #fbbf24, transparent) bottom right / 2px 22px no-repeat;
}
html body section.h_s4 .item:hover::before { transform: translate(-3px, -3px); opacity: 1; }
html body section.h_s4 .item:hover::after  { transform: translate(3px, 3px); opacity: 1; }

/* ---------- The card frame (inside the link) ---------- */
html body section.h_s4 .item a {
    position: relative;
    display: block !important;
    overflow: hidden;
    border-radius: 16px !important;
    aspect-ratio: 2 / 3;
    padding: 0 !important;
    margin: 0 !important;
    background:
        linear-gradient(#050300, #050300) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 30%, #a16207 65%, #78350f 100%) border-box;
    border: 2px solid transparent !important;
    box-shadow:
        0 26px 52px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(234, 179, 8, 0.20) inset,
        0 0 34px rgba(234, 179, 8, 0.16);
    transition: box-shadow .5s ease, transform .5s ease;
    isolation: isolate;
    text-decoration: none !important;
}

/* Dark vignette + bottom gradient for name readability */
html body section.h_s4 .item a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background:
        radial-gradient(ellipse at 50% 35%, transparent 40%, rgba(0,0,0,0.35) 100%),
        linear-gradient(180deg,
            transparent 0%,
            transparent 50%,
            rgba(8, 5, 0, 0.55) 75%,
            rgba(6, 4, 0, 0.96) 100%);
    z-index: 3;
    pointer-events: none;
    transition: opacity .45s ease;
}

/* Diagonal shimmer sweep (plays on hover) */
html body section.h_s4 .item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 240, 180, 0.18) 45%,
        rgba(255, 240, 180, 0.35) 50%,
        rgba(255, 240, 180, 0.18) 55%,
        transparent 100%);
    z-index: 5;
    pointer-events: none;
    transform: translateX(-120%) skewX(-18deg);
    opacity: 0;
}
html body section.h_s4 .item a:hover::after {
    opacity: 1;
    animation: h_s4_sweep 0.9s ease forwards;
}
html body section.h_s4 .item a:hover {
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.72),
        0 0 0 1px rgba(252, 211, 77, 0.55) inset,
        0 0 0 1px rgba(252, 211, 77, 0.25),
        0 0 70px rgba(234, 179, 8, 0.42);
}

/* Image inside the frame */
html body section.h_s4 .item a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 14px;
    position: relative;
    z-index: 1;
    transition: transform .9s cubic-bezier(.2,.8,.2,1), filter .5s ease;
    filter: saturate(1.05) contrast(1.02);
}
html body section.h_s4 .item a:hover img {
    transform: scale(1.08);
    filter: saturate(1.15) contrast(1.06);
}

/* Number index badge — top-left, uses CSS counter (no markup change) */
html body section.h_s4 .item a h3::before {
    content: "0" counter(h_s4_n);
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    min-width: 34px;
    height: 34px;
    padding: 0 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 1.4px;
    color: #fcd34d;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.85), rgba(8, 5, 0, 0.92)) padding-box,
        linear-gradient(135deg, #fbbf24, #78350f) border-box;
    border: 1px solid transparent;
    border-radius: 9px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.45), 0 0 14px rgba(234, 179, 8, 0.35);
    text-shadow: 0 0 6px rgba(234, 179, 8, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    line-height: 1;
}

/* Name plaque — sits at the bottom of the card */
html body section.h_s4 .item a h3 {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 22px 16px 20px !important;
    background: transparent !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    letter-spacing: 2.2px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #fde68a !important;
    text-shadow:
        0 2px 10px rgba(0, 0, 0, 0.95),
        0 0 20px rgba(234, 179, 8, 0.45) !important;
    opacity: 1 !important;
    z-index: 4;
    transform: translateY(0);
    transition: transform .45s ease, color .3s ease, letter-spacing .35s ease;
    width: auto !important;
    height: auto !important;
    display: block !important;
    line-height: 1.1 !important;
}

/* Gold flourish line below name with center diamond glow */
html body section.h_s4 .item a h3::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, transparent, #fbbf24 20%, #fde68a 50%, #fbbf24 80%, transparent);
    box-shadow: 0 0 8px rgba(234, 179, 8, 0.55);
    transition: width .45s ease;
}

html body section.h_s4 .item a:hover h3 {
    color: #fff4c4 !important;
    letter-spacing: 2.8px !important;
    transform: translateY(-4px);
    height: auto !important;
    display: block !important;
    justify-content: initial !important;
    align-items: initial !important;
    font-size: 18px !important;
}
html body section.h_s4 .item a:hover h3::after {
    width: 72%;
}

/* Preserve original: hide the 6th (overflow) card on wide screens to
   keep a clean row of 5 equal cards. Show it back on tablet/mobile. */

/* ---------- H_S4 Responsive ---------- */
@media (max-width: 1200px) {
    html body section.h_s4 .h_s4-title { font-size: 34px !important; }
    html body section.h_s4 .item {
        flex: 0 0 calc(25% - 20px) !important;
        max-width: calc(25% - 20px);
        width: calc(25% - 20px) !important;
    }
    html body section.h_s4 .item a h3 {
        font-size: 17px !important;
        padding: 18px 14px 16px !important;
        letter-spacing: 2px !important;
    }
    html body section.h_s4 .item a h3::before {
        min-width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

@media (max-width: 860px) {
    html body section.h_s4 { padding: 64px 0 80px !important; }
    html body section.h_s4 .h_s4-title { font-size: 28px !important; }
    html body section.h_s4 .h_s4-tagline { font-size: 14px !important; }
    html body section.h_s4 .h_s4-eyebrow-line { width: 40px; }
    html body section.h_s4 .h_s4-eyebrow-text { font-size: 11px; letter-spacing: 4px; }
    html body section.h_s4 .tabs { margin-bottom: 32px; }
    html body section.h_s4 .tabs ul li a {
        padding: 9px 18px !important;
        font-size: 12px !important;
        letter-spacing: 1.8px !important;
    }
    html body section.h_s4 .panel {
        gap: 18px;
        padding: 18px 18px 8px !important;
    }
    html body section.h_s4 .item {
        flex: 0 0 calc(33.333% - 12px) !important;
        max-width: calc(33.333% - 12px);
        width: calc(33.333% - 12px) !important;
    }
    html body section.h_s4 .item a h3 {
        font-size: 15px !important;
        padding: 14px 12px 13px !important;
        letter-spacing: 1.6px !important;
    }
    html body section.h_s4 .item a h3::before {
        min-width: 28px;
        height: 28px;
        font-size: 11px;
        top: 10px;
        left: 10px;
    }
    /* Show the 6th card to fill the grid on tablet/mobile */
    html body section.h_s4 .panel .item:nth-last-child(1) { display: block !important; }
}

@media (max-width: 640px) {
    /* Mobile tabs redesign: each tab becomes its own dark-glass pill with
       gold gradient border. Drops the shared outer container — each button
       stands on its own. Active tab gets solid gold fill + halo. 2×2 grid. */
    html body section.h_s4 .tabs {
        margin-bottom: 28px;
        padding: 0 14px;
    }
    html body section.h_s4 .tabs ul,
    html body section.h_s4 .tabs ul.lzl {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px !important;
        padding: 0 !important;
        width: 100%;
        max-width: 420px;
        margin: 0 auto !important;
        flex-wrap: initial !important;
        background-color: transparent !important;
        background-image: none !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    html body section.h_s4 .tabs ul li,
    html body section.h_s4 .tabs ul.lzl li {
        width: 100%;
        display: block !important;
    }
    html body section.h_s4 .tabs ul li a,
    html body section.h_s4 .tabs ul.lzl li a {
        display: flex !important;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 13px 10px !important;
        font-size: 11.5px !important;
        letter-spacing: 1.3px !important;
        white-space: nowrap;
        text-align: center;
        min-height: 46px;
        border-radius: 14px !important;
        background:
            linear-gradient(180deg, rgba(20, 14, 2, 0.94), rgba(8, 5, 0, 0.96)) padding-box,
            linear-gradient(135deg, rgba(252, 211, 77, 0.55), rgba(120, 53, 15, 0.55)) border-box !important;
        border: 1px solid transparent !important;
        box-shadow:
            0 8px 18px rgba(0, 0, 0, 0.45),
            inset 0 1px 0 rgba(234, 179, 8, 0.15) !important;
        color: #fcd34d !important;
        position: relative;
        overflow: hidden;
    }
    html body section.h_s4 .tabs ul li a::before,
    html body section.h_s4 .tabs ul.lzl li a::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 14px;
        background: radial-gradient(ellipse at 50% 0%,
            rgba(252, 211, 77, 0.15), transparent 70%);
        opacity: 1;
        pointer-events: none;
    }
    html body section.h_s4 .tabs ul li a:hover,
    html body section.h_s4 .tabs ul.lzl li a:hover {
        color: #fff4c4 !important;
        background:
            linear-gradient(180deg, rgba(30, 22, 4, 0.94), rgba(14, 10, 0, 0.96)) padding-box,
            linear-gradient(135deg, rgba(252, 211, 77, 0.8), rgba(160, 80, 20, 0.8)) border-box !important;
        transform: translateY(-1px);
        box-shadow:
            0 10px 22px rgba(0, 0, 0, 0.5),
            0 0 16px rgba(234, 179, 8, 0.35) !important;
    }
    html body section.h_s4 .tabs ul li a.active,
    html body section.h_s4 .tabs ul.lzl li a.active {
        color: #0a0600 !important;
        background:
            linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) padding-box,
            linear-gradient(135deg, #fff4c4, #fbbf24 50%, #a16207) border-box !important;
        border-color: transparent !important;
        box-shadow:
            0 10px 22px rgba(234, 179, 8, 0.55),
            0 0 28px rgba(234, 179, 8, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.5),
            inset 0 -6px 14px rgba(161, 98, 7, 0.25) !important;
        text-shadow: 0 1px 0 rgba(255, 240, 200, 0.6);
        transform: translateY(0);
    }
    html body section.h_s4 .tabs ul li a.active::before,
    html body section.h_s4 .tabs ul.lzl li a.active::before {
        background: radial-gradient(ellipse at 50% 0%,
            rgba(255, 255, 255, 0.45), transparent 65%);
    }
}

@media (max-width: 400px) {
    html body section.h_s4 .tabs ul,
    html body section.h_s4 .tabs ul.lzl {
        max-width: 340px;
        gap: 8px !important;
    }
    html body section.h_s4 .tabs ul li a,
    html body section.h_s4 .tabs ul.lzl li a {
        padding: 12px 6px !important;
        font-size: 10.5px !important;
        letter-spacing: 0.9px !important;
        min-height: 42px;
        border-radius: 12px !important;
    }
}

@media (max-width: 560px) {
    html body section.h_s4 { padding: 50px 0 60px !important; }
    html body section.h_s4 .h_s4-head { margin-bottom: 24px; }
    html body section.h_s4 .h_s4-title { font-size: 23px !important; }
    html body section.h_s4 .h_s4-tagline { font-size: 13px !important; letter-spacing: 0.3px !important; }
    html body section.h_s4 .h_s4-eyebrow-line { width: 28px; }
    html body section.h_s4 .h_s4-eyebrow-text { font-size: 10px; letter-spacing: 3px; }
    html body section.h_s4 .panel {
        gap: 14px;
        padding: 14px 12px 4px !important;
    }
    html body section.h_s4 .item {
        flex: 0 0 calc(50% - 7px) !important;
        max-width: calc(50% - 7px);
        width: calc(50% - 7px) !important;
    }
    html body section.h_s4 .item a { border-radius: 14px !important; }
    html body section.h_s4 .item a h3 {
        font-size: 13.5px !important;
        padding: 12px 10px 11px !important;
        letter-spacing: 1.3px !important;
    }
    html body section.h_s4 .item a h3::before {
        min-width: 26px;
        height: 26px;
        font-size: 10px;
        top: 8px;
        left: 8px;
        padding: 0 6px;
        border-radius: 7px;
    }
    html body section.h_s4 .item::before,
    html body section.h_s4 .item::after { width: 16px; height: 16px; }
    html body section.h_s4 .item:hover {
        transform: translateY(-6px);
    }
}

/* =====================================================================
   H_S5 (.s5_2) — "Connect with our hot and stunning" showcase
   Mirror of h_s3 (text left, image right) but with a different visual
   vocabulary: left gold accent rail, ornamented H2, chunky gold
   number bullets, circular corner "studs" on the image frame instead
   of diamonds. Overrides the inline gray bg + pink border.
   ===================================================================== */

html body section.h_s5.s5_2 {
    position: relative !important;
    display: block;
    width: 100% !important;
    max-width: none !important;
    padding: 90px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.25) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.18) !important;
    overflow: hidden !important;
    color: #e6d6b0;
    z-index: 1;
}
html body section.h_s5.s5_2::before,
html body section.h_s5.s5_2::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
    filter: blur(40px);
}
html body section.h_s5.s5_2::before {
    top: -160px; right: -160px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(252, 211, 77, 0.18), transparent 70%);
}
html body section.h_s5.s5_2::after {
    bottom: -180px; left: -140px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(234, 179, 8, 0.15), transparent 70%);
}

/* The section has NO .container wrapper, so flex the section itself */
html body section.h_s5.s5_2 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 64px !important;
    padding: 90px 40px !important;
}

/* ---------- Left column: text ---------- */
html body section.h_s5.s5_2 > .sl {
    position: relative !important;
    z-index: 1;
    float: none !important;
    width: 50% !important;
    max-width: 600px !important;
    flex: 0 1 600px;
    padding: 0 0 0 44px !important;
    margin: 0 !important;
}
/* Gold accent rail on the very left of the text column */
html body section.h_s5.s5_2 > .sl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg,
        transparent 0%,
        #fbbf24 20%,
        #fde68a 50%,
        #fbbf24 80%,
        transparent 100%);
    box-shadow: 0 0 12px rgba(234, 179, 8, 0.5);
    border-radius: 2px;
}
html body section.h_s5.s5_2 > .sl::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    width: 11px;
    height: 11px;
    background: linear-gradient(135deg, #fde68a, #fbbf24 50%, #a16207);
    transform: translateY(-50%) rotate(45deg);
    box-shadow: 0 0 10px rgba(252, 211, 77, 0.7);
    border: 1px solid rgba(255, 240, 180, 0.7);
}

html body section.h_s5.s5_2 .title {
    display: block !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    text-align: left !important;
}
html body section.h_s5.s5_2 .title .deading-title,
html body section.h_s5.s5_2 .title h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.3px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 38px rgba(252, 211, 77, 0.18);
    text-align: left !important;
    font-style: italic !important;
}
html body section.h_s5.s5_2 .title .deading-title::before,
html body section.h_s5.s5_2 .title h3::before {
    content: "" !important;
    display: none !important;
}
html body section.h_s5.s5_2 .title .sec-t {
    display: block !important;
    margin-top: 10px !important;
    padding: 0 !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 18px !important;
    font-style: italic !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #e6a100 !important;
    text-align: left !important;
    background: none !important;
}
html body section.h_s5.s5_2 .title .sec-t::before {
    content: "— ";
    color: #fbbf24;
    opacity: 0.8;
    margin-right: 4px;
}

/* Paragraphs on left — note HTML has `lass="peraa"` (typo), so we target
   p directly under .sl */
html body section.h_s5.s5_2 > .sl p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16.5px !important;
    line-height: 1.9 !important;
    color: #e6d6b0 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    letter-spacing: 0.2px !important;
    text-align: left !important;
    background: none !important;
    position: relative;
}
html body section.h_s5.s5_2 > .sl p:last-of-type { margin-bottom: 0 !important; }
html body section.h_s5.s5_2 > .sl p strong {
    color: #fde68a !important;
    font-weight: 700 !important;
}
html body section.h_s5.s5_2 > .sl p a {
    color: #fcd34d !important;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(252, 211, 77, 0.5) !important;
    padding-bottom: 1px;
    transition: color .2s ease, border-color .2s ease, text-shadow .2s ease;
}
html body section.h_s5.s5_2 > .sl p a:hover {
    color: #fff4c4 !important;
    border-bottom-color: #fbbf24 !important;
    text-shadow: 0 0 8px rgba(252, 211, 77, 0.7);
}
html body section.h_s5.s5_2 > .sl p strong a {
    color: #fde68a !important;
}

/* ---------- Right column: image frame ---------- */
html body section.h_s5.s5_2 > .sr {
    position: relative !important;
    z-index: 1;
    float: none !important;
    width: 46% !important;
    max-width: 620px !important;
    flex: 0 1 620px;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

/* Circular corner "studs" at top-left and bottom-right of the frame */
html body section.h_s5.s5_2 > .sr::before,
html body section.h_s5.s5_2 > .sr::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff4c4, #fbbf24 45%, #78350f 100%);
    border: 1.5px solid rgba(255, 240, 180, 0.85);
    box-shadow: 0 0 12px rgba(252, 211, 77, 0.8), 0 0 4px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
html body section.h_s5.s5_2 > .sr::before { top: -9px; right: -9px; }
html body section.h_s5.s5_2 > .sr::after { bottom: -9px; left: -9px; }

html body section.h_s5.s5_2 > .sr img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 16px !important;
    background:
        linear-gradient(#050300, #050300) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 35%, #a16207 70%, #78350f 100%) border-box !important;
    border: 3px solid transparent !important;
    box-sizing: border-box !important;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.65),
        0 0 40px rgba(234, 179, 8, 0.18),
        inset 0 0 0 1px rgba(234, 179, 8, 0.15) !important;
    transition: transform .5s ease, box-shadow .5s ease !important;
    object-fit: contain !important;
}
html body section.h_s5.s5_2 > .sr:hover img {
    transform: translateY(-4px) !important;
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.72),
        0 0 60px rgba(234, 179, 8, 0.4),
        inset 0 0 0 1px rgba(252, 211, 77, 0.4) !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    html body section.h_s5.s5_2 {
        flex-direction: column !important;
        gap: 44px !important;
        padding: 60px 24px !important;
    }
    html body section.h_s5.s5_2 > .sl,
    html body section.h_s5.s5_2 > .sr {
        width: 100% !important;
        max-width: 640px !important;
        flex: 0 0 auto !important;
        margin: 0 auto !important;
    }
    html body section.h_s5.s5_2 > .sl {
        padding-left: 26px !important;
    }
    html body section.h_s5.s5_2 .title .deading-title,
    html body section.h_s5.s5_2 .title h3 { font-size: 30px !important; }
    html body section.h_s5.s5_2 .title .sec-t { font-size: 16px !important; }
}

@media (max-width: 640px) {
    html body section.h_s5.s5_2 {
        padding: 48px 16px !important;
        gap: 34px !important;
    }
    html body section.h_s5.s5_2 > .sl {
        padding-left: 20px !important;
    }
    html body section.h_s5.s5_2 > .sl::after {
        width: 9px;
        height: 9px;
    }
    html body section.h_s5.s5_2 .title .deading-title,
    html body section.h_s5.s5_2 .title h3 { font-size: 26px !important; line-height: 1.2 !important; }
    html body section.h_s5.s5_2 .title .sec-t {
        font-size: 14px !important;
        letter-spacing: 2.2px !important;
    }
    html body section.h_s5.s5_2 > .sl p {
        font-size: 15px !important;
        line-height: 1.8 !important;
        margin-bottom: 14px !important;
    }
    html body section.h_s5.s5_2 > .sr img {
        border-width: 2px !important;
        border-radius: 12px !important;
        box-shadow:
            0 14px 30px rgba(0, 0, 0, 0.55),
            0 0 24px rgba(234, 179, 8, 0.18) !important;
    }
    html body section.h_s5.s5_2 > .sr::before,
    html body section.h_s5.s5_2 > .sr::after {
        width: 14px;
        height: 14px;
    }
    html body section.h_s5.s5_2 > .sr::before { top: -7px; right: -7px; }
    html body section.h_s5.s5_2 > .sr::after { bottom: -7px; left: -7px; }
}

@media (max-width: 420px) {
    html body section.h_s5.s5_2 { padding: 40px 12px !important; gap: 28px !important; }
    html body section.h_s5.s5_2 > .sl { padding-left: 16px !important; }
    html body section.h_s5.s5_2 .title .deading-title,
    html body section.h_s5.s5_2 .title h3 { font-size: 22px !important; }
    html body section.h_s5.s5_2 .title .sec-t { font-size: 13px !important; letter-spacing: 2px !important; }
    html body section.h_s5.s5_2 > .sl p { font-size: 14.5px !important; line-height: 1.75 !important; }
    html body section.h_s5.s5_2 > .sr img {
        border-radius: 10px !important;
        box-shadow:
            0 10px 22px rgba(0, 0, 0, 0.5),
            0 0 18px rgba(234, 179, 8, 0.15) !important;
    }
    html body section.h_s5.s5_2 > .sr::before,
    html body section.h_s5.s5_2 > .sr::after {
        width: 11px;
        height: 11px;
    }
    html body section.h_s5.s5_2 > .sr::before { top: -5px; right: -5px; }
    html body section.h_s5.s5_2 > .sr::after { bottom: -5px; left: -5px; }
}

/* =====================================================================
   H_S8.FWHITE — "Cheap and affordable call girls in Mumbai" editorial
   Certificate/invitation vocabulary: gold double-line ornamental frame,
   Playfair italic headline with ❦ side ornaments + flourish divider,
   two-column newspaper body with drop-cap. Distinct from any previous
   section. Overrides inline `background: #d62875`.
   ===================================================================== */

html body section.h_s8.fwhite {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 100px 40px !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.18) !important;
    color: #e6d6b0 !important;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    isolation: isolate;
}

/* Ambient golden stage light (radial center) */
html body section.h_s8.fwhite::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 50% 40%, rgba(252, 211, 77, 0.15) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(234, 179, 8, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Diagonal texture overlay (very subtle crosshatch) */
html body section.h_s8.fwhite::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, rgba(234, 179, 8, 0.04) 1px, transparent 1px),
        linear-gradient(-45deg, rgba(234, 179, 8, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 30%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 30%, transparent 90%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

/* ---------- Inner ornamental frame ---------- */
html body section.h_s8.fwhite .title,
html body section.h_s8.fwhite .ctn {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

/* Title block: ornamental header */
html body section.h_s8.fwhite .title {
    padding: 0 40px 28px;
    margin-bottom: 30px;
    position: relative;
}
html body section.h_s8.fwhite .title h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 52px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.4px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(180deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #f59e0b 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 45px rgba(252, 211, 77, 0.2);
    text-align: center !important;
    position: relative;
}
html body section.h_s8.fwhite .title h3::before,
html body section.h_s8.fwhite .title h3::after {
    content: "\2766"; /* ❦ floral heart */
    display: block;
    font-size: 22px;
    color: #fbbf24;
    -webkit-text-fill-color: #fbbf24;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 0 0 12px rgba(234, 179, 8, 0.6);
    margin: 0 auto;
    opacity: 0.85;
}
html body section.h_s8.fwhite .title h3::before {
    margin-bottom: 20px;
}
html body section.h_s8.fwhite .title h3::after {
    margin-top: 22px;
}

/* Decorative flourish divider below title */
html body section.h_s8.fwhite .title::after {
    content: "";
    display: block;
    width: 260px;
    max-width: 70%;
    height: 2px;
    margin: 24px auto 0;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 3px, transparent 3.5px) center / 8px 8px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 15%, #fbbf24 50%, #78350f 85%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
}

/* ---------- Body text ---------- */
html body section.h_s8.fwhite .ctn {
    padding: 0 40px;
    column-gap: 48px;
    column-rule: 1px solid rgba(234, 179, 8, 0.18);
    column-fill: balance;
}
html body section.h_s8.fwhite .ctn p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 17px !important;
    line-height: 1.9 !important;
    color: #e6d6b0 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    text-align: left !important;
    letter-spacing: 0.2px !important;
    background: none !important;
    break-inside: avoid;
}
html body section.h_s8.fwhite .ctn p:last-of-type { margin-bottom: 0 !important; }
html body section.h_s8.fwhite .ctn p b,
html body section.h_s8.fwhite .ctn p strong {
    color: #fde68a !important;
    font-weight: 700 !important;
}
html body section.h_s8.fwhite .ctn p a {
    color: #fcd34d !important;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(252, 211, 77, 0.5) !important;
    padding-bottom: 1px;
    transition: color .2s ease, border-color .2s ease;
}
html body section.h_s8.fwhite .ctn p a:hover {
    color: #fff4c4 !important;
    border-bottom-color: #fbbf24 !important;
    text-shadow: 0 0 8px rgba(252, 211, 77, 0.7);
}
html body section.h_s8.fwhite .ctn p strong a { color: #fde68a !important; }

/* Two-column newspaper layout on wide screens */
@media (min-width: 900px) {
    html body section.h_s8.fwhite .ctn {
        column-count: 2;
        column-gap: 56px;
    }
    /* Drop-cap on the first paragraph only */
    html body section.h_s8.fwhite .ctn p:first-of-type::first-letter {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 62px;
        font-weight: 800;
        line-height: 0.9;
        float: left;
        margin: 8px 12px 0 0;
        padding: 6px 10px 0;
        background: linear-gradient(135deg, #fde68a, #fbbf24 45%, #78350f);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        text-shadow: 0 2px 18px rgba(252, 211, 77, 0.35);
    }
}

/* Top ornament — floating flourish above the title */
html body section.h_s8.fwhite .title::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 12px;
    pointer-events: none;
    z-index: 3;
    opacity: 0.85;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 2.5px, transparent 3px) center / 8px 8px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 15%, #fbbf24 50%, #78350f 85%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.55));
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    html body section.h_s8.fwhite { padding: 72px 28px !important; }
    html body section.h_s8.fwhite .title h3 { font-size: 40px !important; }
    html body section.h_s8.fwhite .title h3::before,
    html body section.h_s8.fwhite .title h3::after { font-size: 19px; }
    html body section.h_s8.fwhite .ctn { padding: 0 20px; }
}

@media (max-width: 640px) {
    html body section.h_s8.fwhite {
        padding: 56px 18px !important;
    }
    html body section.h_s8.fwhite .title {
        padding: 0 10px 22px;
        margin-bottom: 24px;
    }
    html body section.h_s8.fwhite .title h3 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
    html body section.h_s8.fwhite .title h3 br { display: none; }
    html body section.h_s8.fwhite .title h3::before,
    html body section.h_s8.fwhite .title h3::after {
        font-size: 17px;
    }
    html body section.h_s8.fwhite .title h3::before { margin-bottom: 14px; }
    html body section.h_s8.fwhite .title h3::after { margin-top: 16px; }
    html body section.h_s8.fwhite .title::after {
        width: 180px;
        margin-top: 18px;
    }
    html body section.h_s8.fwhite .title::before {
        top: -38px;
        width: 48px;
    }
    html body section.h_s8.fwhite .ctn {
        padding: 0 6px;
        column-count: 1 !important;
    }
    html body section.h_s8.fwhite .ctn p {
        font-size: 15px !important;
        line-height: 1.8 !important;
        margin-bottom: 14px !important;
    }
}

@media (max-width: 420px) {
    html body section.h_s8.fwhite { padding: 44px 14px !important; }
    html body section.h_s8.fwhite .title h3 { font-size: 25px !important; }
    html body section.h_s8.fwhite .title h3::before,
    html body section.h_s8.fwhite .title h3::after { font-size: 15px; }
    html body section.h_s8.fwhite .title::before { top: -32px; width: 40px; }
    html body section.h_s8.fwhite .ctn p { font-size: 14.5px !important; line-height: 1.75 !important; }
}

/* =====================================================================
   H_S8 (no .fwhite) — "Top rated Mumbai escort service" magazine spread
   Asymmetric grid: oversized italic headline on left, body text on
   right separated by a thin gold divider rail. Paragraphs carry tiny
   gold ✦ marks as marginalia. Distinct from every prior section.
   ===================================================================== */

html body section.h_s8:not(.fwhite) {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 1fr) minmax(0, 1.85fr);
    grid-column-gap: 80px !important;
    gap: 80px !important;
    align-items: start !important;
    padding: 110px 60px !important;
    margin: 0 !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    background: transparent !important;
    color: #e6d6b0 !important;
    overflow: visible !important;
    isolation: isolate;
    z-index: 1;
}

/* Gold vertical rail between the two columns */
html body section.h_s8:not(.fwhite)::before {
    content: "";
    position: absolute;
    top: 110px;
    bottom: 110px;
    left: calc((100% - 160px) * 0.35 + 60px + 40px);
    left: 36%;
    width: 1px;
    background: linear-gradient(180deg,
        transparent 0%,
        #fbbf24 15%,
        rgba(234, 179, 8, 0.3) 50%,
        #fbbf24 85%,
        transparent 100%);
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.45);
    pointer-events: none;
    z-index: 0;
}
/* Small gold diamond marker centered on the rail */
html body section.h_s8:not(.fwhite)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #fff4c4, #fbbf24 50%, #a16207);
    border: 1px solid rgba(255, 240, 180, 0.85);
    box-shadow: 0 0 12px rgba(252, 211, 77, 0.8);
    pointer-events: none;
    z-index: 1;
}

/* ---------- Title column (left) ---------- */
html body section.h_s8:not(.fwhite) > .title {
    position: relative;
    z-index: 2;
    padding: 0 20px 0 0 !important;
    margin: 0 !important;
    text-align: right;
}
html body section.h_s8:not(.fwhite) > .title h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.2px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 42px rgba(252, 211, 77, 0.18);
    text-align: right !important;
}
html body section.h_s8:not(.fwhite) > .title h3::before {
    content: "" !important;
    display: none !important;
}
/* Editorial subscript under the title */
html body section.h_s8:not(.fwhite) > .title h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    margin: 20px 0 0 auto;
    background: linear-gradient(90deg, transparent, #fbbf24, #fde68a);
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.55);
    border-radius: 2px;
}

/* ---------- Content column (right) ---------- */
html body section.h_s8:not(.fwhite) > .ctn {
    position: relative;
    z-index: 2;
    padding: 0 0 0 20px !important;
    margin: 0 !important;
}
html body section.h_s8:not(.fwhite) > .ctn p {
    position: relative;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 17px !important;
    line-height: 1.9 !important;
    color: #e6d6b0 !important;
    margin: 0 0 24px !important;
    padding: 0 0 0 28px !important;
    text-align: left !important;
    letter-spacing: 0.2px !important;
    background: none !important;
}
html body section.h_s8:not(.fwhite) > .ctn p:last-of-type { margin-bottom: 0 !important; }

/* Marginalia: small gold ✦ mark at the start of every paragraph */
html body section.h_s8:not(.fwhite) > .ctn p::before {
    content: "\2726"; /* ✦ black four-pointed star */
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 13px;
    color: #fbbf24;
    opacity: 0.9;
    text-shadow: 0 0 8px rgba(252, 211, 77, 0.7);
    line-height: 1;
    font-style: normal;
}

html body section.h_s8:not(.fwhite) > .ctn p b,
html body section.h_s8:not(.fwhite) > .ctn p strong {
    color: #fde68a !important;
    font-weight: 700 !important;
}
html body section.h_s8:not(.fwhite) > .ctn p a {
    color: #fcd34d !important;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(252, 211, 77, 0.5) !important;
    padding-bottom: 1px;
    transition: color .2s ease, border-color .2s ease, text-shadow .2s ease;
    background: none !important;
}
html body section.h_s8:not(.fwhite) > .ctn p a:hover {
    color: #fff4c4 !important;
    border-bottom-color: #fbbf24 !important;
    text-shadow: 0 0 8px rgba(252, 211, 77, 0.7);
}
html body section.h_s8:not(.fwhite) > .ctn p strong a {
    color: #fde68a !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    html body section.h_s8:not(.fwhite) {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
        grid-column-gap: 0 !important;
        padding: 72px 32px !important;
    }
    html body section.h_s8:not(.fwhite)::before,
    html body section.h_s8:not(.fwhite)::after {
        display: none !important;
    }
    html body section.h_s8:not(.fwhite) > .title {
        padding: 0 !important;
        text-align: center;
    }
    html body section.h_s8:not(.fwhite) > .title h3 {
        text-align: center !important;
        font-size: 34px !important;
    }
    html body section.h_s8:not(.fwhite) > .title h3::after {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    html body section.h_s8:not(.fwhite) > .ctn {
        padding: 0 !important;
        max-width: 760px;
        margin: 0 auto !important;
    }
}

@media (max-width: 640px) {
    html body section.h_s8:not(.fwhite) {
        padding: 54px 18px !important;
        gap: 28px !important;
    }
    html body section.h_s8:not(.fwhite) > .title h3 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    html body section.h_s8:not(.fwhite) > .title h3::after {
        width: 60px;
        margin-top: 14px;
    }
    html body section.h_s8:not(.fwhite) > .ctn p {
        font-size: 15px !important;
        line-height: 1.8 !important;
        margin-bottom: 18px !important;
        padding-left: 22px !important;
    }
    html body section.h_s8:not(.fwhite) > .ctn p::before {
        font-size: 11px;
        top: 7px;
    }
}

@media (max-width: 420px) {
    html body section.h_s8:not(.fwhite) {
        padding: 44px 14px !important;
    }
    html body section.h_s8:not(.fwhite) > .title h3 { font-size: 22px !important; }
    html body section.h_s8:not(.fwhite) > .ctn p {
        font-size: 14.5px !important;
        line-height: 1.75 !important;
        padding-left: 20px !important;
    }
    html body section.h_s8:not(.fwhite) > .ctn p::before { font-size: 10px; top: 6px; }
}

/* =====================================================================
   H_S9 — "MUMBAI CALL GIRLS" premium profile grid
   Glass-card profile tiles with gold filigree border, golden "FEATURED"
   badge (replaces the pink sprite), amber italic names, refined details
   plaque. CSS-grid layout — fully fluid and responsive.
   ===================================================================== */

html body section.h_s9 {
    position: relative !important;
    background: transparent !important;
    padding: 70px 0 90px !important;
    margin: 0 !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22);
    border-bottom: 1px solid rgba(234, 179, 8, 0.18);
    overflow: hidden;
    z-index: 1;
}
html body section.h_s9::before {
    content: "";
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
    height: 400px;
    background: radial-gradient(ellipse at 50% 50%, rgba(252, 211, 77, 0.18), transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

/* ---------- Section header ---------- */
html body section.h_s9 .h_s9_1 {
    position: relative;
    z-index: 2;
    max-width: 1380px;
    margin: 0 auto !important;
    padding: 0 24px !important;
}
html body section.h_s9 .h_s9_1 > h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 1.2px !important;
    text-align: center !important;
    color: #fde68a !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 40px rgba(252, 211, 77, 0.2) !important;
    text-transform: uppercase !important;
    margin: 0 0 44px !important;
    padding: 0 0 22px !important;
    position: relative;
}
html body section.h_s9 .h_s9_1 > h3::before {
    content: none !important;
    display: none !important;
}
html body section.h_s9 .h_s9_1 > h3::after {
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    margin: 22px auto 0;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 3px, transparent 3.5px) center / 8px 8px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 15%, #fbbf24 50%, #78350f 85%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.55));
}

/* ---------- Grid row ---------- */
html body section.h_s9 .h_s9_1 > .row {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100%;
    float: none !important;
}
html body section.h_s9 .h_s9_1 > .row::before,
html body section.h_s9 .h_s9_1 > .row::after {
    display: none !important;
    content: none !important;
}

/* ---------- Profile card ---------- */
html body section.h_s9 .patent-sec {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
html body section.h_s9 .patent-sec:hover {
    transform: translateY(-8px);
    z-index: 2;
}
html body section.h_s9 .patent-sec > a {
    display: block !important;
    text-decoration: none !important;
    border-radius: 16px !important;
    position: relative;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.9), rgba(8, 5, 0, 0.95)) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 35%, #a16207 70%, #78350f 100%) border-box !important;
    border: 2px solid transparent !important;
    box-shadow:
        0 22px 44px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(234, 179, 8, 0.2) inset,
        0 0 28px rgba(234, 179, 8, 0.14);
    overflow: hidden;
    transition: box-shadow .45s ease;
    isolation: isolate;
}
html body section.h_s9 .patent-sec:hover > a {
    box-shadow:
        0 34px 64px rgba(0, 0, 0, 0.62),
        0 0 0 1px rgba(252, 211, 77, 0.55) inset,
        0 0 50px rgba(234, 179, 8, 0.4);
}

/* ---------- Image wrapper ---------- */
html body section.h_s9 .patent-sec .card-p {
    position: relative;
    background: #050300 !important;
    border: none !important;
    border-radius: 14px 14px 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: none !important;
}
html body section.h_s9 .patent-sec .card-p::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        transparent 0%,
        transparent 55%,
        rgba(8, 5, 0, 0.35) 85%,
        rgba(8, 5, 0, 0.7) 100%);
    pointer-events: none;
    z-index: 2;
}

html body section.h_s9 .patent-sec img.img-sec-s {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease;
    filter: saturate(1.05) contrast(1.02);
    position: relative;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
}
html body section.h_s9 .patent-sec:hover img.img-sec-s {
    transform: scale(1.08);
    filter: saturate(1.12) contrast(1.06);
}

/* Hide the original pink "Recommended" sprite — replace with CSS badge */
html body section.h_s9 .patent-sec img.img-r {
    display: none !important;
}
/* Gold "FEATURED" ribbon using a diagonal corner */
html body section.h_s9 .patent-sec .card-p::before {
    content: "\2726  FEATURED"; /* ✦ FEATURED */
    position: absolute;
    top: 14px;
    left: -40px;
    z-index: 3;
    padding: 5px 50px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #0a0600;
    background: linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%);
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transform: rotate(-45deg);
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 240, 200, 0.4);
    pointer-events: none;
    white-space: nowrap;
}

/* ---------- Details footer ---------- */
html body section.h_s9 .patent-sec .details-sec {
    position: relative;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.35) !important;
    border-radius: 0 0 14px 14px !important;
    margin: 0 !important;
    padding: 12px 14px 14px !important;
    box-shadow: none !important;
    z-index: 3;
    overflow: hidden;
}
html body section.h_s9 .patent-sec .details-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 20, 4, 0.85), rgba(10, 6, 0, 0.95));
    pointer-events: none;
    z-index: -1;
}
html body section.h_s9 .patent-sec h5.text-name {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    letter-spacing: 1.6px !important;
    text-transform: uppercase !important;
    color: #fde68a !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 50%, #fde68a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 !important;
    margin: 0 0 8px !important;
    text-align: center !important;
    text-shadow: 0 0 16px rgba(234, 179, 8, 0.35);
    line-height: 1.2 !important;
}
/* Underline divider under name */
html body section.h_s9 .patent-sec h5.text-name::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    margin: 6px auto 0;
    background: linear-gradient(90deg, transparent, #fbbf24, transparent);
    opacity: 0.7;
    transition: width .3s ease;
}
html body section.h_s9 .patent-sec:hover h5.text-name::after {
    width: 70%;
}

html body section.h_s9 .patent-sec .details-sec > span {
    display: inline-block !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px !important;
    line-height: 1.4 !important;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: middle;
}
html body section.h_s9 .patent-sec .details-sec span.loc-name {
    color: #e6d6b0 !important;
    padding: 0 !important;
    float: none !important;
    opacity: 0.85;
}
html body section.h_s9 .patent-sec .details-sec span.loc-name::before {
    content: "\25C6"; /* ◆ diamond */
    color: #fbbf24;
    font-size: 8px;
    margin-right: 6px;
    vertical-align: middle;
    opacity: 0.8;
}
html body section.h_s9 .patent-sec .details-sec span.age-sec {
    color: #fcd34d !important;
    float: right !important;
    padding: 0 !important;
    font-weight: 700 !important;
}
html body section.h_s9 .patent-sec .details-sec span.age-sec::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fbbf24;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    box-shadow: 0 0 6px rgba(252, 211, 77, 0.8);
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
    html body section.h_s9 .h_s9_1 > .row {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    html body section.h_s9 .h_s9_1 > h3 { font-size: 36px !important; }
}

@media (max-width: 860px) {
    html body section.h_s9 { padding: 54px 0 72px !important; }
    html body section.h_s9 .h_s9_1 { padding: 0 18px !important; }
    html body section.h_s9 .h_s9_1 > h3 {
        font-size: 28px !important;
        margin-bottom: 32px !important;
    }
    html body section.h_s9 .h_s9_1 > .row {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    html body section.h_s9 .patent-sec h5.text-name {
        font-size: 15px !important;
        letter-spacing: 1.3px !important;
    }
    html body section.h_s9 .patent-sec .details-sec {
        padding: 10px 12px 12px !important;
    }
    html body section.h_s9 .patent-sec .details-sec > span { font-size: 11px !important; }
    html body section.h_s9 .patent-sec .card-p::before {
        font-size: 9px;
        padding: 4px 42px;
        top: 12px;
        left: -38px;
    }
}

@media (max-width: 560px) {
    html body section.h_s9 { padding: 44px 0 60px !important; }
    html body section.h_s9 .h_s9_1 { padding: 0 12px !important; }
    html body section.h_s9 .h_s9_1 > h3 {
        font-size: 23px !important;
        margin-bottom: 26px !important;
        letter-spacing: 0.8px !important;
    }
    html body section.h_s9 .h_s9_1 > h3::after {
        width: 130px;
        margin-top: 16px;
    }
    html body section.h_s9 .h_s9_1 > .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    html body section.h_s9 .patent-sec > a {
        border-radius: 14px !important;
    }
    html body section.h_s9 .patent-sec .card-p {
        border-radius: 12px 12px 0 0 !important;
    }
    html body section.h_s9 .patent-sec .details-sec {
        padding: 9px 10px 11px !important;
        border-radius: 0 0 12px 12px !important;
    }
    html body section.h_s9 .patent-sec h5.text-name {
        font-size: 14px !important;
        letter-spacing: 1.1px !important;
    }
    html body section.h_s9 .patent-sec .details-sec > span { font-size: 10.5px !important; }
    html body section.h_s9 .patent-sec .card-p::before {
        font-size: 8.5px;
        padding: 3px 38px;
        top: 10px;
        left: -36px;
        letter-spacing: 1.4px;
    }
}

@media (max-width: 380px) {
    html body section.h_s9 .patent-sec h5.text-name { font-size: 13px !important; }
    html body section.h_s9 .patent-sec .details-sec > span { font-size: 10px !important; }
}

/* =====================================================================
   H_S10 — Mission statement banner
   Replace the pink rounded callout with a slim gold-bordered glass
   banner featuring a leading quotation mark ornament.
   ===================================================================== */

html body section.h_s10 {
    position: relative !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    padding: 60px 24px 50px !important;
    margin: 0 !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22);
    overflow: hidden;
    z-index: 1;
}
html body section.h_s10 .container {
    position: relative !important;
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
}
html body section.h_s10 .content {
    position: relative;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.9), rgba(8, 5, 0, 0.95)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.7), rgba(120, 53, 15, 0.7)) border-box !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    padding: 28px 60px !important;
    color: #e6d6b0 !important;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(234, 179, 8, 0.2),
        0 0 28px rgba(234, 179, 8, 0.14);
    text-align: center;
    overflow: visible;
}
html body section.h_s10 .content::before {
    content: "\201C"; /* “ */
    position: absolute;
    top: -26px;
    left: 30px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 86px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #fbbf24;
    text-shadow: 0 0 18px rgba(234, 179, 8, 0.55);
    pointer-events: none;
    background: linear-gradient(135deg, #fde68a, #fbbf24 45%, #78350f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
html body section.h_s10 .content::after {
    content: "\201D"; /* ” */
    position: absolute;
    bottom: -56px;
    right: 30px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 86px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    pointer-events: none;
    background: linear-gradient(135deg, #fde68a, #fbbf24 45%, #78350f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.85;
}
html body section.h_s10 .content p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16.5px !important;
    line-height: 1.8 !important;
    color: #e6d6b0 !important;
    font-style: italic !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2px !important;
    text-align: center !important;
    background: none !important;
}

@media (max-width: 860px) {
    html body section.h_s10 { padding: 48px 18px 40px !important; }
    html body section.h_s10 .content {
        padding: 24px 30px !important;
        border-radius: 12px !important;
    }
    html body section.h_s10 .content::before { font-size: 64px; top: -18px; left: 18px; }
    html body section.h_s10 .content::after { font-size: 64px; bottom: -42px; right: 18px; }
    html body section.h_s10 .content p { font-size: 15px !important; line-height: 1.75 !important; }
}

@media (max-width: 480px) {
    html body section.h_s10 { padding: 40px 14px 34px !important; }
    html body section.h_s10 .content {
        padding: 22px 20px !important;
    }
    html body section.h_s10 .content::before { font-size: 50px; top: -14px; left: 12px; }
    html body section.h_s10 .content::after { font-size: 50px; bottom: -32px; right: 12px; }
    html body section.h_s10 .content p { font-size: 14px !important; line-height: 1.7 !important; }
}

/* =====================================================================
   H_S11 — "Get the Perfect Mumbai Escorts" services feature
   Four alternating service blocks (image one side, info card other).
   Converts the absolute-positioned overlap into clean flex rows with
   gold-framed images and dark-glass info cards with gilded number
   badges (auto-counted), gold heading, cream body.
   ===================================================================== */

html body section.h_s11 {
    position: relative !important;
    display: block !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.22) !important;
    padding: 60px 24px 90px !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
    overflow: hidden;
    counter-reset: h_s11_n;
}
html body section.h_s11::before {
    content: "";
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 340px;
    background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(252, 211, 77, 0.12), transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

/* ---------- Title block ---------- */
html body section.h_s11 > .title {
    position: relative;
    z-index: 2;
    max-width: 960px;
    margin: 0 auto 60px !important;
    padding: 0 16px !important;
    text-align: center !important;
}
html body section.h_s11 > .title h3,
html body section.h_s11 > .title h3.main-heading-text {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.4px !important;
    text-align: center !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 40px rgba(252, 211, 77, 0.2) !important;
}
html body section.h_s11 > .title h3::before,
html body section.h_s11 > .title h3.main-heading-text::before {
    content: none !important;
    display: none !important;
}
html body section.h_s11 > .title h3::after,
html body section.h_s11 > .title h3.main-heading-text::after {
    content: "";
    display: block;
    width: 140px;
    height: 2px;
    margin: 16px auto 0;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 2.5px, transparent 3px) center / 8px 8px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 15%, #fbbf24 50%, #78350f 85%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.55));
}
html body section.h_s11 > .title p,
html body section.h_s11 > .title p.details-text {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    font-style: italic !important;
    color: #e6d6b0 !important;
    margin: 14px auto 0 !important;
    padding: 0 !important;
    max-width: 860px;
    text-align: center !important;
    letter-spacing: 0.2px !important;
    background: none !important;
}
html body section.h_s11 > .title p strong,
html body section.h_s11 > .title p.details-text strong { color: #fde68a !important; font-weight: 700 !important; }

/* ---------- Content block (LUXE editorial showcase) ----------
   12-col CSS grid with layered overlap. Oversized hollow watermark
   number behind the card. Image framed with gold L-corner brackets
   (outside the frame). Glass card with amber top-gradient and inner
   highlight overlaps the image by ~6%. Heading has a decorative gold
   mini-bar, paragraph ends with a flourish mark. */
html body section.h_s11 > .content {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(12, 1fr) !important;
    grid-template-rows: auto !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    align-items: center !important;
    max-width: 1260px !important;
    margin: 0 auto 110px !important;
    padding: 0 !important;
    background: transparent !important;
    z-index: 1;
    counter-increment: h_s11_n;
    isolation: isolate;
    overflow: visible !important;
    min-height: 460px;
}
html body section.h_s11 > .content:last-of-type { margin-bottom: 0 !important; }

/* Kill only the content-level watermark pseudo (card decorations restored below) */
html body section.h_s11 > .content::before,
html body section.h_s11 > .content::after {
    content: none !important;
    display: none !important;
    background-image: none !important;
}

/* Oversized watermark number disabled (reverted to simple card design) */

/* ------ Image side: layered frame with gold L-bracket corners ------ */
html body section.h_s11 > .content > .il,
html body section.h_s11 > .content > .ir {
    position: relative !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    z-index: 1;
}
html body section.h_s11 > .content > .il {
    grid-column: 1 / span 6;
    grid-row: 1;
    justify-self: start;
    width: 100% !important;
    margin-right: 0 !important;
    z-index: 1;
}
html body section.h_s11 > .content > .ir {
    grid-column: 7 / span 6;
    grid-row: 1;
    justify-self: end;
    width: 100% !important;
    margin-left: 0 !important;
    z-index: 1;
}

/* L-bracket corners — gold lines forming a square-bracket ornament on
   the OPPOSITE side from where the card overlaps */
html body section.h_s11 > .content > .il::before,
html body section.h_s11 > .content > .il::after,
html body section.h_s11 > .content > .ir::before,
html body section.h_s11 > .content > .ir::after {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    pointer-events: none;
    z-index: 3;
    filter: drop-shadow(0 0 6px rgba(234, 179, 8, 0.55));
    display: block !important;
    background-image: none !important;
}
/* For .il (image-left): top-left and bottom-left brackets */
html body section.h_s11 > .content > .il::before {
    top: -8px;
    left: -8px;
    border-top: 3px solid #fbbf24;
    border-left: 3px solid #fbbf24;
    border-radius: 4px 0 0 0;
}
html body section.h_s11 > .content > .il::after {
    bottom: -8px;
    left: -8px;
    border-bottom: 3px solid #fbbf24;
    border-left: 3px solid #fbbf24;
    border-radius: 0 0 0 4px;
}
/* For .ir (image-right): top-right and bottom-right brackets */
html body section.h_s11 > .content > .ir::before {
    top: -8px;
    right: -8px;
    border-top: 3px solid #fbbf24;
    border-right: 3px solid #fbbf24;
    border-radius: 0 4px 0 0;
}
html body section.h_s11 > .content > .ir::after {
    bottom: -8px;
    right: -8px;
    border-bottom: 3px solid #fbbf24;
    border-right: 3px solid #fbbf24;
    border-radius: 0 0 4px 0;
}

html body section.h_s11 > .content > .il img,
html body section.h_s11 > .content > .ir img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: initial !important;
    padding: 0 !important;
    border-radius: 14px !important;
    background:
        linear-gradient(#050300, #050300) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 40%, #78350f 100%) border-box !important;
    border: 2px solid transparent !important;
    box-sizing: border-box;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.65),
        0 0 50px rgba(234, 179, 8, 0.18) !important;
    transition: transform .6s cubic-bezier(.2,.8,.2,1), box-shadow .6s ease !important;
}
html body section.h_s11 > .content:hover > .il img,
html body section.h_s11 > .content:hover > .ir img {
    transform: scale(1.015) translateY(-3px);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.72),
        0 0 70px rgba(234, 179, 8, 0.35) !important;
}

/* ------ Card side: floating frosted glass with overlap ------ */
html body section.h_s11 > .content > .cr,
html body section.h_s11 > .content > .cl {
    position: relative !important;
    float: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    box-shadow: none !important;
    z-index: 2;
    background: transparent !important;
    min-width: 0 !important;
}
html body section.h_s11 > .content > .cr {
    grid-column: 1 / -1 !important;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    max-width: none !important;
    width: 60% !important;
    z-index: 2;
}
html body section.h_s11 > .content > .cl {
    grid-column: 1 / -1 !important;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    max-width: none !important;
    width: 60% !important;
    z-index: 2;
}

/* Reverted to simple solid card design — inherits colors from index.html inline styles */
html body section.h_s11 > .content > .cr > .zindex,
html body section.h_s11 > .content > .cl > .zindex {
    position: relative !important;
    padding: 40px !important;
    border-radius: 6px !important;
    border: 1px solid #fbbf24 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.25) !important;
    overflow: visible;
}

/* Unified site theme across all 4 cards — black background with yellow/gold accents */
html body section.h_s11 > .content > .cr > .zindex,
html body section.h_s11 > .content > .cl > .zindex {
    background: #0a0600 !important;
}

html body section.h_s11 > .content .zindex h4 {
    font-family: inherit !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    text-shadow: none !important;
}

html body section.h_s11 > .content .zindex h4 + p {
    padding-top: 0 !important;
}

html body section.h_s11 > .content .zindex p,
html body section.h_s11 > .content .cr p,
html body section.h_s11 > .content .cl p {
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    background: none !important;
}

/* Yellow heading, light cream body text on black cards */
html body section.h_s11 > .content > .cr > .zindex h4,
html body section.h_s11 > .content > .cl > .zindex h4 {
    color: #fbbf24 !important;
}
html body section.h_s11 > .content > .cr > .zindex p,
html body section.h_s11 > .content > .cl > .zindex p {
    color: #fde68a !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
    html body section.h_s11 {
        padding: 50px 24px 80px !important;
    }
    html body section.h_s11 > .content {
        min-height: 420px;
        margin-bottom: 90px !important;
    }
    html body section.h_s11 > .content::before {
        font-size: 220px !important;
    }
    html body section.h_s11 > .title h3,
    html body section.h_s11 > .title h3.main-heading-text { font-size: 36px !important; }
    html body section.h_s11 > .content .zindex { padding: 32px 32px !important; }
    html body section.h_s11 > .content .zindex h4 { font-size: 26px !important; }
}

/* ============ MOBILE ≤ 960px — "Premium Postcard" layout ============
   Dropped the big watermark and overlap. Each service is one elegant
   stacked composition: framed hero image with a round gold number stamp
   in the top-right, a decorative "— ✦ —" divider, then the glass
   content card below. Clean, luxurious, very attractive on phones. */
@media (max-width: 767px) {
    html body section.h_s11 > .content {
        display: block !important;
        grid-template-columns: none !important;
        min-height: 0 !important;
        margin: 0 auto 56px !important;
        padding: 0 !important;
        position: relative;
        max-width: 620px !important;
    }

    /* Hide the giant hollow watermark on mobile — replaced by a compact
       circular gold "01" stamp on the image (see .il/.ir::before below). */
    html body section.h_s11 > .content::before {
        display: none !important;
        content: none !important;
    }

    /* Hide the L-bracket corners on mobile — replaced by a full round frame */
    html body section.h_s11 > .content > .il::after,
    html body section.h_s11 > .content > .ir::after {
        display: none !important;
        content: none !important;
    }

    /* Image wrapper — full-width, centered, no offsets */
    html body section.h_s11 > .content > .il,
    html body section.h_s11 > .content > .ir {
        position: relative !important;
        grid-column: unset !important;
        grid-row: unset !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        justify-self: unset !important;
    }
    html body section.h_s11 > .content > .il img,
    html body section.h_s11 > .content > .ir img {
        aspect-ratio: auto !important;
        border-radius: 18px !important;
        border: 2px solid transparent !important;
        box-shadow:
            0 22px 44px rgba(0, 0, 0, 0.6),
            0 0 40px rgba(234, 179, 8, 0.2) !important;
    }

    /* Gold number stamp at top-right of the image — uses ::before of .il/.ir */
    html body section.h_s11 > .content > .il::before,
    html body section.h_s11 > .content > .ir::before {
        content: "0" counter(h_s11_n) !important;
        position: absolute;
        top: 14px;
        right: 14px;
        left: auto;
        bottom: auto;
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        border: none !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 20px;
        font-weight: 800;
        font-style: italic;
        line-height: 1;
        color: #0a0600 !important;
        background:
            linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) padding-box,
            linear-gradient(135deg, #ffffff, #fbbf24) border-box;
        border: 1.5px solid rgba(255, 240, 200, 0.9) !important;
        box-shadow:
            0 6px 16px rgba(0, 0, 0, 0.55),
            0 0 20px rgba(234, 179, 8, 0.7),
            inset 0 1px 0 rgba(255, 255, 255, 0.5);
        text-shadow: 0 1px 0 rgba(255, 240, 200, 0.6);
        z-index: 4;
        filter: none !important;
    }

    /* Decorative divider bar between image and card:
       short gold line → small ✦ star → short gold line */
    html body section.h_s11 > .content > .cr,
    html body section.h_s11 > .content > .cl {
        position: relative !important;
        grid-column: unset !important;
        grid-row: unset !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 36px 0 0 !important;
        display: block !important;
        justify-self: unset !important;
        align-self: unset !important;
        z-index: 2 !important;
    }
    html body section.h_s11 > .content > .cr::before,
    html body section.h_s11 > .content > .cl::before {
        content: "\2726" !important; /* ✦ */
        display: block !important;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        color: #fbbf24;
        text-shadow: 0 0 10px rgba(234, 179, 8, 0.7);
        font-style: normal;
        line-height: 1;
        z-index: 2;
        background-image: none !important;
    }
    html body section.h_s11 > .content > .cr::after,
    html body section.h_s11 > .content > .cl::after {
        content: "" !important;
        display: block !important;
        position: absolute;
        top: 16px;
        left: 8%;
        right: 8%;
        height: 1px;
        background: linear-gradient(90deg,
            transparent 0%,
            rgba(234, 179, 8, 0.5) 25%,
            transparent 45%,
            transparent 55%,
            rgba(234, 179, 8, 0.5) 75%,
            transparent 100%);
        pointer-events: none;
        z-index: 1;
        background-image: linear-gradient(90deg,
            transparent 0%,
            rgba(234, 179, 8, 0.5) 25%,
            transparent 45%,
            transparent 55%,
            rgba(234, 179, 8, 0.5) 75%,
            transparent 100%) !important;
    }

    /* The glass card itself */
    html body section.h_s11 > .content > .cr > .zindex,
    html body section.h_s11 > .content > .cl > .zindex {
        padding: 30px 26px 26px !important;
        border-radius: 18px !important;
        -webkit-backdrop-filter: blur(10px) saturate(130%);
        backdrop-filter: blur(10px) saturate(130%);
        background:
            linear-gradient(160deg, rgba(30, 22, 4, 0.88), rgba(12, 8, 0, 0.94) 55%, rgba(6, 4, 0, 0.96)) padding-box,
            linear-gradient(135deg, #fde68a 0%, #fbbf24 40%, #a16207 80%, #78350f 100%) border-box !important;
    }

    html body section.h_s11 > .content > .cr > .zindex::before,
    html body section.h_s11 > .content > .cl > .zindex::before {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        padding-left: 22px !important;
        margin-bottom: 10px !important;
    }
    html body section.h_s11 > .content > .cr > .zindex > h4::before,
    html body section.h_s11 > .content > .cl > .zindex > h4::before {
        left: 32px !important;
        width: 6px !important;
        height: 6px !important;
        transform: translateY(-33px) rotate(45deg) !important;
    }
    html body section.h_s11 > .content .zindex h4 { font-size: 24px !important; }
    html body section.h_s11 > .content .zindex p,
    html body section.h_s11 > .content .cr p,
    html body section.h_s11 > .content .cl p {
        font-size: 15.5px !important;
        line-height: 1.85 !important;
    }

    /* Title above all four cards */
    html body section.h_s11 > .title h3,
    html body section.h_s11 > .title h3.main-heading-text { font-size: 32px !important; }
    html body section.h_s11 > .title p,
    html body section.h_s11 > .title p.details-text { font-size: 15px !important; }
}

@media (max-width: 640px) {
    html body section.h_s11 { padding: 44px 16px 60px !important; }
    html body section.h_s11 > .title { margin-bottom: 40px !important; }
    html body section.h_s11 > .title h3,
    html body section.h_s11 > .title h3.main-heading-text {
        font-size: 26px !important;
        letter-spacing: 0.3px !important;
    }
    html body section.h_s11 > .title h3::after,
    html body section.h_s11 > .title h3.main-heading-text::after {
        width: 110px;
        margin-top: 14px;
    }
    html body section.h_s11 > .title p,
    html body section.h_s11 > .title p.details-text { font-size: 14.5px !important; line-height: 1.8 !important; }

    html body section.h_s11 > .content {
        margin-bottom: 44px !important;
        max-width: 480px !important;
    }
    html body section.h_s11 > .content > .il img,
    html body section.h_s11 > .content > .ir img {
        border-radius: 16px !important;
        aspect-ratio: auto !important;
    }
    html body section.h_s11 > .content > .il::before,
    html body section.h_s11 > .content > .ir::before {
        width: 44px;
        height: 44px;
        top: 12px;
        right: 12px;
        font-size: 17px;
    }
    html body section.h_s11 > .content > .cr,
    html body section.h_s11 > .content > .cl {
        padding-top: 32px !important;
    }
    html body section.h_s11 > .content > .cr > .zindex,
    html body section.h_s11 > .content > .cl > .zindex {
        padding: 26px 22px 22px !important;
        border-radius: 16px !important;
    }
    html body section.h_s11 > .content .zindex h4 { font-size: 21px !important; margin-bottom: 12px !important; }
    html body section.h_s11 > .content .zindex p,
    html body section.h_s11 > .content .cr p,
    html body section.h_s11 > .content .cl p {
        font-size: 14.5px !important;
        line-height: 1.8 !important;
    }
    html body section.h_s11 > .content .zindex h4 + p::before {
        width: 48px;
    }
}

@media (max-width: 420px) {
    html body section.h_s11 { padding: 36px 14px 50px !important; }
    html body section.h_s11 > .title h3,
    html body section.h_s11 > .title h3.main-heading-text { font-size: 22px !important; }
    html body section.h_s11 > .content {
        margin-bottom: 38px !important;
    }
    html body section.h_s11 > .content > .il img,
    html body section.h_s11 > .content > .ir img {
        border-radius: 14px !important;
    }
    html body section.h_s11 > .content > .il::before,
    html body section.h_s11 > .content > .ir::before {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
        font-size: 15px;
    }
    html body section.h_s11 > .content > .cr,
    html body section.h_s11 > .content > .cl {
        padding-top: 28px !important;
    }
    html body section.h_s11 > .content > .cr > .zindex,
    html body section.h_s11 > .content > .cl > .zindex {
        padding: 22px 18px 20px !important;
        border-radius: 14px !important;
    }
    html body section.h_s11 > .content .zindex h4 { font-size: 19px !important; }
    html body section.h_s11 > .content .zindex p,
    html body section.h_s11 > .content .cr p,
    html body section.h_s11 > .content .cl p {
        font-size: 14px !important;
        line-height: 1.75 !important;
    }
    html body section.h_s11 > .content > .cr > .zindex::before,
    html body section.h_s11 > .content > .cl > .zindex::before {
        font-size: 9.5px !important;
        letter-spacing: 2.5px !important;
        padding-left: 18px !important;
    }
    html body section.h_s11 > .content > .cr > .zindex > h4::before,
    html body section.h_s11 > .content > .cl > .zindex > h4::before {
        left: 28px !important;
        width: 5px !important;
        height: 5px !important;
        transform: translateY(-30px) rotate(45deg) !important;
    }
}

/* =====================================================================
   H_13 — "System Outcall Services" × "Booking Process" split feature
   Two-column layout: LEFT is a narrative intro panel with a large
   italic gold headline, dark glass card and subtle gold corner braces.
   RIGHT is a vertical GOLD TIMELINE with circular numbered step
   badges, gold connector rail, italic step titles and cream body text.
   Overrides the pink/party-girls background, fills inline-style pink
   step labels with gold gradient. Fully responsive.
   ===================================================================== */

html body section.h_13 {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr 1.3fr !important;
    gap: 72px !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 96px 48px !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.18) !important;
    overflow: hidden;
    z-index: 1;
    align-items: start;
    color: #e6d6b0 !important;
    isolation: isolate;
}
/* Ambient gold corner glows */
html body section.h_13::before,
html body section.h_13::after {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}
html body section.h_13::before {
    top: -220px;
    left: -200px;
    background: radial-gradient(circle, rgba(252, 211, 77, 0.18), transparent 70%);
}
html body section.h_13::after {
    bottom: -240px;
    right: -220px;
    background: radial-gradient(circle, rgba(234, 179, 8, 0.15), transparent 70%);
}

/* ------ Both columns: reset float/background/height ------ */
html body section.h_13 > .sl,
html body section.h_13 > .sr {
    position: relative !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    flex-wrap: initial !important;
    justify-content: initial !important;
    align-content: initial !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 1;
    box-sizing: border-box;
}

/* =============== LEFT — Narrative panel =============== */
html body section.h_13 > .sl {
    padding: 44px 40px !important;
    border-radius: 20px !important;
    background:
        linear-gradient(165deg, rgba(25, 18, 4, 0.9), rgba(10, 6, 0, 0.95)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.65), rgba(120, 53, 15, 0.65)) border-box !important;
    border: 1px solid transparent !important;
    box-shadow:
        0 28px 56px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(234, 179, 8, 0.2),
        0 0 40px rgba(234, 179, 8, 0.1);
    overflow: visible;
}
/* Gold L-corner brackets on the narrative panel */
html body section.h_13 > .sl::before,
html body section.h_13 > .sl::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    pointer-events: none;
    z-index: 2;
    filter: drop-shadow(0 0 6px rgba(234, 179, 8, 0.55));
}
html body section.h_13 > .sl::before {
    top: -6px;
    left: -6px;
    border-top: 3px solid #fbbf24;
    border-left: 3px solid #fbbf24;
    border-radius: 3px 0 0 0;
}
html body section.h_13 > .sl::after {
    bottom: -6px;
    right: -6px;
    border-bottom: 3px solid #fbbf24;
    border-right: 3px solid #fbbf24;
    border-radius: 0 0 3px 0;
}

html body section.h_13 > .sl .title {
    position: relative;
    text-align: left !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    display: block !important;
}
html body section.h_13 > .sl .title h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.4px !important;
    text-align: left !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    text-shadow: 0 0 36px rgba(252, 211, 77, 0.22);
}
html body section.h_13 > .sl .title h3::before,
html body section.h_13 > .sl .title h3::after {
    content: none !important;
    display: none !important;
    background-image: none !important;
    filter: none !important;
}
/* Thin gold accent bar under title */
html body section.h_13 > .sl .title::after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin-top: 6px;
    background: linear-gradient(90deg, #fbbf24, transparent);
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.5);
    border-radius: 2px;
}
html body section.h_13 > .sl p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 15.5px !important;
    line-height: 1.9 !important;
    color: #e6d6b0 !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    letter-spacing: 0.2px !important;
    text-align: left !important;
    background: none !important;
}
html body section.h_13 > .sl p:last-of-type { margin-bottom: 0 !important; }

/* =============== RIGHT — Booking timeline =============== */
html body section.h_13 > .sr {
    padding: 8px 0 0 !important;
}
html body section.h_13 > .sr .title {
    text-align: left !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    display: block !important;
}
html body section.h_13 > .sr .title h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.3px !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 30px rgba(252, 211, 77, 0.2);
}
html body section.h_13 > .sr .title h3::before,
html body section.h_13 > .sr .title h3::after {
    content: none !important;
    display: none !important;
    background-image: none !important;
}
html body section.h_13 > .sr > p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 15.5px !important;
    line-height: 1.85 !important;
    color: #e6d6b0 !important;
    font-style: italic !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    text-align: left !important;
    background: none !important;
}

/* ------ Timeline ul ------ */
html body section.h_13 > .sr > ul {
    position: relative;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    counter-reset: h13_step;
}
/* Vertical gold rail */
html body section.h_13 > .sr > ul::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: linear-gradient(180deg,
        transparent 0%,
        #fbbf24 8%,
        rgba(234, 179, 8, 0.7) 50%,
        #fbbf24 92%,
        transparent 100%);
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.5);
    border-radius: 2px;
    z-index: 0;
}

html body section.h_13 > .sr > ul > li {
    position: relative;
    padding: 0 0 28px 74px !important;
    margin: 0 !important;
    list-style: none !important;
    background: none !important;
    border: none !important;
    counter-increment: h13_step;
    min-height: 48px;
}
html body section.h_13 > .sr > ul > li:last-child { padding-bottom: 0 !important; }

/* Circular gold numbered badge */
html body section.h_13 > .sr > ul > li::before {
    content: counter(h13_step, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    color: #0a0600;
    background:
        linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) padding-box,
        linear-gradient(135deg, #ffffff, #fbbf24) border-box;
    border: 2px solid rgba(255, 240, 200, 0.9);
    box-shadow:
        0 6px 14px rgba(0, 0, 0, 0.55),
        0 0 16px rgba(234, 179, 8, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 0 rgba(255, 240, 200, 0.55);
    z-index: 2;
    letter-spacing: -1px;
}
/* Small diamond "tick" to the right of badge, pointing into the text */
html body section.h_13 > .sr > ul > li::after {
    content: "";
    position: absolute;
    left: 52px;
    top: 20px;
    width: 16px;
    height: 1px;
    background: linear-gradient(90deg, #fbbf24, transparent);
    pointer-events: none;
    z-index: 1;
}

/* Step title — override inline color:#ff006d with gold gradient */
html body section.h_13 > .sr > ul > li > strong,
html body section.h_13 > .sr > ul > li > strong[style] {
    display: block !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    line-height: 1.2 !important;
    letter-spacing: 0.3px !important;
    color: #fcd34d !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 2px 0 8px !important;
    padding: 0 !important;
    text-shadow: 0 0 16px rgba(234, 179, 8, 0.3);
}

html body section.h_13 > .sr > ul > li > p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #e6d6b0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    background: none !important;
    letter-spacing: 0.15px !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    html body section.h_13 {
        grid-template-columns: 1fr !important;
        gap: 52px !important;
        padding: 64px 28px !important;
    }
    html body section.h_13 > .sl {
        padding: 36px 30px !important;
    }
    html body section.h_13 > .sl .title h3 { font-size: 34px !important; }
    html body section.h_13 > .sr .title h3 { font-size: 30px !important; }
}

@media (max-width: 640px) {
    html body section.h_13 {
        padding: 50px 16px !important;
        gap: 40px !important;
    }
    html body section.h_13 > .sl {
        padding: 30px 22px !important;
        border-radius: 16px !important;
    }
    html body section.h_13 > .sl::before,
    html body section.h_13 > .sl::after {
        width: 24px;
        height: 24px;
    }
    html body section.h_13 > .sl .title h3 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    html body section.h_13 > .sl p,
    html body section.h_13 > .sr > p,
    html body section.h_13 > .sr > ul > li > p {
        font-size: 14.5px !important;
        line-height: 1.8 !important;
    }
    html body section.h_13 > .sr .title h3 {
        font-size: 25px !important;
        line-height: 1.2 !important;
    }
    html body section.h_13 > .sr > ul::before {
        left: 19px;
    }
    html body section.h_13 > .sr > ul > li {
        padding: 0 0 24px 60px !important;
    }
    html body section.h_13 > .sr > ul > li::before {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }
    html body section.h_13 > .sr > ul > li::after {
        left: 44px;
        top: 18px;
        width: 12px;
    }
    html body section.h_13 > .sr > ul > li > strong,
    html body section.h_13 > .sr > ul > li > strong[style] {
        font-size: 16px !important;
    }
}

@media (max-width: 420px) {
    html body section.h_13 { padding: 42px 12px !important; gap: 32px !important; }
    html body section.h_13 > .sl {
        padding: 26px 18px !important;
        border-radius: 14px !important;
    }
    html body section.h_13 > .sl .title h3 { font-size: 22px !important; }
    html body section.h_13 > .sr .title h3 { font-size: 21px !important; }
    html body section.h_13 > .sr > ul::before {
        left: 17px;
    }
    html body section.h_13 > .sr > ul > li {
        padding: 0 0 22px 54px !important;
    }
    html body section.h_13 > .sr > ul > li::before {
        width: 36px;
        height: 36px;
        font-size: 12px;
        border-width: 1.5px;
    }
    html body section.h_13 > .sr > ul > li::after {
        left: 40px;
        top: 16px;
        width: 10px;
    }
    html body section.h_13 > .sr > ul > li > strong,
    html body section.h_13 > .sr > ul > li > strong[style] {
        font-size: 15px !important;
    }
    html body section.h_13 > .sl p,
    html body section.h_13 > .sr > p,
    html body section.h_13 > .sr > ul > li > p {
        font-size: 14px !important;
        line-height: 1.75 !important;
    }
}

/* =====================================================================
   H_15 — "High Class Escorts Mumbai" ART-DECO CINEMA PREMIERE
   Radiating gold rays behind the screen, oversized ornamental
   bracket corners on the video frame, film-strip sprocket dots
   along the top and bottom edges, pulsing "NOW FEATURED" badge,
   and an editorial eyebrow label above the heading. Fully responsive.
   ===================================================================== */

@keyframes h15_pulse {
    0%, 100% {
        box-shadow:
            0 4px 10px rgba(0, 0, 0, 0.55),
            0 0 0 0 rgba(252, 211, 77, 0.55);
    }
    70% {
        box-shadow:
            0 4px 10px rgba(0, 0, 0, 0.55),
            0 0 0 12px rgba(252, 211, 77, 0);
    }
}
@keyframes h15_dot_pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(0.6); opacity: 0.6; }
}
@keyframes h15_rays_spin {
    0%   { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

html body section.h_15 {
    position: relative !important;
    display: block !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    padding: 100px 24px 120px !important;
    margin: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.18) !important;
    overflow: hidden !important;
    z-index: 1;
    text-align: center;
    isolation: isolate;
}

/* ---------- Radiating gold rays backdrop behind the video ---------- */
html body section.h_15::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150vw;
    height: 150vw;
    max-width: 1600px;
    max-height: 1600px;
    background:
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgba(252, 211, 77, 0.08) 0deg,
            rgba(252, 211, 77, 0.08) 6deg,
            transparent 6deg,
            transparent 18deg);
    -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 18%, rgba(0,0,0,0.6) 40%, transparent 75%);
    mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 18%, rgba(0,0,0,0.6) 40%, transparent 75%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.65;
    animation: h15_rays_spin 120s linear infinite;
}
/* Soft central amber halo */
html body section.h_15::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 700px;
    background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(252, 211, 77, 0.24), transparent 70%);
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

/* ---------- Clean up dead spacer nodes ---------- */
html body section.h_15 > .clr,
html body section.h_15 > p {
    display: none !important;
}

/* ---------- Title block ---------- */
html body section.h_15 > .title {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto 54px !important;
    padding: 0 16px !important;
    text-align: center !important;
    display: block !important;
}
/* Eyebrow label ABOVE the heading: "❦ EXCLUSIVE PREMIERE · SHOWCASE ❦" */
html body section.h_15 > .title::before {
    content: "\2766  EXCLUSIVE PREMIERE \00B7 SHOWCASE  \2766";
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fbbf24;
    text-shadow: 0 0 14px rgba(234, 179, 8, 0.55);
    margin-bottom: 18px;
    opacity: 0.95;
}
/* Flourish divider line under the heading */
html body section.h_15 > .title::after {
    content: "";
    display: block;
    width: 220px;
    max-width: 60%;
    height: 2px;
    margin: 22px auto 0;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 3px, transparent 3.5px) center / 9px 9px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 12%, #fbbf24 50%, #78350f 88%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
}

html body section.h_15 > .title h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 52px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.1 !important;
    letter-spacing: 0.4px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 50px rgba(252, 211, 77, 0.28);
    text-align: center !important;
}
html body section.h_15 > .title h3::before,
html body section.h_15 > .title h3::after {
    content: none !important;
    display: none !important;
}

/* ---------- Video frame — ornate cinematic display ----------
   The frame is a padded wrapper around the video. Ornamental details
   (sprocket dots, corner studs) live OUTSIDE the video so they never
   overlap the content. The video itself keeps its natural aspect. */
html body section.h_15 > .wp-video {
    position: relative !important;
    width: 100% !important;
    max-width: 960px !important;
    margin: 0 auto !important;
    padding: 16px 16px !important;
    z-index: 2;
    overflow: visible !important;
    isolation: isolate;
    box-sizing: border-box !important;
    border: 2px solid transparent !important;
    border-radius: 20px !important;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.9), rgba(8, 5, 0, 0.95)) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 40%, #a16207 80%, #78350f 100%) border-box !important;
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(234, 179, 8, 0.22),
        0 0 80px rgba(234, 179, 8, 0.3),
        inset 0 1px 0 rgba(255, 240, 180, 0.2);
}

/* Gold L-bracket corners attached to the OUTER frame corners — they
   sit OUTSIDE the frame so they never overlap the video. */
html body section.h_15 > .wp-video::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: -10px !important;
    left: -10px !important;
    right: auto !important;
    bottom: auto !important;
    width: 40px !important;
    height: 40px !important;
    border-top: 3px solid #fbbf24 !important;
    border-left: 3px solid #fbbf24 !important;
    border-radius: 4px 0 0 0 !important;
    background: none !important;
    background-image: none !important;
    pointer-events: none !important;
    z-index: 4 !important;
    filter: drop-shadow(0 0 8px rgba(234, 179, 8, 0.6));
    opacity: 1 !important;
}
html body section.h_15 > .wp-video::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: -10px !important;
    bottom: -10px !important;
    width: 40px !important;
    height: 40px !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: 3px solid #fbbf24 !important;
    border-right: 3px solid #fbbf24 !important;
    border-radius: 0 0 4px 0 !important;
    background: none !important;
    background-image: none !important;
    pointer-events: none !important;
    z-index: 4 !important;
    filter: drop-shadow(0 0 8px rgba(234, 179, 8, 0.6));
    opacity: 1 !important;
}

/* ---------- The video element itself ---------- */
html body section.h_15 > .wp-video video,
html body section.h_15 > .wp-video .wp-video-shortcode {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    border-radius: 12px !important;
    border: 1px solid rgba(234, 179, 8, 0.35) !important;
    box-sizing: border-box !important;
    object-fit: contain !important;
    aspect-ratio: 636 / 360;
    background: #050300 !important;
    box-shadow:
        0 16px 34px rgba(0, 0, 0, 0.6),
        inset 0 0 0 1px rgba(255, 240, 180, 0.08) !important;
    transition: box-shadow .4s ease, filter .4s ease !important;
    filter: saturate(1.04) contrast(1.02);
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    max-height: none !important;
}
html body section.h_15 > .wp-video:hover video,
html body section.h_15 > .wp-video:hover .wp-video-shortcode {
    filter: saturate(1.12) contrast(1.04);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.7),
        inset 0 0 0 1px rgba(252, 211, 77, 0.2) !important;
}

/* Override the inline style `width: 636px;` to full-width fluid */
html body section.h_15 > .wp-video[style*="width"] {
    width: 100% !important;
    max-width: 960px !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    html body section.h_15 { padding: 80px 22px 100px !important; }
    html body section.h_15 > .title { margin-bottom: 42px !important; }
    html body section.h_15 > .title::before { font-size: 11px; letter-spacing: 4px; }
    html body section.h_15 > .title h3 { font-size: 40px !important; }
    html body section.h_15 > .title::after { width: 180px; margin-top: 18px; }
    html body section.h_15 > .wp-video {
        padding: 14px 14px !important;
        max-width: 820px !important;
        border-radius: 18px !important;
    }
    html body section.h_15 > .wp-video::before,
    html body section.h_15 > .wp-video::after {
        width: 34px !important;
        height: 34px !important;
    }
}

@media (max-width: 768px) {
    html body section.h_15 { padding: 60px 18px 80px !important; }
    html body section.h_15 > .title { margin-bottom: 34px !important; }
    html body section.h_15 > .title::before {
        font-size: 10px;
        letter-spacing: 3.5px;
        margin-bottom: 14px;
    }
    html body section.h_15 > .title h3 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
    html body section.h_15 > .title::after { width: 140px; margin-top: 14px; }
    html body section.h_15 > .wp-video {
        padding: 12px 12px !important;
        border-radius: 16px !important;
        border-width: 2px !important;
    }
    html body section.h_15 > .wp-video::before,
    html body section.h_15 > .wp-video::after {
        width: 28px !important;
        height: 28px !important;
        border-width: 2px !important;
    }
    html body section.h_15 > .wp-video::before { top: -8px !important; left: -8px !important; }
    html body section.h_15 > .wp-video::after { bottom: -8px !important; right: -8px !important; }
    html body section.h_15 > .wp-video video,
    html body section.h_15 > .wp-video .wp-video-shortcode {
        border-radius: 10px !important;
    }
}

@media (max-width: 480px) {
    html body section.h_15 { padding: 48px 14px 64px !important; }
    html body section.h_15 > .title { margin-bottom: 28px !important; }
    html body section.h_15 > .title::before {
        font-size: 9.5px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }
    html body section.h_15 > .title h3 { font-size: 24px !important; }
    html body section.h_15 > .title::after { width: 110px; margin-top: 12px; }
    html body section.h_15 > .wp-video {
        padding: 9px 9px !important;
        border-radius: 14px !important;
        max-width: 100% !important;
    }
    html body section.h_15 > .wp-video::before,
    html body section.h_15 > .wp-video::after {
        width: 22px !important;
        height: 22px !important;
    }
    html body section.h_15 > .wp-video::before { top: -6px !important; left: -6px !important; }
    html body section.h_15 > .wp-video::after { bottom: -6px !important; right: -6px !important; }
    html body section.h_15 > .wp-video video,
    html body section.h_15 > .wp-video .wp-video-shortcode {
        border-radius: 8px !important;
    }
}

@media (max-width: 380px) {
    html body section.h_15 > .title::before {
        content: "\2766  PREMIERE SHOWCASE  \2766" !important;
        font-size: 9px;
        letter-spacing: 2.5px;
    }
    html body section.h_15 > .title h3 { font-size: 20px !important; }
}

/* =====================================================================
   H_16 — "Why Nikki Bansal is the Best Escort service in Mumbai?"
   Clean centered testimonial/intro. Dark stage, gold-gradient italic
   headline with an editorial eyebrow, flourish divider, centered body.
   Removes the bg-full-img.webp hero image.
   ===================================================================== */

html body section.h_16 {
    position: relative !important;
    display: block !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    padding: 80px 24px 100px !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden !important;
    text-align: center !important;
    z-index: 1;
    isolation: isolate;
}
/* Central ambient gold glow */
html body section.h_16::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 500px;
    background: radial-gradient(ellipse at 50% 50%, rgba(252, 211, 77, 0.18), transparent 70%);
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

html body section.h_16 > .title {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto 34px !important;
    padding: 0 16px;
    text-align: center !important;
    display: block !important;
}
/* Editorial eyebrow */
html body section.h_16 > .title::before {
    content: "— Our Promise —";
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fbbf24;
    text-shadow: 0 0 12px rgba(234, 179, 8, 0.55);
    margin-bottom: 18px;
    opacity: 0.95;
}
/* Flourish divider below heading */
html body section.h_16 > .title::after {
    content: "";
    display: block;
    width: 180px;
    max-width: 60%;
    height: 2px;
    margin: 22px auto 0;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 3px, transparent 3.5px) center / 9px 9px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 12%, #fbbf24 50%, #78350f 88%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
}

html body section.h_16 > .title h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.2 !important;
    letter-spacing: 0.4px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 44px rgba(252, 211, 77, 0.22);
    text-align: center !important;
}
html body section.h_16 > .title h3::before,
html body section.h_16 > .title h3::after {
    content: none !important;
    display: none !important;
}

html body section.h_16 > .content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto !important;
    padding: 0 16px;
    background: transparent !important;
}
html body section.h_16 > .content p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16.5px !important;
    line-height: 1.95 !important;
    color: #e6d6b0 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    text-align: center !important;
    letter-spacing: 0.2px !important;
    background: none !important;
    font-weight: 400;
}
html body section.h_16 > .content p:last-of-type { margin-bottom: 0 !important; }

/* ---------- H_16 Responsive ---------- */
@media (max-width: 768px) {
    html body section.h_16 { padding: 60px 18px 72px !important; }
    html body section.h_16 > .title { margin-bottom: 28px !important; }
    html body section.h_16 > .title::before { font-size: 11px; letter-spacing: 4px; margin-bottom: 14px; }
    html body section.h_16 > .title h3 { font-size: 28px !important; line-height: 1.2 !important; }
    html body section.h_16 > .title::after { width: 130px; margin-top: 16px; }
    html body section.h_16 > .content p { font-size: 15px !important; line-height: 1.85 !important; }
}

@media (max-width: 480px) {
    html body section.h_16 { padding: 48px 14px 60px !important; }
    html body section.h_16 > .title::before { font-size: 10px; letter-spacing: 3px; }
    html body section.h_16 > .title h3 { font-size: 22px !important; }
    html body section.h_16 > .title::after { width: 100px; margin-top: 12px; }
    html body section.h_16 > .content p { font-size: 14.5px !important; line-height: 1.8 !important; margin-bottom: 14px !important; }
}

/* =====================================================================
   H_17 — "Sexy Ladies / Real Photos / Excellent Customer Care" triptych
   Three-card feature panel. Each card is a dark-glass pillar with a
   gold ornament medallion at top, italic Playfair heading, flourish
   divider, and cream body text. Middle card is elevated (shifted up)
   for a classical triptych rhythm. Overrides the pink Layer PNGs.
   Fully responsive.
   ===================================================================== */

html body section.h_17 {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    max-width: 1260px !important;
    margin: 0 auto !important;
    padding: 20px 40px 90px !important;
    background: transparent !important;
    background-image: none !important;
    overflow: visible !important;
    z-index: 1;
    align-items: stretch;
}

/* Reset the inline theme styles on each card pillar */
html body section.h_17 > .sl,
html body section.h_17 > .sm,
html body section.h_17 > .sr {
    position: relative !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 360px;
    padding: 54px 32px 32px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
    flex-wrap: initial !important;
    align-content: initial !important;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.92), rgba(8, 5, 0, 0.96)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.7), rgba(120, 53, 15, 0.7)) border-box !important;
    background-color: transparent !important;
    background-image:
        linear-gradient(180deg, rgba(20, 14, 2, 0.92), rgba(8, 5, 0, 0.96)),
        linear-gradient(135deg, rgba(252, 211, 77, 0.7), rgba(120, 53, 15, 0.7)) !important;
    background-origin: padding-box, border-box !important;
    background-clip: padding-box, border-box !important;
    background-size: auto, auto !important;
    background-repeat: no-repeat, no-repeat !important;
    border: 1px solid transparent !important;
    border-radius: 18px !important;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(234, 179, 8, 0.2),
        0 0 34px rgba(234, 179, 8, 0.14);
    color: #e6d6b0 !important;
    overflow: visible;
    transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease;
}

/* Elevated middle pillar — shifted up for triptych rhythm */
html body section.h_17 > .sm {
    margin-top: -28px !important;
    min-height: 380px;
    box-shadow:
        0 32px 60px rgba(0, 0, 0, 0.65),
        inset 0 1px 0 rgba(234, 179, 8, 0.32),
        0 0 50px rgba(234, 179, 8, 0.24);
}

html body section.h_17 > .sl:hover,
html body section.h_17 > .sm:hover,
html body section.h_17 > .sr:hover {
    transform: translateY(-6px);
    box-shadow:
        0 40px 70px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(252, 211, 77, 0.4),
        0 0 60px rgba(234, 179, 8, 0.4);
}

/* ---------- Gold medallion at top of each card (different emblem) ---------- */
html body section.h_17 > .sl::before,
html body section.h_17 > .sm::before,
html body section.h_17 > .sr::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.96), rgba(8, 5, 0, 0.98)) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #a16207 100%) border-box;
    border: 2px solid transparent;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.55),
        0 0 24px rgba(234, 179, 8, 0.6),
        inset 0 1px 0 rgba(255, 240, 180, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    color: #fbbf24;
    text-shadow: 0 0 10px rgba(234, 179, 8, 0.7);
    z-index: 3;
}
/* Per-card emblem */
html body section.h_17 > .sl::before { content: "\2726"; /* ✦ */ }
html body section.h_17 > .sm::before { content: "\2766"; /* ❦ */ }
html body section.h_17 > .sr::before { content: "\2767"; /* ❧ */ }

/* ---------- Title ---------- */
html body section.h_17 > .sl .title,
html body section.h_17 > .sm .title,
html body section.h_17 > .sr .title {
    display: block !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100%;
}
html body section.h_17 > .sl .title h3,
html body section.h_17 > .sm .title h3,
html body section.h_17 > .sr .title h3,
html body section.h_17 h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.2 !important;
    letter-spacing: 0.4px !important;
    text-align: center !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: 0 0 26px rgba(252, 211, 77, 0.2);
    display: block !important;
}
html body section.h_17 > .sl .title h3::before,
html body section.h_17 > .sm .title h3::before,
html body section.h_17 > .sr .title h3::before,
html body section.h_17 > .sl .title h3::after,
html body section.h_17 > .sm .title h3::after,
html body section.h_17 > .sr .title h3::after {
    content: none !important;
    display: none !important;
    background-image: none !important;
    filter: none !important;
}

/* Flourish divider between title and body */
html body section.h_17 > .sl .title + p::before,
html body section.h_17 > .sm .title + p::before,
html body section.h_17 > .sr .title + p::before,
html body section.h_17 > .sl > p::before,
html body section.h_17 > .sm > p::before,
html body section.h_17 > .sr > p::before {
    /* no-op — use .title's ::after to inject divider below title */
}
html body section.h_17 > .sl .title::after,
html body section.h_17 > .sm .title::after,
html body section.h_17 > .sr .title::after {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    margin: 10px auto 14px;
    background: linear-gradient(90deg, transparent, #fbbf24, transparent);
    box-shadow: 0 0 8px rgba(234, 179, 8, 0.55);
}

/* ---------- Paragraph ---------- */
html body section.h_17 > .sl > p,
html body section.h_17 > .sm > p,
html body section.h_17 > .sr > p,
html body section.h_17 p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 15.5px !important;
    line-height: 1.8 !important;
    color: #e6d6b0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    letter-spacing: 0.2px !important;
    background: none !important;
    max-width: 280px;
}

/* ---------- H_17 Responsive ---------- */
@media (max-width: 900px) {
    html body section.h_17 {
        grid-template-columns: 1fr !important;
        gap: 44px !important;
        padding: 30px 24px 70px !important;
        max-width: 480px !important;
    }
    html body section.h_17 > .sl,
    html body section.h_17 > .sm,
    html body section.h_17 > .sr {
        min-height: 0 !important;
        padding: 48px 28px 28px !important;
        width: 100% !important;
    }
    html body section.h_17 > .sm {
        margin-top: 0 !important;
        min-height: 0 !important;
    }
    html body section.h_17 > .sl::before,
    html body section.h_17 > .sm::before,
    html body section.h_17 > .sr::before {
        width: 50px;
        height: 50px;
        font-size: 20px;
        top: -25px;
    }
    html body section.h_17 > .sl .title h3,
    html body section.h_17 > .sm .title h3,
    html body section.h_17 > .sr .title h3,
    html body section.h_17 h3 { font-size: 24px !important; }
}

@media (max-width: 480px) {
    html body section.h_17 {
        padding: 28px 14px 56px !important;
        gap: 38px !important;
    }
    html body section.h_17 > .sl,
    html body section.h_17 > .sm,
    html body section.h_17 > .sr {
        padding: 42px 22px 24px !important;
        border-radius: 16px !important;
    }
    html body section.h_17 > .sl::before,
    html body section.h_17 > .sm::before,
    html body section.h_17 > .sr::before {
        width: 46px;
        height: 46px;
        font-size: 18px;
        top: -23px;
    }
    html body section.h_17 > .sl .title h3,
    html body section.h_17 > .sm .title h3,
    html body section.h_17 > .sr .title h3,
    html body section.h_17 h3 { font-size: 22px !important; }
    html body section.h_17 > .sl > p,
    html body section.h_17 > .sm > p,
    html body section.h_17 > .sr > p,
    html body section.h_17 p {
        font-size: 14.5px !important;
        line-height: 1.75 !important;
    }
}

/* =====================================================================
   H_18 — Frequently Asked Questions accordion
   Dark-glass FAQ items with gold gradient borders, italic Playfair
   questions, gold "+" toggle that rotates to "−" when open. Uses
   jQuery UI accordion markup: .ui-accordion-header / .ui-state-active
   / .ui-accordion-content. Overrides the pink #a90a50 theme.
   ===================================================================== */

html body section.h_18 {
    position: relative !important;
    display: block !important;
    background: transparent !important;
    background-image: none !important;
    padding: 70px 24px 90px !important;
    margin: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.18) !important;
    overflow: hidden !important;
    z-index: 1;
    isolation: isolate;
}
html body section.h_18::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 380px;
    background: radial-gradient(ellipse at 50% 50%, rgba(252, 211, 77, 0.16), transparent 70%);
    filter: blur(46px);
    pointer-events: none;
    z-index: 0;
}

/* ---------- Section title ---------- */
html body section.h_18 > .title {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto 44px !important;
    padding: 0 16px !important;
    text-align: center !important;
    display: block !important;
}
html body section.h_18 > .title::before {
    content: "— Good To Know —";
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fbbf24;
    text-shadow: 0 0 12px rgba(234, 179, 8, 0.55);
    margin-bottom: 16px;
    opacity: 0.95;
}
html body section.h_18 > .title::after {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    margin: 20px auto 0;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 3px, transparent 3.5px) center / 9px 9px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 12%, #fbbf24 50%, #78350f 88%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
}
html body section.h_18 > .title h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.4px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 44px rgba(252, 211, 77, 0.22);
    text-align: center !important;
}
html body section.h_18 > .title h3::before,
html body section.h_18 > .title h3::after {
    content: none !important;
    display: none !important;
}

/* ---------- Accordion container ---------- */
html body section.h_18 .sec-faqi {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
html body section.h_18 #accordion {
    display: block !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* ---------- Accordion header (question) ---------- */
html body section.h_18 #accordion h3,
html body section.h_18 #accordion .ui-accordion-header,
html body section.h_18 #accordion h3.ui-accordion-header {
    position: relative !important;
    display: block !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    line-height: 1.35 !important;
    letter-spacing: 0.3px !important;
    color: #fde68a !important;
    background:
        linear-gradient(180deg, rgba(25, 18, 4, 0.9), rgba(10, 6, 0, 0.94)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.55), rgba(120, 53, 15, 0.55)) border-box !important;
    background-image:
        linear-gradient(180deg, rgba(25, 18, 4, 0.9), rgba(10, 6, 0, 0.94)),
        linear-gradient(135deg, rgba(252, 211, 77, 0.55), rgba(120, 53, 15, 0.55)) !important;
    background-origin: padding-box, border-box !important;
    background-clip: padding-box, border-box !important;
    background-color: transparent !important;
    background-repeat: no-repeat, no-repeat !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    margin: 0 0 10px !important;
    padding: 16px 64px 16px 24px !important;
    cursor: pointer;
    outline: none;
    text-align: left !important;
    text-transform: none !important;
    height: auto !important;
    min-height: auto !important;
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(234, 179, 8, 0.18);
    transition:
        background .35s ease,
        background-image .35s ease,
        color .25s ease,
        box-shadow .35s ease,
        transform .2s ease,
        border-radius .25s ease,
        margin-bottom .3s ease;
}
html body section.h_18 #accordion h3:hover,
html body section.h_18 #accordion .ui-accordion-header:hover,
html body section.h_18 #accordion h3.ui-accordion-header:hover {
    color: #fff4c4 !important;
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(234, 179, 8, 0.28),
        0 0 24px rgba(234, 179, 8, 0.28) !important;
    transform: translateY(-1px);
}
/* Active/expanded header — brighter gold border + stronger halo */
html body section.h_18 #accordion h3.ui-state-active,
html body section.h_18 #accordion .ui-accordion-header-active,
html body section.h_18 #accordion h3.ui-accordion-header-active {
    color: #0a0600 !important;
    background:
        linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) padding-box,
        linear-gradient(135deg, #fff4c4, #fbbf24 50%, #a16207) border-box !important;
    background-image:
        linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%),
        linear-gradient(135deg, #fff4c4, #fbbf24 50%, #a16207) !important;
    border-radius: 12px 12px 0 0 !important;
    margin-bottom: 0 !important;
    box-shadow:
        0 10px 22px rgba(234, 179, 8, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 0 28px rgba(234, 179, 8, 0.38) !important;
    text-shadow: 0 1px 0 rgba(255, 240, 200, 0.5);
}

/* Toggle "+" icon — gold circle on the right */
html body section.h_18 #accordion h3::after,
html body section.h_18 #accordion h3.ui-accordion-header::after {
    content: "+" !important;
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 1 !important;
    color: #fcd34d !important;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.9), rgba(8, 5, 0, 0.95)) padding-box,
        linear-gradient(135deg, #fbbf24, #78350f) border-box !important;
    border: 1px solid transparent !important;
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.5),
        0 0 12px rgba(234, 179, 8, 0.45) !important;
    padding: 0 !important;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), color .25s ease, background .3s ease !important;
}
/* Rotate "+" 45deg (becomes "×") when active */
html body section.h_18 #accordion h3.ui-state-active::after,
html body section.h_18 #accordion h3.ui-accordion-header-active::after {
    transform: translateY(-50%) rotate(45deg) !important;
    color: #0a0600 !important;
    background:
        linear-gradient(180deg, #fff4c4, #fde68a) padding-box,
        linear-gradient(135deg, #ffffff, #fbbf24) border-box !important;
}

/* Remove default jQuery UI icon sprites */
html body section.h_18 #accordion h3 .ui-icon,
html body section.h_18 #accordion h3 .ui-accordion-header-icon {
    display: none !important;
}

/* ---------- Accordion content (answer panel) ----------
   IMPORTANT: no `height` or `display` !important here — jQuery UI
   sets inline `height: Npx` during the slide animation, and any
   CSS !important would freeze it and kill the smooth open/close. */
html body section.h_18 #accordion > div,
html body section.h_18 #accordion .ui-accordion-content {
    position: relative;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.92), rgba(8, 5, 0, 0.96)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.6), rgba(120, 53, 15, 0.6)) border-box !important;
    background-image:
        linear-gradient(180deg, rgba(20, 14, 2, 0.92), rgba(8, 5, 0, 0.96)),
        linear-gradient(135deg, rgba(252, 211, 77, 0.6), rgba(120, 53, 15, 0.6)) !important;
    background-origin: padding-box, border-box !important;
    background-clip: padding-box, border-box !important;
    background-color: transparent !important;
    background-repeat: no-repeat, no-repeat !important;
    border: 1px solid transparent !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
    margin: 0 0 10px !important;
    padding: 18px 24px 20px !important;
    color: #e6d6b0 !important;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.5),
        0 0 24px rgba(234, 179, 8, 0.1);
    overflow: hidden;
}
/* Gold accent bar at the top of the open answer */
html body section.h_18 #accordion > div::before,
html body section.h_18 #accordion .ui-accordion-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fbbf24, transparent);
    opacity: 0.6;
    pointer-events: none;
}
html body section.h_18 #accordion > div p,
html body section.h_18 #accordion .ui-accordion-content p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 15.5px !important;
    line-height: 1.85 !important;
    color: #e6d6b0 !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2px !important;
    text-align: left !important;
    background: none !important;
}

/* Kill jQuery UI default chrome */
html body section.h_18 #accordion .ui-corner-all,
html body section.h_18 #accordion .ui-corner-top,
html body section.h_18 #accordion .ui-corner-bottom {
    border-radius: inherit !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    html body section.h_18 { padding: 54px 18px 70px !important; }
    html body section.h_18 > .title { margin-bottom: 32px !important; }
    html body section.h_18 > .title::before { font-size: 11px; letter-spacing: 4px; margin-bottom: 14px; }
    html body section.h_18 > .title h3 { font-size: 30px !important; line-height: 1.2 !important; }
    html body section.h_18 > .title::after { width: 120px; margin-top: 16px; }
    html body section.h_18 #accordion h3,
    html body section.h_18 #accordion .ui-accordion-header {
        font-size: 15px !important;
        padding: 14px 56px 14px 20px !important;
        border-radius: 10px !important;
    }
    html body section.h_18 #accordion h3::after {
        width: 28px !important;
        height: 28px !important;
        right: 14px !important;
        font-size: 18px !important;
    }
    html body section.h_18 #accordion > div,
    html body section.h_18 #accordion .ui-accordion-content {
        padding: 16px 20px 18px !important;
    }
    html body section.h_18 #accordion > div p { font-size: 14.5px !important; line-height: 1.8 !important; }
}

@media (max-width: 480px) {
    html body section.h_18 { padding: 44px 14px 60px !important; }
    html body section.h_18 > .title h3 { font-size: 23px !important; }
    html body section.h_18 > .title::after { width: 100px; margin-top: 12px; }
    html body section.h_18 #accordion h3,
    html body section.h_18 #accordion .ui-accordion-header {
        font-size: 14px !important;
        padding: 13px 50px 13px 16px !important;
        border-radius: 10px !important;
        letter-spacing: 0.2px !important;
    }
    html body section.h_18 #accordion h3::after {
        width: 26px !important;
        height: 26px !important;
        right: 12px !important;
        font-size: 17px !important;
    }
    html body section.h_18 #accordion > div,
    html body section.h_18 #accordion .ui-accordion-content {
        padding: 14px 16px 16px !important;
        border-radius: 0 0 10px 10px !important;
    }
    html body section.h_18 #accordion > div p { font-size: 14px !important; line-height: 1.75 !important; }
}

/* ---------- "Outcall Locations ›" CTA button at bottom of FAQ ---------- */
html body section.h_18 .btn.sec-bt {
    display: block !important;
    text-align: center !important;
    margin: 32px 0 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
html body section.h_18 .btn.sec-bt > a,
html body section.h_18 .btn a {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 auto !important;
    padding: 14px 34px !important;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(25, 18, 5, 0.94), rgba(12, 8, 0, 0.94)) padding-box,
        linear-gradient(135deg, #fbbf24, #78350f) border-box !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color: #fcd34d !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(234, 179, 8, 0.25),
        0 0 16px rgba(234, 179, 8, 0.25);
    transition: transform .25s ease, color .2s ease, box-shadow .3s ease, background .3s ease;
    position: relative;
    text-shadow: 0 0 10px rgba(234, 179, 8, 0.3);
}
html body section.h_18 .btn.sec-bt > a:hover,
html body section.h_18 .btn a:hover {
    transform: translateY(-2px);
    color: #0a0600 !important;
    background:
        linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) padding-box,
        linear-gradient(135deg, #fff4c4, #fbbf24 50%, #a16207) border-box !important;
    box-shadow:
        0 16px 28px rgba(234, 179, 8, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 0 30px rgba(234, 179, 8, 0.5) !important;
    text-shadow: 0 1px 0 rgba(255, 240, 200, 0.4);
}

@media (max-width: 480px) {
    html body section.h_18 .btn.sec-bt > a,
    html body section.h_18 .btn a {
        padding: 12px 26px !important;
        font-size: 11.5px !important;
        letter-spacing: 2px !important;
    }
}

/* =====================================================================
   HOMEPAGE SPACE CLEANUP — remove empty spacer elements and excess
   vertical padding that creates awkward gaps between sections.
   ===================================================================== */

/* Hide the leftover empty "clearfix" / spacer nodes that the theme
   sprinkles inside sections to create extra whitespace. */
html body.home section.h_15 > .clr,
html body.home section.h_15 > p:empty,
html body.home section.h_15 > p:blank,
html body.home section.h_18 > p:empty,
html body.home section.h_s2 > p:empty,
html body.home section.h_19 > p:empty {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Empty paragraphs with only whitespace (treated as "blank" via :empty
   only for strict empty). Fallback via attribute selectors for those
   with a single &nbsp; or whitespace only: */
html body.home section p:blank,
html body.home section > p.clr {
    display: none !important;
}

/* Tighten h_18 FAQ → categ-sec-t transition (the CTA button already has
   32px top margin so the section needs less top padding next to it) */
html body.home section.categ-sec-t {
    /* already padded; nothing extra */
}

/* Kill stray margin from theme's `.sr h3 { margin-bottom: 20px }` rule
   that leaks into non-targeted sections */
html body.home section.h_s5 + section .sr h3,
html body.home section.h_s3 + section .sr h3 {
    margin-bottom: 0;
}

/* Reduce the first-section top margin on home so hero doesn't float
   too far below the header */
html body.home main#main > #content-wrap section.hero {
    margin-top: 80px !important;
}

/* Empty CLR spacer DIVS (not sections!). Scoped with div.clr so we
   never accidentally hide `<section class="h_X clr">` which has clr
   as part of its class list. */
html body.home section > div.clr:empty,
html body.home section > div.clr:only-child {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ---- Tighten vertical spacing between back-to-back sections ----
   Previously: section N has ~90px bottom padding + section N+1 has
   ~70px top padding = 160px gap. Shrink to create a more premium,
   tighter editorial rhythm. */
html body.home section.h_18 { padding-bottom: 54px !important; }
html body.home section.categ-sec-t { padding-top: 56px !important; }

html body.home section.h_17 { padding-bottom: 60px !important; }
html body.home section.h_18 { padding-top: 56px !important; }

html body.home section.h_16 { padding-bottom: 40px !important; }
html body.home section.h_17 { padding-top: 10px !important; }

html body.home section.h_15 { padding-bottom: 70px !important; }
html body.home section.h_16 { padding-top: 54px !important; }

html body.home section.h_13 { padding-bottom: 64px !important; }
html body.home section.h_15 { padding-top: 70px !important; }

html body.home section.h_s11 { padding-bottom: 70px !important; }
html body.home section.h_13 { padding-top: 70px !important; }

html body.home section.h_s10 { padding-bottom: 36px !important; }
html body.home section.h_s11 { padding-top: 40px !important; }

html body.home section.h_s9 { padding-bottom: 60px !important; }
html body.home section.h_s10 { padding-top: 34px !important; }

html body.home section.h_s8:not(.fwhite) { padding-bottom: 70px !important; }
html body.home section.h_s9 { padding-top: 54px !important; }

@media (max-width: 768px) {
    html body.home main#main > #content-wrap section.hero {
        margin-top: 40px !important;
    }
    html body.home section.h_18 { padding-bottom: 42px !important; padding-top: 44px !important; }
    html body.home section.categ-sec-t { padding-top: 44px !important; padding-bottom: 60px !important; }
    html body.home section.h_17 { padding-bottom: 44px !important; padding-top: 6px !important; }
    html body.home section.h_16 { padding-bottom: 30px !important; padding-top: 44px !important; }
    html body.home section.h_15 { padding-bottom: 54px !important; padding-top: 54px !important; }
    html body.home section.h_13 { padding-bottom: 48px !important; padding-top: 54px !important; }
    html body.home section.h_s11 { padding-bottom: 54px !important; padding-top: 34px !important; }
    html body.home section.h_s10 { padding-bottom: 26px !important; padding-top: 26px !important; }
    html body.home section.h_s9 { padding-bottom: 48px !important; padding-top: 40px !important; }
    html body.home section.h_s8:not(.fwhite) { padding-bottom: 54px !important; }
}

/* =====================================================================
   CATEG-SEC-T — "Escorts Types" category chip grid
   Dark-glass chips with gold gradient border, italic Playfair labels,
   gold diamond marker before each label. Replaces the flat pink
   background + gray chip styling. Fully responsive grid.
   ===================================================================== */

html body section.categ-sec-t {
    position: relative !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 70px 24px 90px !important;
    margin: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.18) !important;
    overflow: hidden !important;
    z-index: 1;
    isolation: isolate;
}
html body section.categ-sec-t::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 820px;
    height: 360px;
    background: radial-gradient(ellipse at 50% 50%, rgba(252, 211, 77, 0.16), transparent 70%);
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

/* ---------- Section title ---------- */
html body section.categ-sec-t > h3.main-heading-c {
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.4px !important;
    margin: 0 auto 12px !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 40px rgba(252, 211, 77, 0.22);
    text-align: center !important;
    max-width: 100%;
    display: block;
}
/* Eyebrow label above the title */
html body section.categ-sec-t > h3.main-heading-c::before {
    content: "— Browse By Category —";
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fbbf24;
    text-shadow: 0 0 12px rgba(234, 179, 8, 0.55);
    margin-bottom: 18px;
    opacity: 0.95;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #fbbf24 !important;
}
/* Flourish divider below the title */
html body section.categ-sec-t > h3.main-heading-c::after {
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    margin: 22px auto 0;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 3px, transparent 3.5px) center / 9px 9px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 12%, #fbbf24 50%, #78350f 88%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
    -webkit-text-fill-color: initial;
}

/* ---------- Chip grid ---------- */
html body section.categ-sec-t > .container.sec-g,
html body section.categ-sec-t .container.sec-g {
    position: relative !important;
    z-index: 2;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-gap: 14px !important;
    gap: 14px !important;
    max-width: 1200px !important;
    width: 100% !important;
    margin: 44px auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/* ---------- Chip (button pill) ---------- */
html body section.categ-sec-t .btn {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 12px !important;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.92), rgba(8, 5, 0, 0.96)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.6), rgba(120, 53, 15, 0.6)) border-box !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(234, 179, 8, 0.18),
        0 0 18px rgba(234, 179, 8, 0.08);
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, background .35s ease;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
}
html body section.categ-sec-t .btn:hover {
    transform: translateY(-3px);
    background:
        linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) padding-box,
        linear-gradient(135deg, #fff4c4, #fbbf24 50%, #a16207) border-box !important;
    box-shadow:
        0 14px 28px rgba(234, 179, 8, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 0 30px rgba(234, 179, 8, 0.4);
}
html body section.categ-sec-t .btn:active {
    transform: translateY(-1px);
}

/* Anchor inside button — the actual link/label */
html body section.categ-sec-t .btn > a.btn-b {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 18px 14px 28px !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    letter-spacing: 0.6px !important;
    color: #fde68a !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 1.25;
    transition: color .3s ease, letter-spacing .3s ease;
    border: none !important;
    background: none !important;
    white-space: normal;
    text-shadow: 0 0 14px rgba(234, 179, 8, 0.25);
}
/* Gold diamond marker before each label */
html body section.categ-sec-t .btn > a.btn-b::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background: linear-gradient(135deg, #fde68a, #fbbf24 50%, #a16207);
    border: 1px solid rgba(255, 240, 180, 0.8);
    transform: rotate(45deg);
    box-shadow: 0 0 8px rgba(252, 211, 77, 0.7);
    flex: 0 0 6px;
    transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
html body section.categ-sec-t .btn:hover > a.btn-b {
    color: #0a0600 !important;
    letter-spacing: 0.9px !important;
    text-shadow: 0 1px 0 rgba(255, 240, 200, 0.4);
}
html body section.categ-sec-t .btn:hover > a.btn-b::before {
    background: #0a0600;
    border-color: rgba(10, 6, 0, 0.8);
    box-shadow: 0 0 10px rgba(10, 6, 0, 0.5);
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    html body section.categ-sec-t .container.sec-g {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    html body section.categ-sec-t > h3.main-heading-c { font-size: 34px !important; }
}

@media (max-width: 768px) {
    html body section.categ-sec-t { padding: 54px 18px 70px !important; }
    html body section.categ-sec-t > h3.main-heading-c {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    html body section.categ-sec-t > h3.main-heading-c::before {
        font-size: 11px;
        letter-spacing: 4px;
        margin-bottom: 14px;
    }
    html body section.categ-sec-t > h3.main-heading-c::after {
        width: 130px;
        margin-top: 16px;
    }
    html body section.categ-sec-t .container.sec-g {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
        grid-gap: 12px !important;
        margin-top: 34px !important;
    }
    html body section.categ-sec-t .btn > a.btn-b {
        padding: 12px 12px 12px 20px !important;
        font-size: 13px !important;
        letter-spacing: 0.4px !important;
    }
}

@media (max-width: 520px) {
    html body section.categ-sec-t { padding: 44px 14px 60px !important; }
    html body section.categ-sec-t > h3.main-heading-c { font-size: 22px !important; }
    html body section.categ-sec-t > h3.main-heading-c::before {
        font-size: 10px;
        letter-spacing: 3px;
    }
    html body section.categ-sec-t > h3.main-heading-c::after {
        width: 100px;
        margin-top: 12px;
    }
    html body section.categ-sec-t .container.sec-g {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        grid-gap: 10px !important;
        margin-top: 28px !important;
    }
    html body section.categ-sec-t .btn {
        border-radius: 10px !important;
    }
    html body section.categ-sec-t .btn > a.btn-b {
        padding: 11px 10px 11px 16px !important;
        font-size: 12.5px !important;
    }
    html body section.categ-sec-t .btn > a.btn-b::before {
        width: 5px;
        height: 5px;
        margin-right: 7px;
        flex: 0 0 5px;
    }
}

@media (max-width: 360px) {
    html body section.categ-sec-t .btn > a.btn-b {
        padding: 10px 8px 10px 14px !important;
        font-size: 11.5px !important;
    }
}

/* =====================================================================
   H_19 — "Escort Testimonials" carousel
   Premium testimonial quote card: dark-glass body with gold gradient
   border, oversized gold "❝" drop-mark, italic Playfair quote, signed
   attribution with a gold flourish rule. Swiper navigation arrows
   styled as gold-bordered circular buttons. Fully responsive.
   ===================================================================== */

html body section.h_19 {
    position: relative !important;
    display: block !important;
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
    padding: 80px 24px 100px !important;
    margin: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.18) !important;
    overflow: hidden !important;
    z-index: 1;
    isolation: isolate;
}
/* Ambient amber glow behind the card */
html body section.h_19::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 600px;
    background: radial-gradient(ellipse at 50% 50%, rgba(252, 211, 77, 0.16), transparent 70%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
}

/* ---------- Title block ---------- */
html body section.h_19 > .title {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto 44px !important;
    padding: 0 16px !important;
    text-align: center !important;
    display: block !important;
}
html body section.h_19 > .title::before {
    content: "— In Their Words —";
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fbbf24;
    text-shadow: 0 0 12px rgba(234, 179, 8, 0.55);
    margin-bottom: 18px;
    opacity: 0.95;
}
html body section.h_19 > .title::after {
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    margin: 22px auto 0;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 3px, transparent 3.5px) center / 9px 9px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 12%, #fbbf24 50%, #78350f 88%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
}
html body section.h_19 > .title h3,
html body section.h_19 > .title h3.faq-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.4px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 44px rgba(252, 211, 77, 0.22);
    text-align: center !important;
}
html body section.h_19 > .title h3::before,
html body section.h_19 > .title h3::after,
html body section.h_19 > .title h3.faq-title::before,
html body section.h_19 > .title h3.faq-title::after {
    content: none !important;
    display: none !important;
}

/* ---------- Swiper wrapper — single-slide viewport ----------
   The swiper itself clips horizontally so only ONE full card is visible
   at a time and the next/prev cards slide in from off-canvas. Nav arrows
   sit OUTSIDE the clipped viewport on the parent .content container. */
html body section.h_19 > .content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto !important;
    padding: 0 70px !important;
    background: transparent !important;
}
html body section.h_19 .swiper.mySwiper {
    position: relative;
    overflow: hidden !important;
    padding: 48px 0 46px !important;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
html body section.h_19 .swiper-wrapper {
    align-items: stretch;
    display: flex !important;
}
html body section.h_19 .swiper-slide {
    height: auto !important;
    display: flex !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 !important;
}

/* ---------- Testimonial card ---------- */
html body section.h_19 .sw_content {
    position: relative;
    background:
        linear-gradient(160deg, rgba(25, 18, 4, 0.94), rgba(10, 6, 0, 0.97) 55%, rgba(6, 4, 0, 0.97)) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 40%, #a16207 80%, #78350f 100%) border-box !important;
    background-color: transparent !important;
    border: 1.5px solid transparent !important;
    border-radius: 22px !important;
    padding: 52px 44px 40px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    color: #e6d6b0 !important;
    text-align: center !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16px !important;
    box-shadow:
        0 28px 56px rgba(0, 0, 0, 0.65),
        inset 0 1px 0 rgba(234, 179, 8, 0.25),
        0 0 44px rgba(234, 179, 8, 0.18);
    overflow: visible;
    isolation: isolate;
}
/* Gold medallion with opening quote at the top of each testimonial card */
html body section.h_19 .sw_content::before {
    content: "\201C" !important;
    position: absolute !important;
    top: -34px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 66px !important;
    height: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.95), rgba(8, 5, 0, 0.98)) padding-box,
        linear-gradient(135deg, #fff4c4, #fbbf24 50%, #a16207) border-box !important;
    background-color: transparent !important;
    border: 2px solid transparent !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 54px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1 !important;
    color: #fbbf24 !important;
    -webkit-text-fill-color: #fbbf24 !important;
    text-shadow: 0 0 14px rgba(234, 179, 8, 0.7);
    padding: 0 0 18px 0 !important;
    box-sizing: border-box;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.55),
        0 0 24px rgba(234, 179, 8, 0.6),
        inset 0 1px 0 rgba(255, 240, 180, 0.4);
    z-index: 3;
    pointer-events: none;
    opacity: 1 !important;
    overflow: hidden;
}

/* Hide the old pink quote graphic image */
html body section.h_19 .sw_content img,
html body section.h_19 .sw_content img.img-sec {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

html body section.h_19 .sw_content p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 16.5px !important;
    line-height: 1.9 !important;
    font-style: italic !important;
    color: #e6d6b0 !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    text-align: center !important;
    letter-spacing: 0.2px !important;
    background: none !important;
    max-width: 620px;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Attribution — "— Rahul" etc */
html body section.h_19 .sw_content strong {
    display: inline-block;
    position: relative;
    padding-top: 16px;
    margin-top: 4px;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: #fcd34d !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 50%, #fde68a 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 16px rgba(234, 179, 8, 0.3);
}
html body section.h_19 .sw_content strong::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fbbf24, transparent);
    box-shadow: 0 0 8px rgba(234, 179, 8, 0.6);
}

/* ---------- Navigation arrows (sit on .content, outside the clipped swiper) ---------- */
html body section.h_19 > .content > .mySwiper ~ .swiper-button-next,
html body section.h_19 > .content > .mySwiper ~ .swiper-button-prev,
html body section.h_19 .swiper-button-next,
html body section.h_19 .swiper-button-prev {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.94), rgba(8, 5, 0, 0.96)) padding-box,
        linear-gradient(135deg, #fbbf24, #78350f) border-box !important;
    background-image:
        linear-gradient(180deg, rgba(20, 14, 2, 0.94), rgba(8, 5, 0, 0.96)),
        linear-gradient(135deg, #fbbf24, #78350f) !important;
    background-origin: padding-box, border-box !important;
    background-clip: padding-box, border-box !important;
    border: 1.5px solid transparent !important;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.55),
        0 0 18px rgba(234, 179, 8, 0.35);
    margin-top: 0 !important;
    filter: none !important;
    color: #fcd34d !important;
    cursor: pointer;
    transition: transform .25s ease, background .35s ease, box-shadow .35s ease, color .25s ease;
    z-index: 5;
}
html body section.h_19 .swiper-button-prev { left: 10px !important; right: auto !important; }
html body section.h_19 .swiper-button-next { right: 10px !important; left: auto !important; }

html body section.h_19 .swiper-button-next::after,
html body section.h_19 .swiper-button-prev::after {
    font-family: inherit !important;
    content: "" !important;
    display: block !important;
    width: 11px;
    height: 11px;
    border-top: 2.5px solid currentColor;
    border-right: 2.5px solid currentColor;
    color: #fcd34d !important;
    opacity: 1 !important;
}
html body section.h_19 .swiper-button-next::after {
    transform: rotate(45deg) translate(-2px, 2px);
}
html body section.h_19 .swiper-button-prev::after {
    transform: rotate(-135deg) translate(-2px, 2px);
}

html body section.h_19 .swiper-button-next:hover,
html body section.h_19 .swiper-button-prev:hover {
    color: #0a0600 !important;
    background:
        linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%) padding-box,
        linear-gradient(135deg, #fff4c4, #fbbf24 50%, #a16207) border-box !important;
    background-image:
        linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%),
        linear-gradient(135deg, #fff4c4, #fbbf24 50%, #a16207) !important;
    box-shadow:
        0 14px 28px rgba(234, 179, 8, 0.55),
        0 0 30px rgba(234, 179, 8, 0.5) !important;
    transform: translateY(-50%) scale(1.05) !important;
}
html body section.h_19 .swiper-button-next:hover::after,
html body section.h_19 .swiper-button-prev:hover::after {
    border-color: #0a0600 !important;
    color: #0a0600 !important;
}

html body section.h_19 .swiper-button-disabled {
    opacity: 0.35 !important;
    cursor: not-allowed;
}

/* ---------- Pagination dots ---------- */
html body section.h_19 .swiper-pagination {
    position: relative !important;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 12px !important;
    bottom: auto !important;
    z-index: 2;
}
html body section.h_19 .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    background: rgba(234, 179, 8, 0.3) !important;
    opacity: 1 !important;
    border: 1px solid rgba(234, 179, 8, 0.5);
    margin: 0 !important;
    transition: all .3s ease;
}
html body section.h_19 .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #fde68a, #fbbf24 50%, #a16207) !important;
    border-color: rgba(255, 240, 180, 0.9);
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.7);
    width: 24px !important;
    border-radius: 9px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    html body section.h_19 { padding: 60px 18px 80px !important; }
    html body section.h_19 > .title h3,
    html body section.h_19 > .title h3.faq-title { font-size: 30px !important; line-height: 1.2 !important; }
    html body section.h_19 > .title::before { font-size: 11px; letter-spacing: 4px; margin-bottom: 14px; }
    html body section.h_19 > .title::after { width: 140px; margin-top: 16px; }
    html body section.h_19 > .content { padding: 0 50px !important; }
    html body section.h_19 .swiper.mySwiper { padding: 42px 0 42px !important; }
    html body section.h_19 .sw_content {
        padding: 46px 30px 32px !important;
        border-radius: 18px !important;
    }
    html body section.h_19 .sw_content::before {
        width: 58px !important;
        height: 58px !important;
        top: -29px !important;
        font-size: 46px !important;
    }
    html body section.h_19 .sw_content p { font-size: 15px !important; line-height: 1.85 !important; }
    html body section.h_19 .sw_content strong { font-size: 13px !important; letter-spacing: 2px !important; }
    html body section.h_19 .swiper-button-next,
    html body section.h_19 .swiper-button-prev {
        width: 44px !important;
        height: 44px !important;
    }
    html body section.h_19 .swiper-button-next::after,
    html body section.h_19 .swiper-button-prev::after {
        width: 9px;
        height: 9px;
        border-width: 2px;
    }
    html body section.h_19 .swiper-button-prev { left: 0 !important; }
    html body section.h_19 .swiper-button-next { right: 0 !important; }
}

@media (max-width: 480px) {
    html body section.h_19 { padding: 48px 14px 64px !important; }
    html body section.h_19 > .title h3,
    html body section.h_19 > .title h3.faq-title { font-size: 23px !important; }
    html body section.h_19 > .title::after { width: 110px; margin-top: 12px; }
    html body section.h_19 > .content { padding: 0 44px !important; }
    html body section.h_19 .swiper.mySwiper { padding: 36px 0 38px !important; }
    html body section.h_19 .sw_content {
        padding: 40px 22px 28px !important;
        border-radius: 16px !important;
    }
    html body section.h_19 .sw_content::before {
        width: 50px !important;
        height: 50px !important;
        top: -25px !important;
        font-size: 38px !important;
    }
    html body section.h_19 .sw_content p { font-size: 14.5px !important; line-height: 1.8 !important; margin-bottom: 18px !important; }
    html body section.h_19 .sw_content strong { font-size: 12.5px !important; letter-spacing: 1.8px !important; padding-top: 14px; }
    html body section.h_19 .sw_content strong::before { width: 50px; }
    html body section.h_19 .swiper-button-next,
    html body section.h_19 .swiper-button-prev {
        width: 38px !important;
        height: 38px !important;
    }
    html body section.h_19 .swiper-button-next::after,
    html body section.h_19 .swiper-button-prev::after {
        width: 8px;
        height: 8px;
    }
    html body section.h_19 .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
    }
    html body section.h_19 .swiper-pagination-bullet-active {
        width: 20px !important;
    }
}

/* Force testimonial arrows visible on small phones (overrides
   the inline `.swiper-button-prev/next { display:none }` rule that
   lives inside the page's @media (max-width:425px) block). */
@media (max-width: 425px) {
    html body section.h_19 .swiper-button-next,
    html body section.h_19 .swiper-button-prev {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
    }
    html body section.h_19 .swiper-button-prev { left: 4px !important; }
    html body section.h_19 .swiper-button-next { right: 4px !important; }
    html body section.h_19 > .content { padding: 0 46px !important; }
}

/* =====================================================================
   IMP-CARD — "Mumbai Escorts Services" 4-card grid (trust badges)
   Dark stage, gold italic title, 4 premium dark-glass cards with gold
   gradient borders. Each card features its own service icon PNG
   centered on a dark disk with amber halo. Hover lifts + glows.
   ===================================================================== */

html body .imp-card {
    position: relative !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 70px 24px 90px !important;
    margin: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22) !important;
    overflow: hidden !important;
    z-index: 1;
    isolation: isolate;
}
html body .imp-card::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 820px;
    height: 360px;
    background: radial-gradient(ellipse at 50% 50%, rgba(252, 211, 77, 0.15), transparent 70%);
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

/* ---------- Title ---------- */
html body .imp-card > h2.heading-f-title {
    position: relative;
    z-index: 2;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.4px !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 42px rgba(252, 211, 77, 0.22);
    text-align: center !important;
    margin: 0 auto 12px !important;
    padding: 0 !important;
    display: block;
}
html body .imp-card > h2.heading-f-title::before {
    content: "— Why Choose Us —";
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fbbf24;
    text-shadow: 0 0 12px rgba(234, 179, 8, 0.55);
    margin-bottom: 18px;
    opacity: 0.95;
    background: none !important;
    -webkit-text-fill-color: #fbbf24 !important;
}
html body .imp-card > h2.heading-f-title::after {
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    margin: 20px auto 0;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 3px, transparent 3.5px) center / 9px 9px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 12%, #fbbf24 50%, #78350f 88%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
    -webkit-text-fill-color: initial;
}

/* ---------- Card grid ---------- */
html body .imp-card > .container-img {
    position: relative !important;
    z-index: 2;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 22px !important;
    grid-gap: 22px !important;
    max-width: 1200px !important;
    margin: 44px auto 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/* ---------- Individual card ---------- */
html body .imp-card > .container-img > a {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
html body .imp-card .card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 34px 22px 28px !important;
    margin: 0 !important;
    border-radius: 18px !important;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.92), rgba(8, 5, 0, 0.96)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.65), rgba(120, 53, 15, 0.65)) border-box !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(234, 179, 8, 0.2),
        0 0 26px rgba(234, 179, 8, 0.12);
    text-align: center;
    transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
    overflow: visible;
    min-height: 200px;
}
html body .imp-card > .container-img > a:hover .card {
    transform: translateY(-6px);
    box-shadow:
        0 30px 56px rgba(0, 0, 0, 0.65),
        inset 0 1px 0 rgba(252, 211, 77, 0.35),
        0 0 46px rgba(234, 179, 8, 0.38);
}

/* Icon image — centered on a dark disk with amber halo */
html body .imp-card .card img {
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
    object-fit: contain !important;
    padding: 10px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle at 50% 45%,
        rgba(252, 211, 77, 0.22) 0%,
        rgba(234, 179, 8, 0.12) 30%,
        transparent 70%) !important;
    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.4),
        0 0 26px rgba(234, 179, 8, 0.3);
    transition: transform .5s cubic-bezier(.2,.8,.2,1);
    margin: 0 !important;
    display: block !important;
}
html body .imp-card > .container-img > a:hover .card img {
    transform: scale(1.06) rotate(-2deg);
}

/* Card title */
html body .imp-card .card h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    line-height: 1.25 !important;
    letter-spacing: 0.5px !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    text-transform: none !important;
    text-shadow: 0 0 22px rgba(252, 211, 77, 0.25);
}
/* Small gold flourish under the title */
html body .imp-card .card h3::after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    margin: 8px auto 0;
    background: linear-gradient(90deg, transparent, #fbbf24, transparent);
    box-shadow: 0 0 6px rgba(234, 179, 8, 0.55);
    transition: width .35s ease;
}
html body .imp-card > .container-img > a:hover .card h3::after {
    width: 60px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    html body .imp-card > .container-img {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 18px !important;
        grid-gap: 18px !important;
    }
    html body .imp-card > h2.heading-f-title { font-size: 34px !important; }
    html body .imp-card .card { padding: 30px 18px 26px !important; min-height: 190px; }
    html body .imp-card .card img { width: 76px !important; height: 76px !important; max-width: 76px !important; }
}

@media (max-width: 820px) {
    html body .imp-card { padding: 56px 18px 70px !important; }
    html body .imp-card > .container-img {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
        grid-gap: 16px !important;
        max-width: 640px !important;
    }
    html body .imp-card > h2.heading-f-title { font-size: 28px !important; line-height: 1.2 !important; }
    html body .imp-card > h2.heading-f-title::before { font-size: 11px; letter-spacing: 4px; margin-bottom: 14px; }
    html body .imp-card > h2.heading-f-title::after { width: 130px; margin-top: 16px; }
    html body .imp-card .card { padding: 28px 18px 24px !important; min-height: 0; }
    html body .imp-card .card img { width: 72px !important; height: 72px !important; max-width: 72px !important; }
    html body .imp-card .card h3 { font-size: 15.5px !important; }
}

@media (max-width: 420px) {
    html body .imp-card { padding: 46px 14px 60px !important; }
    html body .imp-card > .container-img {
        gap: 12px !important;
        grid-gap: 12px !important;
    }
    html body .imp-card > h2.heading-f-title { font-size: 22px !important; }
    html body .imp-card > h2.heading-f-title::before { font-size: 10px; letter-spacing: 3px; }
    html body .imp-card > h2.heading-f-title::after { width: 100px; margin-top: 12px; }
    html body .imp-card .card {
        padding: 24px 14px 20px !important;
        border-radius: 16px !important;
        gap: 12px;
    }
    html body .imp-card .card img { width: 64px !important; height: 64px !important; max-width: 64px !important; padding: 8px !important; }
    html body .imp-card .card h3 { font-size: 14.5px !important; }
}

/* =====================================================================
   REVIEW-SEC — "TOP MODELS REVIEWS" testimonial cards
   Each article is a two-column card: left = model photo with name plate,
   right = meta (date, duration) + reviewer quote. Premium dark-glass
   with gold gradient borders, amber halo, responsive stacking.
   Used on service / category pages.
   ===================================================================== */

html body section.review-sec {
    position: relative !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 80px 24px 90px !important;
    margin: 0 !important;
    border: none !important;
    border-top: 1px solid rgba(234, 179, 8, 0.22) !important;
    border-bottom: 1px solid rgba(234, 179, 8, 0.18) !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    z-index: 1;
    isolation: isolate;
}
html body section.review-sec::before {
    content: "";
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: 820px;
    height: 380px;
    background: radial-gradient(ellipse at 50% 50%, rgba(252, 211, 77, 0.16), transparent 70%);
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

html body section.review-sec .featured-section-content {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
}

/* ---------- Title ---------- */
html body section.review-sec .main-heading,
html body section.review-sec h2.main-heading {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 1.15 !important;
    letter-spacing: 0.4px !important;
    color: #fde68a !important;
    background: linear-gradient(135deg, #fff4c4 0%, #fde68a 30%, #fbbf24 70%, #a16207 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 0 44px rgba(252, 211, 77, 0.22);
    text-align: center !important;
    margin: 0 auto 16px !important;
    padding: 0 !important;
    display: block;
    max-width: 100%;
}
html body section.review-sec .main-heading::before {
    content: "— Verified Experiences —";
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fbbf24;
    text-shadow: 0 0 12px rgba(234, 179, 8, 0.55);
    margin-bottom: 18px;
    opacity: 0.95;
    background: none !important;
    -webkit-text-fill-color: #fbbf24 !important;
}
html body section.review-sec .main-heading::after {
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    margin: 22px auto 44px;
    background:
        radial-gradient(circle at 50% 50%, #fbbf24 0, #fbbf24 3px, transparent 3.5px) center / 9px 9px no-repeat,
        linear-gradient(90deg, transparent 0%, #78350f 12%, #fbbf24 50%, #78350f 88%, transparent 100%) center / 100% 1px no-repeat;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
    -webkit-text-fill-color: initial;
}

/* ---------- Review article (individual testimonial card) ---------- */
html body section.review-sec .latest-reviews-article {
    position: relative;
    display: block;
    margin: 0 auto 24px !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    max-width: 980px;
}
html body section.review-sec .latest-reviews-article:last-of-type { margin-bottom: 0 !important; }
html body section.review-sec .latest-reviews-article > hr {
    display: none !important;
}

html body section.review-sec .latest-reviews-article > .row {
    position: relative;
    display: grid !important;
    grid-template-columns: 220px 1fr;
    gap: 28px;
    padding: 24px !important;
    margin: 0 !important;
    background:
        linear-gradient(160deg, rgba(25, 18, 4, 0.92), rgba(10, 6, 0, 0.95) 55%, rgba(6, 4, 0, 0.97)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.65), rgba(120, 53, 15, 0.65)) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 18px !important;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(234, 179, 8, 0.2),
        0 0 30px rgba(234, 179, 8, 0.1);
    transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
    align-items: stretch;
    overflow: hidden;
}
html body section.review-sec .latest-reviews-article:hover > .row {
    transform: translateY(-4px);
    box-shadow:
        0 30px 56px rgba(0, 0, 0, 0.65),
        inset 0 1px 0 rgba(252, 211, 77, 0.35),
        0 0 48px rgba(234, 179, 8, 0.35);
}

/* ---------- Model photo (left) ---------- */
html body section.review-sec .latest-reviews-article .model {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
}
html body section.review-sec .latest-reviews-article .model > a {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    width: 100%;
    background:
        linear-gradient(#050300, #050300) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 40%, #78350f 100%) border-box;
    border: 2px solid transparent;
    box-shadow:
        0 12px 26px rgba(0, 0, 0, 0.55),
        0 0 24px rgba(234, 179, 8, 0.18);
    text-decoration: none !important;
    color: inherit !important;
}
html body section.review-sec .latest-reviews-article .model > a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        transparent 0%,
        transparent 55%,
        rgba(8, 5, 0, 0.55) 80%,
        rgba(8, 5, 0, 0.95) 100%);
    z-index: 2;
    pointer-events: none;
}
html body section.review-sec .latest-reviews-article .model img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
html body section.review-sec .latest-reviews-article:hover .model img {
    transform: scale(1.06);
}
html body section.review-sec .latest-reviews-article .model .p-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 3;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #fde68a !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 0 18px rgba(234, 179, 8, 0.4);
    padding: 0 10px;
    line-height: 1.15;
}

/* ---------- Details side (right) ---------- */
html body section.review-sec .latest-reviews-article .details {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 6px 8px 4px !important;
    margin: 0 !important;
    min-width: 0;
    text-align: left;
}

/* Date + Duration row */
html body section.review-sec .latest-reviews-article .date,
html body section.review-sec .latest-reviews-article .duration {
    display: inline-flex !important;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
}
html body section.review-sec .latest-reviews-article .date {
    margin-right: 18px !important;
}
html body section.review-sec .latest-reviews-article .date > span,
html body section.review-sec .latest-reviews-article .duration > span {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-style: italic;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fbbf24 !important;
    opacity: 0.85;
    line-height: 1;
}
/* Wrap date + duration into a flex row: use the details's first flex line */
html body section.review-sec .latest-reviews-article .details > .date + .duration {
    display: inline-flex !important;
}
html body section.review-sec .latest-reviews-article .details {
    padding-top: 6px !important;
}
/* Group date & duration horizontally */
html body section.review-sec .latest-reviews-article .details::before {
    /* spacing reserve */
    content: "";
    display: block;
    height: 0;
}
html body section.review-sec .latest-reviews-article .date img.cal-t,
html body section.review-sec .latest-reviews-article .duration img.cal-t {
    width: 14px !important;
    height: 14px !important;
    filter: brightness(0) saturate(100%) invert(82%) sepia(63%) saturate(549%) hue-rotate(2deg) brightness(104%) contrast(94%);
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0.95;
}

/* Meta wrapper — visual date row */
html body section.review-sec .latest-reviews-article .date,
html body section.review-sec .latest-reviews-article .duration {
    background: none;
}

/* Make date and duration appear side-by-side via flex — wrap them */
html body section.review-sec .latest-reviews-article .details .date,
html body section.review-sec .latest-reviews-article .details .duration {
    display: inline-flex !important;
    flex: 0 0 auto;
}

/* Review content block */
html body section.review-sec .latest-reviews-article .content1 {
    position: relative;
    padding: 14px 0 0 !important;
    margin: 0 !important;
    border-top: 1px solid rgba(234, 179, 8, 0.2);
}
html body section.review-sec .latest-reviews-article .content1::before {
    content: "\201C";
    position: absolute;
    top: 4px;
    left: -4px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    color: #fbbf24;
    opacity: 0.4;
    pointer-events: none;
}
html body section.review-sec .latest-reviews-article .r-name-s {
    display: block !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    color: #fcd34d !important;
    background: linear-gradient(90deg, #fde68a, #fbbf24) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0 0 8px !important;
    padding-left: 28px;
    text-shadow: 0 0 14px rgba(234, 179, 8, 0.3);
}
html body section.review-sec .latest-reviews-article .content1 p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-style: italic !important;
    color: #e6d6b0 !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0.2px !important;
    text-align: left !important;
    background: none !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
    html body section.review-sec { padding: 60px 18px 72px !important; }
    html body section.review-sec .main-heading,
    html body section.review-sec h2.main-heading { font-size: 30px !important; }
    html body section.review-sec .main-heading::before { font-size: 11px; letter-spacing: 4px; margin-bottom: 14px; }
    html body section.review-sec .main-heading::after { width: 140px; margin: 18px auto 36px; }
    html body section.review-sec .latest-reviews-article > .row {
        grid-template-columns: 160px 1fr;
        gap: 20px;
        padding: 18px !important;
    }
    html body section.review-sec .latest-reviews-article .model .p-name { font-size: 15px !important; }
    html body section.review-sec .latest-reviews-article .content1 p { font-size: 14px !important; line-height: 1.75 !important; }
    html body section.review-sec .latest-reviews-article .r-name-s { font-size: 12px !important; letter-spacing: 2px !important; }
}

@media (max-width: 540px) {
    html body section.review-sec { padding: 50px 14px 60px !important; }
    html body section.review-sec .main-heading,
    html body section.review-sec h2.main-heading { font-size: 24px !important; }
    html body section.review-sec .latest-reviews-article {
        margin-bottom: 20px !important;
    }
    html body section.review-sec .latest-reviews-article > .row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px !important;
        border-radius: 16px !important;
    }
    html body section.review-sec .latest-reviews-article .model > a {
        aspect-ratio: 16 / 10;
        max-width: 100%;
    }
    html body section.review-sec .latest-reviews-article .model .p-name {
        font-size: 16px !important;
        bottom: 12px;
    }
    html body section.review-sec .latest-reviews-article .details {
        padding: 0 !important;
    }
    html body section.review-sec .latest-reviews-article .content1 {
        padding-top: 10px !important;
    }
    html body section.review-sec .latest-reviews-article .content1::before { font-size: 34px; top: 2px; }
    html body section.review-sec .latest-reviews-article .r-name-s { padding-left: 24px; }
    html body section.review-sec .latest-reviews-article .date > span,
    html body section.review-sec .latest-reviews-article .duration > span { font-size: 11px !important; letter-spacing: 1.2px; }
}
