/* ============================================ Header Section ============================================== */

.scrollable-list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px;
    margin: 0;
    list-style: none;
}

.scrollable-list::-webkit-scrollbar {
    width: 8px;
}

.scrollable-list::-webkit-scrollbar-thumb {
    background: #ccc;
    /* Scrollbar color */
    border-radius: 4px;
}

.scrollable-list::-webkit-scrollbar-thumb:hover {
    background: #aaa;
    /* Hover color */
}


header.style-6 .main-menu ul>li .mega-menu .menu-row .menu-single-item::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #eee;
    position: absolute;
    right: 11px;
    top: 0;
}



header.style-6 .main-menu ul>li .mega-menu .menu-row .menu-single-item {
    display: block;
    padding: 0;
    padding-right: 10px;
    position: relative;
    flex-basis: 33.33%;
}

header.style-6 .main-menu ul>li .mega-menu .menu-row .menu-single-item>ul li a {
    color: white;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    line-height: 1;
    padding: 6px 0;
}

@media (max-width: 1399px) {
    header.style-6 {
        padding: 0 1%;
    }
}

header.style-6.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    background-color: black;
    z-index: 999;
}






header.style-6 .nav-right .modal-btn svg {
    fill: #fff;
    transition: .35s;
}

/* .primary-btn6 {
    border-radius: 5px;
    background: none;
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 15px;
    color: var(--white-color);
    padding: 11px 28px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #198754;
} */


@media only screen and (max-width: 991px) {
    header.style-6 .main-menu ul li ul.sub-menu>li a {
        color: white !important;
        padding: 12px 0;
    }
}

@media only screen and (max-width: 991px) {
    header.style-6 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        color: white !important;
        opacity: 1;
        top: 14px;
        font-size: 14px;
        right: 10px;
    }
}

@media only screen and (max-width: 991px) {


    header.style-6 .main-menu .topbar-right .sell-btn svg {
        fill: white;
    }


    header.style-6 .main-menu .hotline-area .content span {
        font-family: var(--font-open-sans);
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        color: white;
        margin-bottom: 5px;
        display: inline-block;
    }

    header.style-6 .main-menu .hotline-area .content::after {
        content: "";
        height: 32px;
        width: 1px;
        background-color: white;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
    }

    header.style-6 .main-menu .hotline-area .content h6 a {
        font-family: var(--font-montserrat);
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: white;
        transition: .5s;
    }
}

@media (max-width: 1699px) {
    footer .footer-top {
        padding: 30px;
    }
}

/* ============================================ Header Section ============================================== */


/* ============================================ Banner Section ============================================== */
.banner-section2 .banner-wrapper .banner-content h1,
.banner-section2 .banner-wrapper .banner-content h2 {
    font-family: var(--font-montserrat);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: var(--white-color);
    margin-bottom: 26px;
}

.banner-section2 {
    position: relative;
    overflow: hidden;
}

.banner-section2 .banner-wrapper .banner-content {
    max-width: 100%;
    width: 100%;
}

.banner-section2 .banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px;
    overflow: hidden;
    position: relative;
    padding-left: 0%;
}

.slider-btn-group2 .slider-btn svg {
    fill: black;
}

.home2-banner-slider .swiper-slide {
    height: auto;
}

.banner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    isolation: isolate;
}

/* universal dark overlay (works for image + video) */
.banner-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: none;
}

/* video as background */
.banner-wrapper .video-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.banner-wrapper .video-bg iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}

/* ===== Headline ===== */
.banner-content h1 {
    color: #fff;
    margin: 0 0 16px;
    font-weight: 800;
    line-height: 1.05;
    font-size: clamp(2rem, 4vw + .5rem, 4.25rem);
    letter-spacing: .2px;
    text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}

/* ===== Quick actions (pills) ===== */
.project-area {
    margin-bottom: 18px;
}

.pill-grid {
    --gap: .75rem;
    display: grid;
    gap: var(--gap);
}

@media (min-width:576px) {
    .pill-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width:575.98px) {
    .pill-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.project-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    padding: 0px 8px;
    min-height: 87px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: #c2b8d2;
    backdrop-filter: blur(6px);
    color: black;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.project-pill:hover {
    transform: translateY(-2px);
    background: #c2b8d2;
    border-color: #c2b8d2;
}

.project-pill .icon img {
    height: 32px;
    width: auto;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .25));
}

.project-pill .text-container span {
    display: block;
    font-size: .8rem;
    line-height: 1.1;
    font-weight: 600;
}

/* ===== Glass search ===== */
.hero-search {
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 44px rgba(16, 24, 40, .18);
    border: 1px solid rgba(0, 0, 0, .06);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 12px;
}

.hero-search .form-control,
.hero-search .form-select {
    border: 0;
    background: #fff;
}

.hero-search .btn {
    border-radius: 7px;
    font-weight: 700;
    padding: 8px 20px;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    box-shadow: 0 10px 24px rgba(201, 169, 87, .25);
}

/* ===== Swiper pagination (vertical on desktop) ===== */
.banner2-swiper-pagination {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.banner2-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .55);
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, .9);
}

.banner2-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.25);
}

/* bottom/horizontal on mobile */
@media (max-width:575.98px) {
    .banner2-swiper-pagination {
        top: auto;
        bottom: 12px;
        right: 50%;
        transform: translateX(50%);
        flex-direction: row;
    }
}

/* small helpers */
.text-white-70 {
    color: rgba(255, 255, 255, .75) !important;
}

.banner-wrapper .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.banner-wrapper .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Fill screen without black bars */
}

/* ============================================ Banner Section ============================================== */

/* ============================================ Top Rated Home Section ============================================== */
.home6-top-projects {
    background: #faf8ff;
    padding: 40px 0 40px;
    overflow: hidden;
}

/* Heading */
.city-heading h2 {
    color: #15151a;
    letter-spacing: .2px;
}

.city-heading .lead {
    font-size: 14px;
}

/* Tabs */
.premium-tabs .nav-link {
    border: 1px solid transparent;
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 999px;
    margin: 0 6px;
    transition: .25s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.premium-tabs .nav-link:hover {
    border-color: #e7e7ea;
    transform: translateY(-1px);
}

.premium-tabs .nav-link.active {
    background: #5f449b;
    /* brand */
    color: #fff;
    box-shadow: 0 8px 22px rgba(95, 68, 155, .35);
    border-color: #5f449b;
}

/* Left info card */
.side-intro-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    position: sticky;
    top: 24px;
}

.side-intro-card .btn-premium {
    background: #5f449b;
    /* brand */
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 700;
    transition: .25s ease;
}

.side-intro-card .btn-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(95, 68, 155, .35);
}

.trust-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.trust-flags .flag {
    background: #f5f2ff;
    color: #2b1d57;
    /* brand-ink */
    border: 1px dashed #e6e0ff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 999px;
}

.home6-top-use-car-slider .swiper-button-prev,
.home6-top-use-car-slider .swiper-button-next {
    color: #2a2b31;
    background: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
}

.home6-top-use-car-slider .swiper-pagination-bullet {
    background: #b8b8c6;
    opacity: 1;
}

.home6-top-use-car-slider .swiper-pagination-bullet-active {
    background: #5f449b;
    /* brand */
}

/* Project Card */
.premium-property-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(18, 18, 23, .35);
    transition: transform .35s ease, box-shadow .35s ease;
    isolation: isolate;
    background: transparent;
    /* ✅ black remove */
}


.premium-property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
}

/* Image wrapper */
.project-media {
    position: relative;
    width: 100%;
}

/* Image full cover card */
.project-media img {
    width: 100%;
    height: auto;
    /* ✅ image height auto */
    display: block;
    object-fit: contain;
    /* ✅ no cut */
}


.premium-property-card:hover .project-media img {
    transform: scale(1.08);
}

/* Dark gradient overlay (bottom) */
.project-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
    gap: 10px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.45) 60%,
            rgba(0, 0, 0, 0.75) 100%);
}

/* Status badges */
.badge.status {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #0f1117;
}

.badge.status.ongoing {
    background: linear-gradient(180deg, #fff176, #ffd54f);
}

.badge.status.completed {
    background: linear-gradient(180deg, #b2f5ea, #81e6d9);
}

/* Glass chips */
.project-overlay .top-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.project-overlay .chip {
    color: #e8e9ee;
    font-size: 12px;
    font-weight: 600;
    background: rgba(13, 14, 20, .45);
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 6px 10px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.project-overlay .title {
    margin: 4px 0 2px 0;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.project-overlay .title a {
    color: #fff;
    text-decoration: none;
}

.project-overlay .facts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.project-overlay .fact {
    color: #e7e8ed;
    font-size: 13px;
    font-weight: 600;
    opacity: .95;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.project-overlay .fact.price {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

/* CTA */
.project-overlay .cta {
    margin-top: 8px;
}

.btn-ghost {
    background: #ffffff;
    color: #0e3823;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .25s ease;
    width: fit-content;
}

.btn-ghost:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 160, 94, .25);
}

/* ============================================ Top Rated Home Section ============================================== */

/* ============================================ Apartment Type Section ============================================== */

/* ===== Premium Real Estate Look & Feel (Simplified) ===== */
.re-services {
    position: relative;
    padding: 40px 0 40px;
    color: #1b1f24;
    background:
        radial-gradient(1200px 600px at 110% -10%, rgba(201, 169, 87, .08) 0%, rgba(201, 169, 87, 0) 70%),
        linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    overflow: hidden;
    border-top: 1px solid #e9edf3;
    border-bottom: 1px solid #e9edf3;
}

/* subtle architectural lines */
.re-services::after {
    content: "";
    position: absolute;
    inset: -40% -10% auto -10%;
    height: 70%;
    background:
        repeating-linear-gradient(115deg, rgba(27, 31, 36, .05) 0 1px, transparent 1px 26px),
        repeating-linear-gradient(65deg, rgba(27, 31, 36, .03) 0 1px, transparent 1px 22px);
    pointer-events: none;
    mask-image: radial-gradient(circle at 80% 20%, #000 0%, transparent 70%);
}

/* Heading */
.re-kicker {
    display: inline-block;
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #6f7782;
    padding: .5rem .75rem;
    border: 1px solid #e9edf3;
    border-radius: 999px;
    background: #fff;
}

.re-title {
    margin: 12px 0 6px;
    font-weight: 800;
    letter-spacing: .2px;
}

.re-underline {
    width: 88px;
    height: 3px;
    margin: 12px auto 0;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    border-radius: 2px;
}

/* Grid cards */
.re-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

.re-card__inner {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9edf3;
    border-radius: 16px;
    padding: 22px 16px 18px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    min-height: 180px;
    isolation: isolate;
}

/* top accent */
.re-card__inner::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    opacity: 0;
    transition: opacity .25s ease;
}

.re-card:hover .re-card__inner {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .12);
    border-color: rgba(201, 169, 87, .35);
}

.re-card:hover .re-card__inner::before {
    opacity: 1;
}

/* Icon container */
.re-icon {
    width: 84px;
    height: 84px;
    margin: 4px auto 14px;
    border-radius: 20px;
    background:
        radial-gradient(80% 80% at 30% 20%, rgba(201, 169, 87, .18), rgba(201, 169, 87, 0) 70%),
        linear-gradient(180deg, #fff, #f6f7f9);
    border: 1px solid #e9edf3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    transition: transform .25s ease, box-shadow .25s ease;
}

.re-card:hover .re-icon {
    transform: scale(1.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 12px 24px rgba(201, 169, 87, .15);
}

.re-icon img {
    max-width: 64px;
    max-height: 64px;
    display: block;
    filter: grayscale(10%) contrast(1.05) saturate(1.05);
    transition: filter .25s ease, transform .25s ease;
}

.re-card:hover .re-icon img {
    filter: none;
    transform: scale(1.04);
}

/* Name */
.re-name {
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 1.3;
    color: #2a2f36;
}

/* Responsive tweaks */
@media (max-width:575.98px) {
    .re-services {
        padding: 48px 0 40px;
    }

    .re-card__inner {
        min-height: 160px;
    }

    .re-icon {
        width: 76px;
        height: 76px;
    }

    .re-icon img {
        max-width: 58px;
        max-height: 58px;
    }
}

/* Optional: dark mode */
@media (prefers-color-scheme: dark) {
    .re-services {
        background:
            radial-gradient(1200px 600px at 110% -10%, rgba(201, 169, 87, .09) 0%, rgba(201, 169, 87, 0) 70%),
            linear-gradient(180deg, #0d1117 0%, #0f1320 100%);
        color: #e8ecf2;
        border-color: rgba(255, 255, 255, .06);
    }

    .re-kicker {
        background: rgba(255, 255, 255, .06);
        border-color: rgba(255, 255, 255, .12);
        color: #c7cfdb;
    }

    .re-card__inner {
        background: rgba(255, 255, 255, .04);
        border-color: rgba(255, 255, 255, .10);
    }

    .re-name {
        color: #f2f4f7;
    }

    .re-icon {
        background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
        border-color: rgba(255, 255, 255, .12);
    }

    .re-underline {
        filter: saturate(1.1)
    }
}

/* ============================================ Apartment Type Section ============================================== */

/* ============================================ Home About 2 Section ============================================== */

/* Section base */
.lux-about {
    background:
        radial-gradient(900px 420px at 105% -20%, rgba(201, 169, 87, .10), transparent 70%),
        linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
    border-block: 1px solid #e9edf3;
}

/* Head */
.lux-kicker {
    display: inline-block;
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #6f7782;
    background: #fff;
    border: 1px solid #e9edf3;
    padding: .5rem .75rem;
    border-radius: 999px;
}

.lux-title {
    font-family: ui-serif, Georgia, "Times New Roman", serif;
    font-weight: 800;
    color: #1b1f24;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.15;
}

.lux-underline {
    width: 110px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
}

/* List */
.lux-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lux-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e9edf3;
    border-radius: 14px;
    padding: 14px 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .10);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.lux-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .14);
    border-color: rgba(201, 169, 87, .35);
}

.lux-num {
    flex: 0 0 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #1b1f24;
    background: linear-gradient(180deg, #f9f4e6, #e7d6a2);
    border: 1px solid rgba(201, 169, 87, .45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), 0 10px 20px rgba(201, 169, 87, .22);
}

.lux-arrow {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #7a652d;
    background: rgba(201, 169, 87, .10);
    border: 1px solid rgba(201, 169, 87, .28);
    text-decoration: none;
    transition: background .25s ease, transform .25s ease;
}

.lux-arrow:hover {
    background: rgba(201, 169, 87, .16);
    transform: translateX(2px);
}

/* CTA */
.lux-cta {
    padding: .8rem 1.2rem;
    border-radius: 999px;
    font-weight: 800;
    color: #1b1f24;
    text-decoration: none;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    box-shadow: 0 10px 24px rgba(201, 169, 87, .25);
    border: 0;
}

/* Media block */
.lux-media {
    position: relative;
}

.lux-frame {
    position: relative;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e9edf3;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .14);
}

.lux-frame img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lux-border {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
}

.lux-border.top {
    top: 0;
}

.lux-border.bottom {
    bottom: 0;
}

/* Stats bar */
.lux-stats {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .10);
}

.lux-stat {
    min-width: 120px;
    text-align: center;
}

.lux-stat strong {
    display: block;
    font-weight: 800;
    color: #1b1f24;
}

.lux-stat small {
    color: #6f7782;
}

/* Responsive */
@media (max-width: 991.98px) {
    .lux-stats {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 14px;
    }
}

@media (max-width: 575.98px) {
    .lux-num {
        flex-basis: 52px;
        height: 52px;
    }
}


/* ============================================ Home About 2 Section ============================================== */



/* ============================================ Top Locality Section ============================================== */

/* Section polish */
.why-choose-area.localities-modern {
    background-image: url(../assets/img/home1/why-choose-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title-2 h2 {
    letter-spacing: .2px;
    font-weight: 700;
}

.why-choose-area .choose-card {
    background: linear-gradient(116.81deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%) padding-box, linear-gradient(-90deg, rgba(204, 244, 224, 0.1), rgba(239, 185, 63, 0.4)) border-box;
    border: 1px solid #f9e6ba;
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    transition: .35s;
}

.choose-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(16, 24, 40, .10);
    border-color: rgba(13, 110, 253, .18);
}

/* Top row: thumbnail + title + rating */
.why-choose-area .choose-card .choose-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding: 0px;
}

.choose-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    background: #f2f4f7;
    flex: 0 0 64px;
    border: 1px solid rgba(0, 0, 0, .06);
}

.choose-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.smallHeading a {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.smallHeading a:hover {
    color: #0d6efd;
}

.smallHeading p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #6b7280;
}

.smallHeading p strong {
    font-weight: 600;
    color: #475569;
}

/* Divider */
.choose-card>hr {
    margin: 8px 0 0;
    border-color: rgba(0, 0, 0, .06);
    opacity: 1;
}

/* Feature rows list */
.about-features {
    padding: 0px;
    margin: 0;
}

.single-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px;
}

.single-features+hr {
    border-style: dashed;
    border-color: rgba(0, 0, 0, .08);
    margin: 0 6px;
}

.icon-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-content .content a {
    text-decoration: none;
    color: inherit;
}

.icon-content .content strong {
    display: block;
    font-weight: 600;
    color: #111827;
    font-size: 15px;
}

.icon-content .content span {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

/* Right-side action button */
.sent-btn a {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    color: black;
    text-decoration: none;
    border: 1px solid #e7efff;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sent-btn a:hover {
    background: #e9f0ff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(13, 110, 253, .12);
}

/* Replace inline arrow SVG look if you prefer icons */
.sent-btn a i {
    font-size: 16px;
}

/* Subtle card footer (badge + CTA) — optional */
.choose-card .card-footer-lite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px 18px 18px;
}

.badge-tag {
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, .08);
    color: #334155;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
}

/* Swiper tuning: keep your existing class names */
/* .home6-local-category-slider {
        padding: 4px 6px 10px;
    } */

.home6-local-category-slider .swiper-slide {
    width: auto;
}

@media (min-width:576px) {
    .home6-local-category-slider .swiper-slide {
        width: 420px;
    }
}

@media (min-width:992px) {
    .home6-local-category-slider .swiper-slide {
        width: 460px;
    }
}

/* Dark mode friendly */
:root[data-bs-theme="dark"] .choose-card {
    background: #0b1220;
    border-color: rgba(255, 255, 255, .08);
    box-shadow: none;
}

:root[data-bs-theme="dark"] .choose-card:hover {
    border-color: #1e3a8a;
}

:root[data-bs-theme="dark"] .smallHeading a {
    color: #e5e7eb;
}

:root[data-bs-theme="dark"] .smallHeading p strong {
    color: #cbd5e1;
}

:root[data-bs-theme="dark"] .icon-content .content strong {
    color: #e5e7eb;
}

:root[data-bs-theme="dark"] .icon-content .content span {
    color: #94a3b8;
}

:root[data-bs-theme="dark"] .sent-btn a {
    background: #101a2f;
    border-color: #0b1a3d;
    color: #8ab4ff;
}

:root[data-bs-theme="dark"] .badge-tag {
    background: #0d1526;
    border-color: #1f2a44;
    color: #cbd5e1;
}


/* ============================================ Top Locality Section ============================================== */


/* ============================================ Counter Section ============================================== */
.why-choose-area {
    background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
    background-size: 400% 400%;
    animation: gradientBG 12s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.premium-card {
    border-radius: 20px;
    background: white;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.premium-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.premium-card .icon img {
    width: 65px;
    filter: brightness(1) invert(0) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
    transition: transform 0.3s, filter 0.3s;
}

.premium-card:hover .icon img {
    transform: scale(1.15) rotate(5deg);
    filter: brightness(1.2) drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
}

.counter-card h3 {
    letter-spacing: 1px;
}

/* ============================================ Counter Section ============================================== */

/* ============================================ Testimonial Section ============================================== */

/* Premium Testimonial Section */
.home2-testimonial-section {
    background: linear-gradient(135deg, #f8f9fb, #ffffff);
    padding: 40px 0px;
    position: relative;
}

.section-title-2 h2.premium-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title-2 h2.premium-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.section-title-2 p.premium-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-top: 10px;
}

/* Testimonial Card */
.feedback-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.feedback-card::before {
    content: "“";
    font-size: 90px;
    color: rgb(224 176 27 / 30%);
    position: absolute;
    top: 25px;
    left: 5px;
    font-family: serif;
    z-index: 0;
}

.feedback-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    border-color: #dda701;
}

.feedback-text {
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
    color: #444;
    position: relative;
    z-index: 1;
}

.author-name h6 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #222;
}

.author-name .author-role {
    font-size: 0.9rem;
    color: #777;
}

/* Star Rating */
.star ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.star li i {
    font-size: 1.2rem;
    color: #dda701;
}

/* Trust Badge */
.trust-badge {
    font-size: 0.85rem;
    font-weight: 500;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Slider Controls */
.slider-btn-pagination {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    transform: scale(1.1);
}

.pagination8 {
    display: flex;
    gap: 8px;
}

.pagination8 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.pagination8 .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    transform: scale(1.3);
}

/* ============================================ Testimonial Section ============================================== */


/* ============================================ Client Section ============================================== */

.trusted-partner-section .sub-title h6 {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 28px;
    line-height: 20px;
    color: var(--title-color);
    margin-bottom: 0;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 5;
    position: relative;
    white-space: nowrap;
    padding: 0 20px 0 0;
}

.trusted-partner-section .sub-title .dash {
    display: block;
    width: 100%;
    height: 2px;
    margin: 10px auto 0;
    border-radius: 3px;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
}

/* ============================================ Client Section ============================================== */


/* ============================================ Blog Section ============================================== */

.news-heading {
    font-size: 32px !important;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
}

/* Premium underline bar */
.heading-underline {
    width: 80px;
    height: 4px;
    margin: 0 auto 15px;
    border-radius: 2px;
    background: linear-gradient(90deg, #c9a957, #e7d6a2 60%, #c9a957);
}

/* Subtitle */
.news-subtitle {
    font-size: 16px;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

.news-section .news-card {
    background: #fff;
    border: 1px solid #efb93f;
    border-radius: 5px;
    padding: 10px;
}

.news-section .news-card .content>h6 {
    margin-bottom: 0;
    border-bottom: 1px solid #efb93f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-section .news-card .content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/* ============================================ Blog Section ============================================== */




/* ============================================ About Page  Section ============================================== */

@media (max-width: 1399px) {
    .inner-page-banner .inner-banner-wrapper {
        padding: 0 3%;
    }
}

.inner-page-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../assets/img/inner-page/inner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.inner-page-banner .banner-content h1 {
    font-family: var(--font-montserrat);
    font-weight: 700;
    font-size: 30px;
    color: var(--white-color);
    margin-bottom: 20px;
    line-height: 1.2;
    margin-bottom: 0;
}

.how-it-work-section {
    background: #faf8fb;
    padding: 40px 0;
}

.home5-why-neckle-area .neckle-content ul .single-feature .feature-icon svg {
    fill: black;
    transition: .35s;
}

.home5-why-neckle-area .neckle-content ul .single-feature .feature-icon {
    min-width: 59px;
    max-width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(201, 169, 87, .45);
    background: linear-gradient(180deg, #f9f4e6, #e7d6a2);
    position: relative;
    transition: .35s;
}

/* ============================================ About Page  Section ============================================== */

/* ============================================ Contact Page  Section ============================================== */

.contact-page .single-contact {
    border: 1px solid #efb93f;
    border-radius: 10px;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

/* ===== Modern Contact Page ===== */
.contact-page {
    background: linear-gradient(135deg, #f9f9f9, #eef1f6);
    position: relative;
}

/* Section Title */
.section-title h4 {
    font-size: 26px;
    font-weight: 700;
    color: #1b1f24;
    margin-bottom: 30px;
    position: relative;
}

.section-title h4::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c9a957, #e7d6a2);
    margin-top: 8px;
    border-radius: 2px;
}

/* Contact Cards */
.single-contact {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #e5e9f2;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
}

.single-contact:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 169, 87, 0.35);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.single-contact .icon {
    min-width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #f9f4e6, #e7d6a2);
    color: #7a652d;
    font-size: 20px;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.8);
}

.single-contact .content span {
    font-size: 13px;
    color: #6f7782;
}

.single-contact .content h6 a {
    font-size: 18px;
    font-weight: 700;
    color: #1b1f24;
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-contact .content h6 a:hover {
    color: #c9a957;
}

.contact-page .inquiry-form {
    border-radius: 10px;
    background: #eadaab2e;
    padding: 30px;
}

/* Inquiry Form */
.inquiry-form {
    background: rgba(255, 255, 255, 0.9);
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    border: 1px solid #e5e9f2;
    backdrop-filter: blur(6px);
}

.form-inner label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    color: #1b1f24;
}

.form-inner input,
.form-inner textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #d9dee8;
    background: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.form-inner input:focus,
.form-inner textarea:focus {
    border-color: #c9a957;
    box-shadow: 0 0 0 4px rgba(201, 169, 87, 0.15);
    outline: none;
}

.form-inner textarea {
    height: 120px;
    resize: none;
}

/* Button */
.primary-btn3 {
    display: inline-block;
    background: linear-gradient(90deg, #c9a957, #e7d6a2);
    color: #1b1f24;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 24px rgba(201, 169, 87, 0.25);
}

.primary-btn3:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(201, 169, 87, 0.35);
}

/* Responsive */
@media (max-width: 768px) {
    .contact-page {
        padding: 60px 0;
    }

    .inquiry-form {
        padding: 25px;
    }
}

/* ============================================ Contact Page  Section ============================================== */


/* ============================================ Blog Page  Section ============================================== */

.blog-standard-page .news-card2 {
    background: #fff;
    border: 1px solid #efb93f;
    border-radius: 5px;
    padding: 10px;
}

.blog-standard-page .news-card2 .content .news-btm {
    border-top: 1px solid #efb93f;
    padding-top: 25px;
    gap: 15px;
    flex-wrap: wrap;
}

.blog-details-page .post-thumb {
    position: relative;
    border-radius: 10px;
    border: 1px solid #efb93f;
    padding: 10px;
    margin-bottom: 25px;
}

/* Heading: 2 lines */
.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    /* Adjust based on your design */
    max-height: calc(2 * 1.5em);
    /* Ensure max-height matches line-height */
}

/* Description: 3 lines */
.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    /* Same as heading */
    max-height: calc(3 * 1.5em);
    /* Set for 3 lines */
    position: relative;
    /* Ensures overflow is calculated correctly */
}

.blog-standard-page .news-card2 .content h4 a {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    transition: .35s;
}

.blog-standard-page .news-card2 .content p {
    color: var(--text-color);
    font-family: var(--font-open-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
}

.blog-standard-page .news-card2 .content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.blog-standard-page .news-card2 .content .news-btm {
    border-top: 1px solid #efb93f;
    padding-top: 10px;
    gap: 15px;
    flex-wrap: wrap;
}

.blog-sidebar .single-widgets {
    background-color: #eadaab2e;
    padding: 30px 24px;
    border-radius: 5px;
}

/* ============================================ Blog Page  Section ============================================== */

/* ============================================ Property Listing Page ============================================== */

/* ===== Card base ===== */
.list-grid-product-wrap .item {
    height: 100%;
}

.product-card .product-content .features::after {
    content: "";
    background-color: #eee;
    position: absolute;
    left: 50%;
    height: 1px;
    width: 100%;
    bottom: 0;
    transform: translateX(-50%);
}

.list-grid-product-wrap .product-card {
    height: 100%;
}

.product-card .product-content {
    padding: 15px;
    padding-top: 15px;
}

/* ===== List layout (desktop/tablet) ===== */
.list-group-wrapper .item .product-card .top-section {
    display: flex;
    align-items: stretch;
    /* image & content ki height sync */
    gap: 18px;
}

.product-card .product-content .content-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

/* Image block */
.list-group-wrapper .item .product-card .product-img {
    flex: 0 0 38%;
    /* ~2/5 width image */
    max-width: 38%;
    border-radius: 12px;
    overflow: hidden;
}

.list-group-wrapper .item .product-card .product-img img {
    width: 100%;
    height: 220px;
    /* consistent height */
    object-fit: cover;
    /* crop nicely */
    display: block;
}

/* Content block */
.list-group-wrapper .item .product-card .product-content {
    flex: 1 1 auto;
    padding: 6px 8px 0 0;
    /* tight padding */
}

/* Features line-wrap better */
.list-group-wrapper .item .product-card .features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 10px;
}

/* Footer: author + actions */
.footer-content {
    margin-top: 12px;
    background: #f1f7ff;
    /* subtle */
    border-radius: 12px;
    padding: 12px 14px;
}

.footer-content .row {
    align-items: center;
}

.footer-content .posted-by {
    display: inline-block;
    line-height: 1.25;
}

/* ===== Icon buttons (WhatsApp / Call) ===== */
.footer-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.icon-btn {
    height: 40px;
    width: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #30b24a;
    /* default green border */
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.icon-btn:hover {
    transform: translateY(-1px);
    background: #f6fff8;
}

.icon-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

/* WhatsApp (slightly different border) */
.icon-btn.whatsapp {
    border-color: #25D366;
}

/* ===== Responsive ===== */

/* md and below: stack vertically */
@media (max-width: 991.98px) {
    .list-group-wrapper .item .product-card .top-section {
        flex-direction: column;
        gap: 12px;
    }

    .list-group-wrapper .item .product-card .product-img {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .list-group-wrapper .item .product-card .product-img img {
        height: 220px;
    }
}

/* sm and below: tighter paddings & smaller icons */
@media (max-width: 575.98px) {
    .list-group-wrapper .item .product-card .product-content {
        padding: 0 2px;
    }

    .icon-btn {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .icon-btn img {
        width: 18px;
        height: 18px;
    }

    .footer-content {
        padding: 10px 12px;
    }
}

/* very small devices */
@media (max-width: 399.98px) {
    .footer-content .posted-by {
        font-size: 12px;
    }
}

/* ============================================ Property Listing Page ============================================== */


/* ============================================ Property Deatils Page ============================================== */
.poperty-details-pages .single-item .overview-content {
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
    border: none;
    padding: 0px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.feature-card {
    background: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.feature-card i {
    color: #28a745;
    font-size: 18px;
}

.feature-card:hover {
    background: #f7f9ff;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Card shell */
.property-details-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    border: 1px solid #e8eaf1;
}

/* Property Header Modern Look */
.property-header {
    margin-bottom: 20px;
}

/* Price line */
.price-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.price-line .price {
    font-size: 25px;
    font-weight: 600;
    color: #1f2937;
    letter-spacing: -0.5px;
}

.price-line .deal-badge {
    padding: 0px 25px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff9db, #fde68a);
    border: 1px solid #facc15;
    color: #7c6212;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, .8), 0 2px 6px rgba(0, 0, 0, .08);
    text-transform: uppercase;
}

/* Title */
.property-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #111827;
}

/* Meta row */
.meta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 14px 0;
    border-top: 1px dashed #e5e7eb;
    border-bottom: 1px dashed #e5e7eb;
    margin-bottom: 18px;
}

/* Location & category pills */
.meta-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #4b5563;
    text-decoration: none;
    transition: color .2s ease;
}

.meta-link i {
    color: #dac281;
    font-size: 1.1rem;
}

.meta-link:hover {
    color: #111827;
}

.pill {
    font-size: .8rem;
    font-weight: 700;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #e5e7eb;
    color: #1f2937;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, .7);
    transition: all .2s ease;
}

.pill:hover {
    background: #e0f2fe;
    border-color: #bae6fd;
    color: #0369a1;
}

/* Chips (Beds/Baths/Area) */
.features.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 14px;
    padding-left: 0px;
}

.features.chips li {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: .45rem .7rem;
    border: 1px solid #e8eaf1;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    font-weight: 600;
    color: #1f2937;
}

.features.chips img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* Rich text */
.richtext p {
    color: #334155;
    line-height: 1.75;
    margin: .5rem 0;
}

.richtext p+p {
    margin-top: .8rem;
}

/* Amenities grid tiles */
.property-feature-grid .poperty-feature {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.most-search-area .slider-btn svg {
    fill: black;
    transition: .35s;
}

@media (min-width: 992px) {
    .property-feature-grid .poperty-feature {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.feature-tile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e8eaf1;
    border-radius: 14px;
    background: #f6f7fb;

}

.poperty-details-pages .single-item .poperty-feature li {
    margin-bottom: 0px;
}

.feature-tile .icon img {
    width: 28px;
    height: 28px;
}

.feature-tile h6 {
    margin: 0;
    font-weight: 800;
    color: #111827;
}

.feature-tile span {
    display: block;
    color: #6b7280;
    font-weight: 600;
}

/* Facilities grid as cards */
.facility-grid.fancy {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    border: 0;
    padding: 0;
    margin: 0;
}

.poperty-details-pages .poperty-details-sb .booking-form {
    border-radius: 10px;
    background: #eadaab2e;
    padding: 30px;
}

.poperty-details-pages .poperty-details-sb .recent-project-wrap {
    background-color: #f9f4e9;
    padding: 30px 40px;
    border-radius: 10px;
}

.most-search-area {
    background: #eadaab2e;
}

.facility-card {
    list-style: none;
    background: linear-gradient(180deg, #fff, #f8fbff);
    border: 1px solid #e8eaf1;
    border-radius: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .04);
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    overflow: hidden;
}

.facility-card::before {
    /* gradient border glow on hover */
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    background: conic-gradient(from 180deg at 50% 50%, #c7dbff, #ffe8b5, #c7dbff);
    filter: blur(14px);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 0;
}

.facility-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .10);
    border-color: #dbe6ff;
}

.facility-card:hover::before {
    opacity: .35;
}

.facility-card .label {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.facility-card .label i {
    color: #3b82f6;
}

.facility-card .label span {
    font-weight: 700;
    color: #0f172a;
}

.distance-badge {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: .35rem .6rem;
    font-weight: 800;
    font-size: .85rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #eef4ff, #fff);
    border: 1px solid #e5ecff;
    color: #1f2b4d;
    box-shadow: inset 0 1px 0 #fff, 0 3px 8px rgba(0, 0, 0, .06);
    transform: translateY(0);
    transition: transform .18s ease;
}

.facility-card:hover .distance-badge {
    transform: translateY(-1px);
}

/* Video block */
.property-video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #000;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

.property-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .35));
}

.property-video .play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.property-video .play i {
    display: inline-grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: radial-gradient(70% 70% at 50% 50%, #ffffff 0%, #ffeab6 100%);
    color: #1f2937;
    font-size: 34px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .2), inset 0 1px 2px rgba(255, 255, 255, .7);
    transition: transform .15s ease, box-shadow .15s ease;
}

.property-video .play:hover i {
    transform: scale(1.05);
    box-shadow: 0 16px 28px rgba(0, 0, 0, .28), inset 0 1px 2px rgba(255, 255, 255, .85);
}

/* Section titles */
.single-item .title h5 {
    font-weight: 900;
    letter-spacing: .2px;
    color: #0f172a;
}

/* Spacing niceties */
.single-item+.single-item {
    border-top: 1px dashed #e8eaf1;
    padding-top: 22px;
}

/* Small screens */
@media (max-width: 575.98px) {
    .property-details-card {
        border-radius: 14px;
        padding: 20px !important;
    }

    .property-header .price {
        font-size: 26px;
    }
}

/* ============================================ Property Deatils Page ============================================== */