@font-face {
    font-family: CosiTimes;
    src: url("../font/CosiTimes-Bold/CosiTimes-Bold.ttf");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: HankenGrotesk;
    src: url("../font/Hanken_Grotesk/static/HankenGrotesk-Regular.ttf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: HankenGrotesk;
    src: url("../font/Hanken_Grotesk/static/HankenGrotesk-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: HankenGrotesk;
    src: url("../font/Hanken_Grotesk/static/HankenGrotesk-Light.ttf");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: CormorantGaramond;
    src: url("../font/CormorantGaramond/CormorantGaramond-Regular.woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: CormorantGaramond;
    src: url("../font/CormorantGaramond/CormorantGaramond-Medium.woff2");
    font-weight: 500;
    font-display: swap;
}

:root {
    --bm-dark: #14120e;
    --bm-dark-2: #1b1812;
    --bm-cream: #f6f1e8;
    --bm-taupe: #efe8db;
    --bm-gold: #af7b65;
    --bm-gold-dark: #b8894a;
    --bm-text-dark: #221f1a;
    --bm-text-muted: #8a8378;
    --font-display: CormorantGaramond;
    --font-body: 'HankenGrotesk', sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--bm-text-dark);
    font-weight: 300;
    overflow-x: hidden;
}

a {
    transition: 0.25s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.bm-radius {
    border-radius: 4px;
}

.bm-cover-img {
    object-fit: cover;
}

.bm-btn-gold {
    background: var(--bm-gold);
    color: rgb(255, 255, 255);
    border-radius: 2px;
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.85rem 1.9rem;
    font-weight: 500;
    border: 1px solid var(--bm-gold);
}

.bm-btn-gold:hover {
    background: transparent;
    color: var(--bm-gold);
}

.bm-btn-dark {
    background: var(--bm-dark);
    color: rgb(255, 255, 255);
    border-radius: 2px;
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.85rem 1.9rem;
    font-weight: 500;
    border: 1px solid var(--bm-dark);
}

.bm-btn-dark:hover {
    background: transparent;
    color: var(--bm-dark);
}

.bm-eyebrow {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--bm-gold-dark);
    margin-bottom: 0.9rem;
    font-weight: 500;
}

.bm-eyebrow-light {
    color: var(--bm-gold);
}

.bm-h2 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: var(--bm-text-dark);
    /* text-transform: uppercase; */
}

#about .bm-h2 span {
    display: block;
    color: rgb(175, 123, 101);
}

.bm-h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25;
    text-transform: uppercase;
}

.text-white .bm-h2, h2.bm-h2.text-white {
    color: rgb(255, 255, 255);
}

.bm-body-text {
    color: rgb(69, 69, 69);
    font-size: 16px;
    line-height: 1.8;
    /* max-width: 480px; */
    text-align: justify;
}

.bm-gold-text {
    color: var(--bm-gold);
}

.bm-navbar {
    background: rgba(20, 18, 14, 0);
    padding: 1.1rem 0px;
    transition: 0.3s;
}

.bm-navbar.bm-scrolled {
    background: rgb(38, 20, 28);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 20px;
    padding: 0.7rem 0px;
}

.bm-brand {
    font-family: var(--font-display);
    color: var(--bm-gold);
    font-size: 1.35rem;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.05;
    display: flex;
    flex-direction: column;
}

.bm-brand span {
    color: rgb(255, 255, 255);
}

.bm-brand small {
    font-family: var(--font-body);
    font-size: 0.5rem;
    letter-spacing: 2px;
    color: rgb(201, 194, 179);
    font-weight: 400;
}

.bm-nav-links .nav-link {
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    color: rgb(242, 237, 226) !important;
    padding: 0.5rem 1rem !important;
}

.bm-nav-links .nav-item.active .nav-link {
    color: var(--bm-gold) !important;
}

.bm-nav-links .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.15rem;
    height: 1px;
    background: var(--bm-gold);
}

.bm-hero {
    height: 100vh;
    background: linear-gradient(rgba(10, 12, 20, 0.55) 0%, rgba(10, 12, 20, 0.35) 40%, rgba(10, 12, 20, 0.85) 100%), url("../images/banner.webp") center center / cover no-repeat;
    position: relative;
    padding-bottom: 6rem;
}

.bm-hero-inner {
    position: relative;
    z-index: 2;
}

.bm-hero-title {
    font-family: var(--font-display);
    color: rgb(248, 245, 238);
    font-size: 48px;
    font-weight: 500;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.bm-hero-sub {
    color: rgb(231, 224, 208);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
}

.bm-scroll-down {
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
    z-index: 2;
    color: rgb(238, 238, 238);
    align-items: center;
    flex-direction: column;
}

.bm-scroll-pill {
    width: 22px;
    height: 36px;
    border: 1px solid rgb(207, 202, 189);
    border-radius: 20px;
    margin-bottom: 0.6rem;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.bm-scroll-pill span {
    width: 3px;
    height: 8px;
    background: var(--bm-gold);
    border-radius: 3px;
    animation: 1.6s ease 0s infinite normal none running bmscroll;
}

@keyframes bmscroll {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.bm-scroll-down small {
    font-size: 0.6rem;
    letter-spacing: 2px;
}

.bm-hero-stat-card {
    position: absolute;
    right: 2.5rem;
    bottom: 6.5rem;
    z-index: 2;
    background: rgba(20, 18, 14, 0.72);
    backdrop-filter: blur(4px);
    padding: 1.6rem 2rem;
    width: 240px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.bm-stat {
    padding: 0.7rem 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.bm-stat:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.bm-stat h4 {
    color: var(--bm-gold);
    font-family: var(--font-display);
    font-size: 24px;
    margin-bottom: 0.15rem;
}

.bm-stat span {
    color: rgb(207, 202, 187);
    font-size: 15px;
    letter-spacing: 0.5px;
}

.bm-section {
    padding: 6rem 0px;
}

.bm-cream {
    background: var(--bm-cream);
}

.bm-taupe {
    background: var(--bm-taupe);
}

.bm-dark {
    background: rgb(38, 20, 28);
}

.bm-about-img-wrap {
    position: relative;
}

.bm-play-btn {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    background: rgba(20, 18, 14, 0.75);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 1.2rem;
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bm-play-btn i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--bm-gold);
    color: var(--bm-gold);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-stat-row {
    border-top: 1px solid rgb(221, 213, 196);
    padding-top: 1.5rem;
}

.bm-stat-block h3 {
    font-family: var(--font-display);
    font-size: 1.9rem;
    color: var(--bm-text-dark);
    margin-bottom: 0.15rem;
}

.bm-stat-block span {
    font-size: 0.68rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--bm-text-muted);
}

.bm-feature {
}

.bm-feature i {
    color: var(--bm-gold);
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    display: block;
}

.bm-feature h5 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.bm-feature p {
    color: rgb(227, 224, 217);
    font-size: 15px;
    line-height: 1.5;
}

.bm-feature img {
    filter: invert(1);
    width: 45px;
    margin-bottom: 15px;
}

.bm-masterplan {
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bm-masterplan-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bm-masterplan-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(15, 14, 10, 0.82) 0%, rgba(15, 14, 10, 0.35) 45%, rgba(15, 14, 10, 0.05) 100%);
}

.bm-masterplan-text {
    position: relative;
    z-index: 2;
    padding: 5rem 0px;
}

.bm-mp-controls {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    z-index: 2;
    flex-direction: column;
    background: rgba(15, 14, 10, 0.75);
}

.bm-mp-controls button {
    background: none;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.15);
    border-image: none;
    color: rgb(255, 255, 255);
    padding: 0.8rem 1.1rem;
}

.bm-mp-controls button:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.bm-compass {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--bm-dark);
    font-size: 0.65rem;
    font-weight: 600;
}

.bm-compass i {
    font-size: 0.75rem;
    margin-bottom: -2px;
}

.bm-tabs .nav-link {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    color: rgb(85, 85, 85);
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 40px;
    margin: 0px 8px;
    background: rgb(245, 245, 245);
    transition: 0.3s;
}

.bm-tabs .nav-link.active {
    background: rgb(182, 140, 69);
    color: rgb(255, 255, 255);
}

.bm-tabs .nav-link:hover {
    background: rgb(182, 140, 69);
    color: rgb(255, 255, 255);
}

.bm-plan-card {
    background: rgb(255, 255, 255);
    padding: 35px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 25px;
}

.mrgntop {
    margin-top: 35px;
    margin-bottom: 35px;
    height: 400px;
}

.bm-bhk-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.bm-bhk-tab {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(228, 221, 205);
    text-align: left;
    padding: 0.85rem 1.2rem;
    font-size: 18px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--bm-text-dark);
}

.bm-bhk-tab.active {
    background: var(--bm-taupe);
    border-color: var(--bm-gold);
    color: var(--bm-gold-dark);
    font-weight: 500;
}

.bm-bhk-tab i {
    font-size: 0.7rem;
    color: var(--bm-gold);
}

.bm-plan-card {
    background: rgb(255, 255, 255);
    padding: 2rem;
    border: 1px solid rgb(233, 226, 210);
}

.bm-plan-card h4 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}

.bm-plan-meta strong {
    display: block;
    font-size: 21px;
    color: var(--bm-text-dark);
}

.bm-meta-label {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--bm-text-muted);
}

.bm-plan-tags li {
    font-size: 15px;
    margin-bottom: 0.6rem;
    color: var(--bm-text-muted);
}

.bm-plan-tags i {
    width: 20px;
    color: var(--bm-gold);
}

.bm-plan-btns .btn {
    font-size: 0.65rem;
    padding: 0.75rem 0.6rem;
}

.bm-amenity-row {
    margin: 0px -8px;
}

.bm-amenity-col {
    padding: 0px 8px;
    margin-bottom: 1rem;
}

.bm-amenity-card {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    height: 260px;
}

.bm-amenity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.bm-amenity-card:hover img {
    transform: scale(1.08);
}

.bm-amenity-tag {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
    color: rgb(255, 255, 255);
    font-size: 0.68rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1.4rem 0.9rem 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bm-amenity-tag i {
    color: var(--bm-gold);
}

.bm-artliving {
    min-height: 420px;
}

.bm-artliving-overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(0deg, rgba(10, 9, 7, 0.85), rgba(10, 9, 7, 0.35));
}

.bm-artliving-text {
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
    z-index: 2;
    max-width: 340px;
}

.bm-gallery-intro {
    padding: 3rem 2.5rem;
    background: var(--bm-cream);
}

.bm-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2px;
    min-height: 420px;
}

.bm-gallery-grid img {
    width: 100%;
    object-fit: cover;
}

.bm-gallery-grid img:first-child {
    grid-row: 1 / 3;
}

.bm-loc-item {
    text-align: center;
    margin-bottom: 1.5rem;
}

.bm-loc-item i {
    color: var(--bm-gold);
    font-size: 1.3rem;
    display: block;
    margin-bottom: 0.5rem;
}

.bm-loc-item strong {
    display: block;
    font-size: 18px;
}

.bm-loc-item span {
    font-size: 15px;
    color: rgb(22, 21, 19);
    letter-spacing: 0.3px;
}

.bm-map-wrap {
    position: relative;
}

.bm-map-pin {
    position: absolute;
    top: 42%;
    left: 48%;
    transform: translate(-50%, -100%);
    background: var(--bm-dark);
    color: rgb(255, 255, 255);
    padding: 0.6rem 1rem;
    font-family: var(--font-display);
    font-size: 0.85rem;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
}

.bm-map-pin i {
    color: var(--bm-gold);
    margin-bottom: 2px;
}

.bm-map-pin small {
    font-family: var(--font-body);
    font-size: 0.5rem;
    letter-spacing: 1px;
    color: rgb(207, 202, 187);
}

.bm-input {
    background: transparent;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(74, 70, 60);
    border-image: none;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    padding: 0.9rem 0.2rem;
    font-size: 0.9rem;
}

.bm-input::placeholder {
    color: rgb(161, 154, 137);
}

.bm-input:focus {
    background: transparent;
    box-shadow: none;
    border-color: var(--bm-gold);
    color: rgb(255, 255, 255);
}

.bm-contact-info {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.bm-contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.bm-contact-item i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--bm-gold);
    color: var(--bm-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.bm-contact-item span {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(156, 150, 138);
}

.bm-contact-item strong {
    color: rgb(255, 255, 255);
    font-size: 0.95rem;
    font-weight: 400;
}

.bm-contact-img {
    min-height: 260px;
}

.bm-footer {
    background: rgb(14, 12, 9);
    padding-top: 2rem;
}

.bm-brand-footer {
    font-size: 1.15rem;
}

.bm-footer-links li {
    margin: 0px 0.9rem;
}

.bm-footer-links a {
    color: rgb(201, 194, 179);
    font-size: 0.72rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bm-footer-links a:hover {
    color: var(--bm-gold);
}

.bm-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgb(58, 54, 45);
    color: rgb(201, 194, 179);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.6rem;
    font-size: 0.8rem;
}

.bm-social a:hover {
    border-color: var(--bm-gold);
    color: var(--bm-gold);
}

.bm-footer-hr {
    border-color: rgb(42, 39, 31);
}

.bm-footer .small, .bm-footer .small a {
    color: rgb(138, 131, 120);
}

.bm-footer .small a:hover {
    color: var(--bm-gold);
}

.brochure-modal {
    border-radius: 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    padding: 25px;
    position: relative;
}

.custom-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: 300;
    opacity: 1;
    outline: none;
}

.modal-title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 30px;
    font-family: Georgia, serif;
}

.modal-title h4 {
    font-size: 30px;
    /* font-weight: 600; */
    margin-bottom: 0px;
    text-align: center;
    font-family: var(--font-display);
}

.modal-title p {
    font-size: 16px;
    text-align: center;
}

.modal-title span {
    color: rgb(17, 17, 17);
    font-weight: 400;
}

.modal-title strong {
    color: rgb(201, 135, 69);
    font-weight: 400;
}

.custom-input {
    height: 48px;
    border-radius: 0px;
    border: 1px solid rgb(207, 198, 187);
    box-shadow: none;
    font-size: 15px;
}

.custom-input:focus {
    box-shadow: none;
    border-color: rgb(201, 135, 69);
}

.custom-control-label {
    line-height: 20px;
    color: rgb(102, 102, 102);
}

.custom-control-label a {
    color: rgb(102, 102, 102);
    text-decoration: underline;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: rgb(182, 123, 77);
    border-color: rgb(182, 123, 77);
}

.brochure-btn {
    background: rgb(68, 29, 43);
    color: rgb(255, 255, 255);
    height: 50px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 17px;
}

.brochure-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(91, 37, 55);
}

.brochure-btn span {
    float: right;
    font-size: 20px;
}

.builder-section {
    position: relative;
    background: url("../images/about-builder.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: rgb(255, 255, 255);
    height: 550px;
}

section#highlights {
    padding-bottom: 0px;
    overflow: hidden;
}

.builder-section::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    opacity: 0.2;
    background: rgb(0, 0, 0);
}

.builder-overlay {
    position: absolute;
    inset: 0px;
}

.builder-content {
    position: relative;
    max-width: 600px;
    z-index: 2;
}

p.bm-hero-sub span {
    font-size: 24px;
    /* font-family: var(--font-display); */
    font-weight: 900;
        letter-spacing: 0;
            margin-left: 5px;
}

.builder-content h2 {
    margin-bottom: 125px;
    color: rgb(255, 255, 255);
    font-family: var(--font-display);
    font-size: 32px;
    font-style: normal;
    font-weight: 325;
    line-height: 46px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.builder-logo {
    margin-bottom: 45px;
    padding-left: 16%;
}

.builder-content p {
    padding-left: 16%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.contact-section {
    display: flex;
    padding: 6rem 12%;
    gap: 10%;
    flex-wrap: wrap;
    background: rgb(239, 232, 219);
}

.contact-section .left {
    flex: 1 1 0%;
}

.contact-section .left h1 {
    font-family: var(--font-display);
    color: rgb(0, 0, 0);
    font-size: 44px;
    font-style: normal;
    font-weight: 325;
    line-height: 64px;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.contact-section .rera-box {
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 20px;
}

.contact-section .rera-box img {
    width: 80px;
}

.contact-section .right {
    flex: 1 1 0%;
    max-width: 500px;
}

.contact-section .right form label {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-section .right input, .right textarea {
    width: 100%;
    padding: 12px 0px;
    margin-top: 8px;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(158, 128, 80);
    border-image: none;
    background: transparent;
    outline: none;
    font-size: 15px;
}

.contact-section .right input {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
    font-family: var(--font-body);
}

.right textarea::placeholder {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
}

.contact-section .right input::placeholder {
    color: rgb(0, 0, 0);
}

.contact-section textarea {
    height: 80px;
    resize: none;
}

.contact-section .checkline {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    font-size: 12px;
    align-items: flex-start;
}

.contact-section .footer {
    text-align: center;
    padding: 50px 8%;
    font-size: 13px;
    line-height: 1.8;
}

.contact-section .copy {
    margin-top: 40px;
    font-weight: 500;
}

.footer-sec p {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}

.footer-sec p a {
    color: rgb(175, 123, 101);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer-sec {
    text-align: center;
    background: rgb(239, 232, 219);
}

.footer-sec .copy {
    margin-top: 10px;
    margin-bottom: 15px;
}

.nlx-card {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(175, 123, 101, 0.25) !important;
    min-height: 0px !important;
    padding: 12px 14px !important;
    gap: 4px !important;
    box-shadow: rgba(80, 40, 30, 0.05) 0px 4px 16px !important;
}

.nlx-features {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
}

.nlx-features {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
}

.nlx-card {
    min-height: 0px !important;
    padding: 10px 12px !important;
    gap: 3px !important;
}

.nlx-card::before {
    background: rgb(178, 106, 41) !important;
}

.nlx-card::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(212, 183, 104);
    opacity: 0.4;
    transition: opacity 0.4s, transform 0.4s;
}

.nlx-card-num {
    font-size: clamp(15px, 1.5vw, 20px) !important;
}

.nlx-card-num {
    color: rgb(58, 36, 28) !important;
    font-size: clamp(18px, 1.8vw, 24px) !important;
}

.nlx-card-num {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.05;
    color: rgb(255, 255, 255);
    letter-spacing: 0.01em;
    transition: color 0.4s;
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    font-size: 20px !important;
}

.nlx-card-label {
    font-size: 9px !important;
    letter-spacing: 0.08em !important;
}

.nlx-card-label {
    display: block;
    color: rgb(107, 74, 58) !important;
    font-size: 10px !important;
    letter-spacing: 0.1em !important;
}

.nlx-card-line {
    background: linear-gradient(90deg, rgb(222, 175, 155), rgb(175, 123, 101)) !important;
}

.nlx-card-line {
    background: rgb(178, 106, 41) !important;
}

.nlx-card-line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    background: linear-gradient(90deg, rgb(201, 167, 77), rgb(212, 183, 104));
    transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nlx-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5) !important;
    min-height: 0px !important;
    padding: 12px 14px !important;
    gap: 4px !important;
    box-shadow: rgba(80, 40, 30, 0.05) 0px 4px 16px !important;
}

.nlx-card:hover {
    transform: translateY(-3px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.75) !important;
    border-color: rgba(175, 123, 101, 0.5) !important;
}

.nlx-card-num {
    color: rgb(58, 36, 28) !important;
    font-size: clamp(20px, 2vw, 24px) !important;
}

.nlx-card:hover .nlx-card-num {
    color: rgb(175, 123, 101) !important;
}

.nlx-card-suffix {
    color: rgb(107, 74, 58) !important;
}

.nlx-card-label {
    color: rgb(107, 74, 58) !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
}

.nlx-card-line {
    background: linear-gradient(90deg, rgb(222, 175, 155), rgb(175, 123, 101)) !important;
}

.nlx-card-suffix {
    font-family: HankenGrotesk, Inter, system-ui, sans-serif;
    font-size: 0.5em;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 4px;
}

.nlx-card:hover .nlx-card-line {
    width: 100%;
    overflow: hidden !important;
}

.nlx-card-line {
    background: linear-gradient(90deg, rgb(222, 175, 155), rgb(175, 123, 101)) !important;
}

.nlx-card-line {
    background: rgb(178, 106, 41) !important;
}

.image-accordion {
    display: flex;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.panel {
    position: relative;
    flex: 1 1 0%;
    cursor: pointer;
    transition: 0.6s;
    background-size: cover;
    background-position: center center;
}

.panel.active {
    flex: 6 1 0%;
}

.panel::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.45);
}

.panel.active::before {
    background: rgba(0, 0, 0, 0.15);
}

.overlay {
    position: absolute;
    inset: 0px;
    z-index: 2;
    color: rgb(255, 255, 255);
}

.panel.active h2 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
}

.number {
    position: absolute;
    bottom: 400px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(216, 154, 57);
    font-size: 38px;
    font-weight: 700;
    top: 10%;
}

.panel h4 {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    /* transform-origin: center center; */
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 30px;
    font-family: var(--font-display);
    width: 150px;
}

.panel.active .number, .panel.active h4 {
    display: none;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

.query-now {
    position: fixed;
    top: 40%;
    right: 6px;
    background: linear-gradient(360deg, rgb(175, 123, 101), rgb(175, 123, 101), rgb(175, 123, 101), rgb(175, 123, 101));
    border-radius: 2px;
    writing-mode: vertical-lr;
    z-index: 999;
    border: 1px solid rgb(244, 241, 232);
    display: none;
}

.query-now.is-visible {
    display: block;
}

.query-now a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 15px 7px;
    display: flex;
    align-items: center;
}

.query-now img {
    width: 35px;
    padding: 2px;
    background: rgb(255, 255, 255);
    margin: 5px 1px 1px;
    border-radius: 50%;
}

.query-now p {
    padding: 10px 5px;
    transform: rotate(180deg);
    color: rgb(255 255 255);
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
}

.query-btn {
    animation: 1s linear 0s infinite normal none running zoom-effect;
}

@keyframes zoom-effect {
    0% {
        transform: scale(1.1);
        background: rgb(255, 255, 255);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
        background: rgb(225, 236, 226);
    }
}

.amn-stack {
    position: relative;
}

.amn-panel {
    position: sticky;
    top: 72px;
    min-height: calc(-72px + 100vh);
    display: flex;
    align-items: center;
    padding: clamp(20px, 2vw, 80px) clamp(28px, 5vw, 72px);
    overflow: hidden;
    background: radial-gradient(120% 100% at 0% 0%, rgb(247, 242, 234) 0%, rgb(239, 230, 216) 55%, rgb(232, 220, 201) 100%);
}

.amn-panel::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: url("images/pattern.svg") center center / cover no-repeat;
    opacity: 0.06;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.amn-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}

.amn-title {
    font-size: clamp(30px, 4vw, 32px);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    color: rgb(175, 123, 101);
    margin-bottom: 14px;
    font-family: var(--font-display);
}

.amn-sub {
    font-family: var(--font-display);
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgb(107, 74, 58);
    margin-bottom: 20px;
}

.amn-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.amn-img {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: rgba(80, 40, 30, 0.2) 0px 16px 40px;
}

.amn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.amn-img:hover img {
    transform: scale(1.04);
}

.amn-body p {
    font-family: var(--ff-sans);
    font-size: 14px;
    line-height: 1.7;
    color: rgb(90, 67, 56);
    margin-bottom: 14px;
    max-width: 440px;
}

.amn-tagline {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-family: var(--ff-serif) !important;
    font-size: clamp(20px, 2vw, 26px) !important;
    font-weight: 700 !important;
    color: rgb(58, 36, 28) !important;
    line-height: 1.25 !important;
    margin-top: 20px !important;
}

.amn-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 24px;
}

.amn-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    position: relative;
}

.amn-icon-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -5px;
    width: 1px;
    height: 34px;
    background: rgba(175, 123, 101, 0.4);
}

.amn-icon {
    width: 36px;
    height: 36px;
    color: rgb(175, 123, 101);
    transition: color 0.35s, transform 0.35s;
}

.amn-icon svg {
    width: 100%;
    height: 100%;
}

.amn-icon-item:hover .amn-icon {
    color: rgb(138, 90, 68);
    transform: translateY(-3px);
}

.amn-icon-item span {
    font-family: var(--ff-sans);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(107, 74, 58);
    line-height: 1.4;
}

section#gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bm-gallery-viewport {
    overflow: hidden;
    /* margin: 0 2.5rem; */
}

.bm-gallery-track {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

.bm-gallery-slide {
    box-sizing: border-box;
    flex: 0 0 33.333333%;
    min-width: 0;
    padding: 0 2px;
    position: relative;
}

.bm-gallery-slide a {
    display: block;
    height: 100%;
}

.bm-gallery-slide img {
    display: block;
    height: 320px;
}

.bm-gallery-control {
    align-items: center;
    background: var(--bm-gold);
    border: 0;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: flex;
    font-size: 14px;
    height: 2.25rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    z-index: 2;
}

.bm-gallery-control:hover,
.bm-gallery-control:focus {
    background: rgb(138, 90, 68);
    color: rgb(255, 255, 255);
}

.bm-gallery-prev {
    left: 20px;
}

.bm-gallery-next {
    right: 20px;
}

@media (max-width: 767.98px) {
    .bm-gallery-viewport {
        /* margin: 0 2rem; */
    }
    .bm-hero-sub {

    font-size: 12px;
}
    .bm-gallery-slide {
        flex-basis: 100%;
    }

    .bm-gallery-slide img {
        height: 200px;
    }
}

img#floorplanImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(4px);
}

span.ai-text {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 600;
}

.image-accordion .panel span.ai-text {
    display: none;
}

.image-accordion .panel.active span.ai-text {
    display: block;
}

a.navbar-brand.bm-brand img {
    max-width: 230px;
}

p.bm-hero-sub img {
    filter: invert(1);
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.bm-about-img-wrap {
    height: 550px;
}

.bm-about-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

nav#bmNavbar .container {
    max-width: 1300px;
}

.mobile-section {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgb(57, 35, 0);
    display: none;
    z-index: 9;
}

.mobile-section a {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-section a:last-child {
    border-right: 0px;
}
p.bm-hero-sub.high {
    background-color: var(--bm-gold);
    padding: 3px 15px;
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    .bm-loc-item strong {
    font-size: 16px;
}
.bm-loc-item span {
    font-size: 14px;
}
    a.btn.bm-btn-gold {
        display: none;
    }

    .image-accordion {
        flex-direction: column;
        height: auto;
        display: block;
    }

    .panel {
        height: 120px;
    }

    .panel.active {
        height: 250px;
    }

    .query-now.is-visible {
        display: none;
    }

    .mobile-section {
        display: block;
        text-align: center;
    }

    .modal-title h4 {
        font-size: 24px;
    }

    .modal-title p {
        line-height: 22px;
        margin-top: 10px;
    }
}

@media (max-width: 900px) {
    .nlx-layout {
        grid-template-columns: 1fr !important;
    }

    .nlx-image img {
        max-height: 340px;
        margin: 0px auto;
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .nlx-card {
        padding: 10px !important;
    }
}

@media (max-width: 991px) {
    .bm-hero-title {
        font-size: 2.6rem;
    }

    .bm-h2 {
        font-size: 1.8rem;
    }

    .bm-nav-links {
        background: var(--bm-dark);
        padding: 1rem;
        margin-top: 1rem;
    }

    .bm-contact-info {
        border-left-width: medium;
        border-left-style: none;
        border-left-color: currentcolor;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 767px) {
    .bm-hero-title {
        font-size: 2rem;
    }

    .bm-hero {
        padding-bottom: 3rem;
    }

    .contact-section .right {
        flex: 1 1 0%;
        max-width: 500px;
        margin-left: 0px;
    }

    .amn-title {
        font-family: var(--font-display);
        font-size: 32px;
        font-weight: 100;
        letter-spacing: 0.04em;
    }

    .bm-h3 {
        font-family: var(--font-display);
        font-weight: 500;
        font-size: 30px;
        line-height: 1.25;
        text-transform: uppercase;
    }

    .query-now {
        display: none;
    }

    .amn-panel {
        min-height: calc(-72px + 100vh);
        height: auto;
        align-items: flex-start;
        overflow: visible;
        padding: 3rem 20px;
    }

    .amn-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .amn-icons {
        gap: 8px;
    }

    .amn-icon {
        width: 32px;
        height: 32px;
    }

    .amn-icon-item span {
        font-size: 8px;
    }

    .panel h4 {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%) rotate(360deg);
        transform-origin: center center;
        white-space: nowrap;
        letter-spacing: 0;
        font-size: 24px;
        width: 150px;
    }

    .number {
        position: absolute;
        bottom: 45px;
        left: 20%;
        transform: translateX(-50%);
        color: rgb(216, 154, 57);
        font-size: 16px;
        font-weight: 700;
        top: initial;
    }

    .contact-section {
        display: block;
        padding: 3rem 20px;
        gap: 10%;
        flex-wrap: wrap;
        background: rgb(239, 232, 219);
    }

    .contact-section .left h1 {
        font-family: var(--font-display);
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-style: normal;
        font-weight: 325;
        line-height: 56px;
        letter-spacing: 2px;
        text-transform: capitalize;
    }

    .builder-section {
        padding: 0px 20px;
        height: 300px;
    }

    .builder-content p {
        padding-left: 0px;
        letter-spacing: 0.5px;
        text-align: justify;
        color: rgb(255, 255, 255);
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .builder-logo {
        width: 180px;
        margin-bottom: 36px;
        padding-left: 0px;
    }

    .builder-content h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .mrgntop {
        margin-top: 25px;
        margin-bottom: 25px;
        height: 140px;
    }

    .bm-about-img-wrap {
        height: 250px;
    }

    .bm-feature {
        padding: 15px;
        margin-bottom: 1.5rem;
    }

    .bm-masterplan-text {
        position: relative;
        z-index: 2;
        padding: 3rem 15px;
    }

    .bm-navbar {
        background: rgba(20, 18, 14, 0);
        transition: 0.3s;
        padding: 10px !important;
    }

    .bm-section {
        padding: 3rem 0px;
    }
    .footer-sec {
    padding-bottom: 40px;
}
.contact-section .rera-box p {
    text-align: center;
}
.footer-sec p {
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}
.rera-box p {
    font-size: 14px;
}
p.copy a {
    font-size: 11px;
}
a.navbar-brand.bm-brand img {
    max-width: 200px;
}
}
