
.banner {
    position: relative;
    padding-top: var(--header-height);
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}

.content-row {
    margin-bottom: calc(var(--base-font-size) * 3);
}

.content-row__media {
    overflow: hidden;
    min-width: 0;
}

.content-row img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.leftshift,
.rightshift {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.content-row__media img,
.about-sec__content-media img,
.opportunity-sec__media img,
.plots-centre__media img,
.plots-layout__media img,
.res-amenities__media img,
.home-amenities__media img,
.home-amenities-tab__media img,
.find-sec__media img,
.plan-image-box img {
    transition: transform 0.4s ease;
}

.content-row__media:hover img,
.about-sec__content-media:hover img,
.opportunity-sec__media:hover img,
.plots-centre__media:hover img,
.plots-layout__media:hover img,
.res-amenities__media:hover img,
.home-amenities__media:hover img,
.home-amenities-tab__media:hover img,
.find-sec__media:hover img,
.plan-image-box:hover img {
    transform: scale(1.05);
}

.content-row .content-center-y {
    padding-right: 40px;
}

.content-row.reverse .content-center-y {
    padding: 0 40px;
}

/* Sticky white nav — CSS sticky only (stays in document flow) */
.white_nav {
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 12px 13px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 900;
}

.white_navmain {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
}

.white_nav__picker {
    display: none;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.white_nav__picker-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--prime);
    border-radius: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.white_nav__picker-arrow::before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-right: 1.5px solid var(--prime);
    border-bottom: 1.5px solid var(--prime);
    transform: rotate(-135deg);
    margin-top: 0.15rem;
    transition: transform 0.2s ease, margin-top 0.2s ease;
}

.white_nav__picker[aria-expanded="true"] .white_nav__picker-arrow::before {
    transform: rotate(45deg);
    margin-top: -0.1rem;
}

.white_nav__picker-label {
    color: var(--prime);
}

.white_nav__links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.white_nav__links li {
    display: inline-block;
    margin: 0;
}

.white_nav__links a,
.white_nav__sheet-links a {
    text-decoration: none;
    color: #000;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 500;
}

.white_nav__links a.active,
.white_nav__sheet-links a.active {
    color: var(--prime);
}

.white_navmain .floating-btn,
.white_navmain button.floating-btn {
    display: inline-block;
    color: var(--prime);
    border: 1px solid var(--prime);
    padding: 7px 14px;
    white-space: nowrap;
    background: #fff;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}

.white_nav__sheet {
    display: none;
}

.white_nav__sheet:not([hidden]) {
    display: block;
}

/* About */
.about-sec {
    padding-top: calc(1rem + 1vw);
    padding-bottom: 0;
}

.about-sec > .container {
    padding-block: 0;
}

.about-sec__intro {
    max-width: 880px;
    margin: 0 auto calc(var(--base-font-size) * 3.5);
    text-align: center;
}

.about-sec__logo {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0 auto 1.75rem;
    display: block;
}

.about-sec__title {
    margin: 2rem auto 1.25rem;
    color: var(--text);
    font-family: var(--font-body);
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 600;
    line-height: 1.25;
}

.about-sec__heading {
    margin-bottom: 1rem;
}

.about-sec--coming-soon {
    padding-bottom: 3rem;
}

.about-sec--coming-soon .about-sec__intro {
    margin-bottom: 0;
    max-width: 880px;
}

.about-sec__coming-soon,
.about-sec__status {
    margin: 1.75rem 0 0;
    color: var(--heading);
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;
}

.about-sec--plots:not(.about-sec--coming-soon) .about-sec__status {
    margin-top: 1.5rem;
}

.about-sec__cta-wrap {
    margin-top: 1.75rem;
}

.about-sec__cta {
    display: inline-block;
    min-width: 140px;
    padding: 10px 28px;
    color: var(--prime);
    border: 1px solid var(--prime);
    background: #fff;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.about-sec__cta:hover {
    background: rgba(230, 120, 23, 0.06);
}

/* Plots — centre feature (after gallery) */
.plots-centre {
    padding-block: calc(var(--base-font-size) * 3.5) 0;
}

.plots-centre__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.75rem, 4vw, 4rem);
    align-items: center;
}

.plots-centre__media {
    min-width: 0;
    overflow: hidden;
}

.plots-centre__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.plots-centre__content {
    min-width: 0;
    max-width: 28rem;
}

.plots-centre__heading {
    margin: 0 0 1rem;
}

.plots-centre__desc {
    margin: 0 0 1.75rem;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.plots-centre__desc p {
    margin: 0 0 0.5em;
    color: inherit;
    font: inherit;
}

.plots-centre__desc p:last-child {
    margin-bottom: 0;
}

.plots-centre__cta {
    display: inline-block;
    min-width: 140px;
    padding: 10px 28px;
    color: var(--prime);
    border: 1px solid var(--prime);
    background: #fff;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.plots-centre__cta:hover {
    background: rgba(230, 120, 23, 0.06);
}

/* Plots — layout / bigger picture */
.plots-layout {
    padding-block: calc(var(--base-font-size) * 3.5) 0;
}

.plots-layout__intro {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.25rem;
}

.plots-layout__heading {
    margin: 0 0 0.85rem;
}

.plots-layout__desc {
    margin: 0;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.plots-layout__media {
    overflow: hidden;
}

.plots-layout__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 992px) {
    .plots-centre__grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .plots-centre__content {
        max-width: none;
        text-align: center;
    }

    .plots-centre__media img {
        aspect-ratio: 4 / 3;
    }
}

.white_nav--coming-soon .white_navmain {
    justify-content: space-between;
}

.about-sec__desc,
.about-sec__content-desc,
.glance-sec__desc {
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.about-sec__desc p,
.about-sec__content-desc p,
.glance-sec__desc p,
.gallery_title .animate-this p,
.iconic_projects .title .animate-this p,
.note p {
    margin: 0 0 0.5em;
    color: inherit;
    font: inherit;
}

.about-sec__desc p:last-child,
.about-sec__content-desc p:last-child,
.glance-sec__desc p:last-child {
    margin-bottom: 0;
}

.about-sec__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
}

.about-sec__content-heading {
    margin-bottom: 1.1rem;
}

.about-sec__content-desc {
    max-width: 34rem;
}

.about-sec__content-media {
    min-width: 0;
    overflow: hidden;
}

.about-sec__content-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 2px;
}

/* Opportunity */
.opportunity-sec {
    padding-top: calc(var(--base-font-size) * 4);
    padding-bottom: 0;
}

.opportunity-sec > .container {
    padding-bottom: 0;
}

.opportunity-sec__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
}

.opportunity-sec__heading {
    margin-bottom: 1.1rem;
}

.opportunity-sec__desc {
    max-width: 34rem;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.opportunity-sec__desc p {
    margin: 0 0 0.5em;
    color: inherit;
    font: inherit;
}

.opportunity-sec__desc p:last-child {
    margin-bottom: 0;
}

.opportunity-sec__media {
    min-width: 0;
    overflow: hidden;
}

.opportunity-sec__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 2px;
}

/* Glance */
.glance-sec {
    padding: calc(var(--base-font-size) * 2) 0 0;
}

.glance-sec > .container {
    padding-bottom: 0;
}

.glance-sec__intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 0.75rem;
}

.glance-sec__heading {
    margin-bottom: 0.5rem;
}

.glance-sec__bar {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    background: transparent;
    padding: 0;
}

.glance-sec__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    text-align: center;
}

.glance-sec__value {
    color: #6b6b6b;
    font-family: var(--font-ui);
    font-size: clamp(1.35rem, 2vw, 1.5rem);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.4rem;
}

.glance-sec__value .number,
.glance-sec__value .suffix {
    display: inline;
    color: var(--prime);
}

.glance-sec__label {
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.85rem;
    line-height: 1.4;
    font-weight: 500;
}

@media (max-width: 900px) {
    .about-sec__content,
    .opportunity-sec__content {
        grid-template-columns: 1fr;
    }

    .about-sec__content-media,
    .opportunity-sec__media {
        order: -1;
    }

    .glance-sec__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.75rem 1rem;
    }

    .home-amenities__lists {
        column-count: 2;
    }

    .home-amenities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .home-amenities__media img {
        height: 280px;
    }

    .home-amenities-tab__media img {
        max-height: 360px;
    }

    .res-amenities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .res-amenities__media img {
        height: 280px;
    }
}

@media (max-width: 520px) {
    .glance-sec__items {
        grid-template-columns: 1fr;
    }
}

/* Amenities (residential) — category cards + expandable lists */
.res-amenities {
    padding-block: 0;
}

.res-amenities__intro {
    text-align: center;
    margin-bottom: 2.5rem;
}

.res-amenities__heading {
    margin: 0 0 0.85rem;
    color: var(--heading);
}

.res-amenities__desc {
    margin: 0 auto;
    max-width: 46rem;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.65;
}

.res-amenities__desc p {
    margin: 0;
}

.res-amenities__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 4.5rem);
    margin-bottom: 0.5rem;
    text-align: left;
}

.res-amenities__card {
    min-width: 0;
}

.res-amenities__media {
    overflow: hidden;
    margin-bottom: 0.85rem;
}

.res-amenities__media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.res-amenities__title {
    margin: 0;
    text-align: center;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.res-amenities__list {
    margin: 0;
    padding: 1.5rem 0 0;
    list-style: none;
    text-align: left;
    overflow: hidden;
}

.res-amenities__list[hidden] {
    display: none !important;
}

.res-amenities__list li {
    margin-top: 0;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600;
}

.res-amenities__list li + li {
    margin-top: 1rem;
}

.res-amenities__toggle-wrap {
    text-align: center;
    margin-top: 2rem;
}

.res-amenities__toggle {
    cursor: pointer;
    display: inline-block;
    min-width: 120px;
    color: var(--prime);
    border: 1px solid var(--prime);
    padding: 9px 22px;
    background: #fff;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    line-height: 1.2;
}

.res-amenities__toggle:hover {
    background: rgba(230, 120, 23, 0.06);
}

/* Homepage amenities — showcase tabs + overview */
.home-amenities {
    padding-block: 0;
}

.home-amenities-tabs__panels {
    width: 100%;
    overflow: hidden;
}

.home-amenities-tab[hidden] {
    display: none !important;
}

@media (prefers-reduced-motion: no-preference) {
    .home-amenities-tab.is-slide-lft {
        animation: home-amenities-slide-lft 0.55s ease-out;
    }

    .home-amenities-tab.is-slide-rtl {
        animation: home-amenities-slide-rtl 0.55s ease-out;
    }

    .home-amenities .animate-this.lft {
        transform: translateX(-3rem);
    }

    .home-amenities .animate-this.rtl {
        transform: translateX(3rem);
    }
}

@keyframes home-amenities-slide-lft {
    from {
        opacity: 0;
        transform: translateX(-3rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes home-amenities-slide-rtl {
    from {
        opacity: 0;
        transform: translateX(3rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.home-amenities-tab--showcase {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.home-amenities-tab__heading {
    margin: 0 0 1rem;
    color: var(--heading);
}

.home-amenities-tab__desc {
    margin: 0 auto 2.25rem;
    max-width: 56rem;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.65;
}

.home-amenities-tab__media {
    overflow: hidden;
    margin: 0 auto 1rem;
}

.home-amenities-tab__media img {
    width: 100%;
    max-height: 520px;
    height: auto;
    object-fit: cover;
    display: block;
}

.home-amenities-tab__title {
    margin: 0 0 2.5rem;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
}

.home-amenities-tabs__indicator {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 280px;
    margin: 2.5rem auto 0;
    height: 2px;
    background: transparent;
}

.home-amenities-tabs__seg {
    flex: 1 1 0;
    min-width: 0;
    height: 2px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #d9d9d9;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color 0.25s ease;
}

.home-amenities-tabs__seg.is-active {
    background: var(--prime);
}

.home-amenities-tabs__seg:focus-visible {
    outline: 2px solid var(--prime);
    outline-offset: 4px;
}

.home-amenities__intro {
    text-align: center;
    margin-bottom: 2.5rem;
}

.home-amenities__heading {
    margin: 0;
}

.home-amenities__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 4.5rem);
    margin-bottom: 0.5rem;
}

.home-amenities__card {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
    min-width: 0;
}

.home-amenities__media {
    overflow: hidden;
    margin-bottom: 0.85rem;
}

.home-amenities__media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.home-amenities__caption {
    margin: 0;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.home-amenities__lists {
    margin-top: 0;
    padding-top: 2.75rem;
    column-count: 3;
    column-gap: clamp(1.5rem, 4vw, 4rem);
    overflow: hidden;
}

.home-amenities__lists[hidden] {
    display: none !important;
}

.home-amenities__category {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin: 0 0 2rem;
}

.home-amenities__category-title {
    margin: 0 0 0.85rem;
    color: var(--heading);
    font-family: var(--font-display, var(--font-heading));
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;
}

.home-amenities__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-amenities__category-list li {
    position: relative;
    padding-left: 1rem;
    margin: 0 0 0.55rem;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.home-amenities__category-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
}

.home-amenities__toggle-wrap {
    text-align: center;
    margin-top: 2rem;
}

.home-amenities__toggle {
    cursor: pointer;
    display: inline-block;
    min-width: 120px;
    color: var(--prime);
    border: 1px solid var(--prime);
    padding: 9px 22px;
    background: #fff;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    line-height: 1.2;
}

.home-amenities__toggle:hover {
    background: rgba(230, 120, 23, 0.06);
}

/* Find section */
.find-sec {
    padding-block: 0;
}

.find-sec__intro {
    text-align: center;
    margin-bottom: 2.75rem;
}

.find-sec__heading {
    margin: 0;
}

.find-sec__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: start;
}

.find-sec__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
}

.find-sec__desc {
    margin: 0 0 1.25rem;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.find-sec__media {
    width: 100%;
    max-width: 548px;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    aspect-ratio: 548 / 375;
}

.find-sec__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.find-sec__btn {
    display: inline-block;
    min-width: 150px;
    padding: 9px 22px;
    border: 1px solid var(--prime);
    color: var(--prime);
    background: #fff;
    text-decoration: none;
    font-family: var(--font-ui);
    font-size: 0.95rem;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.find-sec__btn:hover {
    background: rgba(230, 120, 23, 0.06);
}

.find-sec__btn--static {
    cursor: default;
}

@media (max-width: 900px) {
    .find-sec__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

/* Location */
.map-main {
    display: flex;
    gap: 30px;
}

.map-left {
    width: 40%;
}

.map-right {
    width: 60%;
}

.map-link {
    margin-top: 20px;
}

.map-link a {
    display: inline-block;
    color: var(--prime);
    border: 1px solid var(--prime);
    padding: 10px 20px 12px;
}

.map_list {
    max-width: 500px;
    margin-left: auto;
}

.map_box {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.map_box span {
    font-size: 14px;
}

.map_box span:first-child {
    font-family: var(--font-body);
    color: var(--muted);
    font-weight: 600;
    font-size: 13px;
    line-height: 1.6;
}

.view-link {
    max-width: 500px;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 20px;
}

.view-link a {
    display: inline-block;
    color: var(--prime);
    border: 1px solid var(--prime);
    padding: 7px 15px 9px;
}

.note {
    max-width: 500px;
    margin-left: auto;
}

.hidden-item {
    display: none;
}

/* Plans */
.plans-wrap {
    display: flex;
    gap: 20px;
}

.plans-left,
.plans-right {
    width: 50%;
}

.plans-left h2 {
    margin-bottom: 5px;
}

.plans-btns {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.plan-tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid var(--border);
}

.plan-tabs li {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    margin-bottom: 4px;
    color: var(--dark-text);
    font-weight: 600;
}

.plan-tabs li.active {
    color: var(--prime);
}

.plan-tabs li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: var(--prime);
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.plan-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.plan-image-box {
    border: 1px solid var(--border);
    overflow: hidden;
}

.plan-image-box img {
    width: 100%;
    display: block;
    filter: blur(1.5px);
    transition: transform 0.4s ease, filter 0.4s ease;
    cursor: pointer;
}

/* Gallery — per slide: title → image → caption below → progress dots */
.gallery_title {
    margin: 0 auto 1.75rem;
    max-width: 720px;
    text-align: center;
}

.gallery_title .h2 {
    margin-bottom: 0;
}

.gallery_title__desc {
    margin: 0.85rem 0 0;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.65;
}

.gallery-item__title {
    margin: 0 0 1.75rem;
}

.custom-gallery-section {
    /* padding-top: calc(var(--base-font-size) * 4); */
    padding-bottom: 0;
}

.site-main--plots .custom-gallery-section {
    padding-top: 0;
}

.custom-gallery-section .container {
    padding-bottom: 0;
}

.gallery-slider .owl-stage-outer {
    margin-bottom: 0;
}

.gallery-item-wrap {
    position: relative;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-slider .item img,
.gallery-item img {
    width: 100%;
    height: 595px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item__caption {
    max-width: none;
    width: 100%;
    margin: 1.35rem 0 0;
    padding: 0;
    text-align: center;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.gallery-slider .owl-nav {
    max-width: 100%;
    margin: 0 auto;
}

.gallery-slider button.owl-prev,
.gallery-slider button.owl-next {
    position: absolute;
    top: min(50%, 320px);
    transform: translateY(-50%);
    font-size: 33px !important;
    color: var(--heading) !important;
    background: transparent !important;
}

.gallery-slider button.owl-prev {
    left: -20px;
}

.gallery-slider button.owl-next {
    right: -20px;
}

.gallery-slider button.owl-prev span,
.gallery-slider button.owl-next span {
    font-family: var(--font-body);
    font-size: 20px;
}

.gallery-slider .owl-dots {
    margin: 1.5rem auto 0;
    padding: 0;
    width: 100%;
    max-width: 280px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.gallery-slider .owl-dots .owl-dot {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3px;
    margin: 0;
    padding: 10px 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.gallery-slider .owl-dots .owl-dot span {
    width: 100%;
    height: 1px;
    margin: 0;
    border-radius: 0;
    background: var(--border);
    display: block;
    transition: height 0.25s ease, background-color 0.25s ease;
}

.gallery-slider .owl-dots .owl-dot.active span,
.gallery-slider .owl-dots .owl-dot:hover span {
    height: 3px;
    background: var(--soft-orange, var(--prime));
}

/* RERA */
.rera_main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rera_main img {
    width: 100px;
    flex-shrink: 0;
}

.rera_main .desc {
    font-size: 13px;
    color: var(--muted);
}

.rera_main .desc a {
    color: var(--prime);
}

/* Responsive */
@media (max-width: 992px) {
    .map-main {
        flex-wrap: wrap;
    }

    .map-left,
    .map-right {
        width: 100%;
        max-width: 100%;
    }

    .map_list,
    .note,
    .view-link {
        max-width: 100%;
        margin-left: 0;
    }

    .res-amenities__grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .res-amenities__media img {
        height: 320px;
    }

    .home-amenities__lists {
        column-count: 1;
        margin-top: 0;
        padding-top: 2rem;
    }

    .home-amenities__grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .home-amenities__media img {
        height: 320px;
    }

    .home-amenities-tab__media img {
        max-height: 260px;
    }

    .home-amenities-tab__desc {
        margin-bottom: 1.5rem;
    }

    .home-amenities-tab__title {
        margin-bottom: 2rem;
    }

    .plans-wrap {
        flex-wrap: wrap;
    }

    .plans-left,
    .plans-right {
        width: 100%;
    }

    .content-row .content-center-y,
    .content-row.reverse .content-center-y {
        padding: 0;
    }

    .gallery-slider .item img {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .gallery-slider .item img {
        height: 260px;
    }

    .plan-gallery {
        grid-template-columns: 1fr;
    }

    /* Bottom fixed section bar (residential / plots) */
    .white_nav {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 0 calc(10px + env(safe-area-inset-bottom, 0px));
        box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.08);
        z-index: 920;
    }

    body:has(#whiteNav) {
        padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
    }

    .white_nav > .container {
        position: relative;
        z-index: 2;
        padding-inline: 0;
        max-width: none;
        background: #fff;
    }

    .white_navmain {
        margin: 0 16px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .white_nav__picker {
        display: inline-flex;
    }

    .white_nav__links {
        display: none;
    }

    .white_navmain .floating-btn {
        margin-left: auto;
        flex-shrink: 0;
    }

    .white_nav__sheet {
        position: fixed;
        inset: 0;
        z-index: 1;
        pointer-events: none;
    }

    .white_nav__sheet:not([hidden]) {
        pointer-events: auto;
    }

    .white_nav__backdrop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: calc(50px + env(safe-area-inset-bottom, 0px));
        background: rgba(12, 13, 12, 0.45);
        opacity: 0;
        transition: opacity 0.25s ease;
    }

    .white_nav__sheet.is-open .white_nav__backdrop {
        opacity: 1;
    }

    .white_nav__panel {
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(50px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.12);
        padding: 0.85rem 0 0.5rem;
        transform: translateY(110%);
        transition: transform 0.28s ease;
        max-height: min(70vh, 420px);
        overflow-y: auto;
    }

    .white_nav__sheet.is-open .white_nav__panel {
        transform: translateY(0);
    }

    .white_nav__sheet-links {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .white_nav__sheet-links li {
        margin: 0;
        border-bottom: 1px solid var(--border);
    }

    .white_nav__sheet-links li:last-child {
        border-bottom: 0;
    }

    .white_nav__sheet-links a {
        display: block;
        padding: 0.95rem 1.25rem;
        font-size: 0.95rem;
        font-weight: 500;
    }

    .white_nav__sheet-links a.active {
        font-weight: 600;
    }
}

@media (max-width: 476px) {
    .white_navmain {
        margin: 0 2rem;
    }

    .content-row {
        margin-bottom: calc(var(--base-font-size) * 2);
    }

    .map-main,
    .plans-wrap {
        gap: 1.25rem;
    }

    .map_box {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 8.5rem;
        gap: 0.75rem;
        align-items: start;
    }

    .map_box span:last-child {
        text-align: right;
        justify-self: end;
        width: 100%;
    }
}
