@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;
}

p,
button,
a,
body {
  font-family: "Futura BooK BT", sans-serif;
}

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

.price-floor-plan,
.price-row {
  border-bottom: 0.5px solid #ddd
}

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

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

.headerLogo img {
  /* padding: 4% */
}

.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,
.requestButton::after,
.quoteSubmit::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 {
  background-color: #fff;
  color: #9f8537;
  box-shadow: 0 0 1px 0.5px #9f8537;
  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;
  font-weight: 700;
  color: #9f8537;
  margin-bottom: 50px;
  text-align: center;
  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: #9f8537;
  margin: 0 10px
}

.floorPlanSection,
.newAmenitiesDownload:hover,
.newAmenitiesSection,
.newGalleryDownload:hover,
.newGallerySection,
.price-card,
.priceSection {
  background-color: #fff;
}

.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
  }

  .bannerNavButton {
    /* display: none */
  }

  .floorPlanSlide {
    min-width: 50%
  }

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

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

.price-value.highlight {
  color: #111;
}

.price-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  /* padding: 10px; */
  width: 100%;
  color: #111;
}

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

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

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

.price-card {
  border: 0.5px solid #ddd;
  overflow: hidden;
  width: calc(23.33% - 14px);
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, .05) */
}

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

.price-row {
  display: flex
}

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

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

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

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

.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(65% - 9px); */
    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 {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 20px 8%
}

.newAmenitiesTitle,
.newGalleryTitle {
  color: #111;
  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: #9f8537
}

.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;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  transition: background-color .3s;
  position: relative;
  overflow: hidden
}

.location,
.time {
  color: #111
}

.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
}

.floorPlanCard img {
  display: block;
  transition: .4s;
  border: .5px solid #9f8537;
  /* filter: blur(1px); */
}

.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: #fff;
  padding: 20px 8%;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  transition: .3s
}

.map-title {
  font-family: serif;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 1%;
  transition: color .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #111;
}

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

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

@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-iframe {
  transition: .3s
}

.map-dropdown-btn {
  background-color: #fff;
  border: 1px solid #6D6E70
}

.map-dropdown-content {
  background-color: #f3f3f3;
  border: 0;
}

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

.map-dropdown {
  width: 100%;
  transition: .3s ease-in-out;
  margin-bottom: 20px;
}

.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: #111;
  /* background-color: #f7eede; */
}

/* .map-dropdown-btn:hover { background-color: #9f8537; transform: scale(1.05) } */
.map-dropdown-arrow {
  margin-left: auto;
  transition: transform .3s ease-in-out
}

.map-dropdown-btn.active {
  background-color: #fff;
  border: 1px solid #9f8537;
}

.map-dropdown-content {
  max-height: 0;
  overflow: hidden;
  margin-top: 0px;
  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 #9f8537;
  margin-top: 20px;
}

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

.map-arrow.active {
  transform: rotate(0deg);
}

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

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

.map-cta {
  background-color: #9f8537;
  color: #fff;
}

.map-cta:hover {
  color: #9f8537;
  background-color: #fff;
  border: 1px solid #9f8537;
  box-shadow: 0 0 1px 0.5px #9f8537;
  transform: translateY(-2px);
}

.location {
  font-size: 1rem
}

.time {
  font-size: 1rem;
  text-align: right
}

.map-cta {
  width: 100%;
  padding: 12px 25px;
  font-size: 16px;
  color: #fff;
  transition: background-color .3s, transform .2s;
  margin-top: 15px;
  text-align: center;
  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 {
  background-color: #000;
  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: #9f8537;
  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 {
  width: 75px;
  height: 50px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%
}

/* .virtualtourPlayIcon::before {
  content: '\25B6';
  font-size: 30px;
  color: #fff
} */

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

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

.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: #fff;
  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;
  color: #000;
  text-align: center;
  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: #fff;
  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: #111;
  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;
  /* background-color: #002138; */
  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: #f3f3f3;
  color: #6D6E70;
  text-align: center;
  padding: 20px 8%;
  /* border-top: 1px solid #ddd; */
  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: #9f8537;
  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: #fff;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  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: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px 20px 0px 20px;
  position: relative
}

.modalFormLogo {
  font-weight: 700
}

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

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

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

.modalFormSubmitBtn:hover {
  background: #fff;
  color: #9f8537
}

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

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

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

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

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

.modalPhoneInput {
  flex: 1;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  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 {
  width: 100%;
  background-color: #fff;
  padding: 20px 0 5px;
  color: #fff
}

.tourContainer {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0% 8%;
}

.tourRow {
  display: block;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

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

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

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

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

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

.tourPlanWrapper,
.tourVideoWrapper {
  width: 100%;
  border: 2px solid #6D6E70;
  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: 56.25% */
  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,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 #9f8537;
  border-radius: 50%
}

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

.zoomIcon:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #9f8537;
  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
}

.requestButton:hover {
  background-color: #fff;
  color: #9f8537;
  box-shadow: 0 0 1px 0.5px #9f8537;
  transform: translateY(-2px);
}

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

.newGalleryImageTitle,
.newGalleryLightboxTitle,
.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 {
    /* width: 90%; */
    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: #9f8537;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    border: 1px solid #9f8537;
  }

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

  .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 {
    /* justify-content: center; */
    gap: 50px
  }
}

.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: #9f8537;
  transition: transform .3s
}

.amenities-image,
.gallery-image {
  display: block;
  width: 100%;
  /* height: auto;
  object-fit: contain; */
  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: #fff;
  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,
.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;
  backdrop-filter: blur(10px)
}

.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
}

@media (max-width:768px) {
  .price-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    justify-content: center;
    /* flex-direction: column; */
    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
  }
}

* {
  font-family: "Futura BooK BT", sans-serif;
  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 {
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, .3);
  backdrop-filter: blur(10px)
}

.headerContainer {
  position: relative;
  /* max-width: 1600px; */
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid #9f8537
}

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

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

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

.headerLink {
  color: #111;
  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
}

.headerLink:hover {
  color: #9f8537
}

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

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

.headerMenuButton,
.mobileMenuClose {
  border: none;
  color: #111;
  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: #fff;
  padding: 2rem;
  transition: right .3s;
  z-index: 2000;
  box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
}

.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: #111;
  text-decoration: none;
  font-size: 1.1rem;
  padding: .5rem 0;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  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: auto;
  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: 20px 40px 40px;
  background-color: #fff;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #9f8537;
}

.bannerLocationLogo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: serif;
  font-size: 18px;
  color: #9f8537;
  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 {
  /* margin-bottom: 10px; */
  text-align: center;
  margin: 10px 0 10px;
}

.bannerIntroText {
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 10px;
  /* color: #9f8537 */
}

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

.bannerSubtitleText {
  font-size: 1rem;
  letter-spacing: normal;
  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: #9f8537;
}

.bannerSubtitleText:before {
  left: -30px
}

.bannerSubtitleText:after {
  right: -30px
}

.bannerPropertyDescription {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: normal;
  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
}

.quoteCheckboxWrapper,
.quoteSubmit {
  color: #6D6E70;
  display: flex
}

.quoteTitle {
  color: #9f8537;
  display: flex
}

.quoteForm {
  background: #fff;
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, .1); */
  margin-top: 0
}

.quoteTitle {
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  /* margin-bottom: 15px; */
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 1px;
}

.quoteSubTitle {
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 1px;
  color: #9f8537;
}

.quoteTitle::after,
.quoteTitle::before {
  content: "";
  flex: 1;
  height: 0.5px;
  background-color: #9f8537;
  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 #9f8537;
  outline: #9f8537;
}

.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: #9f8537;
  border: 1px solid #9f8537;
  padding: 12px 25px;
  font-size: 1rem;
  /* border-radius: 6px; */
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background .3s;
  color: #fff;
    overflow: hidden;
  position: relative;
}

.quoteSubmit:hover {
  background: #fff;
  color: #9f8537;
  box-shadow: 0 0 3px 0.5px #9f8537;
  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
}

.bannerNextButton {
  right: 20px
}

.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) {
  .bannerSectionMain {
    margin-top: 0;
  }

  .headerNav {
    display: none
  }

  .bannerIndicatorContainer {
    /* bottom: 58% */
    bottom: 10px;
  }

  .headerMenuButton {
    display: block
  }

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

  .bannerPropertyImage {
    /* padding-top: 70px; */
    /* object-fit: contain;
    display: block; */
    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: #fff;
    backdrop-filter: blur(10px);
    z-index: 1
  }

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

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

  .bannerImageSection {
    width: 100%;
    /* height: 350px; */
    height: auto !important;
    order: 1
  }

  .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;
    margin-top: 65px;
  }

  .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 {
  max-width: 100%;
  padding: 0px 10px 0px;
  background-color: #fff;
}

.overviewContent {
  width: 100%
}

.overviewPropertyDescription {
  font-size: 1rem;
  line-height: 1.5;
  color: #111;
  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: #111;
  margin: 30px 0;
  text-align: center;
  position: relative;
  flex-wrap: nowrap;
  padding: 0 10px
}

.overviewPropertyTitle::after,
.overviewPropertyTitle::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #9f8537;
  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 #fff
}

.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: #9f8537;
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer
}

.overviewContainer {
  display: flex;
  /* max-width: 1200px; */
  margin: 20px auto;
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
  align-items: center;
  padding: 0% 8%;
}

.overviewCarousel {
  flex: 1;
  padding: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #6D6E70;
  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 #6D6E70
}

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

.overviewTitle {
  display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(17, 17, 17);
    text-align: center;
    position: relative;
    flex-wrap: nowrap;
    margin: 0px 0px 20px;
    padding: 0px 10px;
}
.overviewTitle::before {
  content: "";
    width: 40px;
    height: 1px;
    background-color: #9f8537;
    margin: 0 15px;
}
.overviewTitle::after {
  content: "";
    width: 40px;
    height: 1px;
    background-color: #9f8537;
    margin: 0 15px;
}

.overviewFeaturesList {
  list-style: none
}

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

.overviewFeatureItem:before {
  content: "•";
  color: #9f8537;
  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: #9f8537;
  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 #9f8537;
  font-size: 16px;
  background-color: #9f8537;
  color: #fff;
  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 {
    padding: 0% 4%;
  }

  .overviewPropertyDescription {
    padding: 0% 4%;
  }

  .overviewContainer {
    padding: 0% 0%;
  }

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

  .overviewCarousel {
    padding: 0
  }

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

  .tourContainer {
    padding: 0% 4%;
  }

  .aboutSectionContainer {
    padding: 1% 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: #9f8537;
  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: #9f8537;
  background: #222
}

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

.faqs-answerContainer hr {
  background-color: #9f8537;
  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
}

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

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

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

.floorPlanCarousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  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);
  /* 13.333px = 20px (gap) / 3 cards * 2 gaps */
  box-sizing: border-box;
  /* background: #efe6db; */
  /* padding: 20px; */
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
  text-align: center;
  transition: transform .3s;
  border: 1px solid #6D6E70;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

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

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

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

.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: #fff;
  color: #161e26;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: .3s;
}

.floorPlanCta,
.floorPlanNext,
.floorPlanPrev {
  color: #9f8537;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

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

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

.floorPlanCta,
.overviewDesktop {
  display: block;
}

.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;
  background-color: #fff;
  border: 1px solid #9f8537;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 300px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.floorPlanCta:hover {
  background-color: #fff;
  color: #9f8537;
  transform: translateY(-2px);
  box-shadow: 0 0px 1px 0.5px #9f8537;
}

@media (max-width: 768px) {
  .floorPlanCard {
    flex: 0 0 100%;
    margin-right: 20px;
  }
}

.overviewDesktop {
  display: none
}

.overviewMobile {
  display: block
}

@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%;
  }
}

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

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

.aboutOverviewCarousel .overviewCarouselImage.active {
  border: 1px solid #9f8537
}

@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
}

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

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

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

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

/* 2. Dark Professional with Subtle Pattern */
.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%);
}

/* 3. Glassmorphism Background */
.glass-bg {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

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

/* 5. Animated Particles */
.particles-bg {
  background: #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);
  background-size: 550px 550px, 350px 350px, 250px 250px;
  background-position: 0 0, 40px 60px, 130px 270px;
  animation: particleFloat 20s linear infinite;
}

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

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

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

/* 7. Minimalist Noise */
.noise-bg {
  background: #f8fafc;
  background-image: 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");
}

/* 8. Radial Spotlight */
.spotlight-bg {
  background: radial-gradient(circle at center, #1e3a8a 0%, #0f172a 70%);
}

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

@keyframes aurora {

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

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

/* 10. Tech Grid */
.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;
}

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

@keyframes liquidMove {
  0% {
    background-position: 0% 50%;
  }

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

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

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

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

/* 12. Subtle Hexagon Pattern */
.hex-pattern {
  background: #f1f5f9;
  background-image: 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");
}

.glowing-grid-bg {
  background-color: #0d0d0d;
  background-image: linear-gradient(rgba(45, 255, 236, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(45, 255, 236, 0.08) 1px, transparent 1px), linear-gradient(rgba(45, 255, 236, 0.05) 2px, transparent 2px), linear-gradient(90deg, rgba(45, 255, 236, 0.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, 0px 0px, 40px 60px, 130px 270px;
  animation: starfield-scroll 60s linear infinite;
}

@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;
  }
}

/* amenities */
/* Initial State: Elements are off-screen and invisible */
.newAmenitiesTitle {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.amenities-wrapper {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.2s;
}

/* Final State: Elements are in their normal position and fully visible */
.newAmenitiesSection.is-visible .newAmenitiesTitle,
.newAmenitiesSection.is-visible .amenities-wrapper {
  transform: translateY(0);
  opacity: 1;
}

/* Price */
/* Initial State: Elements are off-screen and invisible */
.price-heading-container {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.price-container {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.2s;
}

/* Final State: Elements are in their normal position and fully visible */
.priceSection.is-visible .price-heading-container,
.priceSection.is-visible .price-container {
  transform: translateY(0);
  opacity: 1;
}

/* Floor Plan*/
/* Initial State: Elements are off-screen and invisible */
.floorPlanSectionTitle {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.floorPlanCarousel {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.2s;
}

/* Final State: Elements are in their normal position and fully visible */
.floorPlanSection.is-visible .floorPlanSectionTitle,
.floorPlanSection.is-visible .floorPlanCarousel {
  transform: translateY(0);
  opacity: 1;
}

/* Gallery*/
/* Initial State: Elements are off-screen and invisible */
.newGalleryTitle {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.gallery-wrapper {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.2s;
}

/* Final State: Elements are in their normal position and fully visible */
.newGallerySection.is-visible .newGalleryTitle,
.newGallerySection.is-visible .gallery-wrapper {
  transform: translateY(0);
  opacity: 1;
}

/* Map*/
/* Initial State: Element is off-screen and invisible */
.map-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* Final State when 'is-visible' class is applied directly to the element */
.map-title.is-visible {
  transform: translateY(0);
  opacity: 1;
}

/* Initial State for map-left: move from left */
.map-left {
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* Initial State for map-right: move from right */
.map-right {
  transform: translateX(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* Final State when .mapSection has 'is-visible' class */
.mapSection.is-visible .map-left,
.mapSection.is-visible .map-right {
  transform: translateX(0);
  opacity: 1;
}

/* Optional: Add a delay for a staggered effect */
.map-right {
  transition-delay: 0.2s;
}

/* Tour */
/* Initial State: Elements are off-screen and invisible */
.map-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.tourRow {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.2s;
}

/* Specific animations for columns within the tourRow */
.tourColumn:first-child {
  transform: translateX(-50px);
}

.tourColumn:last-child {
  transform: translateX(50px);
}

/* Final State: Elements are in their normal position and fully visible */
.virtualTourSection.is-visible .map-title,
.virtualTourSection.is-visible .tourRow {
  transform: translateY(0);
  opacity: 1;
}

.virtualTourSection.is-visible .tourColumn:first-child,
.virtualTourSection.is-visible .tourColumn:last-child {
  transform: translateX(0);
  opacity: 1;
}

/* Add a slight staggered delay to the columns if desired */
.virtualTourSection.is-visible .tourColumn:first-child {
  transition-delay: 0.4s;
}

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

/* about */
/* Initial State: Elements are off-screen and invisible */
.floorPlanSectionTitle {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.aboutSectionDescription {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.2s;
}

/* Final State: Elements are in their normal position and fully visible */
.overviewPropertySection.is-visible .floorPlanSectionTitle,
.overviewPropertySection.is-visible .aboutSectionDescription {
  transform: translateY(0);
  opacity: 1;
}

/* footer */
/* Initial State: Elements are off-screen and invisible */
.newGalleryTitle {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.faqs-container {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.2s;
}

/* Final State: Elements are in their normal position and fully visible */
.aboutSectionContainer.is-visible .newGalleryTitle,
.aboutSectionContainer.is-visible .faqs-container {
  transform: translateY(0);
  opacity: 1;
}

/* Initial State: Elements are off-screen and invisible */
.footerWrapper {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.footerDisclaimer {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition-delay: 0.2s;
}

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

/* Final State: Elements are in their normal position and fully visible */
.footerContainer.is-visible .footerWrapper,
.footerContainer.is-visible .footerDisclaimer,
.footerContainer.is-visible .footerLinks {
  transform: translateY(0);
  opacity: 1;
}

/* Initial State: Elements are off-screen and invisible */
.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, opacity 1s ease-out;
  transition-delay: 0.2s;
}

/* Final State: Elements are in their normal position and fully visible */
.bannerSectionMain.is-visible .bannerImageSection,
.bannerSectionMain.is-visible .bannerContentSection {
  transform: translateX(0);
  opacity: 1;
}

/* Corrected Price Cards to prevent layout issues */
.price-card {
  position: relative;
  left: 0;
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.priceSection.is-visible .price-card:nth-child(1) {
  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;
}

/* This is an alternative to the previous fix, which may cause less layout shift */
.price-card {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.priceSection.is-visible .price-card {
  transform: translateY(0);
  opacity: 1;
}

.priceSection.is-visible .price-card:nth-child(1) {
  transition-delay: 0.2s;
}

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

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

/* @media (max-width:768px) {
  .priceSection.is-visible .price-card:nth-child(1) {
    width: 95%;
  }
} */

/* Floor Plan: Corrected to prevent layout issues */
.floorPlanCarousel {
  position: relative;
  left: 0;
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

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

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  background-color: #fff;
}

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

/* Basic styling for the carousel buttons */
.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  width: 45px;
  /* make it equal width & height */
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  transition: background-color 0.3s ease;
  display: flex;
  /* center icon */
  align-items: center;
  justify-content: center;
}

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

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

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

/* Style for the "See More" button */
.faqs-more-button-container {
  text-align: center;
  margin-top: 5px;
}

.faqs-more-button {
  background-color: #000000;
  /* Or your brand color */
  color: #9f8537;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  text-decoration: underline;
}

/* .faqs-more-button:hover { background-color: #0056b3; } */
/* Initially hide all question containers after the first one */
.faqs-questionContainer:not(:first-of-type) {
  display: none;
}

.floorPlanPrev,
.floorPlanNext {
  display: none;
}

@media (max-width: 768px) {

  /* Hide the desktop indicators on mobile for a cleaner look */
  .floorPlanIndicators {
    display: flex;
  }

  /* Make the carousel show a single card at a time */
  .floorPlanSlidesContainer {
    width: 100%;
    /* Use overflow hidden to prevent cards from showing outside the container */
    overflow: hidden;
  }

  .floorPlanSlides {
    /* Flexbox properties to show a single card */
    gap: 0;
    /* Remove gap on mobile to prevent spacing issues */
    /* This makes the container full width and centers the content */
    width: 100%;
    /* Using transform to handle sliding smoothly */
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    /* Optimize for animation */
  }

  .floorPlanCard {
    /* Each card takes up 100% of the container width */
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0px;
    /* Adjust padding for mobile layout */
  }

  /* Adjust the navigation buttons for mobile if needed */
  .floorPlanNext,
  .floorPlanPrev {
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 1rem;
    display: flex;
  }
}

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

/* Add this to the top of your style.css */

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

@keyframes popouteffect {
    0% {transform: scale(1.1);}
    50% {transform: scale(1);}
    100% {transform: scale(1.1);}
}
.virtualtourPlayIcon {
    display: flex;
    justify-content: center
}

.virtualtourPlayIcon {
    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: popouteffect 3s ease-in-out infinite;
}

.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
    }
}

.mobileBottomBar {
  display: none;
}

/* Show on mobile */
@media (max-width: 768px) {
  .mobileBottomBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
    padding: 10px;
    z-index: 100;
    gap: 10px;
  }

  .mobileBottomBar a {
    flex: 1;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    /* border-radius: 4px; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    overflow: visible;
    /* animation: pulse 1.5s infinite; */
  }

  /* Hover scale effect */
  .mobileBottomBar a:hover {
    transform: scale(1.1);
  }

  /* Button colors */
  .callButton {
    background-color: transparent;
    border-right: 1px solid #9f8537;
  }

  .pdfButton {
    background-color: transparent;
    border-right: 1px solid #9f8537;
  }

  .whatsappButton {
    background-color: transparent;
  }

  /* SVG icon style */
  .mobileBottomBar svg {
    width: 20px;
    height: 20px;
    fill: white;
  }
}

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

/* Bounce Keyframes */
@keyframes bounce {

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

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

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