.floorPlanAmenitiesTitle,
.price-title {
    font-weight: 700;
    text-align: center;
    color: #b5945f
}

*,
.aboutSectionContainer,
.footerContainer,
a,
body,
button,
p {
    font-family: "Futura BooK BT", sans-serif
}

*,
.carousel-item,
.floorPlanCard,
.floorPlanCarousel,
.floorPlanSlides,
.floorPlanSlidesContainer,
.price-title {
    box-sizing: border-box
}

.amenities-lightbox-counter,
.gallery-lightbox-counter,
.glass-bg,
.mainHeader {
    backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@font-face {
    font-family: 'Futura Book BT';
    src: url('/fonts/futura_book_bt.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.price-floor-plan,
.price-title {
    position: relative;
    padding: 1.5%
}

.price-floor-plan,
.price-row {
    border-bottom: .5px solid #b5945f
}

.headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.headerContact,
.headerWhatsapp {
    font-size: .9rem
}

@media (min-width:769px) and (max-width:1025px) {
    .headerContainer {
        align-items: center;
        justify-content: center
    }

    .headerNav {
        display: flex;
        gap: .5em
    }

    .headerLink {
        font-size: .8rem
    }
}

.map-cta::after,
.newAmenitiesDownload::after,
.newGalleryDownload::after,
.overviewButton::after,
.price-get-details::after,
.quoteSubmit::after,
.requestButton::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    animation: 3s infinite shine
}

@keyframes shine {
    0% {
        left: -75%
    }

    100% {
        left: 125%
    }
}

.floorPlanButton:hover,
.gallery-cta:hover,
.overviewButton:hover,
.overviewRegisterButton:hover,
.requestButton:hover {
    background-color: #000;
    color: #b5945f;
    box-shadow: 0 0 1px .5px #b5945f;
    transform: translateY(-2px)
}

.floorPlanAmenitiesTitle,
.floorPlanCarousel {
    align-items: center;
    position: relative;
    display: flex
}

.floorPlanAmenitiesSection {
    text-align: center;
    background: #000;
    padding: 65px 20px 0
}

.floorPlanAmenitiesTitle {
    font-size: 1.5rem;
    margin-bottom: 50px;
    justify-content: center;
    padding: 0 10px;
    flex-wrap: nowrap
}

.aboutSectionTitle::after,
.aboutSectionTitle::before,
.floorPlanAmenitiesTitle::after,
.floorPlanAmenitiesTitle::before,
.floorPlanSectionTitle::after,
.floorPlanSectionTitle::before,
.gallery-heading::after,
.gallery-heading::before,
.map-title::after,
.map-title::before,
.virtualtourHeading::after,
.virtualtourHeading::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #b5945f;
    margin: 0 10px
}

.floorPlanCta,
.floorPlanCta:hover,
.floorPlanSection,
.map-cta,
.map-cta:hover,
.map-dropdown-content,
.newAmenitiesDownload,
.newAmenitiesDownload:hover,
.newAmenitiesSection,
.newGalleryDownload:hover,
.newGallerySection,
.price-card,
.price-get-details,
.priceSection,
.virtualSection,
body {
    background-color: #000
}

.floorPlanCarousel {
    justify-content: center
}

.floorPlanCta {
    padding: 12px 30px
}

@media (max-width:768px) {
    .headerMenuButton {
        display: block
    }

    .headerContainer {
        position: relative;
        background-color: #000;
        background-size: cover;
        background-position: center
    }

    .headerContainer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        backdrop-filter: blur(10px);
        z-index: 1
    }

    .headerContainer * {
        position: relative;
        z-index: 2
    }

    .mobileFullWidth {
        width: 100%
    }

    .mobileTextCenter {
        text-align: center
    }

    .mobileReducedMargin {
        margin-bottom: 30px
    }

    .mobileSmallFont {
        font-size: 14px
    }

    .mobileMediumFont {
        font-size: 32px
    }

    .floorPlanSlide {
        min-width: 50%
    }

    .gallery-slide {
        min-width: 100%
    }
}

.price-row,
.price-title {
    display: flex
}

.price-heading-container {
    margin-bottom: 20px
}

.headerLink:hover,
.location,
.price-value.highlight,
.time {
    color: #b5945f
}

.price-title {
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 100%
}

.price-label,
.price-value {
    padding: 15px;
    color: #b5945f
}

.price-title::after,
.price-title::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #b5945f;
    margin: 0 15px
}

.price-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.price-card {
    border: .5px solid #b5945f;
    overflow: hidden;
    width: calc(22.33% - 14px)
}

.price-floor-plan img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.connectivity-item:last-child,
.price-row:last-child {
    border-bottom: none
}

.price-label {
    width: 40%;
    font-size: 14px;
    color: #b5945f
}

.price-value {
    width: 60%;
    font-weight: 500;
    font-size: 16px;
    text-align: right
}

.price-get-details {
    color: #b5945f;
    text-align: center;
    padding: 9px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #b5945f
}

.map-title,
.newAmenitiesTitle,
.newGalleryTitle {
    font-weight: 700;
    text-align: center;
    position: relative
}

.price-get-details svg {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    fill: white
}

@media (max-width:992px) {
    .mediumScreenLayout {
        flex-direction: column
    }

    .mediumScreenPadding {
        padding: 30px
    }

    .price-card {
        width: calc(48% - 9px)
    }

    .amenities-title {
        font-size: 2.3rem
    }
}

@media (max-width:576px) {
    .xsFullPadding {
        padding: 20px
    }

    .xsCompactLayout {
        margin-bottom: 20px
    }

    .xsSmallTitle {
        font-size: 28px
    }

    .xsTinyFont {
        font-size: 12px
    }

    .price-card {
        width: calc(48% - px)
    }

    .price-label,
    .price-value {
        padding: 10px;
        font-size: 12px
    }

    .price-value {
        font-size: 14px
    }
}

.newAmenitiesContainer,
.newGalleryContainer {
    margin: 0 auto;
    padding: 20px 8%
}

.newAmenitiesTitle,
.newGalleryTitle {
    color: #b5945f;
    margin: 20px 0;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

.newAmenitiesTitle::after,
.newAmenitiesTitle::before,
.newGalleryTitle::after,
.newGalleryTitle::before {
    content: "—";
    display: inline-block;
    margin: 0 15px;
    color: #b5945f
}

.newAmenitiesGallery,
.newGalleryGallery {
    position: relative;
    overflow: hidden;
    margin: 20px 0
}

.carousel-inner {
    display: flex;
    transition: transform .5s
}

.floorPlanCard:hover {
    transform: scale(1.02)
}

.newAmenitiesDownload {
    display: block;
    margin: 20px auto;
    padding: 12px 25px;
    color: #b5945f;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    transition: background-color .3s;
    position: relative;
    overflow: hidden
}

.map-container,
.map-content,
.map-iframe {
    transition: .3s
}

.floorPlanSectionTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    flex-wrap: nowrap
}

.floorPlanGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 55px
}

.floorPlanCard {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    width: 70%;
    margin: 0 auto;
    border: 1px solid #b5945f;
}

.map-dropdown,
.map-title {
    margin-bottom: 20px;
    width: 100%
}

.floorPlanCard img {
    display: block;
    transition: .4s;
    border: .5px solid #b5945f
}

.map-iframe,
.map-left iframe {
    height: 250px;
    border: none;
    width: 100%
}

.floorPlanOverlay {
    display: flex;
    justify-content: center;
    align-items: center
}

.floorPlanButton {
    background-color: #ffffffcc
}

@media (max-width:600px) {
    .floorPlanButton {
        font-size: 14px;
        padding: 8px 16px
    }
}

.map-container {
    background: #000;
    padding: 20px 8%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center
}

.map-title {
    font-size: 1.5rem;
    margin-top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: #b5945f
}

.faqs-answer-star,
.location,
.time {
    font-size: 1rem
}

.map-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%
}

@media (min-width:768px) {
    .map-content {
        flex-direction: row;
        align-items: flex-start
    }

    .map-left {
        flex: 1.2
    }

    .map-right {
        flex: 1
    }

    .map-left iframe {
        height: 400px;
        transition: height .5s
    }
}

.map-left {
    width: 100%;
    max-width: 100%;
    text-align: center
}

.map-dropdown-btn,
.map-dropdown-btn.active {
    background-color: #000;
    border: 1px solid #b5945f
}

.map-right {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.map-dropdown {
    transition: .3s ease-in-out
}

.map-dropdown-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .3s, transform .2s;
    color: #b5945f
}

.map-dropdown-arrow {
    margin-left: auto;
    transition: transform .3s ease-in-out
}

.map-dropdown-content {
    border: 0;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    transition: max-height .5s ease-in-out, padding .3s ease-in-out
}

.map-dropdown-content.active {
    max-height: 500px;
    padding: 10px 15px;
    border: 1px solid #b5945f;
    margin-top: 20px
}

.map-arrow {
    transform: rotate(-90deg)
}

.faqs-arrow-active,
.map-arrow.active {
    transform: rotate(0)
}

.connectivity-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #b5945f;
    transition: background-color .3s
}

.carousel-control,
.map-cta {
    border: none;
    cursor: pointer
}

.aboutOverviewCarousel .overviewCarouselImage.active,
.floorPlanCta,
.map-cta,
.map-cta:hover,
.modalFormInput {
    border: 1px solid #b5945f
}

.map-cta:hover {
    color: #b5945f;
    box-shadow: 0 0 1px .5px #b5945f;
    transform: translateY(-2px)
}

.time {
    text-align: right
}

.aboutSectionContainer,
.map-cta {
    text-align: center;
    color: #b5945f
}

.map-cta {
    width: 100%;
    padding: 12px 25px;
    font-size: 16px;
    transition: background-color .3s, transform .2s;
    margin-top: 15px;
    position: relative;
    overflow: hidden
}

.floorPlanButton:hover,
.map-cta:hover {
    transform: scale(1.05)
}

.map-dropdown.active .map-dropdown-arrow {
    transform: rotate(180deg)
}

@media (min-width:1024px) {
    .map-left iframe {
        height: 450px;
        transition: height .5s
    }
}

.virtualSection {
    padding: 1%
}

.virtualtourContainer {
    max-width: 1200px;
    margin: auto;
    padding: 20px
}

.virtualtourHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #b5945f;
    margin-bottom: 10px;
    padding: 0 10px;
    position: relative
}

@media (max-width:480px) {
    .quotePhoneWrapper {
        flex-direction: row;
        gap: 8px;
        flex-wrap: nowrap
    }

    .quoteSelect {
        flex: 0 0 40%
    }

    .quotePhoneInput {
        flex: 1
    }

    .quoteForm {
        margin-top: 10%
    }

    .floorPlanSectionTitle,
    .map-title,
    .price-title {
        font-size: 1.5rem
    }

    .price-title::after,
    .price-title::before {
        width: 25px;
        margin: 0 10px
    }

    .floorPlanAmenitiesTitle {
        font-size: 1.4rem
    }

    .floorPlanAmenitiesTitle::after,
    .floorPlanAmenitiesTitle::before,
    .floorPlanSectionTitle::after,
    .floorPlanSectionTitle::before,
    .gallery-heading::after,
    .gallery-heading::before,
    .map-title::after,
    .map-title::before,
    .virtualtourHeading::after,
    .virtualtourHeading::before {
        width: 20px;
        margin: 0 5px
    }

    .floorPlanSlide {
        min-width: 100%
    }

    .gallery-heading,
    .virtualtourHeading {
        font-size: 1.2rem
    }
}

.bannerImageSection,
.virtualtourWrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.virtualtourImage {
    width: 100%;
    display: block
}

.virtualtourOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .5);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.virtualtourPlayIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%
}

.virtualtourText {
    font-size: 22px;
    color: #b5945f;
    margin-top: 15px;
    font-weight: 700
}

.virtualtourSubText {
    font-size: 1rem;
    color: #b5945f
}

.carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

.carousel-item {
    flex: 0 0 calc(100% / 3);
    padding: 0 10px;
    cursor: pointer
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    color: #b5945f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    z-index: 10
}

.carousel-control.prev,
.floorPlanPrev {
    left: 10px
}

.carousel-control.next,
.floorPlanNext {
    right: 10px
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10
}

.carousel-indicator {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer
}

.carousel-indicator.active {
    background: #fff
}

.aboutSectionContainer {
    background-color: #000;
    padding: 15px 20px
}

.aboutSectionLogo {
    margin-bottom: 10px
}

.aboutSectionTitle {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #b5945f;
    padding: 0 10px;
    position: relative
}

.aboutSectionRera,
.aboutSectionReraNumber {
    font-size: 14px;
    margin: 5px 0;
    text-align: start
}

.aboutSectionDescription {
    font-size: 1rem;
    margin: 10px auto;
    line-height: 1.5;
    color: #b5945f;
    padding: 0 8%;
    text-align: center
}

.aboutSectionReadMore {
    color: #ccc;
    cursor: pointer
}

.aboutSectionQr {
    margin: 15px 0
}

.aboutSectionQr img {
    width: 80px;
    max-width: 100px;
    height: auto;
    margin-bottom: 10px
}

.aboutSectionLinks {
    margin: 10px 0;
    font-size: 12px
}

.aboutSectionCompany,
.aboutSectionLink {
    color: #000;
    text-decoration: none
}

.aboutSectionCompany:hover,
.aboutSectionLink:hover,
.footerLinks a:hover {
    text-decoration: underline
}

.aboutSectionCopyright {
    margin-top: 15px;
    font-size: 12px;
    color: #ccc
}

.footerWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    padding: 20px 0
}

.footerList {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 5px;
    width: 100%
}

.footerAdvertiser,
.footerProjectNumber,
.footerRegistration {
    font-size: 14px;
    margin: 5px 0;
    text-align: left;
    line-height: 1.6
}

@media (max-width:767px) {

    .footerDisclaimer,
    .footerLinks,
    .footerList,
    .footerWrapper {
        text-align: center;
        align-items: left
    }

    .footerAdvertiser,
    .footerDisclaimer,
    .footerProjectNumber,
    .footerRegistration {
        text-align: center
    }
}

.footerContainer {
    background-color: #111;
    color: #b5945f;
    text-align: center;
    padding: 20px 8%;
    position: relative;
    z-index: 1
}

.footerDisclaimer,
.footerList p {
    text-align: left;
    line-height: 1.6;
    font-size: 14px
}

.modalFormContainer,
.modalFormOverlay {
    position: fixed;
    opacity: 0;
    pointer-events: none
}

.footerWrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.footerList {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footerList p {
    position: relative;
    padding-left: 25px;
    margin: 0
}

.footerList p::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #b5945f;
    font-weight: 700;
    font-size: 14px
}

.footerDisclaimer {
    margin: 20px 0 10px;
    font-weight: 400
}

.footerLinks {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    padding: 0 5px
}

.modalFormLogo,
.modalFormTitle {
    font-size: 24px;
    text-align: center
}

.footerLinks a,
.reraLink {
    color: #2c68ff;
    text-decoration: none
}

.modalFormOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    transition: opacity .3s
}

.modalFormContainer {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.9);
    display: flex;
    width: 500px;
    max-width: 90vw;
    background: #000;
    overflow: hidden;
    box-shadow: 0 0 5px .2px #b5945f;
    z-index: 1000;
    transition: .4s;
    border: 1px solid #000;
    flex-direction: column-reverse
}

.modalFormContainer.active {
    transform: translate(-50%, -50%) scale(1)
}

.modalFormLeft {
    flex: 1;
    padding: 30px;
    background: #fff
}

.modalFormRight {
    flex: 1;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b5945f;
    padding: 20px 20px 0;
    position: relative
}

.modalFormLogo {
    font-weight: 700
}

.modalFormTitle {
    color: #b5945f;
    margin-bottom: 25px
}

.modalFormInput {
    display: block;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px
}

.modalFormSubmitBtn {
    width: 100%;
    padding: 12px;
    background: #b5945f;
    color: #fff;
    border: 1px solid #b5945f;
    font-size: 1rem;
    cursor: pointer;
    transition: .3s
}

.modalFormSubmitBtn:hover {
    background: #fff;
    color: #b5945f;
    transform: scale(1.1)
}

.tourHeading:after,
.zoomIcon:after {
    background-color: #b5945f;
    content: ''
}

.modalFormCloseBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: 0 0;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #b5945f
}

@media (max-width:786px) {
    .modalFormContainer {
        flex-direction: column-reverse
    }

    .modalFormRight {
        padding: 20px 20px 0
    }
}

.modalPhoneWrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

.modalSelect {
    flex: 0 0 40%;
    padding: 12px 10px;
    font-size: 14px;
    border: 1px solid #b5945f;
    border-radius: 4px;
    width: 1rem
}

.modalPhoneInput {
    flex: 1;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #b5945f;
    border-radius: 4px;
    width: 100%
}

.mobileWhatsAppCallBottomBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .2)
}

@media (min-width:768px) {
    .mobileWhatsAppCallBottomBar {
        display: none
    }
}

.mobileWhatsAppCallButton,
.mobileWhatsAppCallWhatsApp {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem
}

.mobileWhatsAppCallButton {
    background-color: #fff;
    gap: 5px;
    color: #000
}

.mobileWhatsAppCallButton .fa-icon {
    margin-right: 5px;
    color: #000
}

.mobileWhatsAppCallBottomBar a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none
}

.mobileWhatsAppCallWhatsApp svg {
    margin-right: 5px
}

.mobileWhatsAppCallWhatsApp {
    background-color: #25d366;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    color: #fff !important
}

.fa-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #000;
    -webkit-mask: var(--icon-url) no-repeat center/contain;
    mask: var(--icon-url) no-repeat center/contain
}

.fa-call {
    --icon-url: url("assets/images/icons/phone-call.webp")
}

.virtualTourSection {
    background-color: #000;
    padding: 25px 0 5px;
    color: #fff
}

.tourContainer {
    margin: 0 auto;
    padding: 0 8%
}

.floorPlanCta,
.overviewDesktop,
.overviewMobile,
.tourRow {
    display: block
}

.tourColumn {
    flex: 0 0 48%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.tourHeading {
    color: #b5945f;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    font-weight: 500
}

.newGalleryDownload,
.requestButton {
    font-size: 16px;
    background-color: #000
}

.newGalleryDownload,
.newGalleryNavButton,
.requestButton {
    color: #b5945f;
    transition: background-color .3s
}

.tourHeading:after {
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.tourPlanWrapper,
.tourVideoWrapper {
    width: 100%;
    border: 2px solid #b5945f;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: auto
}

.playButton,
.zoomIcon {
    border-radius: 50%;
    display: flex
}

.planThumbnail,
.videoThumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75vh
}

.playButtonOverlay,
.tourImage,
.zoomOverlay {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute
}

.tourImage {
    object-fit: fill;
    height: 75vh
}

.playButtonOverlay,
.zoomOverlay {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgb(0, 0, 0, .4);
    flex-direction: column
}

.newGalleryImage,
.playButton,
.requestButton,
.zoomIcon {
    position: relative
}

.playButton {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 0, 0, .7);
    justify-content: center;
    align-items: center
}

.playButton:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    margin-left: 5px
}

.zoomIcon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .7);
    justify-content: center;
    align-items: center
}

.zoomIcon:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #b5945f;
    border-radius: 50%
}

.amenities-slide,
.gallery-slide,
.requestButton {
    border: 1px solid #b5945f;
    cursor: pointer;
    overflow: hidden
}

.zoomIcon:after {
    position: absolute;
    width: 10px;
    height: 2px;
    transform: rotate(45deg);
    bottom: 8px;
    right: 8px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .7)
}

.requestButton {
    padding: 12px 25px;
    font-weight: 400
}

.newGalleryDownload {
    display: block;
    width: 220px;
    margin: 20px auto;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.faqs-questionContainer:not(:first-of-type),
.floorPlanNext,
.floorPlanPrev,
.mobileBottomBar,
.newGalleryImageTitle,
.newGalleryLightboxTitle,
.overviewDesktop,
.overviewMobile {
    display: none
}

.pdf-download-btn-desktop,
.pdf-download-btn-mobile {
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .08);
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    overflow: hidden
}

.popupSubmitBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(234, 223, 102, .3)
}

.pdf-download-btn-desktop:hover,
.pdf-download-btn-mobile:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, .2), 0 8px 16px rgba(0, 0, 0, .12);
    border-color: #f44
}

.popupSubmitBtn::after {
    position: absolute;
    top: 0;
    height: 100%;
    background: #f7dc6f
}

.popupForm>* {
    opacity: 0;
    transform: translateY(20px);
    animation: .6s forwards popupSlideUp
}

.popupForm>:nth-child(4) {
    animation-delay: .4s
}

.popupForm>:nth-child(5) {
    animation-delay: .5s
}

@keyframes popupSlideUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (min-width:1200px) {
    .navbarMenuItem {
        font-size: 14px;
        font-weight: 900
    }
}

@media (max-width:768px) {
    .carousel-item {
        flex: 0 0 50%
    }

    .virtualtourHeading {
        font-size: 22px
    }

    .virtualtourText {
        font-size: 1rem
    }

    .virtualtourSubText {
        font-size: 14px
    }

    .virtualtourPlayIcon {
        width: 50px;
        height: 50px
    }

    .tourHeading {
        font-size: 1.1rem
    }

    .virtualtourPlayIcon::before {
        font-size: 24px
    }

    .aboutSectionDescription {
        padding: 0
    }

    .tourRow {
        flex-direction: row
    }

    .tourColumn {
        flex: 0 0 100%
    }

    .requestButton {
        padding: 12px 25px;
        font-size: 16px
    }

    .planThumbnail,
    .videoThumbnail {
        padding-bottom: 75%
    }

    .tourImage {
        object-fit: inherit;
        height: 100%
    }

    .newGalleryDesktopSlide {
        min-width: 100% !important;
        padding: 0
    }

    .siteVisit-title {
        font-size: 2rem
    }

    .siteVisit-header {
        padding: 30px 20px
    }

    .siteVisit-content {
        grid-template-columns: 1fr
    }

    .siteVisit-imageSection {
        order: 1;
        padding: 40px 30px;
        min-height: 350px
    }

    .siteVisit-familyImage {
        height: 300px
    }

    .siteVisit-formSection {
        order: 2;
        padding: 40px 30px
    }

    .siteVisit-formTitle {
        font-size: 1.5rem
    }

    .mobile-break {
        display: inline
    }

    .popupModal {
        width: 95%
    }

    .popupHeader {
        padding: 20px 25px
    }

    .popupTitle {
        font-size: 20px
    }

    .popupContent {
        padding: 30px 25px
    }

    .popupPhoneGroup {
        flex-direction: column
    }

    .popupCountryCode {
        flex: none
    }

    .pdf-download-btn-desktop {
        display: none
    }

    .pdf-download-btn-mobile {
        display: flex
    }
}

@media (max-width:480px) {
    .carousel-item {
        flex: 0 0 100%
    }

    .aboutSectionTitle {
        font-size: 21px
    }

    .aboutSectionTitle::after,
    .aboutSectionTitle::before {
        width: 20px;
        margin: 0 5px
    }

    .modalPhoneWrapper {
        flex-direction: row;
        flex-wrap: nowrap
    }

    .modalSelect {
        flex: 0 0 40%;
        width: .5rem
    }

    .modalPhoneInput {
        flex: 1
    }

    .price-get-details {
        background-color: #000;
        color: #b5945f;
        text-align: center;
        padding: 5px;
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
        display: block;
        border: 1px solid #b5945f
    }

    .price-label,
    .price-value {
        padding: 6% 0;
        font-size: .89rem
    }
    .price-label{
        padding: 6% 5px;
    }

    .price-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10x;
        justify-content: center;
        margin: 0 auto;
        align-items: center
    }

    .offer-card {
        margin: 20px 15px 15px;
        width: calc(100% - 30px);
        padding: 20px;
        max-width: 100%
    }

    .offer-content {
        padding: 24px 20px 20px
    }

    .project-title {
        font-size: 24px
    }

    .benefits-section,
    .siteVisit-submitButton {
        padding: 16px
    }

    .popupTitle,
    .price-text {
        font-size: 18px
    }

    .floorPlan-title-number,
    .overview-section-number,
    .price-number {
        font-size: 32px
    }

    .floorPlan-main-title,
    .overview-section-title,
    .price-title {
        font-size: 1.5rem
    }

    .price-title {
        margin-top: 1.5rem
    }

    .price-card-layout {
        grid-template-columns: 1fr 1fr;
        padding: 15px;
        gap: 12px
    }

    .price-card {
        padding: 8px
    }

    .price-card-type {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 6px
    }

    .price-card-area {
        font-size: 13px;
        margin-bottom: 10px
    }

    .price-card-amount {
        font-size: 1rem;
        margin-bottom: 12px
    }

    .price-card-btn {
        padding: 8px 15px;
        font-size: 13px;
        text-transform: capitalize
    }

    .price-subtitle {
        font-size: 1rem
    }

    .cta-heading {
        font-size: 1.2rem;
        margin-bottom: 20px
    }

    .cta-button {
        width: 200px;
        padding: 15px 0;
        font-size: 1rem
    }

    .cta-person-image {
        width: 180px;
        height: 180px
    }

    .cta-text-section {
        padding: 15px 20px 30px
    }

    .floorPlan-card-image {
        height: 200px
    }

    .floorPlan-image {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .siteVisit-formTitle,
    .siteVisit-title {
        font-size: 1.35rem
    }

    .siteVisit-header {
        padding: 25px 15px
    }

    .siteVisit-imageSection {
        padding: 30px 20px;
        min-height: 280px
    }

    .siteVisit-familyImage {
        height: 220px
    }

    .siteVisit-formSection {
        padding: 30px 15px
    }

    .siteVisit-countrySelect,
    .siteVisit-input,
    .siteVisit-phoneInput {
        padding: 14px 16px;
        font-size: 1rem
    }

    .siteVisit-countrySelect {
        min-width: 120px;
        padding-right: 36px
    }

    .siteVisit-formSubtitle {
        font-size: .9rem;
        margin-bottom: 30px
    }

    .popupModal {
        width: 95%;
        max-height: 95vh
    }

    .popupHeader {
        padding: 15px 20px
    }

    .popupContent {
        padding: 25px 20px
    }

    .popupCountryCode,
    .popupInput {
        padding: 12px 15px;
        font-size: 14px
    }

    .popupSubmitBtn {
        padding: 14px 25px;
        font-size: 1rem
    }

    .pdf-download-btn-mobile {
        right: 5px
    }

    .mobile-pdf-icon {
        width: 45px;
        height: 45px
    }

    .mobile-pdf-icon svg {
        width: 22px;
        height: 22px
    }

    .mobile-text {
        padding: 18px 10px
    }

    .mobile-title {
        font-size: 13px
    }

    .mobile-subtitle {
        font-size: 11px
    }
}

@media (max-width:380px) {
    .price-get-details {
        font-size: 10px
    }
}

.click-ripple {
    background: rgba(255, 68, 68, .3);
    transform: scale(0);
    animation: .6s ease-out clickRippleAnim;
    pointer-events: none
}

@keyframes clickRippleAnim {
    to {
        transform: scale(4);
        opacity: 0
    }
}

@media (min-width:1025px) {
    .readMoreLink {
        display: none !important
    }
}

@media (max-width:1024px) {
    .readMoreLink {
        display: inline-block !important
    }
}

.price-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 5%;
    gap: 10px
}

@media (min-width:1025px) {
    .price-container {
        gap: 60px
    }
}

.amenities-wrapper,
.gallery-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: 1.5%
}

.amenities-track,
.gallery-track {
    display: flex;
    height: 100%;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
    gap: 3%
}

.amenities-slide,
.gallery-slide {
    min-width: 30.333%;
    position: relative;
    padding: 0;
    background-color: #b5945f;
    transition: transform .3s
}

.amenities-image,
.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 3s ease-in-out;
    cursor: pointer
}

.amenities-navigation,
.gallery-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 15px
}

.amenities-controls,
.gallery-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-150%);
    background: rgba(0, 0, 0, .4);
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    transition: .3s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.amenities-imageContainer,
.gallery-imageContainer {
    overflow: hidden;
    height: 100%
}

.amenities-prev,
.gallery-prev {
    left: 0
}

.amenities-next,
.gallery-next {
    right: 3.333%
}

.amenities-text-overlay {
    background: 0 0;
    color: #fff;
    z-index: 5;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1), transparent);
    padding: 40px 20px 20px
}

.amenities-slide.amenities-center .amenities-text-overlay,
.gallery-slide.gallery-center .gallery-text-overlay {
    background: rgba(74, 85, 104, .9);
    padding: 12px 24px;
    font-size: 18px
}

.amenities-lightbox,
.gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .95);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.amenities-lightbox.active,
.gallery-lightbox.active {
    opacity: 1;
    pointer-events: all
}

.amenities-lightbox-content,
.gallery-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.amenities-lightbox-image,
.gallery-lightbox-image {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    transition: transform .3s
}

.amenities-lightbox-title,
.gallery-lightbox-title {
    color: #b5945f;
    font-size: 1.8rem;
    margin-top: 20px;
    font-weight: 500;
    text-align: center;
    max-width: 800px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.amenities-lightbox-close,
.amenities-lightbox-nav,
.gallery-lightbox-close,
.gallery-lightbox-nav {
    background: rgba(0, 0, 0, .1);
    font-size: 24px;
    transition: .3s;
    z-index: 1001;
    color: #fff;
    position: absolute;
    backdrop-filter: blur(10px);
    display: flex;
    cursor: pointer
}

.amenities-lightbox-close,
.gallery-lightbox-close {
    top: 20px;
    right: 20px;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.amenities-lightbox-close:hover,
.gallery-lightbox-close:hover {
    background: rgba(0, 0, 0, .3);
    transform: scale(1.1)
}

.amenities-lightbox-nav,
.gallery-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.amenities-lightbox-nav:hover,
.gallery-lightbox-nav:hover {
    background: rgba(0, 0, 0, .3);
    transform: translateY(-50%) scale(1.1)
}

.amenities-lightbox-prev,
.bannerPrevButton,
.gallery-lightbox-prev {
    left: 20px
}

.amenities-lightbox-next,
.bannerNextButton,
.gallery-lightbox-next {
    right: 20px
}

.amenities-lightbox-counter,
.gallery-lightbox-counter {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 500
}

.amenities-controlsContainer,
.gallery-controlsContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

.downloadAmenitiesBtn,
.downloadGalleryBtn {
    padding: 10px 20px;
    border: 1px solid #9d7f19;
    color: #9d7f19
}

* {
    margin: 0;
    padding: 0
}

.headerContainer::after,
.headerContainer::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0
}

.aboutSectionTitle,
.bannerIntroText,
.bannerProjectName,
.bannerSubtitleText {
    text-transform: capitalize
}

.modalFormContainer.active,
.modalFormOverlay.active {
    opacity: 1;
    pointer-events: auto
}

.mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .3)
}

.headerContainer {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px solid #b5945f
}

.headerContainer::before {
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    transform: scale(1.1);
    z-index: -2;
    background-color: #000
}

.headerContainer::after {
    background: #000;
    z-index: -1
}

.headerNav {
    display: flex;
    gap: 2rem;
    align-items: center
}

.headerLink {
    color: #b5945f;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 900;
    transition: color .3s
}

.headerContact,
.headerWhatsapp {
    padding: .5rem 1.5rem;
    font-weight: 600;
    transition: background .3s;
    text-decoration: none
}

.headerContact {
    background: #fff;
    color: #000
}

.headerWhatsapp {
    background: #25d366;
    color: #fff
}

.headerMenuButton,
.mobileMenuClose {
    border: none;
    color: #b5945f;
    cursor: pointer
}

.headerContact:hover {
    background: #f0f0f0
}

.headerMenuButton {
    display: none;
    background: 0 0
}

.mobileMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #000;
    padding: 2rem;
    transition: right .3s;
    z-index: 2000;
    box-shadow: 0 2px 4px #b5945f
}

.mobileMenu.active {
    right: 0
}

.mobileMenuClose {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: 0 0;
    font-size: 1.5rem
}

.mobileMenuLinks {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem
}

.mobileMenuLink {
    color: #b5945f;
    text-decoration: none;
    font-size: 1.1rem;
    padding: .5rem 0;
    border-bottom: 1px solid #b5945f;
    font-weight: bolder
}

.bannerSectionMain {
    margin-top: 4%
}

.bannerCarouselContainer {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    margin: 0 auto
}

.bannerCarouselWrapper {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex
}

.bannerSlidesContainer {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform .8s ease-in-out
}

.bannerCarouselSlide {
    min-width: 100%;
    height: 100%;
    border-bottom: 1px solid #b69661
}

.bannerPropertyImage {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bannerContentSection {
    width: 40%;
    padding: 0 40px 40px;
    background-color: #000;
    color: #b5945f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #b5945f
}

.bannerLocationLogo {
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: serif;
    font-size: 18px;
    color: #b5945f;
    z-index: 2;
    letter-spacing: 1px
}

.bannerProjectHeader {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px
}

.bannerProjectNumber {
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    margin: 0 15px 0 0
}

.bannerProjectNameWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bannerProjectName {
    font-size: 1rem;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 2px
}

.bannerDescriptionSection,
.bannerIntroSection {
    text-align: center;
    margin: 10px 0
}

.bannerIntroText {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.bannerMainTitle {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    font-family: "Futura BooK BT", serif;
    color: #b5945f
}

.bannerSubtitleText {
    font-size: 1rem;
    letter-spacing: 2px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 2
}

.bannerSubtitleText:after,
.bannerSubtitleText:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #b5945f
}

.bannerSubtitleText:before {
    left: -30px
}

.bannerSubtitleText:after {
    right: -30px
}

.bannerPropertyDescription {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize
}

.bannerFeatureSection {
    display: flex;
    align-items: center;
    justify-content: center
}

.bannerFeatureDiamond {
    font-size: 12px;
    margin-right: 10px;
    color: #ccc
}

.bannerFeatureText {
    font-size: 1rem;
    text-align: center
}

.bannerCtaButton {
    align-self: center;
    padding: 12px 30px;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s
}

.quoteSubTitle,
.quoteTitle {
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center
}

.quoteCheckboxWrapper,
.quoteSubmit,
.quoteTitle {
    color: #b5945f;
    display: flex
}

.quoteForm {
    background: #000;
    border-radius: 8px;
    margin-top: 0
}

.quoteTitle {
    align-items: center;
    justify-content: center
}

.quoteSubTitle {
    justify-content: center;
    margin-bottom: 15px;
    color: #b5945f
}

.quoteTitle::after,
.quoteTitle::before {
    content: "";
    flex: 1;
    height: .5px;
    background-color: #b5945f;
    margin: 0 10px
}

.quoteInput,
.quotePhoneInput,
.quoteSelect {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 12px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    letter-spacing: 1px
}

.quoteInput:focus,
.quotePhoneInput:focus,
.quoteSelect:focus {
    border: 1px solid #b5945f;
    outline: #b5945f
}

.quotePhoneWrapper {
    display: flex;
    gap: 8px
}

.quoteSelect {
    flex: 0 0 40%
}

.quotePhoneInput {
    flex: 1
}

.quoteCheckboxWrapper {
    font-size: 12px;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

.quoteCheckboxWrapper input {
    transform: scale(1.1)
}

.quoteSubmit {
    width: 100%;
    background: #000;
    border: 1px solid #b5945f;
    padding: 12px 25px;
    font-size: 1rem;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: background .3s;
    color: #b5945f;
    position: relative;
    overflow: hidden
}

.quoteSubmit:hover {
    background: #000;
    color: #b5945f;
    box-shadow: 0 0 3px .5px #b5945f;
    transform: translateY(-2px)
}

.quoteIcon {
    font-size: 18px
}

.bannerNavButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.bannerIndicatorContainer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3
}

.bannerIndicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: background-color .3s
}

.bannerIndicator.active {
    background-color: #fff
}

@media (max-width:768px) {
    .price-container {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: flex-start; */
        justify-content: center;
        margin: 0 auto;
        gap: 19px;
        align-items: center;
        /* padding-left: 5% */
        padding: 0 2%;
    }

    .amenities-container {
        padding: 2rem
    }

    .amenities-title {
        font-size: 2rem;
        margin-bottom: 30px
    }

    .amenities-controls {
        width: 40px;
        height: 40px;
        font-size: 1rem
    }

    .amenities-prev {
        left: 10px
    }

    .amenities-next {
        right: 10px
    }

    .amenities-lightbox-nav {
        width: 50px;
        height: 50px;
        font-size: 20px
    }

    .amenities-lightbox-close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .amenities-text-overlay {
        font-size: 14px;
        padding: 8px 16px
    }

    .bannerSectionMain {
        margin-top: 0
    }

    .headerNav {
        display: none
    }

    .bannerIndicatorContainer {
        bottom: 10px
    }

    .headerMenuButton {
        display: block
    }

    .bannerIntroSectionMobile {
        margin-top: 0;
        padding-top: 0
    }

    .bannerPropertyImage {
        object-fit: fill;
        height: 60vh
    }

    .bannerCarouselSlide {
        border-bottom: none
    }

    .headerContainer {
        position: relative;
        background-color: #161e26;
        background-size: cover;
        background-position: center;
        justify-content: space-between
    }

    .headerContainer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        backdrop-filter: blur(10px);
        z-index: 1
    }

    .headerContainer * {
        position: relative;
        z-index: 2;
        color: #b5945f
    }

    .bannerCarouselWrapper {
        flex-direction: column;
        height: auto
    }

    .bannerImageSection {
        width: 100%;
        height: auto !important;
        order: 1;
        padding-top: 60px;
    }

    .bannerContentSection {
        padding: 20px;
        width: 100%;
        order: 2
    }
}

@media (max-width:1200px) {
    .largeScreenAdjust {
        padding: 30px
    }

    .bannerCarouselWrapper {
        height: 500px
    }

    .bannerProjectNumber {
        font-size: 60px
    }

    .bannerMainTitle {
        font-size: 34px
    }
}

.gallery-text-overlay {
    display: none;
    background: 0 0;
    color: #fff;
    z-index: 5;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1), transparent);
    padding: 40px 20px 20px
}

@media (max-width:992px) {
    .bannerCarouselWrapper {
        flex-direction: column;
        height: auto
    }

    .bannerContentSection,
    .bannerImageSection {
        width: 100%
    }

    .bannerImageSection {
        height: 400px
    }

    .gallery-title {
        font-size: 2.3rem
    }
}

@media (max-width:768px) {
    .gallery-container {
        padding: 2rem
    }

    .gallery-title {
        font-size: 2rem;
        margin-bottom: 30px
    }

    .gallery-image {
        height: 100%
    }

    .gallery-controls {
        width: 40px;
        height: 40px;
        font-size: 1rem
    }

    .gallery-prev {
        left: 10px
    }

    .gallery-next {
        right: 10px
    }

    .gallery-lightbox-nav {
        width: 50px;
        height: 50px;
        font-size: 20px
    }

    .gallery-lightbox-close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .gallery-text-overlay {
        display: none;
        font-size: 14px;
        padding: 8px 16px
    }

    .faqs-container {
        max-width: 100%
    }
}

@media (max-width:576px) {

    .amenities-track,
    .gallery-track {
        gap: 0
    }

    .amenities-slide,
    .gallery-slide {
        min-width: 100%
    }

    .amenities-title,
    .gallery-title {
        font-size: 1.8rem
    }

    .amenities-wrapper,
    .gallery-wrapper {
        margin: 0
    }

    .amenities-text-overlay {
        font-size: 13px;
        padding: 6px 14px;
        bottom: 0
    }

    .amenities-lightbox-title,
    .gallery-lightbox-title {
        font-size: 1.4rem;
        margin-top: 15px
    }

    .gallery-text-overlay {
        font-size: 13px;
        padding: 6px 14px;
        bottom: 15px
    }
}

.overviewPropertySection {
    padding: 0px 10px;
    background-color: #000
}

.overviewContent {
    width: 100%
}

.overviewPropertyDescription {
    font-size: 1rem;
    line-height: 1.5;
    color: #b5945f;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 8%
}

.overviewPropertyTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #b5945f;
    margin: 30px 0;
    text-align: center;
    position: relative;
    flex-wrap: nowrap;
    padding: 0 10px
}

.overviewPropertyTitle::after,
.overviewPropertyTitle::before,
.overviewTitle::after,
.overviewTitle::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #b5945f;
    margin: 0 15px
}

.overviewCtaButton {
    padding: 12px 24px;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    border: none
}

.overviewCtaButton:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000
}

.overviewImageContainer {
    width: 50%
}

.overviewPropertyImage {
    width: 80%;
    height: auto;
    border: 8px solid #b5945f
}

.overviewFloatingButtons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.overviewCallButton {
    background-color: green;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer
}

.overviewInquireButton {
    position: fixed;
    right: -44px;
    top: 89%;
    transform: rotate(270deg);
    background-color: #b5945f;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer
}

.overviewContainer {
    display: flex;
    margin: 20px auto;
    background-color: #000;
    align-items: center;
    padding: 0 8%;
    justify-content: center;
}

.overviewCarousel {
    flex: 1;
    padding: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #b5945f;
    height: fit-content
}

.overviewCarouselImage {
    width: 100%;
    object-fit: contain;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .8s ease-in-out;
    display: block
}

.overviewButton,
.overviewCtaButton,
.overviewRegisterButton,
.overviewThumbnail {
    transition: .3s;
    cursor: pointer
}

.overviewCarouselImage.active {
    opacity: 1;
    position: relative;
    border: 2px solid #b5945f
}

.overviewHighlights {
    flex: 1;
    padding: 20px;
    background-color: #000
}

.overviewTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111;
    text-align: center;
    position: relative;
    flex-wrap: nowrap;
    margin: 30px 0;
    padding: 0 10px
}

.overviewFeaturesList {
    list-style: none
}

.overviewFeatureItem {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    color: #b5945f;
    font-size: 1rem;
    line-height: 1.2
}

.overviewFeatureItem:before {
    content: "•";
    color: #b5945f;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px
}

.overviewBookVisitButton {
    border-color: #000
}

.overviewThumbnailGallery {
    padding: 15px;
    background-color: #000
}

.overviewThumbnailContainer {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap
}

.overviewThumbnail {
    width: 60px;
    height: 45px;
    object-fit: cover;
    border: 2px solid transparent;
    opacity: .7
}

.overviewThumbnail.active,
.overviewThumbnail:hover {
    border-color: #b5945f;
    opacity: 1;
    transform: scale(1.05)
}

.overviewButtons {
    display: flex;
    margin-top: 30px;
    gap: 15px;
    flex-wrap: wrap
}

.overviewButton {
    position: relative;
    padding: 12px 25px;
    border: 1px solid #b5945f;
    font-size: 16px;
    background-color: #000;
    color: #b5945f;
    text-align: center;
    overflow: hidden
}

@media screen and (max-width:992px) {
    .overviewTitle {
        font-size: 1.5rem
    }

    .overviewHighlights {
        padding: 15px 0;
        text-align: start
    }
}

@media screen and (max-width:768px) {
    .footerContainer {
        padding-bottom: 75px
    }

    .overviewContainer {
        flex-direction: column
    }

    .overviewCarousel,
    .overviewHighlights {
        width: 100%
    }

    .overviewTitle {
        font-size: 1.5rem;
        text-align: center
    }

    .overviewButtons {
        justify-content: center
    }

    .overviewFeaturesList {
        padding: 20px
    }

    .overviewCarousel {
        padding: 0
    }
}

@media screen and (max-width:480px) {
    .overviewTitle {
        font-size: 1.5rem
    }

    .overviewFeatureItem {
        font-size: 1rem
    }

    .overviewButtons {
        flex-direction: column;
        align-items: center;
        margin: 15px 0 30px
    }

    .overviewThumbnail {
        width: 50px;
        height: 35px
    }

    .overviewFeaturesList,
    .overviewPropertyDescription,
    .tourContainer {
        padding: 0 4%
    }

    .overviewCarousel,
    .overviewContainer {
        padding: 0
    }

    .aboutSectionContainer,
    .newAmenitiesContainer,
    .newGalleryContainer {
        padding: 1% 4%
    }

    .map-container {
        padding: 20px 4%
    }
}

.faqs-questionContainer {
    padding: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #222
}

.faqs-questionContainer:last-child {
    border-bottom: 0
}

.faqs-container {
    max-width: 100%;
    padding: 0 8%
}

.faqs-question {
    background-color: #000;
    color: #b5945f;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    padding: 1rem
}

.faqs-answerContainer {
    transition: .3s ease-in;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: #b5945f;
    background: #222
}

.faqs-answer-active {
    max-height: 1000px;
    overflow: visible;
    opacity: 1
}

body,
html {
    overflow-x: hidden
}

.faqs-answerContainer hr {
    background-color: #b5945f;
    border: none;
    height: 1px
}

.faqs-answer {
    padding: 10px 16px 25px;
    line-height: 1.3rem;
    text-align: justify;
    display: flex;
    gap: 5px
}

.faqs-arrow {
    transform: rotate(-90deg);
    transition: transform .3s ease-in-out
}

.floorPlanSection {
    margin: 0 auto;
    padding: 40px 20px
}

.floorPlanSectionTitle {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #b5945f;
    font-weight: 700
}

.floorPlanCarousel {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 10px
}

.floorPlanSlidesContainer {
    width: 100%;
    max-width: 1200px;
    overflow: hidden
}

.floorPlanSlides {
    display: flex;
    transition: transform .5s ease-in-out;
    gap: 20px
}

.floorPlanCard {
    flex: 0 0 calc(33.333% - 13.333px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    text-align: center;
    transition: transform .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.floorPlanCard:hover {
    transform: translateY(-5px)
}

.floorPlanCard img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    /* padding: 2% */
}

.floorPlanCard h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #b5945f
}

.floorPlanCard p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4
}

.floorPlanOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 30, 38, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s
}

.floorPlanCard:hover .floorPlanOverlay {
    opacity: 1
}

.floorPlanButton {
    background: #000;
    color: #b5945f;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: .3s
}

.floorPlanCta,
.floorPlanNext,
.floorPlanPrev {
    color: #b5945f;
    font-size: 18px;
    cursor: pointer;
    transition: .3s
}

.floorPlanNext,
.floorPlanPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .4);
    border: none;
    padding: 15px;
    z-index: 10;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff
}

.floorPlanNext:hover,
.floorPlanPrev:hover {
    background: #161e26;
    transform: translateY(-50%) scale(1.1)
}

.floorPlanIndicators {
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    display: none
}

.floorPlanDot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: .3s
}

.floorPlanDot.active {
    background: #161e26;
    transform: scale(1.2)
}

.floorPlanCta {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 300px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center
}

.floorPlanCta:hover {
    color: #b5945f;
    transform: translateY(-2px);
    box-shadow: 0 0 1px .5px #b5945f
}

@media (max-width:480px) {

    .amenities-lightbox-nav,
    .gallery-lightbox-nav {
        width: 45px;
        height: 45px;
        font-size: 18px
    }

    .amenities-lightbox-prev,
    .gallery-lightbox-prev {
        left: 10px
    }

    .amenities-lightbox-next,
    .gallery-lightbox-next {
        right: 10px
    }

    .amenities-lightbox-counter,
    .gallery-lightbox-counter {
        top: 15px;
        left: 15px;
        font-size: 14px
    }

    .floorPlanCard {
        min-width: 90%;
        /* padding: 15px */
    }

    .floorPlanSection {
        padding: 20px 10px
    }

    .overviewCarouselImage.active {
        border: none
    }

    .faqs-container {
        padding: 0 4%
    }
}

.aboutOverviewCarousel {
    border: none;
    padding: 2rem 5rem
}

@keyframes square-in-center {
    from {
        clip-path: inset(100% 100% 100% 100%)
    }

    to {
        clip-path: inset(0 0 0 0)
    }
}

[transition-style="in:square:center"] {
    animation: 2.5s cubic-bezier(.25, 1, .3, 1) both square-in-center
}

.gradient-bg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: 15s infinite gradientShift
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.dark-pro {
    background: #0f172a;
    background-image: radial-gradient(circle at 25% 25%, #1e293b 0, transparent 50%), radial-gradient(circle at 75% 75%, #334155 0, transparent 50%)
}

.glass-bg {
    background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    border: 1px solid rgba(255, 255, 255, .18)
}

.mesh-gradient {
    background: radial-gradient(ellipse 80% 80% at 50% -20%, rgba(120, 119, 198, .3), transparent), radial-gradient(ellipse 80% 80% at 80% 80%, rgba(255, 119, 198, .3), transparent), radial-gradient(ellipse 80% 80% at 0 50%, rgba(119, 198, 255, .3), transparent);
    background-color: #0a0a0a
}

.particles-bg {
    background: 0 0/550px 550px, 40px 60px/350px 350px, 130px 270px/250px 250px #1a1a2e;
    background-image: radial-gradient(white, rgba(255, 255, 255, .2) 2px, transparent 40px), radial-gradient(white, rgba(255, 255, 255, .15) 1px, transparent 30px), radial-gradient(white, rgba(255, 255, 255, .1) 2px, transparent 40px);
    animation: 20s linear infinite particleFloat
}

@keyframes particleFloat {
    0% {
        background-position: 0 0, 40px 60px, 130px 270px
    }

    100% {
        background-position: 550px 550px, 390px 410px, 680px 820px
    }
}

.corporate-bg {
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    background-attachment: fixed
}

.noise-bg {
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") #f8fafc
}

.spotlight-bg {
    background: radial-gradient(circle at center, #1e3a8a 0, #0f172a 70%)
}

.aurora-bg {
    background: linear-gradient(45deg, #000428, #004e92);
    background-size: 400% 400%;
    animation: 8s infinite aurora
}

@keyframes aurora {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.tech-grid {
    background-color: #0a0a0a;
    background-image: linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: -1px -1px
}

.liquid-bg {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ffeaa7);
    background-size: 300% 300%;
    animation: 10s infinite liquidMove
}

@keyframes liquidMove {

    0%,
    100% {
        background-position: 0 50%
    }

    25% {
        background-position: 100% 50%
    }

    50% {
        background-position: 100% 100%
    }

    75% {
        background-position: 0 100%
    }
}

.hex-pattern {
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e2e8f0' fill-opacity='0.5'%3E%3Cpath d='M20 20L10 10h20z'/%3E%3C/g%3E%3C/svg%3E") #f1f5f9
}

.glowing-grid-bg {
    background-color: #0d0d0d;
    background-image: linear-gradient(rgba(45, 255, 236, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(45, 255, 236, .08) 1px, transparent 1px), linear-gradient(rgba(45, 255, 236, .05) 2px, transparent 2px), linear-gradient(90deg, rgba(45, 255, 236, .05) 2px, transparent 2px);
    background-size: 50px 50px, 50px 50px, 150px 150px, 150px 150px;
    background-position: -1px -1px
}

.starfield-bg {
    background-color: #00000a;
    background-image: radial-gradient(ellipse at bottom, #1b2735 0, #090a0f 100%), radial-gradient(2px 2px, #fff 1px, transparent 2px), radial-gradient(1.5px 1.5px, #fff 1px, transparent 2px), radial-gradient(1px 1px, #fff 1px, transparent 2px);
    background-size: 500px 500px, 200px 200px, 100px 100px;
    background-position: 0 0, 0 0, 40px 60px, 130px 270px;
    animation: 60s linear infinite starfield-scroll
}

.carousel-button,
.carousel-button:hover {
    background-color: rgba(0, 0, 0, .7)
}

@keyframes starfield-scroll {
    from {
        background-position: 0 0, 0 0, 40px 60px, 130px 270px
    }

    to {
        background-position: 0 100%, 0 100%, 40px 160px, 130px 370px
    }
}

.floorPlanSectionTitle,
.footerWrapper,
.map-title,
.newAmenitiesTitle,
.newGalleryTitle,
.price-heading-container {
    transform: translateY(50px);
    opacity: 0;
    transition: transform .8s ease-out, opacity .8s ease-out
}

.aboutSectionDescription,
.amenities-wrapper,
.faqs-container,
.footerDisclaimer,
.gallery-wrapper,
.price-container,
.tourRow {
    transform: translateY(50px);
    opacity: 0;
    transition: transform .8s ease-out .2s, opacity .8s ease-out .2s
}

.aboutSectionContainer.is-visible .faqs-container,
.aboutSectionContainer.is-visible .newGalleryTitle,
.floorPlanSection.is-visible .floorPlanCarousel,
.floorPlanSection.is-visible .floorPlanSectionTitle,
.footerContainer.is-visible .footerDisclaimer,
.footerContainer.is-visible .footerLinks,
.footerContainer.is-visible .footerWrapper,
.map-title.is-visible,
.newAmenitiesSection.is-visible .amenities-wrapper,
.newAmenitiesSection.is-visible .newAmenitiesTitle,
.newGallerySection.is-visible .gallery-wrapper,
.newGallerySection.is-visible .newGalleryTitle,
.overviewPropertySection.is-visible .aboutSectionDescription,
.overviewPropertySection.is-visible .floorPlanSectionTitle,
.priceSection.is-visible .price-card,
.priceSection.is-visible .price-container,
.priceSection.is-visible .price-heading-container,
.virtualTourSection.is-visible .map-title,
.virtualTourSection.is-visible .tourRow {
    transform: translateY(0);
    opacity: 1
}

.floorPlanCarousel {
    transform: translateY(50px)
}

.map-left,
.tourColumn:first-child {
    transform: translateX(-50px)
}

.map-right,
.tourColumn:last-child {
    transform: translateX(50px)
}

.map-left {
    opacity: 0;
    transition: transform .8s ease-out, opacity .8s ease-out
}

.map-right {
    opacity: 0;
    transition: transform .8s ease-out .2s, opacity .8s ease-out .2s
}

.bannerSectionMain.is-visible .bannerContentSection,
.bannerSectionMain.is-visible .bannerImageSection,
.mapSection.is-visible .map-left,
.mapSection.is-visible .map-right,
.virtualTourSection.is-visible .tourColumn:first-child,
.virtualTourSection.is-visible .tourColumn:last-child {
    transform: translateX(0);
    opacity: 1
}

.virtualTourSection.is-visible .tourColumn:first-child {
    transition-delay: 0.4s
}

.virtualTourSection.is-visible .tourColumn:last-child {
    transition-delay: 0.6s
}

.footerLinks {
    transform: translateY(50px);
    opacity: 0;
    transition: transform .8s ease-out .4s, opacity .8s ease-out .4s
}

.bannerImageSection {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out
}

.bannerContentSection {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 1s ease-out .2s, opacity 1s ease-out .2s
}

.floorPlanCarousel,
.price-card {
    position: relative;
    opacity: 0;
    transition: transform .8s ease-out, opacity .8s ease-out;
    left: 0
}

.price-card {
    transform: translateY(20px)
}

.priceSection.is-visible .price-card:first-child {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.2s
}

.priceSection.is-visible .price-card:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.4s
}

.priceSection.is-visible .price-card:nth-child(3) {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.6s
}

.carousel-button,
.faqs-more-button {
    transition: background-color .3s;
    cursor: pointer
}

.floorPlanSection.is-visible .floorPlanCarousel {
    left: 0;
    opacity: 1;
    transform: translateY(0)
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw
}

.aboutSectionContainer,
.bannerSectionMain,
.floorPlanSection,
.footerContainer,
.mapSection,
.newGallerySection,
.overviewPropertySection,
.priceSection,
.virtualTourSection {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

.carousel-button.prev {
    left: 10px;
    border-radius: 50%
}

.carousel-button.next {
    right: 10px;
    border-radius: 50%
}

.faqs-more-button-container {
    text-align: center;
    margin-top: 5px
}

.faqs-more-button {
    background-color: #000;
    color: #b5945f;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    text-decoration: underline
}

.floorPlanSectionTitle,
.map-title,
.newAmenitiesTitle,
.newGalleryTitle,
.overviewPropertyTitle,
.overviewTitle,
.price-title {
    font-family: "Cormorant Garamond", serif
}

@font-face {
    font-display: swap;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: url('../assets/fonts/cormorant-garamond-v16-latin-600.woff2') format('woff2')
}

@keyframes popouteffect {

    0%,
    100% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1)
    }
}

.virtualtourPlayIcon {
    display: flex;
    justify-content: center;
    width: 80px;
    height: 56px;
    background: red;
    border-radius: 12px;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    transition: transform .2s, box-shadow .2s;
    animation: 3s ease-in-out infinite popouteffect
}

.virtualtourPlayIcon::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: 50%;
    transform: translate(-35%, 0)
}

.virtualtourPlayIcon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .3)
}

@media (max-width:600px) {
    .virtualtourPlayIcon {
        width: 70px;
        height: 50px
    }
}

@media (max-width:768px) {
    .floorPlanCard {
        flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        /* padding: 10px */
    }

    .floorPlanIndicators {
        display: flex
    }

    .floorPlanSlidesContainer {
        width: 100%;
        overflow: hidden
    }

    .floorPlanSlides {
        gap: 0;
        width: 100%;
        transition: transform .5s ease-in-out;
        will-change: transform
    }

    .floorPlanNext,
    .floorPlanPrev {
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        padding: 10px;
        font-size: 1rem;
        display: flex
    }

    .mobileBottomBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        box-shadow: 0 -2px 0 #b5945f;
        padding: 10px;
        z-index: 100;
        gap: 10px
    }

    .callButton,
    .pdfButton,
    .whatsappButton {
        background-color: transparent
    }

    .mobileBottomBar a {
        flex: 1;
        text-align: center;
        padding: 5px;
        font-size: 14px;
        font-weight: 700;
        color: #b5945f;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        position: relative;
        overflow: visible
    }

    .mobileBottomBar a:hover {
        transform: scale(1.1)
    }

    .callButton,
    .pdfButton {
        border-right: 1px solid #b5945f
    }

    .mobileBottomBar svg {
        width: 20px;
        height: 20px;
        fill: white
    }
}

.bounce {
    display: inline-block;
    animation: 2s infinite bounce
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}