:root {
    --BaseColor: #414141;
    --PrimaryColor: #F58634;
    --TitleFont: 'Abhaya Libre', serif;
    --BaseFont: 'Ubuntu', sans-serif;
    --LightColor: #A5A5A5;
    --Accent-1: #CA9D6E;
    --Accent-2: #ED3237;
    --LightGrey: #D9D9D9;
    --Space80: 60px;
    --OffWhite: #F7F2EE;
}

@media(min-width:768px) {
    :root {
        --Space80: 70px;
    }
}

@media(min-width:992px) {
    :root {
        --Space80: 80px;
    }
}

body {
    font-family: var(--BaseFont);
    margin: 0;
    overflow-x: hidden;
    color: var(--BaseColor);
    line-height: 1.5;
}

/* Reset */
a {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: 0;
}

.lh-md {
    line-height: 1.875;
}

@media (min-width: 1400px) {
    .PageAra {
        max-width: 1440px;
        margin: 0 auto;
    }
}

.CursorPointer {
    cursor: pointer;
}

.PrimaryColor {
    color: var(--PrimaryColor)
}

.Accent1 {
    color: var(--Accent-1)
}

.Black,
a.Black {
    color: #000;
}

a.Black:hover {
    color: var(--PrimaryColor)
}

.Light {
    color: #A5A5A5;
}

.BgOffWhite {
    background-color: var(--OffWhite);
}

.AbhayaLibre {
    font-family: var(--TitleFont);
}

.CustomBtn {
    --bs-btn-padding-x: 1.375rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-border-width: 0;
    --bs-btn-border-radius: 5px;
}

.OrangeBtn {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--PrimaryColor);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--Accent-2);
    --bs-btn-focus-color: #fff;
    --bs-btn-focus-bg: var(--Accent-2);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--Accent-2)
}

.CustomOutlineBtn {
    --bs-btn-color: #000;
    --bs-btn-border-color: #E3E3E3;
    --bs-btn-hover-color: var(--Accent-2);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: var(--Accent-2);
    --bs-btn-focus-shadow-rgb: none;
    --bs-btn-active-color: var(--Accent-2);
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: var(--Accent-2);
    --bs-btn-active-shadow: none;
}

/* ================= HEADER ================= */

.HeaderNavbar {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 50;
}

.NavWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.NavLinks {
    display: flex;
    gap: 28px;
    align-items: center;
}

.NavLink {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.NavLink:hover {
    opacity: 0.7;
}


/* Mobile */
.MobileToggle {
    border: none;
    background: transparent;
}

@media (max-width: 991px) {
    .NavLinks {
        display: none;
    }
}

.SectionSubtitle {
    color: var(--PrimaryColor);
}

.SectionTitle {
    font-family: var(--TitleFont);
    font-size: clamp(36px, 3.2vw, 46px);
    color: #414141;
    margin-bottom: 16px;
}

.SectionTitle2 {
    font-family: var(--TitleFont);
    font-size: clamp(36px, 3.2vw, 36px);
}

.BulletList li {
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 8.75C17.5 13.5826 13.5826 17.5 8.75 17.5C3.91737 17.5 0 13.5826 0 8.75C0 3.91737 3.91737 0 8.75 0C13.5826 0 17.5 3.91737 17.5 8.75ZM12.2762 6.09875C12.3991 6.2218 12.4682 6.38859 12.4682 6.5625C12.4682 6.73641 12.3991 6.9032 12.2762 7.02625L7.90125 11.4012C7.7782 11.5241 7.61141 11.5932 7.4375 11.5932C7.26359 11.5932 7.0968 11.5241 6.97375 11.4012L5.22375 9.65125C5.15927 9.59117 5.10756 9.51872 5.07169 9.43822C5.03582 9.35772 5.01654 9.27082 5.01498 9.18271C5.01343 9.09459 5.02964 9.00707 5.06264 8.92535C5.09565 8.84364 5.14477 8.76941 5.20709 8.70709C5.26941 8.64477 5.34364 8.59565 5.42535 8.56264C5.50707 8.52964 5.59459 8.51343 5.68271 8.51498C5.77082 8.51654 5.85772 8.53582 5.93822 8.57169C6.01872 8.60756 6.09117 8.65927 6.15125 8.72375L7.4375 10.01L9.39312 8.05437L11.3487 6.09875C11.4718 5.97586 11.6386 5.90683 11.8125 5.90683C11.9864 5.90683 12.1532 5.97586 12.2762 6.09875Z" fill="%23F58634"/></svg>')no-repeat 0 4px;
    margin-top: 10px;
    padding-left: 34px;
}

.BulletList li:first-child {
    margin-top: 0;
}

.BulletList.WhiteBullet li {
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 8.75C17.5 13.5826 13.5826 17.5 8.75 17.5C3.91737 17.5 0 13.5826 0 8.75C0 3.91737 3.91737 0 8.75 0C13.5826 0 17.5 3.91737 17.5 8.75ZM12.2762 6.09875C12.3991 6.2218 12.4682 6.38859 12.4682 6.5625C12.4682 6.73641 12.3991 6.9032 12.2762 7.02625L7.90125 11.4012C7.7782 11.5241 7.61141 11.5932 7.4375 11.5932C7.26359 11.5932 7.0968 11.5241 6.97375 11.4012L5.22375 9.65125C5.15927 9.59117 5.10756 9.51872 5.07169 9.43822C5.03582 9.35772 5.01654 9.27082 5.01498 9.18271C5.01343 9.09459 5.02964 9.00707 5.06264 8.92535C5.09565 8.84364 5.14477 8.76941 5.20709 8.70709C5.26941 8.64477 5.34364 8.59565 5.42535 8.56264C5.50707 8.52964 5.59459 8.51343 5.68271 8.51498C5.77082 8.51654 5.85772 8.53582 5.93822 8.57169C6.01872 8.60756 6.09117 8.65927 6.15125 8.72375L7.4375 10.01L9.39312 8.05437L11.3487 6.09875C11.4718 5.97586 11.6386 5.90683 11.8125 5.90683C11.9864 5.90683 12.1532 5.97586 12.2762 6.09875Z" fill="%23ffffff"/></svg>')no-repeat 0 4px;
}

.BulletList.BlackBullet li {
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.5 8.75C17.5 13.5826 13.5826 17.5 8.75 17.5C3.91737 17.5 0 13.5826 0 8.75C0 3.91737 3.91737 0 8.75 0C13.5826 0 17.5 3.91737 17.5 8.75ZM12.2762 6.09875C12.3991 6.2218 12.4682 6.38859 12.4682 6.5625C12.4682 6.73641 12.3991 6.9032 12.2762 7.02625L7.90125 11.4012C7.7782 11.5241 7.61141 11.5932 7.4375 11.5932C7.26359 11.5932 7.0968 11.5241 6.97375 11.4012L5.22375 9.65125C5.15927 9.59117 5.10756 9.51872 5.07169 9.43822C5.03582 9.35772 5.01654 9.27082 5.01498 9.18271C5.01343 9.09459 5.02964 9.00707 5.06264 8.92535C5.09565 8.84364 5.14477 8.76941 5.20709 8.70709C5.26941 8.64477 5.34364 8.59565 5.42535 8.56264C5.50707 8.52964 5.59459 8.51343 5.68271 8.51498C5.77082 8.51654 5.85772 8.53582 5.93822 8.57169C6.01872 8.60756 6.09117 8.65927 6.15125 8.72375L7.4375 10.01L9.39312 8.05437L11.3487 6.09875C11.4718 5.97586 11.6386 5.90683 11.8125 5.90683C11.9864 5.90683 12.1532 5.97586 12.2762 6.09875Z" fill="%23000000"/></svg>')no-repeat 0 4px;
}

/* ================= HERO ================= */

.HeroSection,
.HeroSlide {
    height: 70vh;
    min-height: 550px;
}

.HeroSlide {
    position: relative;
    /*background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;*/
    color: #fff;
}

.BannerImg {
    object-fit: cover;
    height: 100%;
}

.HeroContent {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0 20px;
}

.HeroTitle {
    font-family: var(--TitleFont);
    font-size: 1.5rem;
    line-height: 1.15;
    margin-bottom: 18px;
}

.HeroDesc {
    margin-bottom: 28px;
}

.HeroBtn {
    padding: 10px 40px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(14px);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease;
    line-height: 1.5;
}

.HeroBtn:hover {
    background: rgba(0, 0, 0, 0.65);
    color: var(--PrimaryColor);
}

/* ===== Hero Navigation ===== */

.HeroNav {
    position: absolute;
    bottom: 48px;
    left: 0;
    z-index: 5;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

.HeroNavWrap {
    display: flex;
    align-items: center;
    gap: 40px;
    color: #fff;
}

.HeroNumbers {
    gap: 40px;
    font-size: 14px;
    align-items: center;
}

.HeroNumbers span.active {
    font-weight: 600;
    font-size: 1rem;
}

.HeroArrows button {
    background-color: transparent;
    border: 0;
}

.HeroArrows svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.HeroSpacer {
    display: none;
}

@media(min-width:576px) {
    .HeroTitle {
        font-size: 54px;
    }

    .HeroSpacer {
        background: #fff;
        width: 100px;
        height: 2px;
        display: block;
    }
}

@media(min-width:768px) {

    .HeroSection,
    .HeroSlide {
        height: 70vh;
        min-height: 600px;
    }
}

@media(min-width:992px) {

    .HeroSection,
    .HeroSlide {
        height: 80vh;
        min-height: 751px;
    }

    .HeroTitle {
        font-size: 66px;
    }
}

@media (max-width: 991px) {
    .HeroTitle {
        font-size: 40px;
    }

    .HeroNav {
        bottom: 28px;
    }
}

.HeroBanner .HeroTitle {
    font-size: 56px;
}

@media(max-width:991px) {
    .HeroBanner .HeroContent {
        top: 80%;
        transform: translateY(-80%);
    }

    .HeroBanner .HeroTitle {
        font-size: 48px;
    }
}

@media(max-width:767px) {
    .HeroBanner {
        height: 400px
    }

    .HeroBanner .HeroTitle {
        font-size: 42px;
    }
}

@media(max-width:576px) {
    .HeroBanner .HeroTitle {
        font-size: 36px;
    }
}

/* form */
.FormWrap {
    font-size: .875rem;
}

.form-control,
.form-select {
    padding: 1rem;
    border-color: var(--PrimaryColor);
    border-radius: 0;
    font-size: .875rem;
}

.form-control {
    padding: 1rem;
}

.form-select {
    padding: 1rem 2.25rem 1rem 1rem
}

.form-check-input:checked {
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}

label {
    display: grid;
    grid-template-columns: 1.5em auto;
    gap: 0.5em;
    align-items: center;
    cursor: pointer;
}

input[type="radio"] {
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
}

.accent-radio:checked {
    accent-color: var(--PrimaryColor);
}

.pt-80 {
    padding-top: var(--Space80);
}

.pb-80 {
    padding-bottom: var(--Space80);
}

.py-80 {
    padding-top: var(--Space80);
    padding-bottom: var(--Space80);
}

.mt-80 {
    margin-top: var(--Space80);
}

.mb-80 {
    margin-bottom: var(--Space80);
}

.my-80 {
    margin-top: var(--Space80);
    margin-bottom: var(--Space80);
}

.ObjectFit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.BannerPrice {
    font-size: 1.675rem;
}

.ProjectDetailBanner .HeroTitle {
    font-size: 40px;
    line-height: 52px;
}

.ProBannerCTA {
    margin-top: 50px;
}

.WhatsappBtn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #29A71A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--Accent-2);
    --bs-btn-focus-color: #fff;
    --bs-btn-focus-bg: var(--Accent-2);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--Accent-2)
}

@media(min-width:768x) {
    .ProjectDetailBanner .HeroTitle {
        font-size: 50px;
        line-height: 62px;
    }
}

@media(min-width:992px) {
    .ProjectDetailBanner .HeroTitle {
        font-size: 56px;
        line-height: 68px;
    }
}

.ProjectNav {
    margin-top: -40px;
    position: relative;
}

.ProjectNavWrap {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.ProjectNavWrap.FixedNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.ProjectNav a {
    color: #000;
    padding: 16px;
    display: block;
}



@media(min-width:1200px) {
    .ProjectNav a {
        padding: 23px;
    }
}

.ProjectNav a:hover {
    color: var(--PrimaryColor);
}

.ProjectNav li a.Active {
    color: #F58634;
}

/* Mobile */

.ProjectNavMobile {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}

.MenuToggle {
    cursor: pointer;
}

button.MenuToggle {
    font-size: 22px;
    background: none;
    border: none;
}

@media(max-width:991px) {
    .ProjectNav {
        margin-top: 0;
        min-height: 80px;
    }

    .ProjectNavWrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .ProjectLinks {
        display: none !important;
        flex-direction: column;
        position: relative;
        z-index: 2;
        background: #fff;
    }

    .ProjectLinks.ShowMenu {
        display: flex !important;
    }

    .ProjectLinks li {
        border-bottom: 1px solid #eee;
    }

}

/* Section */
.ProjectsSection {
    padding: 50px 0 60px;
}

/* Header */
.ProjectsHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.StatNumber {
    font-size: 110px;
    line-height: 0.9;
}

.StatNumber sup {
    top: -3em;
    font-size: 24px;
}

.StatLabel {
    margin-top: 6px;
}

@media(min-width:576px) {
    .ProjectsSection {
        padding: 65px 0 70px;
    }

    .StatLabel {
        font-size: 1.125rem;
    }
}

@media(min-width:768px) {
    .ProjectsSection {
        padding-top: 80px;
    }

    .StatLabel {
        font-size: 1.25rem;
    }
}

@media(min-width:992px) {
    .ProjectsSection {
        padding: 100px 0 90px;
    }

    .StatLabel {
        font-size: 1.375rem;
    }
}

@media(max-width:767px) {
    .ProjectsFilters {
        width: 100%;
        overflow: auto;
        padding-bottom: 8px;
    }
}

/* Filters */
.ProjectsFilters {
    display: flex;
    gap: 8px;
    margin: 31px 0;
}

.FilterTab {
    height: 40px;
    padding: 0 18px;
    border: none;
    background: #fff;
    cursor: pointer;
    color: #3F4448;
    border: 1px solid #E3E3E3;
}

.FilterTab.Active {
    background: var(--PrimaryColor);
    color: #fff;
    border-color: var(--PrimaryColor)
}

/* =============== Floor Plans =========================== */

#FloorPlanTabs {
    --bs-nav-tabs-border-color: #fff;
    --bs-nav-tabs-border-width: 0;
    --bs-link-color: #3F4448;
    --bs-nav-tabs-link-bg: #fff;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-active-color: #fff;
    --bs-nav-tabs-link-active-bg: var(--PrimaryColor);
    gap: 12px
}

#FloorPlanTabs .nav-link {
    border: 1px solid #E3E3E3;
    --bs-nav-link-hover-color: var(--PrimaryColor);
    --bs-nav-link-padding-y: 16px;
    --bs-nav-link-padding-x: 14px;
    line-height: 1;

}

.tab-content>.active {
    display: flex;
}



/* Awards Recognition*/
.AwardsRecognition {
    background: url(../img/stats-bg.webp)no-repeat center center;
    padding-top: 60px;
    padding-bottom: 66px;
    margin-top: 86px;
    margin-bottom: 60px;
    background-size: cover;
}

.AwardsTitle {
    margin-bottom: 18px;
}

@media(min-width:768px) {
    .AwardsRecognition {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-top: 90px;
        margin-bottom: 80px;
    }
}

@media(min-width:992px) {
    .AwardsTitle {
        margin-bottom: 30px;
    }
}

@media(min-width:992px) {
    .AwardsRecognition {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .AwardsTitle {
        margin-bottom: 46px;
    }
}



/* ================== Residential Projects ================================*/
.ProjectsGrid2 {
    margin-top: 40px;
}

.ProjectCard2 {
    border: 1px solid #B0B9C1
}

.ProjectCard2 .ProjectGridInfo {
    margin-top: 4px;
    border-bottom: 1px solid #B0B9C1
}

.ProjectCard2 .ProjectGridInfo::before {
    display: none;
}

.ProjectSpecs {
    font-size: .75rem;
    position: relative;
}

.EnquireSection {
    border-top: 1px solid #B0B9C1;
}

@media(min-width:992px) {
    .EnquireSection {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border: 0;
    }

    .ProjectSpecs:hover .EnquireSection {
        display: block;
    }

    .ProjectsGrid2 {
        margin-top: 52px;
    }
}

.ProjectIntro {
    padding: 38px 0 43px;
}

@media(min-width:768px) {
    .ProjectIntro {
        padding: 60px 0 70px;
    }
}

@media(min-width:992px) {
    .ProjectIntro {
        padding: 100px 0;
    }
}

.Aminities {
    background: url(../img/amenities-bg.webp)no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.AmenitiesGrid {
    gap: 1.3125rem;
    margin-bottom: 40px;
}

.AmenitiesWrap {
    border: 1px solid #fff;
    padding: 16px 12px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    font-size: .9375rem;
    text-align: center;
    height: 100%;
    font-size: 12px;
}

.AmenitiesIcon {
    --s: 46px;
    flex-shrink: 0;
    width: var(--s);
    height: var(--s);
}

.AmenitiesIcon img {
    width: var(--s);
    height: var(--s);
}

.AmenitiesWrap:hover {
    border-color: var(--PrimaryColor);
    background-color: #F5863416;
}


.AminitiesHighlight {
    font-size: 1.376rem;
    line-height: 1.5;
}

@media(min-width:768px) {
    .Aminities {
        padding-top: 65px;
        padding-bottom: 65px;
        margin-bottom: 70px;
    }

    .AmenitiesWrap {
        font-size: .875rem;
    }

    .AmenitiesIcon {
        --s: 50px;
    }
}

@media(min-width:992px) {
    .Aminities {
        padding-top: 85px;
        padding-bottom: 85px;
        margin-bottom: 80px;
    }

    .AmenitiesGrid {
        gap: 1.875rem 1.5rem;
    }

    .AmenitiesWrap {
        flex-direction: row;
        text-align: start;
        gap: 18px;
        padding: 10px 28px 10px 14px;
        font-size: .9375rem;
    }

    .AmenitiesIcon {
        --s: 65px;
    }
}

@media(max-width:991px) {
    .Amenitiescol {
        flex: 1;
        min-width: 30%;
    }
}

/* ==================== Floor Plan ==================== */
#FloorPlan {
    background: url(../img/floor-plans-bg.webp)no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.Floor {
    box-shadow: 8px 1px 45px rgba(0, 0, 0, 0.10);
}

.FloorPlanContent {
    background-color: #32343B;
    padding: 30px 27px 26px 63px;
}


.FloorContentList li {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3541 11.6461L13.3541 6.6461C13.2602 6.55221 13.1329 6.49947 13.0001 6.49947C12.8673 6.49947 12.74 6.55221 12.6461 6.6461C12.5522 6.73999 12.4995 6.86733 12.4995 7.0001C12.4995 7.13288 12.5522 7.26021 12.6461 7.3541L16.7931 11.5001H6.00008C5.86747 11.5001 5.7403 11.5528 5.64653 11.6465C5.55276 11.7403 5.50008 11.8675 5.50008 12.0001C5.50008 12.1327 5.55276 12.2599 5.64653 12.3537C5.7403 12.4474 5.86747 12.5001 6.00008 12.5001H16.7931L12.6461 16.6461C12.5522 16.74 12.4995 16.8673 12.4995 17.0001C12.4995 17.1329 12.5522 17.2602 12.6461 17.3541C12.74 17.448 12.8673 17.5007 13.0001 17.5007C13.1329 17.5007 13.2602 17.448 13.3541 17.3541L18.3541 12.3541C18.4006 12.3077 18.4376 12.2525 18.4628 12.1917C18.488 12.131 18.501 12.0659 18.501 12.0001C18.501 11.9343 18.488 11.8692 18.4628 11.8085C18.4376 11.7477 18.4006 11.6925 18.3541 11.6461Z" fill="white"/></svg>')no-repeat 0 50%;
    padding-left: 30px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}

.FloorPlanNavArea {
    align-items: center;
    height: 100%;

}

.tab-content {
    padding-top: 50px;
    padding-bottom: 75px;
}



@media(min-width:992px) {
    .FloorPlanNavArea .FloorPlanTabs {
        height: 100%;
        margin-bottom: 0;
        justify-content: center;
    }

    #FloorPlanTabs {
        --bs-nav-link-padding-y: 1rem;
        --bs-nav-link-padding-x: .75rem;
        /*flex-direction: row-reverse;*/
        gap: 30px;
        justify-content: center;
        background: #FFFFFF;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(255, 255, 255, 1) 90%);
        height: 100%;
        align-items: center;
    }

    #FloorPlanTabs .nav-link {
        background: #fff;
        border: 1px solid #e3e3e3;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-weight: 500;

    }

    .FloorPlanTabsWrap {
        padding-left: 36px;
    }

    .TabNavCol {
        flex-direction: column;
    }
}

.TabNavCol {
    display: flex;
    gap: 22px;
}

@media(max-width:991px) {
    .TabNavCol {
        justify-content: center;
        width: 100%;
    }

    #FloorPlanTabs .nav-link {
        background: #fff;
        border: 1px solid #e3e3e3;
    }


    #FloorPlanTabs {
        background: #FFFFFF;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 180%, rgba(255, 255, 255, 1) 90%);
    }
}

#FloorPlanTabs .nav-link.active {
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}

@media(min-width:768px) {
    #FloorPlan {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media(min-width:992px) {
    #FloorPlan {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.CustomTabDropdown {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px auto;
}

.DropdownSelected {
    padding: 12px 16px;
    background: #000;
    color: #fff;
    border: 1px solid #333;
    cursor: pointer;
    position: relative;
}

.DropdownSelected::after {
    content: "▾";
    position: absolute;
    right: 16px;
}

.DropdownMenuList {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #000;
    border-top: none;
    display: none;
    color: #fff;
    background: #000;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.DropdownMenuList li {
    padding: 12px 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.DropdownMenuList li:hover {
    background: var(--PrimaryColor);
}

.DropdownMenuList li.Active {
    background: var(--PrimaryColor);
    color: #fff;
}

.GalleryWrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.GalleryCaption {
    background: rgba(102, 102, 102, 0);
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(50, 52, 59, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 25px;
    display: flex;
    align-items: end;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.ItemWrap:hover .GalleryCaption {
    opacity: 1;
}

.GalleryCaptionWrap {
    position: relative;
    bottom: -100%;
    transition: all .3s ease-in-out;
}

.ItemWrap:hover .GalleryCaptionWrap {
    bottom: 0;
}

.ItemWrap img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.GalleryTitle {
    margin-bottom: 20px;
}

.CaptionTitle {
    font-size: 26px;
}

.CaptionDescription {
    font-size: 20px;
}

@media(min-width:768px) {
    .GalleryWrap {
        padding-bottom: 75px;
    }
}

@media(min-width:992px) {
    .GalleryWrap {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .GalleryTitle {
        margin-bottom: 30px;
    }
}

.RotateBtn {
    --s2: 124px;
    --s3: 55px;
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
}

.DownloadBrochure {
    --s2: 150px;
    --s3: 135px;
}

.BtnImg,
.PlayIcon {
    width: var(--s3);
    height: var(--s3);
}

.RoateTxt img {
    animation: textRotation 16s linear infinite;
    width: var(--s2);
    height: var(--s2);
}

#Location {
    padding-top: 80px;
    padding-bottom: 80px;
}

.PropertyLocationMap {
    border: 1px solid #A2A5AE;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}


@media(min-width:768px) {
    .RotateBtn {
        --s2: 282px;
        --s3: 126px;
    }

    .DownloadBrochure {
        --s: 182px;
        --s2: 182px;
        --s3: 182px;
    }

    #Location {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media(min-width:992px) {
    #Location {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.BookYourExclusive {
    background-color: #F7F2EE;
    padding-top: 60px;
    padding-bottom: 48px;
}

label.error {
    color: red;
    display: block;
}

.Purpose label.error {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 14px;
    display: block;
}

@media(min-width:768px) {
    .BookYourExclusive {
        padding-bottom: 90px;
    }
}

@media(min-width:992px) {
    .BookYourExclusive {
        background: url(../img/form-bg.webp)no-repeat center top;
        background-size: cover;
        padding-top: 70px;
        padding-bottom: 140px;
    }
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.9;
}

/* FAQs */
.Faqs {
    margin-bottom: 60px;
}

#FaqsArea {
    --bs-accordion-color: var(-BaseColor);
    --bs-accordion-bg: #fff;
    --bs-accordion-border-color: #E3E3E3;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 2rem;
    --bs-accordion-btn-padding-y: 1.5rem;
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.25 15.5H15.5M15.5 15.5H7.75M15.5 15.5V7.75M15.5 15.5V23.25" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    --bs-accordion-btn-icon-width: 2rem;
    --bs-accordion-btn-icon-transform: rotate(45deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.25 15.5H15.5M15.5 15.5H7.75M15.5 15.5V7.75M15.5 15.5V23.25" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    --bs-accordion-btn-focus-border-color: #E3E3E3;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 2rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-active-color: #000;
}

#FaqsArea .accordion-item {
    margin-top: 20px;
}

#FaqsArea .accordion-item.Active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .10);
}

#FaqsArea .accordion-item:not(:first-of-type) {
    border-top: 1px solid #E3E3E3;
}

#FaqsArea .accordion-button:not(.collapsed) {
    box-shadow: none;
}

#FaqsArea .accordion-body {
    padding-top: 0;
}

#FaqsArea .accordion-button {
    font-size: 1.125rem;
    align-items: start;
    gap: 8px
}

@media(min-width:768px) {
    .Faqs {
        margin-bottom: 80px;
    }
}

@media(min-width:992px) {
    .Faqs {
        margin-bottom: 100px;
    }
}

/* Award Section */
.AwardsSection {
    padding-bottom: 60px;
}

.AwardsSection .SectionTitle {
    margin-bottom: 27px;
}

.AwardItem {
    border: 1px solid #C3C3C3;
    padding: 12px 24px 30px;
    line-height: 1.875;
}

.AwardItem img {
    margin-bottom: 12px
}

@media(max-width:575px) {
    .AwardItem {
        width: 80%;
        margin: 0 auto;
    }
}

.Wake {
    margin-top: 36px;
}

.WakeTitle {
    font-size: 1.625rem;
    margin-bottom: 12px;
}

@media(min-width:768px) {
    .AwardsSection {
        padding-bottom: 80px;
    }

    .AwardsSection .SectionTitle {
        margin-bottom: 36px;
    }

    .Wake {
        margin-top: 42px;
    }
}

@media(min-width:992px) {
    .AwardsSection {
        padding-bottom: 100px;
    }

    .AwardsSection .SectionTitle {
        margin-bottom: 44px;
    }
}

.Call .CtaBtn {
    background-color: #46C0EA;
}

.Whasapp .CtaBtn {
    background-color: #29A71A;
}

.BrochureDownload .CtaBtn {
    background-color: #ED3237CC;
}

.CtaBtn {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media(min-width:768px) {
    .FlotingBtns {
        position: fixed;
        top: 50%;
        right: -166px;
        transform: translateY(-50%);
        float: right;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 224px;
        z-index: 4;
    }

    .FlotingBtnsCol {
        width: 224px;
    }

    .CtaBtn {
        padding: 14px 10px 14px 24px;
        border-radius: 10px 0 0 10px;
        position: relative;
        right: 0;
        -webkit-transition: all 1s cubic-bezier(.25, .8, .25, 1);
        -o-transition: all 1s cubic-bezier(.25, .8, .25, 1);
        transition: all 1s cubic-bezier(.25, .8, .25, 1);
    }

    .CtaBtn:hover {
        right: 166px;
    }

}

@media(max-width:767px) {
    .FlotingBtns {
        background: #fff;
        border-radius: 30px 30px 0 0;
        padding: 14px 10px;
        z-index: 2;
        box-shadow: 0 -6px 4px rgba(0, 0, 0, .15);
        bottom: 0;
        position: fixed;
        width: 100%;
        display: flex;
        gap: 6px;
        justify-content: center;
    }

    .CtaBtn {
        font-size: .935rem;
        gap: 6px;
        padding: 5px 10px;
        border-radius: 4px;
    }

    .CtaBtn img {
        width: 22px;
        height: 22px;
    }
}





/* footer */
footer {
    background: url(../img/footer-bg.webp)no-repeat 0 0;
    background-size: cover;
    padding-top: 60px;
}

.FooterTitle {
    margin-bottom: 30px;
}

.FooterTop {
    font-size: .9375rem;
}

.widgetTopTitle {
    font-size: 11px;
}

.Copyright {
    border-bottom: 1px solid #ffffff20;
}

.FooterLinks li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.Social svg:hover {
    fill: var(--PrimaryColor)
}

.FooterLinks li:before {
    content: '';
    background: url('data:image/svg+xml,<svg width="5" height="9" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.307933 0.638591L0.182059 0.764465C0.146095 0.806423 0.128113 0.855874 0.128113 0.912817C0.128113 0.96976 0.146095 1.01921 0.182059 1.06117L3.62562 4.49573L0.182059 7.93929C0.146095 7.98125 0.128113 8.0307 0.128113 8.08764C0.128113 8.14458 0.146095 8.19404 0.182059 8.23599L0.307933 8.36187C0.349891 8.40383 0.40084 8.4248 0.46078 8.4248C0.52072 8.4248 0.568672 8.40383 0.604636 8.36187L4.31792 4.64858C4.35988 4.60662 4.38086 4.55717 4.38086 4.50023C4.38086 4.44329 4.35988 4.39384 4.31792 4.35188L0.604636 0.638591C0.568672 0.596633 0.52072 0.575654 0.46078 0.575654C0.40084 0.575654 0.349891 0.596633 0.307933 0.638591Z" fill="%23B0B9C1"/></svg>')no-repeat;
    width: 5px;
    height: 9px;
}

.Newsletter input {
    background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M125.4 128C91.5 128 64 155.5 64 189.4C64 190.3 64 191.1 64.1 192L64 192L64 448C64 483.3 92.7 512 128 512L512 512C547.3 512 576 483.3 576 448L576 192L575.9 192C575.9 191.1 576 190.3 576 189.4C576 155.5 548.5 128 514.6 128L125.4 128zM528 256.3L528 448C528 456.8 520.8 464 512 464L128 464C119.2 464 112 456.8 112 448L112 256.3L266.8 373.7C298.2 397.6 341.7 397.6 373.2 373.7L528 256.3zM112 189.4C112 182 118 176 125.4 176L514.6 176C522 176 528 182 528 189.4C528 193.6 526 197.6 522.7 200.1L344.2 335.5C329.9 346.3 310.1 346.3 295.8 335.5L117.3 200.1C114 197.6 112 193.6 112 189.4z" fill="%23000000"/></svg>')no-repeat 99% 50%;
    background-size: 20px;
    padding-right: 30px;
}

.Newsletter .btn {
    --bs-btn-padding-y: 1rem;
    letter-spacing: 2.3px;
}

.Newsletter .form-control {
    padding: 1rem .75rem;
}

.Newsletter .OrangeBtn svg {
    transform: 0;
    transition: .2ms all ease-in-out;
}

.Newsletter .OrangeBtn:hover svg {
    transform: translateX(10px);
}

.Copyright {
    color: #B0B9C1;
    font-size: .9375rem;
    padding-top: 45px;
    padding-bottom: 30px;
}

@media(max-width:991px) {
    .Subscribe {
        padding-top: 16px;
    }
}

@media(min-width:768px) {
    footer {
        padding-top: 80px;
    }

    .FooterTitle {
        margin-bottom: 50px;
    }

    .Copyright {
        padding-bottom: 10px;
    }

}

@media(min-width:992px) {
    footer {
        padding-top: 100px;
    }

    .FooterTitle {
        margin-bottom: 70px;
    }
}