/*
   PRAMUKH ABC public-site design layer
   Brand palette only: Indigo #292C5C + Azure #0A72C6 / #168CD1
*/
:root {
    --abc-indigo: #292c5c;
    --abc-indigo-dark: #17193f;
    --abc-indigo-soft: #44477d;
    --abc-blue: #0a72c6;
    --abc-azure: #168cd1;
    --abc-blue-dark: #07599d;
    --abc-blue-pale: #edf7fe;
    --abc-indigo-pale: #f1f2fa;
    --abc-paper: #fbfcff;
    --abc-line: rgba(41, 44, 92, .12);
    --abc-muted: #69718e;
    --abc-shadow: 0 20px 55px rgba(41, 44, 92, .12);
}

html { scroll-behavior: smooth; }
body {
    background: var(--abc-paper);
    color: var(--abc-indigo);
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
}
::selection { background: var(--abc-blue); color: #fff; }
h1, h2, h3, h4, h5, h6,
.section-title, .area-section-title, .about-title, .contact-title, .blogs-title {
    color: var(--abc-indigo);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -.035em;
}
a { text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* Header */
.custom-header {
    padding: 16px 0;
    background: rgba(251, 252, 255, .92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid transparent;
}
.custom-header.sticky {
    padding: 9px 0;
    border-bottom-color: var(--abc-line);
    box-shadow: 0 10px 28px rgba(41, 44, 92, .06);
}
.header-inner,
.custom-header.sticky .header-inner {
    width: min(1260px, 93%);
    min-height: 68px;
    padding: 7px 11px 7px 25px;
    border: 1px solid var(--abc-line);
    border-radius: 7px;
    background: rgba(255, 255, 255, .82);
    box-shadow: none;
}
.header-logo img { height: 58px; }
.menu-left, .menu-right { gap: clamp(16px, 2vw, 30px); }
.menu-left a, .menu-right a {
    color: var(--abc-indigo);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .105em;
}
.menu-left a:hover, .menu-right a:hover { color: var(--abc-blue); }
.menu-left a.active::after, .menu-right a.active::after {
    width: 100%;
    height: 2px;
    bottom: -10px;
    background: linear-gradient(90deg, var(--abc-indigo), var(--abc-azure));
}
.rotation-btn {
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue)) !important;
    border-radius: 4px;
    box-shadow: 0 8px 18px rgba(10, 114, 198, .2);
    color: #fff !important;
    padding: 10px 16px !important;
}
.rotation-btn:hover {
    background: linear-gradient(135deg, var(--abc-blue), var(--abc-azure)) !important;
    box-shadow: 0 12px 22px rgba(10, 114, 198, .28);
    transform: translateY(-2px);
}
.mobile-menu-btn { color: var(--abc-indigo); }
.mobile-sidebar { background: var(--abc-indigo-dark); color: #fff; }
.mobile-menu li a, .sidebar-close-btn { color: #fff; }
.mobile-menu li a:hover { color: #8fd2ff; }
.sidebar-cta a { background: linear-gradient(135deg, var(--abc-blue), var(--abc-azure)); border-radius: 4px; }

/* Shared hierarchy and controls */
.section-eyebrow {
    color: var(--abc-blue) !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
}
.section-title, .area-section-title {
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 1.18;
    margin-bottom: 13px;
}
.section-sub, .area-section-sub, .section-head p { color: var(--abc-muted); font-size: 14px; }
.property-container, .about-container, .why-container, .contact-section, .faq-page, .blogs-wrapper { width: min(1260px, 92%); }
.property-container { margin: 92px auto; }
.property-menu, .area-menu { gap: 9px; }
.property-menu button, .area-menu button,
.gallery-filter button, .tab-btn {
    background: #fff;
    border: 1px solid var(--abc-line);
    border-radius: 4px;
    color: var(--abc-indigo);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .07em;
    padding: 9px 16px;
}
.property-menu button.active, .area-menu button.active,
.gallery-filter button.active, .tab-btn.active {
    background: var(--abc-indigo);
    border-color: var(--abc-indigo);
    color: #fff;
}
.about-btn, .send-btn, .btn-brochure,
.hero-download button, .mobile-filter-btn {
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue)) !important;
    border: 0;
    border-radius: 4px !important;
    box-shadow: 0 8px 18px rgba(10, 114, 198, .18);
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.about-btn:hover, .send-btn:hover, .btn-brochure:hover,
.hero-download button:hover, .mobile-filter-btn:hover {
    background: linear-gradient(135deg, var(--abc-blue), var(--abc-azure)) !important;
    transform: translateY(-2px);
}

/* Homepage hero */
.hero-container { width: min(1440px, 96%); margin: 10px auto 0; }
.hero-img {
    height: min(70vh, 670px);
    min-height: 460px;
    background: var(--abc-indigo);
    border: 0;
    border-radius: 8px;
}
.hero-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23, 25, 63, .44), rgba(41, 44, 92, .17) 52%, rgba(10, 114, 198, .03));
    pointer-events: none;
}
.hero-bg { filter: saturate(.88) contrast(1.05); }
.hero-copy {
    z-index: 1;
    left: clamp(25px, 7vw, 104px);
    bottom: clamp(32px, 7vw, 90px);
    max-width: 550px;
    padding: clamp(21px, 3vw, 32px);
    background: rgba(23, 25, 63, .90);
    border-left: 4px solid var(--abc-azure);
    box-shadow: 0 20px 45px rgba(23, 25, 63, .24);
}
.hero-copy::before {
    content: 'PRAMUKH ABC  /  THE RISING GROUP';
    display: block;
    color: #9bdcff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .21em;
    margin-bottom: 15px;
}
.hero-copy h1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.25rem, 4.2vw, 4rem);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: 1.04;
}
.hero-copy p { color: rgba(255,255,255,.87); font-size: 15px; max-width: 390px; }

/* Live 360° experience on the homepage. */
.hero-tour-container {
    background: var(--abc-indigo-dark);
    border: 1px solid var(--abc-line);
    border-radius: 8px;
    box-shadow: var(--abc-shadow);
    height: min(70vh, 670px);
    min-height: 460px;
    overflow: hidden;
    position: relative;
}
.hero-tour-frame {
    background: var(--abc-indigo-dark);
    border: 0;
    display: block;
    height: 100%;
    max-width: none;
    width: 100%;
}
.hero-tour-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.hero-tour-loader {
    align-items: center;
    background:
        radial-gradient(circle at 50% 45%, rgba(32, 163, 231, .26), transparent 34%),
        linear-gradient(135deg, var(--abc-indigo-dark), var(--abc-indigo) 58%, var(--abc-blue-dark));
    color: rgba(255, 255, 255, .88);
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    gap: 14px;
    inset: 0;
    justify-content: center;
    letter-spacing: .08em;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    transition: opacity .45s ease, visibility .45s ease;
    z-index: 1;
}
.hero-tour-loader-mark {
    align-items: center;
    border: 1px solid rgba(153, 222, 255, .65);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    font-weight: 600;
    height: 76px;
    justify-content: center;
    letter-spacing: -.05em;
    position: relative;
    width: 76px;
}
.hero-tour-loader-mark::after {
    border: 2px solid transparent;
    border-radius: 50%;
    border-right-color: var(--abc-azure);
    border-top-color: var(--abc-azure);
    content: '';
    inset: -7px;
    position: absolute;
    animation: abc-tour-spin 1.15s linear infinite;
}
.hero-tour-container.is-tour-loaded .hero-tour-loader {
    opacity: 0;
    visibility: hidden;
}
@keyframes abc-tour-spin {
    to { transform: rotate(360deg); }
}

/* Cards and project grids */
.property-card { background: transparent; border-radius: 0; box-shadow: none; overflow: visible; }
.card-box, #propertyList .property-card {
    background: #fff;
    border: 1px solid var(--abc-line);
    border-radius: 7px;
    box-shadow: 0 3px 0 rgba(41, 44, 92, .04);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card-box:hover, #propertyList .property-card:hover {
    border-color: rgba(10, 114, 198, .35);
    box-shadow: var(--abc-shadow);
    transform: translateY(-6px);
}
.property-image, .property-container .property-image { height: 238px; }
.property-image img, .property-card img { transition: transform .55s ease; }
.card-box:hover .property-image img, #propertyList .property-card:hover .property-image img { transform: scale(1.06); }
.card-body, .property-body, .property-container .property-body { padding: 21px; }
.card-body h5, .property-title {
    color: var(--abc-indigo);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.025em;
    margin-bottom: 9px;
}
.location, .meta, .property-location, .property-meta, .property-status { color: var(--abc-muted); font-size: 12px; }
.more-info-btn, .property-card .more-info-btn, .area-btn {
    background: transparent;
    color: var(--abc-blue);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    padding: 0;
    text-transform: uppercase;
}
.more-info-btn::after, .area-btn::after { content: '  →'; }
.property-card:hover .more-info-btn { box-shadow: none; color: var(--abc-indigo); }
.property-badge {
    background: var(--abc-blue);
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    padding: 7px 10px;
    text-transform: uppercase;
}
.property-badge.sold { background: var(--abc-indigo-dark); color: #fff; }

/* Category rail + branded story panel */
.area-section {
    background: linear-gradient(135deg, var(--abc-indigo-pale), var(--abc-blue-pale));
    padding: 88px max(4%, calc((100% - 1260px) / 2));
}
.area-slider-wrapper {
    background: rgba(255,255,255,.68);
    border: 1px solid var(--abc-line);
    border-radius: 7px;
    padding: 26px 60px;
}
.area-card {
    background: #fff;
    border: 1px solid var(--abc-line);
    border-radius: 6px;
    box-shadow: none;
}
.area-card:hover { box-shadow: var(--abc-shadow); transform: translateY(-4px); }
.area-img-box { border-radius: 4px; }
.area-info h5 { color: var(--abc-indigo); font-size: 16px; font-weight: 600; }
.area-meta { color: var(--abc-muted); }
.slider-btn { border: 1px solid var(--abc-line); border-radius: 50%; color: var(--abc-indigo); box-shadow: 0 5px 13px rgba(41,44,92,.09); }
.about-container, .why-container {
    background: linear-gradient(135deg, var(--abc-indigo-dark), var(--abc-indigo) 60%, var(--abc-blue-dark));
    border-radius: 8px;
    color: rgba(255,255,255,.78);
    padding: clamp(30px, 5vw, 68px);
}
.about-container h1, .about-container h2, .about-container h3, .about-container h4, .about-container h5,
.why-container h1, .why-container h2, .why-container h3, .why-container h4, .why-container h5 { color: #fff; }
.about-container .section-eyebrow, .why-container .section-eyebrow { color: #8bd5ff !important; }
.about-desc, .why-container .section-desc, .why-container p { color: rgba(255,255,255,.74); }
.about-stats { border-block: 1px solid rgba(255,255,255,.19); gap: 28px; padding: 14px 0; }
.about-stats div strong { color: #8bd5ff; font-family: 'Poppins', sans-serif; font-size: 25px; font-weight: 600; }
.about-stats div span { color: rgba(255,255,255,.62); }
.two-image-wrapper .img-main, .two-image-wrapper .img-small { border-radius: 6px; }
.two-image-wrapper .img-small { border-color: var(--abc-indigo); }

/* Page heroes */
.hero-new, .hero-small {
    align-items: center;
    background:
        radial-gradient(circle at 12% 120%, rgba(22,140,209,.55) 0 13%, transparent 13.2%),
        radial-gradient(circle at 90% -25%, rgba(22,140,209,.36) 0 24%, transparent 24.2%),
        linear-gradient(120deg, var(--abc-indigo-dark), var(--abc-indigo) 55%, var(--abc-blue-dark)) !important;
    isolation: isolate;
    min-height: 410px;
    overflow: hidden;
    position: relative;
}
.hero-new::before, .hero-small::before {
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    content: '';
    height: min(48vw, 680px);
    position: absolute;
    right: -12vw;
    top: -33vw;
    width: min(48vw, 680px);
}
.hero-new::after, .hero-small::after {
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    content: '';
    height: min(28vw, 390px);
    left: -9vw;
    position: absolute;
    top: 55%;
    width: min(28vw, 390px);
}
.hero-new-content, .hero-small > div { position: relative; z-index: 1; }
.hero-new-content h1, .hero-small h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 600; }
.hero-new-content p, .hero-small p { color: rgba(255,255,255,.82); }
.glass-info-card {
    background: var(--abc-indigo);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 7px;
    box-shadow: 0 18px 40px rgba(23,25,63,.25);
    color: #fff;
}

/* About, video, reviews */
.about-flex { width: min(1160px, 90%); gap: clamp(30px, 5vw, 74px); margin: 90px auto; }
.about-flex img { border: 8px solid var(--abc-blue-pale); border-radius: 7px; box-shadow: var(--abc-shadow); }
.about-text h2, .section-head h2 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; }
.about-text p { color: var(--abc-muted); }
.intro-video-section { background: var(--abc-indigo-pale); padding: 90px 20px; }
.intro-video-card {
    background: #fff;
    border: 1px solid var(--abc-line);
    border-radius: 8px;
    box-shadow: var(--abc-shadow);
}
.video-wrapper { border-radius: 5px; }
.video-content h3 { color: var(--abc-indigo); font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 600; }
.video-content p, .video-content li { color: var(--abc-muted); }
.video-content li::marker { color: var(--abc-blue); }
.new-section, .review-section { width: min(1260px, 92%); margin: 90px auto; }
.spec-item, .review-card, .t-box, .team-card {
    background: #fff;
    border: 1px solid var(--abc-line);
    border-radius: 7px;
    box-shadow: 0 7px 24px rgba(41,44,92,.06);
}
.spec-item:hover { border-color: rgba(10,114,198,.35); box-shadow: var(--abc-shadow); }
.spec-item i { color: var(--abc-blue); }
.review-card { border-top: 3px solid var(--abc-blue); }

/* Listings and property details */
.page-title-box { width: min(1260px, 92%); margin: 68px auto 30px; }
.page-title-box h1 { color: var(--abc-indigo); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 600; }
.filter-box {
    background: #fff;
    border: 1px solid var(--abc-line);
    border-radius: 7px;
    box-shadow: 0 12px 32px rgba(41,44,92,.08);
}
.form-select, .form-control { border-color: var(--abc-line); border-radius: 4px; color: var(--abc-indigo); }
.form-select:focus, .form-control:focus { border-color: var(--abc-blue); box-shadow: 0 0 0 3px rgba(10,114,198,.13); }
.property-page-wrap { max-width: 1500px; margin-top: 0; }
.top-nav, .fullwidth-tabs { border-color: var(--abc-line); background: rgba(255,255,255,.93); }
.page-wrap { max-width: 1260px; }
.breadcrumb-line, .hero-sub, .hero-price-sub { color: var(--abc-muted); }
.hero-title { color: var(--abc-indigo); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 600; }
.hero-badges span { background: var(--abc-blue-pale); border: 1px solid rgba(10,114,198,.14); border-radius: 3px; color: var(--abc-blue-dark); }
.hero-rating i { color: var(--abc-blue); }
.hero-price-box { background: linear-gradient(145deg, var(--abc-indigo), var(--abc-blue)); border-radius: 7px; color: #fff; box-shadow: 0 16px 35px rgba(41,44,92,.2); }
.hero-price-sub { color: rgba(255,255,255,.72); }
.hero-download .btn-brochure { background: #fff !important; color: var(--abc-indigo) !important; box-shadow: none; }
.gallery-main, .gallery-main img, .gallery-small img { border-radius: 7px; }
.facts-row .fact-card, .section-card, .enquiry-card, .map-card {
    border: 1px solid var(--abc-line);
    border-radius: 7px;
    box-shadow: 0 7px 24px rgba(41,44,92,.05);
}
.fact-label { color: var(--abc-muted); }
.fact-value, .section-card h3 { color: var(--abc-indigo); }

/* Contact, FAQs, blogs and gallery */
.contact-section { background: #fff; border: 1px solid var(--abc-line); border-radius: 8px; box-shadow: var(--abc-shadow); margin: 82px auto; }
.contact-title, .blogs-title { font-size: clamp(2.25rem, 4vw, 3.7rem); font-weight: 600; }
.contact-desc, .info-box p { color: var(--abc-muted); }
.info-box i { color: var(--abc-blue); }
.contact-form-box { background: linear-gradient(145deg, var(--abc-indigo-pale), var(--abc-blue-pale)); border: 1px solid rgba(10,114,198,.12); border-radius: 7px; }
.faq-page, .blogs-wrapper, .gallery-page { width: min(1160px, 92%); margin: 82px auto; }
.faq-item { background: #fff; border: 1px solid var(--abc-line); border-radius: 6px; box-shadow: none; }
.faq-question { color: var(--abc-indigo); font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; }
.faq-item.active { border-color: rgba(10,114,198,.45); box-shadow: 0 8px 22px rgba(10,114,198,.08); }
.faq-question i { color: var(--abc-blue); }
.blog-card { background: #fff; border: 1px solid var(--abc-line); border-radius: 7px; box-shadow: 0 7px 24px rgba(41,44,92,.06); }
.blog-card:hover { box-shadow: var(--abc-shadow); transform: translateY(-5px); }
.blog-card-body { padding: 24px; }
.blog-card h3, .blog-card h4 { color: var(--abc-indigo); }
.read-more { color: var(--abc-blue); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.gallery-title h2 { color: var(--abc-indigo); font-size: clamp(2rem, 4vw, 3.3rem); }
.gallery-sub { color: var(--abc-muted); }
.gallery-item { border-radius: 7px; overflow: hidden; }
.gallery-item::after { background: linear-gradient(135deg, rgba(41,44,92,.15), rgba(10,114,198,.28)); }
.gallery-item:hover img { transform: scale(1.06); }

/* Footer */
.main-footer {
    background: linear-gradient(120deg, var(--abc-indigo-dark), var(--abc-indigo) 65%, var(--abc-blue-dark));
    color: rgba(255,255,255,.72);
    margin-top: 85px;
    padding-top: 68px;
}
.footer-inner { width: min(1260px, 92%); }
.footer-col h4, .footer-col h5 { color: #fff; font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 600; }
.footer-col a, .footer-bottom a { color: rgba(255,255,255,.72); }
.footer-col a:hover, .footer-bottom a:hover { color: #9bdcff; }
.footer-social a { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22); color: #fff; }
.footer-social a:hover { background: var(--abc-azure); border-color: var(--abc-azure); color: #fff; }
.footer-bottom { border-top-color: rgba(255,255,255,.17); margin-top: 45px; }

@media (max-width: 992px) {
    .header-inner { width: 93%; }
    .hero-img { min-height: 500px; }
    .area-slider-wrapper { padding-inline: 46px; }
}
@media (max-width: 768px) {
    .custom-header { padding: 9px 0; }
    .header-inner { min-height: 58px; padding: 6px 13px; }
    .header-logo img { height: 47px; }
    .hero-container { width: 100%; margin: 0; }
    .hero-img { min-height: 510px; border-radius: 0; }
    .hero-tour-container { height: 480px; min-height: 480px; border-radius: 0; }
    .property-container, .new-section, .review-section { margin: 65px auto; }
    .area-section { padding: 65px 4%; }
    .area-slider-wrapper { padding: 18px; }
    .about-container, .why-container { padding: 30px 23px; }
    .about-stats { gap: 13px; }
    .about-stats div strong { font-size: 21px; }
    .about-flex { margin: 65px auto; }
    .contact-section { padding: 27px 22px; }
}

/* ========================================================================
   PAGE-BY-PAGE PREMIUM FINISH
   Distinct editorial surfaces for every public route.
========================================================================= */

/* Motion stays subtle and respects the visitor's accessibility preference. */
@keyframes abc-rise-in {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.page-title-box,
.blogs-wrapper,
.gallery-page,
.faq-page,
.single-blog-wrapper,
.contact-section,
.about-flex,
.new-section,
.review-section,
.property-page-wrap,
.legal-page {
    animation: abc-rise-in .55s ease both;
}

/* All-properties page */
.page-title-box {
    width: min(1260px, 92%);
    margin: 64px auto 28px;
    padding: 32px 0 28px;
    border-bottom: 1px solid var(--abc-line);
    position: relative;
}
.page-title-box::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 72px;
    height: 3px;
    background: linear-gradient(90deg, var(--abc-indigo), var(--abc-azure));
}
.page-title-box h1 { margin: 0 0 7px; letter-spacing: -.05em; }
.page-title-box .text-muted { color: var(--abc-muted) !important; }
.property-page-wrap { width: min(1480px, 94%); padding-bottom: 28px; }
.filter-box {
    border-top: 3px solid var(--abc-blue);
    padding: 24px 20px;
}
.filter-box h5 { color: var(--abc-indigo); font-size: 18px; }
.filter-box .form-label {
    color: var(--abc-indigo-soft);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.filter-box .btn-primary {
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue));
    border: 0;
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(10,114,198,.15);
}
.filter-box .btn-secondary {
    background: var(--abc-indigo-pale);
    border: 1px solid var(--abc-line);
    border-radius: 4px;
    color: var(--abc-indigo);
}
#propertyList > div { margin-bottom: 2px; }
#propertyList .property-card { display: block; height: 100%; text-decoration: none; }
#propertyList .property-image { height: 210px; }
#propertyList .property-body { padding: 20px; }
#propertyList .property-status {
    border-top: 1px solid var(--abc-line);
    font-size: 10px;
    letter-spacing: .06em;
    margin-top: 14px;
    padding-top: 12px;
    text-transform: uppercase;
}

/* Blog index */
.blogs-wrapper {
    max-width: 1260px;
    padding: 54px 0 26px;
    text-align: left;
}
.blogs-wrapper::before,
.gallery-title::before,
.faq-title::before {
    color: var(--abc-blue);
    content: 'PRAMUKH ABC JOURNAL';
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    margin-bottom: 10px;
}
.blogs-title { font-size: clamp(2.35rem, 4.3vw, 4.3rem); line-height: 1.05; margin: 0 0 14px; }
.blogs-subtitle { color: var(--abc-muted); font-size: 15px; max-width: 570px; }
.blog-grid { gap: 26px; margin-top: 42px; }
.blog-card { border-radius: 8px; display: flex; flex-direction: column; height: 100%; overflow: hidden; }
.blog-card > img { height: 218px; transition: transform .55s ease; }
.blog-card:hover > img { transform: scale(1.055); }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.blog-meta { color: var(--abc-blue); display: flex; flex-wrap: wrap; font-size: 10px; font-weight: 700; gap: 6px 14px; letter-spacing: .06em; text-transform: uppercase; }
.blog-card h3 { font-size: 20px; line-height: 1.35; margin: 14px 0 10px; }
.blog-card p { color: var(--abc-muted); font-size: 13px; line-height: 1.75; }
.blog-card .read-more { margin-top: auto; padding-top: 15px; }

/* Individual article */
.single-blog-wrapper {
    max-width: 1260px;
    align-items: start;
    gap: 32px;
    margin: 74px auto;
    padding: 0;
}
.single-blog-content {
    background: #fff;
    border: 1px solid var(--abc-line);
    border-radius: 8px;
    box-shadow: var(--abc-shadow);
    padding: clamp(22px, 4vw, 42px);
}
.single-blog-hero { aspect-ratio: 16 / 8; border-radius: 6px; margin-bottom: 25px; object-fit: cover; }
.single-blog-meta { color: var(--abc-blue); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.single-blog-title { color: var(--abc-indigo); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; letter-spacing: -.045em; }
.single-blog-text { color: var(--abc-indigo-soft); font-size: 15px; line-height: 1.9; }
.single-blog-text h2, .single-blog-text h3 { color: var(--abc-indigo); font-size: 24px; font-weight: 600; }
.single-blog-text a { color: var(--abc-blue); font-weight: 600; }
.single-blog-text blockquote {
    border-left: 3px solid var(--abc-blue);
    color: var(--abc-indigo);
    margin: 28px 0;
    padding: 7px 0 7px 20px;
}
.single-blog-sidebar { top: 112px; }
.sidebar-card { border: 1px solid var(--abc-line); border-radius: 8px; box-shadow: 0 10px 30px rgba(41,44,92,.07); }
.sidebar-card h4 { color: var(--abc-indigo); font-size: 18px; font-weight: 600; }
.recent-post { border-bottom-color: var(--abc-line); color: var(--abc-indigo); font-size: 13px; transition: color .2s ease, padding-left .2s ease; }
.recent-post:hover { color: var(--abc-blue); padding-left: 5px; }
.recent-post span, .blog-info { color: var(--abc-muted); }
.blog-info li { border-bottom: 1px solid var(--abc-line); padding: 8px 0; }

/* Gallery and FAQ */
.gallery-page, .faq-page { margin: 74px auto; }
.gallery-title, .faq-title { margin: 0 auto 33px; max-width: 700px; text-align: center; }
.gallery-title::before, .faq-title::before { display: none; }
.gallery-title h2, .faq-title h2 { color: var(--abc-indigo); font-size: clamp(2.15rem, 4vw, 3.6rem); font-weight: 600; letter-spacing: -.045em; }
.gallery-sub, .faq-sub { color: var(--abc-muted); font-size: 14px; }
.gallery-filter { margin: 0 0 34px; }
.gallery-grid { gap: 20px; }
.gallery-item { border: 1px solid var(--abc-line); border-radius: 8px; box-shadow: 0 7px 22px rgba(41,44,92,.06); }
.gallery-item img { border-radius: 7px; height: 280px; transition: transform .6s ease; }
.gallery-item:hover { box-shadow: var(--abc-shadow); }
.gallery-item::after { content: ''; inset: 0; opacity: 0; pointer-events: none; position: absolute; transition: opacity .3s ease; }
.gallery-item:hover::after { opacity: 1; }
.faq-accordion { gap: 12px; }
.faq-item { border-left: 3px solid transparent; padding: 0 23px; }
.faq-item:hover, .faq-item.active { border-left-color: var(--abc-blue); transform: none; }
.faq-question { padding: 20px 0; }
.faq-answer { color: var(--abc-muted); padding-right: 26px; }
.faq-item.active .faq-answer { padding-bottom: 20px; }

/* Contact page */
.contact-section { overflow: hidden; position: relative; }
.contact-section::before {
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue));
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.contact-title { line-height: 1.1; }
.info-box { border-left: 2px solid var(--abc-blue); padding: 4px 0 4px 20px; }
.info-box h5 { color: var(--abc-indigo); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.info-box p, .info-box a { color: var(--abc-muted); font-size: 14px; }
.contact-form-box { padding: clamp(25px, 4vw, 38px); }
.contact-form-box h4 { color: var(--abc-indigo); font-size: 21px; font-weight: 600; }
.contact-form-box .form-control { background: rgba(255,255,255,.83); }
.contact-consent { color: var(--abc-muted); font-size: 11px; }

/* Property detail page */
.top-nav { border-bottom: 1px solid var(--abc-line); }
.top-nav-inner { max-width: 1260px; }
.fullwidth-tabs { box-shadow: 0 9px 22px rgba(41,44,92,.05); }
.tabs-inner { max-width: 1260px; }
.tab-btn { transition: background .2s ease, color .2s ease, border-color .2s ease; }
.page-wrap { max-width: 1260px; }
.hero-head { border-bottom: 1px solid var(--abc-line); margin-bottom: 34px; padding: 30px 0 34px; }
.hero-badges span { font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.gallery-wrap { gap: 16px; }
.gallery-main { border: 1px solid var(--abc-line); box-shadow: var(--abc-shadow); }
.gallery-small img { border: 1px solid var(--abc-line); cursor: pointer; transition: transform .3s ease, border-color .3s ease; }
.gallery-small img:hover { border-color: var(--abc-blue); transform: translateY(-2px); }
.fact-card { border-top: 3px solid var(--abc-blue) !important; padding: 18px 16px; }
.section-card { border-radius: 8px; padding: clamp(22px, 3vw, 30px); }
.section-card h3 { border-bottom: 1px solid var(--abc-line); font-size: 21px; margin: 0 0 20px; padding-bottom: 13px; }
.project-highlight { background: var(--abc-blue-pale); border-color: rgba(10,114,198,.2); border-left: 3px solid var(--abc-blue); border-radius: 4px; color: var(--abc-indigo); }
.overview-grid { gap: 12px; }
.overview-item { background: var(--abc-indigo-pale); border: 1px solid var(--abc-line); border-radius: 5px; }
.overview-item .label { color: var(--abc-muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.overview-item .value { color: var(--abc-indigo); font-weight: 600; }
.enquiry-card { border-top: 3px solid var(--abc-blue); border-radius: 8px; }
.developer-brand { border-bottom-color: var(--abc-line); }
.developer-name strong, .enquiry-title { color: var(--abc-indigo); }
.enquiry-btn { background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue)); border: 0; border-radius: 4px; box-shadow: 0 9px 18px rgba(10,114,198,.16); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-note, .consent { color: var(--abc-muted); }

/* Image labels must remain clean even when a project title is long. */
.property-badge {
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Keep page titles visually balanced on wide desktop screens. */
@media (min-width: 1100px) {
    .page-title-box { margin-top: 54px; }
    .contact-section { margin-top: 68px; }
}

/* Testimonials, brand-track and legal documents */
.review-section .section-title, .review-section .section-head { text-align: center; }
.review-slider { gap: 20px; }
.review-card { border-top: 3px solid var(--abc-blue); border-radius: 8px; }
.review-card img { border: 3px solid var(--abc-blue-pale); }
.review-card h4 { color: var(--abc-indigo); font-size: 16px; }
.review-card .contact { color: var(--abc-blue); font-size: 11px; font-weight: 600; }
.review-card .review-text { color: var(--abc-muted); font-size: 13px; line-height: 1.7; }
.logo-slider-section { background: var(--abc-indigo-pale); border-block: 1px solid var(--abc-line); padding: 72px 0; }
.logo-title { color: var(--abc-indigo); font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 600; }
.logo-slider { background: #fff; border-block: 1px solid var(--abc-line); }
.logo-track img { filter: none; opacity: .82; }
.legal-page { margin: 0 auto 80px; width: min(980px, 92%); }
.legal-page .container { background: #fff; border: 1px solid var(--abc-line); border-radius: 8px; box-shadow: var(--abc-shadow); max-width: 100%; padding: clamp(25px, 5vw, 54px); }
.legal-page h2 { border-bottom: 1px solid var(--abc-line); color: var(--abc-indigo); font-size: 21px; margin: 30px 0 12px; padding-bottom: 9px; }
.legal-page h2:first-child { margin-top: 0; }
.legal-page p { color: var(--abc-muted); font-size: 14px; }
.legal-page a { color: var(--abc-blue); font-weight: 600; }

@media (max-width: 900px) {
    .single-blog-wrapper { grid-template-columns: 1fr; width: min(92%, 760px); }
    .single-blog-sidebar { position: static; }
    .property-page-wrap { width: min(94%, 760px); }
    #propertyList .property-image { height: 240px; }
}
@media (max-width: 576px) {
    .page-title-box, .blogs-wrapper, .gallery-page, .faq-page, .single-blog-wrapper { margin-top: 48px; }
    .blogs-wrapper { padding-top: 48px; }
    .blog-grid { margin-top: 30px; }
    .blog-card > img, .gallery-item img { height: 230px; }
    .single-blog-content { padding: 20px; }
    .single-blog-meta { gap: 7px 12px; }
    .gallery-filter { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
    .gallery-filter button { flex: 0 0 auto; }
    .faq-item { padding-inline: 17px; }
    .faq-question { font-size: 14px; }
    .legal-page { margin-bottom: 54px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* ========================================================================
   FINAL COMPOSITION + SMALL-SCREEN PIXEL REFINEMENT
========================================================================= */

html,
body {
    max-width: 100%;
}

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

/* A brand-led first impression, without the old placeholder artwork competing
   with the homepage message. */
.hero-container { isolation: isolate; }
.hero-img {
    background:
        radial-gradient(circle at 77% 48%, rgba(22, 140, 209, .38) 0 12%, transparent 12.2%),
        radial-gradient(circle at 88% 11%, rgba(22, 140, 209, .24) 0 17%, transparent 17.2%),
        linear-gradient(116deg, var(--abc-indigo-dark), var(--abc-indigo) 58%, var(--abc-blue-dark));
    isolation: isolate;
    overflow: hidden;
}
.hero-img::before {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    content: '';
    height: min(56vw, 790px);
    position: absolute;
    right: -13vw;
    top: -19vw;
    width: min(56vw, 790px);
    z-index: 0;
}
.hero-img::after {
    background:
        linear-gradient(90deg, rgba(23, 25, 63, .54), rgba(23, 25, 63, .12) 56%, rgba(10, 114, 198, .03)),
        linear-gradient(0deg, rgba(23, 25, 63, .14), transparent 52%);
    z-index: 0;
}
.hero-bg {
    display: none;
}
.hero-brand-emblem {
    filter: drop-shadow(0 24px 35px rgba(12, 16, 53, .26));
    position: absolute;
    right: clamp(40px, 8vw, 150px);
    top: 50%;
    transform: translateY(-50%);
    width: min(31vw, 410px);
    z-index: 1;
}
.hero-brand-emblem img {
    display: block;
    height: auto;
    width: 100%;
}
.hero-copy {
    box-sizing: border-box;
    z-index: 2;
}

/* Long project labels remain readable instead of being cut off. */
.property-badge {
    align-items: flex-start;
    display: flex;
    line-height: 1.32;
    max-width: calc(100% - 24px);
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
    width: max-content;
}
.property-title,
.property-location,
.property-meta,
.property-status {
    overflow-wrap: anywhere;
}

/* Keep editorial cards balanced even when an admin has not supplied a meta description. */
.blog-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (max-width: 992px) {
    .header-inner {
        justify-content: center;
        padding-left: 62px;
        position: relative;
    }
    .mobile-menu-btn {
        align-items: center;
        display: flex;
        left: 16px;
        line-height: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-logo {
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
    .hero-img {
        height: 480px;
        min-height: 480px;
    }
    .hero-brand-emblem {
        right: -38px;
        top: 29px;
        transform: none;
        width: 265px;
    }
    .hero-copy {
        bottom: 22px;
        left: 18px;
        max-width: none;
        padding: 22px 20px;
        right: 18px;
        width: auto;
    }
    .hero-copy::before {
        font-size: 9px;
        letter-spacing: .16em;
        margin-bottom: 10px;
    }
    .hero-copy h1 {
        font-size: clamp(2rem, 9vw, 2.72rem);
        line-height: 1.05;
        overflow-wrap: anywhere;
    }
    .hero-copy p {
        font-size: 13px;
        line-height: 1.55;
        max-width: 100%;
        overflow-wrap: anywhere;
    }
    .hero-small {
        height: auto;
        min-height: 315px;
        padding: 30px 20px;
    }
    .hero-small > div {
        max-width: min(100%, 540px);
        min-width: 0;
        width: 100%;
    }
    .hero-small h1 {
        font-size: clamp(2.3rem, 11vw, 3.2rem);
        overflow-wrap: anywhere;
    }
    .hero-small p {
        line-height: 1.6;
        margin-inline: auto;
        max-width: 31rem;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 576px) {
    .custom-header { padding: 8px 0; }
    .header-inner {
        min-height: 60px;
        padding: 6px 12px 6px 54px;
        width: calc(100% - 32px);
    }
    .header-logo img {
        display: block;
        height: 42px;
        width: auto;
    }
    .mobile-menu-btn { left: 15px; }
    .hero-container { width: 100%; }
    .hero-copy { left: 16px; right: 16px; }
    .hero-small { min-height: 292px; padding-inline: 18px; }
    .gallery-title,
    .faq-title { max-width: 100%; }
    .contact-section {
        box-sizing: border-box;
        margin: 48px auto;
        padding: 25px 20px;
        width: calc(100% - 32px);
    }
    .contact-section .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 1.35rem;
    }
    .contact-section [class*='col-'] { min-width: 0; }
    .contact-title {
        font-size: clamp(2rem, 9.5vw, 2.55rem);
        overflow-wrap: anywhere;
    }
    .contact-desc,
    .info-box p,
    .contact-consent,
    .contact-consent span {
        overflow-wrap: anywhere;
    }
    .info-box { padding-left: 16px; }
    .contact-form-box { padding: 22px 18px; }
    .contact-form-box .form-control { max-width: 100%; width: 100%; }
    .gallery-page,
    .faq-page,
    .blogs-wrapper,
    .page-title-box,
    .property-page-wrap,
    .single-blog-wrapper,
    .legal-page { max-width: calc(100% - 32px); }
    .property-badge { font-size: 9px; }
}

/* Neutralise legacy card controls so the last visual layer remains consistent. */
.property-card .card-body .location::before,
.property-card .card-body .meta::before {
    content: none !important;
}
.property-card .card-body .location,
.property-card .card-body .meta {
    align-items: flex-start;
    color: var(--abc-muted);
    display: block;
}
.property-card .card-body .location span,
.property-card .card-body .meta span {
    color: inherit;
}
.property-card .more-info-btn,
.property-card .more-info-btn:hover,
.property-card .more-info-btn:focus {
    background: transparent !important;
    box-shadow: none !important;
    color: var(--abc-blue) !important;
    display: inline-flex;
    gap: 7px;
    margin-top: 5px;
}
.property-card .more-info-btn::after {
    color: currentColor;
    content: '→';
    font-size: 15px;
    line-height: .8;
}
.property-card:hover .more-info-btn { color: var(--abc-indigo) !important; }

/* Property-search sheet: the desktop filter has a complete, focused mobile equivalent. */
.filter-popup {
    background: rgba(23, 25, 63, .52);
    backdrop-filter: blur(6px);
}
.filter-popup-inner {
    background: #fff;
    border: 1px solid var(--abc-line);
    border-radius: 10px;
    box-shadow: 0 24px 65px rgba(23, 25, 63, .3);
    padding: 30px;
}
.filter-popup-header { gap: 18px; margin-bottom: 25px; }
.filter-sheet-eyebrow {
    color: var(--abc-blue);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .17em;
    margin: 0 0 4px;
}
.filter-popup-header h2 {
    color: var(--abc-indigo);
    font-size: 24px;
    line-height: 1.15;
    margin: 0;
}
.close-filter {
    align-items: center;
    background: var(--abc-indigo-pale);
    border: 1px solid var(--abc-line);
    border-radius: 50%;
    color: var(--abc-indigo);
    display: inline-flex;
    font-size: 14px;
    height: 36px;
    justify-content: center;
    transition: background .2s ease, color .2s ease;
    width: 36px;
}
.close-filter:hover { background: var(--abc-indigo); color: #fff; }
.filter-sheet-actions { display: flex; gap: 10px; }
.filter-sheet-actions .btn { flex: 1; font-size: 11px; font-weight: 700; padding: 11px 12px; }
.filter-sheet-actions .btn-primary {
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue));
    border: 0;
}
.filter-sheet-actions .btn-secondary {
    background: var(--abc-indigo-pale);
    border-color: var(--abc-line);
    color: var(--abc-indigo);
}

/* Detail pages retain only meaningful information, with a clear mobile return path. */
.property-back-link {
    align-items: center;
    color: var(--abc-blue);
    display: none;
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: .08em;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.gallery-small img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    width: 100%;
}
.gallery-main {
    background: var(--abc-blue-pale);
}
.gallery-small {
    background: var(--abc-blue-pale);
    border: 1px solid var(--abc-line);
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}
.gallery-small::after {
    background: linear-gradient(90deg, rgba(23,25,63,.88), rgba(23,25,63,.68));
    bottom: 0;
    color: #fff;
    content: 'PROJECT PLAN';
    font-size: 9px;
    font-weight: 700;
    left: 0;
    letter-spacing: .12em;
    padding: 8px 11px;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}
.gallery-small img { mix-blend-mode: multiply; }

/* Article media must not inherit the old bright frame from the legacy skin. */
.single-blog-content .single-blog-hero {
    background: transparent;
    color: inherit;
    display: block;
    padding: 0;
    text-align: initial;
    width: 100%;
}
.single-blog-text > *:first-child { margin-top: 0; }
.single-blog-text p { margin: 0 0 1.4em; }
.single-blog-text ul,
.single-blog-text ol { margin: 0 0 1.5em; padding-left: 1.3em; }
.single-blog-text li { margin-bottom: .55em; }

.gallery-empty {
    color: var(--abc-muted);
    grid-column: 1 / -1;
    padding: 42px 0;
    text-align: center;
}
.property-list-cta {
    align-items: center;
    color: var(--abc-blue);
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    gap: 7px;
    letter-spacing: .08em;
    margin-top: 14px;
    text-transform: uppercase;
}
.property-list-cta i { font-size: 13px; transition: transform .2s ease; }
#propertyList .property-card:hover .property-list-cta i { transform: translate(2px, -2px); }
.gallery-caption {
    background: linear-gradient(0deg, rgba(23,25,63,.84), transparent);
    bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    left: 0;
    letter-spacing: .04em;
    opacity: 0;
    padding: 30px 16px 13px;
    position: absolute;
    right: 0;
    transform: translateY(7px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 2;
}
.gallery-item:hover .gallery-caption,
.gallery-item:focus .gallery-caption {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .filter-popup {
        align-items: flex-end;
        padding: 0;
    }
    .filter-popup-inner {
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-width: none;
        padding: 25px 20px calc(25px + env(safe-area-inset-bottom));
        width: 100%;
    }
    .mobile-filter-btn {
        margin: 0 0 18px;
        width: 100%;
    }
    .property-back-link { display: inline-flex; }
}

@media (max-width: 576px) {
    .page-title-box { margin-top: 38px; }
    .blogs-wrapper { margin-top: 38px; padding-top: 38px; }
    .gallery-page,
    .faq-page { margin-top: 42px; }
    .property-container .card-body .location,
    .property-container .card-body .meta {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }
    .property-container .card-body { padding: 18px; }
    .gallery-caption { opacity: 1; transform: none; }
}

/* Homepage featured projects: a balanced, editorial three-card layout. */
#featured-property-list {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    align-items: stretch;
}
#featured-property-list > .property-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: visible;
    width: auto;
}
#featured-property-list .card-box {
    background: linear-gradient(180deg, #fff, #fbfcff);
    border: 1px solid rgba(41, 44, 92, .13);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(23, 25, 63, .08);
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
    width: 100%;
}
#featured-property-list .card-box:hover {
    border-color: rgba(10, 114, 198, .42);
    box-shadow: 0 20px 42px rgba(23, 25, 63, .16);
    transform: translateY(-7px);
}
#featured-property-list .card-box:focus-visible {
    outline: 3px solid rgba(10, 114, 198, .34);
    outline-offset: 3px;
}
#featured-property-list .property-image {
    background: #edf3fa;
    height: 224px;
    position: relative;
}
#featured-property-list .property-image::after {
    background: linear-gradient(0deg, rgba(23, 25, 63, .46), transparent 44%);
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}
#featured-property-list .property-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#featured-property-list .property-badge {
    bottom: 14px;
    box-shadow: 0 7px 17px rgba(23, 25, 63, .22);
    left: 14px;
    position: absolute;
    z-index: 1;
}
#featured-property-list .card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 20px 20px 18px;
}
#featured-property-list .card-body h5 {
    font-size: 18px;
    line-height: 1.28;
    margin-bottom: 10px;
}
#featured-property-list .card-body .location,
#featured-property-list .card-body .meta {
    line-height: 1.55;
    margin: 0;
}
#featured-property-list .card-body .location { margin-bottom: 4px; }
#featured-property-list .card-actions {
    border-top: 1px solid var(--abc-line);
    margin-top: auto;
    padding-top: 14px;
}
#featured-property-list .more-info-btn {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

@media (min-width: 768px) {
    #featured-property-list > .property-card {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    #featured-property-list > .property-card {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 575.98px) {
    #featured-property-list {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
    #featured-property-list .property-image { height: 216px; }
}

/* Homepage category showcase: a full-width, editorial project carousel. */
.area-section {
    background:
        radial-gradient(circle at 8% 14%, rgba(22, 140, 209, .14), transparent 25%),
        radial-gradient(circle at 93% 78%, rgba(41, 44, 92, .13), transparent 27%),
        linear-gradient(135deg, #f6f9ff 0%, #eef5ff 48%, #f9fbff 100%);
    isolation: isolate;
    overflow: clip;
    padding: clamp(78px, 8vw, 112px) max(4%, calc((100% - 1260px) / 2));
    position: relative;
}
.area-section::before,
.area-section::after {
    border: 1px solid rgba(41, 44, 92, .09);
    border-radius: 50%;
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.area-section > * {
    position: relative;
    z-index: 1;
}
.area-section::before {
    height: min(44vw, 650px);
    right: -16vw;
    top: -26vw;
    width: min(44vw, 650px);
}
.area-section::after {
    bottom: -29vw;
    height: min(53vw, 760px);
    left: -25vw;
    width: min(53vw, 760px);
}
.area-section-heading {
    margin: 0 auto;
    max-width: 660px;
}
.area-section-heading .section-eyebrow { margin-bottom: 11px; }
.area-section .area-section-title {
    font-size: clamp(2rem, 3.4vw, 3.12rem);
    line-height: 1.08;
    margin-bottom: 12px;
}
.area-section .area-section-sub {
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}
.area-section .area-menu {
    align-items: center;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(41, 44, 92, .13);
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(23, 25, 63, .07);
    display: flex;
    gap: 4px;
    justify-content: center;
    margin: 28px auto 34px;
    max-width: 100%;
    padding: 5px;
    width: max-content;
}
.area-section .area-menu button {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--abc-indigo);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .09em;
    line-height: 1;
    min-height: 38px;
    padding: 0 17px;
    text-transform: uppercase;
    transition: background .25s ease, box-shadow .25s ease, color .25s ease, transform .25s ease;
}
.area-section .area-menu button:hover {
    background: rgba(10, 114, 198, .08);
    color: var(--abc-blue-dark);
}
.area-section .area-menu button.active {
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue));
    border-color: transparent;
    box-shadow: 0 7px 15px rgba(23, 25, 63, .22);
    color: #fff;
}
.area-section .area-slider-wrapper {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(41, 44, 92, .13);
    border-radius: 24px;
    box-shadow: 0 22px 54px rgba(23, 25, 63, .10);
    overflow: hidden;
    padding: 28px 62px;
    position: relative;
}
.area-section .area-slider-viewport {
    overflow: hidden;
}
.area-section .area-slider {
    align-items: stretch;
    display: flex;
    gap: 22px;
    transition: transform .48s cubic-bezier(.22, .61, .36, 1), opacity .24s ease, filter .24s ease;
    will-change: transform;
}
.area-section .area-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 17px;
    box-shadow: 0 10px 25px rgba(23, 25, 63, .06);
    display: flex;
    flex: 0 0 calc((100% - 44px) / 3);
    flex-direction: column;
    gap: 0;
    max-width: calc((100% - 44px) / 3);
    min-width: 0;
    overflow: hidden;
    padding: 0;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.area-section .area-card:hover {
    border-color: rgba(10, 114, 198, .4);
    box-shadow: 0 18px 35px rgba(23, 25, 63, .15);
    transform: translateY(-7px);
}
.area-section .area-card:focus-within {
    border-color: rgba(10, 114, 198, .52);
    box-shadow: 0 0 0 3px rgba(10, 114, 198, .15), 0 18px 35px rgba(23, 25, 63, .13);
}
.area-section .area-img-box {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, var(--abc-indigo-pale), var(--abc-blue-pale));
    border-radius: 0;
    flex: 0 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.area-section .area-img-box::after {
    background: linear-gradient(0deg, rgba(23, 25, 63, .40), transparent 42%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.area-section .area-img-box img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
    width: 100%;
}
.area-section .area-card:hover .area-img-box img { transform: scale(1.055); }
.area-section .area-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 20px 20px 18px;
}
.area-section .area-card-category {
    color: var(--abc-blue);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.area-section .area-info h3 {
    color: var(--abc-indigo);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.25;
    margin: 0 0 11px;
}
.area-section .area-meta {
    align-items: flex-start;
    color: var(--abc-muted);
    display: flex;
    font-size: 12px;
    gap: 7px;
    line-height: 1.55;
    margin: 0 0 5px;
    min-width: 0;
}
.area-section .area-meta i {
    color: var(--abc-blue);
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}
.area-section .area-meta span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.area-section .area-btn {
    align-items: center;
    border-top: 1px solid var(--abc-line);
    color: var(--abc-blue);
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    gap: 7px;
    letter-spacing: .11em;
    margin-top: auto;
    padding-top: 14px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.area-section .area-btn::after {
    color: currentColor;
    content: '→';
    font-size: 14px;
    line-height: 1;
    transition: transform .2s ease;
}
.area-section .area-btn:hover { color: var(--abc-indigo); }
.area-section .area-btn:hover::after { transform: translateX(3px); }
.area-section .slider-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue));
    border: 0;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(23, 25, 63, .22);
    color: #fff;
    display: flex;
    height: 43px;
    justify-content: center;
    transition: box-shadow .25s ease, transform .25s ease;
    width: 43px;
}
.area-section .slider-btn:hover {
    box-shadow: 0 14px 25px rgba(23, 25, 63, .3);
    transform: translateY(-50%) scale(1.08);
}
.area-section .slider-btn:focus-visible {
    outline: 3px solid rgba(10, 114, 198, .35);
    outline-offset: 3px;
}
.area-section .slider-btn.prev { left: 12px; }
.area-section .slider-btn.next { right: 12px; }
.area-section .slider-btn i { font-size: 17px; }

@media (max-width: 992px) {
    .area-section .area-slider-wrapper { padding-inline: 55px; }
    .area-section .area-card {
        flex-basis: calc((100% - 22px) / 2);
        max-width: calc((100% - 22px) / 2);
    }
}

@media (max-width: 768px) {
    .area-section {
        padding: 66px 0;
    }
    .area-section-heading { padding-inline: 20px; }
    .area-section .area-section-title { font-size: clamp(1.95rem, 9vw, 2.45rem); }
    .area-section .area-menu {
        border-radius: 14px;
        justify-content: flex-start;
        margin: 25px 20px 25px;
        overflow-x: auto;
        padding: 5px;
        scrollbar-width: none;
        width: calc(100% - 40px);
    }
    .area-section .area-menu::-webkit-scrollbar { display: none; }
    .area-section .area-menu button { flex: 0 0 auto; }
    .area-section .area-slider-wrapper {
        border-radius: 20px;
        margin: 0 16px;
        overflow: hidden;
        padding: 14px;
    }
    .area-section .area-slider-viewport { overflow: visible; }
    .area-section .area-slider {
        gap: 16px;
        overflow-x: auto;
        padding: 0 0 5px;
        scroll-snap-type: x mandatory;
        transform: none !important;
    }
    .area-section .area-slider::-webkit-scrollbar { display: none; }
    .area-section .area-card {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        scroll-snap-align: start;
    }
    .area-section .slider-btn { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .area-section .area-slider,
    .area-section .area-card,
    .area-section .area-img-box img,
    .area-section .area-btn::after,
    .area-section .area-menu button,
    .area-section .slider-btn { transition: none; }
}

/* ========================================================================
   REFINED HOMEPAGE MASTHEAD + DEVELOPMENT SHOWCASE
   A final, scoped layer for the high-visibility homepage surfaces.
======================================================================== */

/* A precisely centred, glass-finished masthead keeps the identity in focus. */
.custom-header {
    background: linear-gradient(180deg, rgba(252, 253, 255, .97), rgba(246, 249, 255, .91));
    border-bottom-color: rgba(41, 44, 92, .08);
    padding: 14px 0;
    transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.custom-header::after {
    background: linear-gradient(90deg, transparent, rgba(10, 114, 198, .52), transparent);
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: min(1280px, 93%);
}
.custom-header.sticky {
    background: rgba(251, 253, 255, .94);
    border-bottom-color: rgba(41, 44, 92, .11);
    box-shadow: 0 10px 30px rgba(23, 25, 63, .06);
    padding: 8px 0;
}
.header-inner,
.custom-header.sticky .header-inner {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 250, 255, .91));
    border: 1px solid rgba(41, 44, 92, .13);
    border-radius: 13px;
    box-shadow: 0 13px 34px rgba(23, 25, 63, .075);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    isolation: isolate;
    min-height: 76px;
    padding: 7px 20px;
    position: relative;
    transition: border-color .3s ease, box-shadow .3s ease, min-height .3s ease, padding .3s ease;
    width: min(1280px, 93%);
}
.header-inner::before {
    background: linear-gradient(120deg, rgba(255, 255, 255, .82), transparent 45%, rgba(22, 140, 209, .045));
    border-radius: inherit;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.header-inner::after {
    background: linear-gradient(90deg, var(--abc-indigo), var(--abc-blue), var(--abc-azure));
    border-radius: 13px 13px 0 0;
    content: '';
    height: 2px;
    left: 18px;
    opacity: .78;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: -1px;
    z-index: 1;
}
.header-inner > * {
    min-width: 0;
    position: relative;
    z-index: 2;
}
.custom-header.sticky .header-inner {
    min-height: 68px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.menu-left,
.menu-right {
    gap: clamp(13px, 1.8vw, 27px);
}
.menu-right { justify-content: flex-end; }
.menu-left a,
.menu-right a {
    align-items: center;
    color: var(--abc-indigo);
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .11em;
    min-height: 42px;
    text-decoration: none;
    transition: color .22s ease, opacity .22s ease;
}
.menu-left a:not(.rotation-btn)::before,
.menu-right a:not(.rotation-btn)::before {
    background: rgba(10, 114, 198, .10);
    border-radius: 7px;
    content: '';
    inset: 3px -8px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: scale(.88);
    transition: opacity .22s ease, transform .22s ease;
    z-index: -1;
}
.menu-left a:hover,
.menu-right a:hover { color: var(--abc-blue-dark); }
.menu-left a:not(.rotation-btn):hover::before,
.menu-right a:not(.rotation-btn):hover::before {
    opacity: 1;
    transform: scale(1);
}
.menu-left a.active::after,
.menu-right a.active::after {
    background: linear-gradient(90deg, var(--abc-indigo), var(--abc-azure));
    border-radius: 999px;
    bottom: 3px;
    height: 2px;
    width: 100%;
}
.header-logo { justify-self: center; }
.header-logo a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.header-logo img {
    filter: drop-shadow(0 5px 9px rgba(23, 25, 63, .10));
    height: 61px;
    transition: filter .25s ease, transform .25s ease;
}
.header-logo a:hover img { transform: translateY(-1px); }
.header-logo a:focus-visible,
.rotation-btn:focus-visible,
.menu-left a:focus-visible,
.menu-right a:focus-visible {
    border-radius: 7px;
    outline: 3px solid rgba(10, 114, 198, .32);
    outline-offset: 3px;
}
.rotation-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue)) !important;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 9px;
    box-shadow: 0 9px 20px rgba(10, 114, 198, .20), inset 0 1px 0 rgba(255, 255, 255, .18);
    color: #fff !important;
    gap: 8px;
    justify-content: center;
    letter-spacing: .07em !important;
    min-height: 44px !important;
    padding: 0 17px !important;
    white-space: nowrap;
}
.rotation-btn i {
    font-size: 15px;
    line-height: 1;
}
.rotation-btn:hover {
    background: linear-gradient(135deg, var(--abc-blue-dark), var(--abc-azure)) !important;
    box-shadow: 0 13px 25px rgba(10, 114, 198, .30), inset 0 1px 0 rgba(255, 255, 255, .22);
    color: #fff !important;
    transform: translateY(-2px);
}

/* The mobile controls use the same refined indigo / azure finish. */
.mobile-menu-btn {
    appearance: none;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(41, 44, 92, .14);
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(23, 25, 63, .08);
    color: var(--abc-indigo);
    cursor: pointer;
    font-size: 21px;
    height: 40px;
    justify-content: center;
    padding: 0;
    transition: background .22s ease, color .22s ease, transform .22s ease;
    width: 40px;
}
.mobile-menu-btn:hover {
    background: var(--abc-indigo);
    color: #fff;
    transform: translateY(-1px);
}
.mobile-menu-btn:focus-visible,
.sidebar-close-btn:focus-visible {
    outline: 3px solid rgba(22, 140, 209, .42);
    outline-offset: 3px;
}
.mobile-sidebar {
    background:
        radial-gradient(circle at 100% 0, rgba(22, 140, 209, .32), transparent 34%),
        linear-gradient(150deg, var(--abc-indigo-dark), var(--abc-indigo) 62%, var(--abc-blue-dark));
    box-shadow: 14px 0 42px rgba(23, 25, 63, .28);
}
.sidebar-close-btn {
    align-items: center;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 9px;
    color: #fff;
    display: inline-flex;
    font-size: 17px;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px;
}

/* Editorial property directory: polished cards without touching other grids. */
.property-explore-section {
    background:
        radial-gradient(circle at 4% 8%, rgba(22, 140, 209, .15), transparent 25%),
        radial-gradient(circle at 98% 90%, rgba(41, 44, 92, .13), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eff5ff 52%, #f9fbff 100%);
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 28px;
    box-shadow: 0 25px 65px rgba(23, 25, 63, .10);
    box-sizing: border-box;
    isolation: isolate;
    margin: 96px auto;
    overflow: clip;
    padding: clamp(42px, 5.6vw, 72px);
    position: relative;
}
.property-explore-section::before,
.property-explore-section::after {
    border: 1px solid rgba(41, 44, 92, .08);
    border-radius: 50%;
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.property-explore-section::before {
    height: min(33vw, 470px);
    right: -17vw;
    top: -21vw;
    width: min(33vw, 470px);
}
.property-explore-section::after {
    bottom: -25vw;
    height: min(37vw, 530px);
    left: -22vw;
    width: min(37vw, 530px);
}
.property-explore-section > * {
    position: relative;
    z-index: 1;
}
.property-explore-heading {
    margin: 0 auto;
    max-width: 1050px;
}
.property-explore-heading .section-eyebrow { margin-bottom: 10px; }
.property-explore-heading .section-title {
    font-size: clamp(2rem, 3.15vw, 2.9rem);
    line-height: 1.09;
    margin-bottom: 13px;
}
.property-explore-heading .section-sub {
    font-size: 15px;
    line-height: 1.68;
    margin: 0 auto;
    max-width: 690px;
}
.property-explore-section .property-menu {
    align-items: center;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(41, 44, 92, .13);
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(23, 25, 63, .075);
    display: flex;
    gap: 4px;
    justify-content: center;
    margin: 30px auto 34px;
    max-width: 100%;
    padding: 5px;
    width: max-content;
}
.property-explore-section .property-menu button {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--abc-indigo);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .09em;
    line-height: 1;
    min-height: 39px;
    padding: 0 17px;
    text-transform: uppercase;
    transition: background .24s ease, box-shadow .24s ease, color .24s ease, transform .24s ease;
    white-space: nowrap;
}
.property-explore-section .property-menu button:hover {
    background: rgba(10, 114, 198, .085);
    color: var(--abc-blue-dark);
}
.property-explore-section .property-menu button.active {
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue));
    border-color: transparent;
    box-shadow: 0 7px 15px rgba(23, 25, 63, .20);
    color: #fff;
}
.property-explore-section .property-menu button:focus-visible {
    outline: 3px solid rgba(10, 114, 198, .32);
    outline-offset: 2px;
}
.property-explore-grid-shell {
    background: rgba(255, 255, 255, .63);
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 21px;
    box-shadow: 0 16px 38px rgba(23, 25, 63, .07);
    padding: 15px;
}
.property-explore-section #property-list {
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 1.2rem;
    margin: 0;
}
.property-explore-section #property-list > .property-card {
    display: flex;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
}
.property-explore-section #property-list .card-box {
    background: linear-gradient(165deg, #fff 0%, #fbfdff 100%);
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 17px;
    box-shadow: 0 9px 24px rgba(23, 25, 63, .065);
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
    width: 100%;
}
.property-explore-section #property-list .card-box:hover {
    border-color: rgba(10, 114, 198, .42);
    box-shadow: 0 20px 42px rgba(23, 25, 63, .15);
    transform: translateY(-7px);
}
.property-explore-section #property-list .card-box:focus-visible {
    outline: 3px solid rgba(10, 114, 198, .34);
    outline-offset: 3px;
}
.property-explore-section #property-list .property-image {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, var(--abc-indigo-pale), var(--abc-blue-pale));
    height: auto;
    overflow: hidden;
    position: relative;
}
.property-explore-section #property-list .property-image::after {
    background: linear-gradient(0deg, rgba(23, 25, 63, .43), rgba(23, 25, 63, .02) 55%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.property-explore-section #property-list .property-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
    width: 100%;
}
.property-explore-section #property-list .card-box:hover .property-image img { transform: scale(1.055); }
.property-explore-section #property-list .property-badge {
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue));
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 6px;
    bottom: 13px;
    box-shadow: 0 7px 16px rgba(23, 25, 63, .24);
    color: #fff;
    font-size: 9px;
    left: 13px;
    letter-spacing: .08em;
    padding: 7px 10px;
    text-transform: uppercase;
    z-index: 1;
}
.property-explore-section #property-list .property-badge.sold {
    background: rgba(23, 25, 63, .94);
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
}
.property-explore-section #property-list .card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 20px 20px 18px;
}
.property-explore-section #property-list .property-card-category {
    color: var(--abc-blue);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.property-explore-section #property-list .card-body h5 {
    color: var(--abc-indigo);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.028em;
    line-height: 1.28;
    margin: 0 0 12px;
}
.property-explore-section #property-list .location,
.property-explore-section #property-list .meta {
    align-items: flex-start;
    color: var(--abc-muted);
    display: flex;
    font-size: 12px;
    gap: 8px;
    line-height: 1.55;
    margin: 0;
    min-width: 0;
}
.property-explore-section #property-list .location { margin-bottom: 6px; }
.property-explore-section #property-list .location i,
.property-explore-section #property-list .meta i {
    color: var(--abc-blue);
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1.35;
}
.property-explore-section #property-list .location span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.property-explore-section #property-list .meta span { overflow-wrap: anywhere; }
.property-explore-section #property-list .card-actions {
    border-top: 1px solid rgba(41, 44, 92, .11);
    margin-top: auto;
    padding-top: 14px;
}
.property-explore-section #property-list .more-info-btn {
    align-items: center;
    color: var(--abc-blue);
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    gap: 7px;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.property-explore-section #property-list .more-info-btn::after { content: none; }
.property-explore-section #property-list .more-info-btn i {
    font-size: 13px;
    transition: transform .22s ease;
}
.property-explore-section #property-list .card-box:hover .more-info-btn {
    color: var(--abc-indigo);
}
.property-explore-section #property-list .card-box:hover .more-info-btn i { transform: translate(2px, -2px); }

@media (max-width: 992px) {
    .header-inner,
    .custom-header.sticky .header-inner {
        display: flex;
        justify-content: center;
        min-height: 70px;
        padding: 6px 62px;
    }
    .mobile-menu-btn {
        align-items: center;
        display: inline-flex;
        left: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .mobile-menu-btn:hover { transform: translateY(calc(-50% - 1px)); }
    .property-explore-section { padding: clamp(38px, 6vw, 58px); }
    .property-explore-section #property-list > .property-card {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .custom-header { padding: 9px 0; }
    .header-inner,
    .custom-header.sticky .header-inner {
        border-radius: 11px;
        min-height: 64px;
        padding: 5px 54px;
        width: calc(100% - 30px);
    }
    .header-inner::after { left: 13px; right: 13px; }
    .header-logo img { height: 47px; }
    .mobile-menu-btn {
        font-size: 19px;
        height: 37px;
        left: 12px;
        width: 37px;
    }
    .property-explore-section {
        border-radius: 22px;
        margin: 66px auto;
        padding: 38px 16px 18px;
    }
    .property-explore-heading { padding-inline: 5px; }
    .property-explore-heading .section-title { font-size: clamp(1.92rem, 8.6vw, 2.48rem); }
    .property-explore-heading .section-sub { font-size: 13px; }
    .property-explore-section .property-menu {
        border-radius: 14px;
        justify-content: flex-start;
        margin: 26px 0 25px;
        overflow-x: auto;
        padding: 5px;
        scrollbar-width: none;
        width: 100%;
    }
    .property-explore-section .property-menu::-webkit-scrollbar { display: none; }
    .property-explore-section .property-menu button { flex: 0 0 auto; }
    .property-explore-grid-shell {
        border-radius: 17px;
        padding: 7px;
    }
    .property-explore-section #property-list {
        --bs-gutter-x: .85rem;
        --bs-gutter-y: .95rem;
    }
    .property-explore-section #property-list > .property-card {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .property-explore-section #property-list .card-body { padding: 18px 18px 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .custom-header,
    .header-inner,
    .header-logo img,
    .mobile-menu-btn,
    .rotation-btn,
    .property-explore-section #property-list .card-box,
    .property-explore-section #property-list .property-image img,
    .property-explore-section #property-list .more-info-btn i,
    .property-explore-section .property-menu button { transition: none; }
}

/* ========================================================================
   HOMEPAGE REVIEW SHOWCASE
   Compact, readable client stories with a polished no-scrollbar carousel.
======================================================================== */
.review-showcase {
    background:
        radial-gradient(circle at 7% 10%, rgba(22, 140, 209, .14), transparent 25%),
        radial-gradient(circle at 96% 86%, rgba(41, 44, 92, .12), transparent 28%),
        linear-gradient(135deg, #f7faff 0%, #eef5ff 50%, #fbfcff 100%);
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 28px;
    box-sizing: border-box;
    box-shadow: 0 25px 65px rgba(23, 25, 63, .10);
    isolation: isolate;
    margin: 96px auto;
    overflow: clip;
    padding: clamp(40px, 5.6vw, 70px);
    position: relative;
}
.review-showcase::before,
.review-showcase::after {
    border: 1px solid rgba(41, 44, 92, .08);
    border-radius: 50%;
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.review-showcase::before {
    height: min(34vw, 460px);
    right: -17vw;
    top: -23vw;
    width: min(34vw, 460px);
}
.review-showcase::after {
    bottom: -28vw;
    height: min(38vw, 520px);
    left: -23vw;
    width: min(38vw, 520px);
}
.review-showcase > * {
    position: relative;
    z-index: 1;
}
.review-showcase .review-section-heading {
    margin: 0 auto 32px;
    max-width: 820px;
    position: relative;
    text-align: center;
}
.review-showcase .section-eyebrow { margin-bottom: 10px; }
.review-showcase .section-title {
    font-size: clamp(2rem, 3.2vw, 2.95rem);
    line-height: 1.1;
    margin-bottom: 11px;
    text-align: center;
}
.review-showcase .review-section-sub {
    color: var(--abc-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 550px;
}
.review-showcase .review-controls {
    bottom: 0;
    display: flex;
    gap: 8px;
    position: absolute;
    right: 0;
}
.review-showcase .review-slider-btn {
    align-items: center;
    background: rgba(255, 255, 255, .85);
    border: 1px solid rgba(41, 44, 92, .14);
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(23, 25, 63, .08);
    color: var(--abc-indigo);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    height: 42px;
    justify-content: center;
    transition: background .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
    width: 42px;
}
.review-showcase .review-slider-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, var(--abc-indigo), var(--abc-blue));
    box-shadow: 0 12px 24px rgba(10, 114, 198, .23);
    color: #fff;
    transform: translateY(-2px);
}
.review-showcase .review-slider-btn:disabled {
    cursor: default;
    opacity: .4;
}
.review-showcase .review-slider-btn:focus-visible,
.review-showcase .review-read-more:focus-visible {
    outline: 3px solid rgba(10, 114, 198, .32);
    outline-offset: 3px;
}
.review-showcase .review-slider-shell {
    background: rgba(255, 255, 255, .63);
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 21px;
    box-shadow: 0 16px 38px rgba(23, 25, 63, .07);
    padding: 15px;
}
.review-showcase .review-slider {
    align-items: stretch;
    display: flex;
    gap: 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.review-showcase .review-slider::-webkit-scrollbar { display: none; }
.review-showcase .review-card {
    background: linear-gradient(165deg, #fff 0%, #fbfdff 100%);
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 18px;
    box-shadow: 0 9px 24px rgba(23, 25, 63, .065);
    box-sizing: border-box;
    display: flex;
    flex: 0 0 calc((100% - 44px) / 3);
    flex-direction: column;
    max-width: calc((100% - 44px) / 3);
    min-width: 0;
    overflow: hidden;
    padding: 23px;
    position: relative;
    scroll-snap-align: start;
    text-align: left;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.review-showcase .review-card::before {
    color: rgba(10, 114, 198, .10);
    content: '“';
    font-family: Georgia, serif;
    font-size: 105px;
    font-weight: 700;
    line-height: .6;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 25px;
}
.review-showcase .review-card:hover {
    border-color: rgba(10, 114, 198, .40);
    box-shadow: 0 20px 42px rgba(23, 25, 63, .14);
    transform: translateY(-6px);
}
.review-showcase .review-card::before { content: '\201C'; }
.review-showcase .review-client-head {
    align-items: center;
    border-bottom: 1px solid rgba(41, 44, 92, .10);
    display: flex;
    gap: 13px;
    min-width: 0;
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
}
.review-showcase .review-avatar {
    background: linear-gradient(135deg, var(--abc-indigo-pale), var(--abc-blue-pale));
    border: 2px solid rgba(10, 114, 198, .16);
    border-radius: 16px;
    box-shadow: 0 7px 14px rgba(23, 25, 63, .08);
    flex: 0 0 62px;
    height: 62px;
    overflow: hidden;
    width: 62px;
}
.review-showcase .review-avatar img {
    border: 0;
    border-radius: 0;
    display: block;
    height: 100%;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}
.review-showcase .review-client-details { min-width: 0; }
.review-showcase .review-client-label {
    align-items: center;
    color: var(--abc-blue);
    display: flex;
    font-size: 9px;
    font-weight: 700;
    gap: 5px;
    letter-spacing: .12em;
    line-height: 1.2;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.review-showcase .review-client-label i { font-size: 11px; }
.review-showcase .review-card h3 {
    color: var(--abc-indigo);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.25;
    margin: 0 0 4px;
    overflow-wrap: anywhere;
}
.review-showcase .review-card .contact {
    align-items: center;
    color: var(--abc-muted);
    display: flex;
    font-size: 11px;
    font-weight: 500;
    gap: 6px;
    line-height: 1.35;
    margin: 0;
}
.review-showcase .review-card .contact i {
    color: var(--abc-blue);
    font-size: 11px;
}
.review-showcase .review-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding-top: 18px;
    position: relative;
    z-index: 1;
}
.review-showcase .review-text {
    color: var(--abc-muted);
    font-size: 13px;
    line-height: 1.72;
    margin: 0;
    overflow-wrap: anywhere;
}
.review-showcase .review-card:not(.is-expanded) .review-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.review-showcase .review-read-more {
    align-items: center;
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: var(--abc-blue);
    cursor: pointer;
    display: inline-flex;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 700;
    gap: 7px;
    letter-spacing: .11em;
    margin-top: auto;
    padding: 15px 0 0;
    text-transform: uppercase;
}
.review-showcase .review-read-more[hidden] { display: none; }
.review-showcase .review-read-more i {
    font-size: 12px;
    transition: transform .22s ease;
}
.review-showcase .review-read-more:hover { color: var(--abc-indigo); }
.review-showcase .review-read-more:hover i { transform: translateY(2px); }
.review-showcase .review-card.is-expanded .review-read-more { margin-top: 12px; }
.review-showcase .review-empty {
    color: var(--abc-muted);
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

@media (max-width: 992px) {
    .review-showcase { padding: clamp(38px, 6vw, 56px); }
    .review-showcase .review-card {
        flex-basis: calc((100% - 22px) / 2);
        max-width: calc((100% - 22px) / 2);
    }
}

@media (max-width: 767.98px) {
    .review-showcase {
        border-radius: 22px;
        margin: 66px auto;
        padding: 38px 16px 18px;
    }
    .review-showcase .review-section-heading { margin-bottom: 26px; }
    .review-showcase .section-title { font-size: clamp(1.92rem, 8.6vw, 2.45rem); }
    .review-showcase .review-section-sub { font-size: 13px; }
    .review-showcase .review-controls { display: none; }
    .review-showcase .review-slider-shell {
        border-radius: 17px;
        padding: 7px;
    }
    .review-showcase .review-slider { gap: 14px; }
    .review-showcase .review-card {
        flex-basis: 100%;
        max-width: 100%;
        padding: 20px;
    }
    .review-showcase .review-avatar {
        border-radius: 14px;
        flex-basis: 58px;
        height: 58px;
        width: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .review-showcase .review-slider,
    .review-showcase .review-card,
    .review-showcase .review-slider-btn,
    .review-showcase .review-read-more i { transition: none; }
}

/* ========================================================================
   HOMEPAGE PROJECT PORTFOLIO MARQUEE
   A quiet, high-end project rail that lets every logo breathe.
======================================================================== */
.logo-showcase {
    background:
        radial-gradient(circle at 9% 6%, rgba(22, 140, 209, .13), transparent 24%),
        radial-gradient(circle at 91% 92%, rgba(41, 44, 92, .11), transparent 28%),
        linear-gradient(135deg, #f8fbff 0%, #f0f5ff 48%, #fbfcff 100%);
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 28px;
    box-shadow: 0 25px 65px rgba(23, 25, 63, .10);
    box-sizing: border-box;
    isolation: isolate;
    margin: 96px auto;
    overflow: clip;
    padding: clamp(40px, 5.6vw, 68px);
    position: relative;
    width: min(1260px, 92%);
}
.logo-showcase::before,
.logo-showcase::after {
    border: 1px solid rgba(41, 44, 92, .08);
    border-radius: 50%;
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 0;
}
.logo-showcase::before {
    height: min(31vw, 430px);
    right: -16vw;
    top: -22vw;
    width: min(31vw, 430px);
}
.logo-showcase::after {
    bottom: -24vw;
    height: min(34vw, 470px);
    left: -22vw;
    width: min(34vw, 470px);
}
.logo-showcase > * {
    position: relative;
    z-index: 1;
}
.logo-showcase .logo-section-heading {
    margin: 0 auto 30px;
    max-width: 1100px;
}
.logo-showcase .section-eyebrow { margin-bottom: 10px; }
.logo-showcase .logo-title {
    color: var(--abc-indigo);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 3vw, 2.78rem);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.1;
    margin: 0 0 11px;
}
.logo-showcase .logo-section-sub {
    color: var(--abc-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 540px;
}
.logo-showcase .logo-marquee-shell {
    background: rgba(255, 255, 255, .63);
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 21px;
    box-shadow: 0 16px 38px rgba(23, 25, 63, .07);
    padding: 15px;
}
.logo-showcase .logo-slider {
    background: transparent;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    padding: 3px 0;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.logo-showcase .logo-track {
    align-items: center;
    animation: logoScroll 30s linear infinite;
    display: flex;
    gap: 0;
    width: max-content;
    will-change: transform;
}
.logo-showcase .logo-track-set {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
    padding-right: 18px;
}
.logo-showcase .logo-tile {
    align-items: center;
    background: linear-gradient(145deg, #fff, #f8fbff);
    border: 1px solid rgba(41, 44, 92, .12);
    border-radius: 15px;
    box-shadow: 0 7px 16px rgba(23, 25, 63, .055);
    display: flex;
    flex: 0 0 132px;
    height: 84px;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    width: 132px;
}
.logo-showcase .logo-tile:hover {
    border-color: rgba(10, 114, 198, .42);
    box-shadow: 0 13px 25px rgba(23, 25, 63, .12);
    transform: translateY(-4px);
}
.logo-showcase .logo-tile img {
    display: block;
    filter: none;
    flex: 0 1 auto;
    height: auto;
    margin: 0;
    max-height: 62px;
    max-width: 100%;
    object-fit: contain;
    opacity: 1;
    transition: transform .25s ease;
    width: auto;
}
.logo-showcase .logo-tile:hover img { transform: scale(1.045); }
.logo-showcase .logo-slider:hover .logo-track,
.logo-showcase .logo-slider:focus-within .logo-track { animation-play-state: paused; }
.logo-showcase .logo-empty {
    color: var(--abc-muted);
    font-size: 14px;
    margin: 18px auto;
    text-align: center;
}

@media (max-width: 767.98px) {
    .logo-showcase {
        border-radius: 22px;
        margin: 66px auto;
        padding: 38px 16px 18px;
    }
    .logo-showcase .logo-section-heading { margin-bottom: 26px; }
    .logo-showcase .logo-title { font-size: clamp(1.92rem, 8.2vw, 2.42rem); }
    .logo-showcase .logo-section-sub { font-size: 13px; }
    .logo-showcase .logo-marquee-shell {
        border-radius: 17px;
        padding: 8px;
    }
    .logo-showcase .logo-track-set {
        gap: 12px;
        padding-right: 12px;
    }
    .logo-showcase .logo-tile {
        border-radius: 13px;
        flex-basis: 106px;
        height: 74px;
        padding: 8px;
        width: 106px;
    }
    .logo-showcase .logo-tile img { max-height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
    .logo-showcase .logo-slider {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .logo-showcase .logo-slider::-webkit-scrollbar { display: none; }
    .logo-showcase .logo-track { animation: none !important; transform: none !important; }
    .logo-showcase .logo-tile,
    .logo-showcase .logo-tile img { transition: none; }
}
