/* Performance: Defer rendering of off-screen sections */
.floorSection,
.gallery-carousel-section,
.aboutSection,
.siteVisiteTour,
.footerContainer {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px
}

.floorPlan-box,
.floorPlan-title,
.nav-item,
.offerBoxPaymentPlan {
  position: relative
}

.floorSection {
  background-color: #fff;
  padding: 20px;
  margin: 1vw auto;
  max-width: 1200px
}

.floorPlan-title {
  font-size: 1.5rem;
  color: var(--colorPrimary);
  margin-bottom: 30px;
  text-align: start
}

.floorPlan-title::after {
  content: '';
  background-color: var(--colorPrimary)
}

.floorplan-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 0;
  cursor: pointer
}

.floorplan-button:focus {
  outline: var(--colorPrimary) solid 3px;
  outline-offset: -3px
}

@media (min-width:769px) {
  .floorPlan-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
  }

  .floorPlan-box {
    position: relative;
    width: 280px;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #eee
  }

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

  .floorPlan-carousel-btn,
  .floorPlan-dots {
    display: none !important
  }
}

@media (max-width:768px) {
  .floorPlan-title {
    text-align: center
  }

  .floorPlan-title::after {
    left: 50% !important;
    transform: translateX(-50%)
  }

  .floorPlan-carousel-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%
  }

  .floorPlan-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    transition: transform .6s ease-in-out
  }

  .floorPlan-box {
    flex: 0 0 100%;
    height: 250px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden
  }

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

  .floorPlan-carousel-btn {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    border: none;
    width: 38px;
    height: 38px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    z-index: 10;
    border-radius: 4px;
    align-items: center;
    justify-content: center
  }

  .floorPlan-carousel-btn:disabled {
    background: rgba(0, 0, 0, .2);
    cursor: not-allowed
  }

  .floorPlan-carousel-prev {
    left: 0
  }

  .floorPlan-carousel-next {
    right: 0
  }

  .floorPlan-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 15px
  }

  .floorPlan-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: 0 0;
    border: none;
    cursor: pointer;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
  }

  .floorPlan-dot::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    position: absolute
  }

  .floorPlan-dot.active::before {
    background: #212529;
    transform: scale(1.2);
  }
}

.carouselBannerContainer,
.galleryItem,
.map-container,
.offerBoxContainer,
.overviewContent,
.tab,
.tabs,
.visuallyHidden {
  overflow: hidden
}

.carouselBannerItem picture {
  display: block;
  width: 100%;
  height: 100%
}

.carouselBannerItem picture img {
  width: 100%;
  height: auto;
  object-fit: contain
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: var(--colorPrimary) solid 2px;
  outline-offset: 2px
}

body {
  --colorPrimary: #345f4c;
  --colorSecondary: #539d7c;
  --colorBtn: #ffffff;
  background: #f7f7f7
}

.fa-icon,
.nav-link {
  transition: background-color .3s
}

.contact-section,
.header {
  position: fixed;
  background-color: #fff;
  z-index: 1000
}

.blur-overlay.active,
.popupModal.active {
  opacity: 1;
  visibility: visible
}

.godrej-logo,
.nav-link {
  font-size: 12px;
  font-weight: 700
}

body,
button {
  font-family: Roboto, sans-serif
}

.main-container {
  display: flex;
  width: 100%
}

.header-section {
  width: 78%
}

.contact-section {
  width: 22%;
  top: 0;
  right: 0;
  height: 100vh;
  box-shadow: -2px 0 5px rgba(0, 0, 0, .1)
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  width: 78%
}

.logo-container,
.nav-menu {
  align-items: center;
  display: flex
}

.firstFormPhoneLink,
.nav-link {
  align-items: center;
  text-decoration: none
}

.firstFormPrivacyLink,
.footerLinks a,
.footerLinks a:hover,
.overviewSeeMore {
  text-decoration: underline
}

.godrej-logo {
  color: #52b947
}

.nav-menu {
  list-style: none
}

.nav-link {
  color: #333;
  display: flex;
  padding: 8px;
  border-radius: 4px;
  justify-content: center
}

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

.nav-item .nav-link.active,
.nav-item:hover .nav-link,
.price-breakup-btn,
.price-costing-details {
  background-color: var(--colorPrimary);
  color: #fff
}

.fa-home {
  --icon-url: url('../images/icons/homeDark.svg')
}

.fa-price {
  --icon-url: url('../images/icons/labelDark.svg')
}

.fa-floorPlan {
  --icon-url: url('../images/icons/floorPlan.svg')
}

.fa-amenities {
  --icon-url: url('../images/icons/amenitiesDark.svg')
}

.fa-gallery {
  --icon-url: url('../images/icons/galleryDark.svg')
}

.fa-location {
  --icon-url: url('../images/icons/locationDark.svg')
}

.fa-siteViste {
  --icon-url: url('../images/icons/youtubeDark.svg')
}

.fa-download {
  --icon-url: url('../images/icons/downlaod.svg')
}

.fa-call {
  --icon-url: url('../images/icons/callDark.svg')
}

.fa-freeSiteVisite {
  --icon-url: url('../images/icons/freeSiteVisite.svg')
}

.fa-unmatchPrice {
  --icon-url: url('../images/icons/unmatchPrice.svg')
}

.fa-whiteGetIt {
  --icon-url: url('../images/icons/whiteGetIt.svg')
}

.fa-menu {
  --icon-url: url('../images/icons/menu.svg')
}

.fa-chatIcon {
  --icon-url: url('../images/icons/whiteChat.svg')
}

.firstFormRegisterBtn,
.firstFormWhatsApp,
.hamburger {
  border: none;
  cursor: pointer
}

.firstFormPhoneIcon,
.nav-link i,
.popupModal-form .country-code span {
  margin-right: 5px
}

.nav-divider {
  height: 40px;
  width: 1px;
  background-color: #ccc;
  margin: 0 5px
}

.hamburger {
  display: none;
  background: 0 0;
  font-size: 24px
}

.firstFormContainer {
  height: 100%;
  background-color: #fff
}

.firstFormTopBar {
  display: flex;
  background-color: #333;
  color: #fff
}

.firstFormRegisterBtn {
  padding: 12px 20px;
  background-color: #333;
  color: #fff;
  font-size: 0.8rem;
  flex: 1;
  text-align: center;
  border-right: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.firstFormPhoneLink,
.firstFormWhatsApp {
  flex: 1;
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  display: flex
}

.firstFormPhoneLink {
  padding: 12px 20px;
  background-color: #333;
  text-align: center;
  justify-content: center
}

.firstFormActionBtns {
  display: flex;
  padding: 10px;
  background-color: #f5f5f5;
  gap: 10px;
  flex-direction: column
}

.firstFormWhatsApp.pulse-glow-effect {
  animation: 2.5s ease-in-out infinite pulseGlow
}

.firstFormWhatsApp {
  padding: 6px 25px;
  background-color: #25d366;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500
}

.firstFormCallBack,
.firstFormSubmitBtn {
  background-color: var(--colorPrimary);
  cursor: pointer
}

.firstFormCallBack {
  flex: 1;
  padding: 10px;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center
}

.firstFormHeading {
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333
}

.firstFormCountrySelect,
.firstFormInput,
.firstFormPhoneInput {
  border: none;
  color: #555;
  outline: 0
}

.firstFormInputGroup {
  padding: 0 20px 20px
}

.firstFormInput {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ccc
}

.firstFormPhoneContainer {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px
}

.firstFormCountrySelect {
  flex: 1;
  max-width: 35%;
  border-bottom: 1px solid #ccc;
  appearance: none
}

.firstFormPhoneInput {
  flex: 2;
  border-bottom: 1px solid #ccc
}

.firstFormCheckboxContainer {
  display: flex;
  align-items: flex-start;
  padding: 0 15px
}

.firstFormCheckbox {
  margin-right: 10px;
  margin-top: 3px
}

.firstFormSubmitIcon,
.overviewBtn img {
  margin-right: 8px
}

.firstFormConsentText {
  font-size: 10px;
  color: #111;
  line-height: 1.4
}

.firstFormPrivacyLink {
  color: #012060;
  font-weight: 700
}

.firstFormPrivacyLink:focus {
  outline: #012060 solid 2px;
  outline-offset: 2px
}

.firstFormSubmitContainer {
  padding: 0 15px 10px;
  text-align: center
}

.firstFormSubmitBtn {
  padding: 6px 25px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  display: inline-flex;
  align-items: center
}

.mobile-contact-form {
  display: none;
  background-color: #fff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, .1);
  padding: 0 15px;
  min-height: 200px
}

.offerBoxContainer {
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: #fff;
  min-height: 250px
}

.offerBoxDottedSection,
.offerBoxTopBanner {
  background-color: var(--colorPrimary);
  text-align: center
}

.offerBoxTopBanner {
  color: #fff;
  padding: 15px;
  font-size: 14px
}

.offerBoxContent {
  padding: 15px;
  text-align: center
}

.offerBoxTitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--colorPrimary)
}

.offerBoxLocation {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4
}

.offerBoxDeveloper {
  font-size: 12px;
  color: #777;
  margin-bottom: 15px
}

.offerBoxDottedSection {
  position: relative;
  padding: 15px 10px;
  margin: 15px 0;
  color: #fff
}

.offerBoxManhattanStyle,
.offerBoxPaymentPlan {
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-weight: 700
}

.offerBoxDottedSection::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px dashed #fff;
  pointer-events: none
}

.offerBoxPrice {
  margin: 5px 0;
  font-size: 16px
}

.offerBoxPriceHighlight {
  font-size: 22px;
  font-weight: 700
}

.offerBoxEnquireButton {
  background-color: var(--colorPrimary);
  color: #fff;
  border: none;
  padding: 6px 25px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 5px
}

@media (min-width:769px) and (max-width:1024px) {
  .carouselBannerContainer {
    width: 100%;
    max-width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative
  }

  .offerBoxContainer {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%, -50%);
    z-index: 2;
    background: #fff;
    width: 320px
  }
}

@media (min-width:1025px) and (max-width:1440px) {
  .carouselBannerContainer {
    width: 100%;
    max-width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative
  }

  .offerBoxContainer {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%, -50%);
    z-index: 2;
    background: #fff;
    width: 290px
  }
}

@media (min-width:1441px) {
  .carouselBannerContainer {
    width: 100%;
    max-width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative
  }

  .offerBoxContainer {
    position: absolute;
    top: 39%;
    left: 50px;
    transform: translate(0%, -50%);
    z-index: 2;
    background: #fff;
    width: 320px
  }
}

:root {
  --transition-speed: 0.5s
}

.carouselBannerContainer {
  position: relative;
  max-width: 100%;
  margin-top: 2%;
  height: auto
}

.carouselBannerTrack {
  display: flex;
  transition: transform var(--transition-speed) ease-in-out
}

.carouselBannerItem {
  flex: 0 0 100%;
  position: relative
}

.carouselBannerItem img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain
}

.carouselBannerButtons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%)
}

.carouselBannerButton {
  background: rgba(0, 0, 0, .5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
  transition: background .3s
}

.carouselBannerButton:hover {
  background: rgba(0, 0, 0, .8)
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap
}

.overviewSection {
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  color: #000;
  border-radius: 8px
}

.overviewHead,
.overviewHeading,
.overviewSeeMore {
  color: var(--colorPrimary)
}

.overviewHeading {
  font-size: 24px;
  font-weight: 700;
  text-align: start;
  margin-bottom: 25px;
  position: relative;
  display: inline-block
}

.aboutHeading::after,
.amenitiesHeader h1::after,
.floorPlan-title::after,
.gallery-carousel-title::after,
.galleryTitle::after,
.heading::after,
.overviewHeading::after,
.price-heading::after,
.virtualtourHeading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--colorPrimary), var(--colorPrimary));
  border-radius: 2px
}

.overviewContent {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  max-height: none;
  transition: max-height .5s ease-in-out
}

.highlight-list,
ul {
  list-style-type: none;
  padding: 0
}

.highlight-list li {
  background-color: #f7f7f7;
  padding: 8px;
  margin: 5px 0;
  display: block;
  border-radius: 5px
}
@media (max-width:768px) {
  .overviewContent {max-height: 150px;}
}
.overviewContent.expanded {
  max-height: 1000px
}

.overviewSeeMore {
  display: none;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  margin-top: 10px;
  font-size: 14px
}

.overviewBtn,
.overviewHead {
  font-weight: 700;
  margin-top: 20px
}

.overviewHead {
  font-size: 20px
}

ul li {
  font-size: 16px;
  padding: 8px 0
}

.overviewBtn {
  display: inline-block;
  width: 200px;
  padding: 10px 15px;
  background: linear-gradient(135deg, var(--colorPrimary), var(--colorPrimary));
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: .3s
}

.amenitiesHeader h1,
.galleryTitle,
.price-heading {
  color: var(--colorPrimary);
  position: relative;
  font-weight: 700
}

.overviewBtn img {
  width: 20px;
  height: 20px
}

.amenitiesNavButton:hover,
.nav-item .nav-link.active .fa-icon,
.nav-item:hover .fa-icon,
.popupModal,
.price-container,
.price-table th,
.price-table tr:nth-child(odd) td {
  background-color: #fff
}

.price-container {
  padding: 20px;
  margin: 0 auto
}

.price-heading {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: start;
  display: inline-block
}

.price-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px
}

.price-table-container {
  flex: 2;
  width: 100%
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px
}

.price-table td,
.price-table th {
  padding: 12px;
  border: 1px solid #eee;
  text-align: center
}

.price-table th {
  font-weight: 700;
  font-size: 16px
}

.price-table td,
.virtualtourSubText {
  font-size: 14px;
  background-color: #f2f2f2
}

.price-breakup-btn {
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px
}

.price-details-container {
  flex: 1;
  margin-top: 10px;
  cursor: pointer
}

.price-costing-details-container {
  border: 1px solid #eee;
  padding: 10px;
  text-align: center
}

.price-costing-image {
  width: 100%;
  border-bottom: 1px solid #eee
}

.price-costing-details {
  padding: 15px;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.amenitiesDownloadBtn img,
.gallery-carousel-download-btn img,
.galleryDownloadButton img,
.price-costing-details img {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0
}

.amenities-mobile-download,
.gallery-mobile-download,
.heading-divider,
.mobile-only,
.mobileBottomBar,
.mobileBtn,
.siteVisitHeading--image {
  display: none
}

.amenitiesSection {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px
}

.amenitiesContainer {
  width: 100%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  text-align: left
}

.amenitiesDot.active,
.amenitiesDownloadBtn,
.amenitiesDownloadBtn:hover {
  background-color: var(--colorPrimary)
}

.amenitiesHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 10px
}

.amenitiesHeader h1,
.galleryTitle {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 30px;
  text-align: start
}

.amenitiesDownloadBtn {
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color .3s
}

.amenitiesMobileDownloadContainer {
  display: none;
  margin-top: 20px;
  width: 100%;
  text-align: center
}

.amenitiesSliderContainer {
  position: relative;
  overflow: hidden;
  touch-action: pan-y
}

.amenitiesSlider {
  display: flex;
  transition: transform .5s
}

.amenitiesDot,
.popupModal-form button {
  cursor: pointer;
  transition: background-color .3s
}

.amenitiesSlide {
  min-width: 33.33%;
  padding: 0 15px;
  text-align: center;
  flex: 1
}

.amenitiesAmenityIcon {
  height: 100px;
  width: 100px;
  margin: 0 auto 15px
}

.amenitiesAmenityTitle {
  color: #333;
  margin-top: 10px;
  font-size: 16px
}

.amenitiesNavButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.amenitiesPrev {
  left: -5px
}

.amenitiesNext {
  right: -5px
}

.amenitiesDotsContainer {
  display: flex;
  justify-content: center;
  margin-top: 20px
}

.amenitiesDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px
}

@media (max-width:768px) {
  .mobile-only {
    display: inline-block
  }

  .carouselBannerContainer {
    margin-top: 14%
  }

  ul,
  ul li {
    text-align: center
  }

  ul {
    padding-left: 0;
    margin-top: 6%
  }

  ul li {
    list-style-position: inside;
    display: block
  }

  td:first-child {
    font-size: 22px;
    font-weight: 700
  }

  td:nth-child(2) {
    font-size: 18px;
    font-weight: 500
  }

  td:nth-child(3) {
    font-size: 14px;
    font-weight: 700
  }

  .offerBoxContainer {
    position: static;
    width: 100%;
    border-radius: 0
  }

  .offerBoxTopBanner {
    padding: 4%;
    font-size: 16px
  }

  .offerBoxTitle {
    font-size: 28px
  }

  .offerBoxDeveloper {
    font-size: 22px;
    color: #000
  }

  .offerBoxManhattanStyle,
  .offerBoxPaymentPlan {
    font-size: 16px;
    font-weight: 700
  }

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

  .offerBoxPrice {
    font-size: 14px;
    line-height: 1.4
  }

  .amenitiesSlide {
    min-width: 50%
  }

  .amenitiesHeader h1 {
    font-size: 20px
  }

  .galleryDownloadButton {
    margin: 0 auto
  }
}

@media (max-width:480px) {
  .amenitiesSlide {
    min-width: 100%
  }

  .amenitiesHeader h1 {
    font-size: 18px;
    text-align: center;
    width: 100%
  }

  .amenitiesHeader .amenitiesDownloadBtn {
    display: none
  }

  .amenitiesHeader {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .amenitiesMobileDownloadContainer {
    display: block
  }

  .amenitiesMobileDownloadContainer .amenitiesDownloadBtn {
    margin: 0 auto
  }
}

.gallerySection {
  padding: 20px;
  background-color: #f9f9f9
}

.galleryHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 20px
}

.galleryDownloadButton {
  background-color: var(--colorPrimary);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700
}

.galleryContent,
.popupModal-form {
  display: flex;
  flex-direction: column
}

.galleryContent {
  text-align: left
}

.galleryContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px
}

.galleryItem {
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  position: relative;
  height: 150px;
  transition: transform .3s
}

.galleryModalContent img,
.popupModal {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.galleryItem:hover {
  transform: scale(1.05)
}

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

.galleryModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transition: opacity .3s;
  backdrop-filter: blur(8px)
}

.galleryModalContent {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: relative;
  transform: scale(.9);
  transition: transform .3s
}

.galleryModalContent img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  border-radius: 5px
}

.galleryCloseButton {
  position: absolute;
  top: -40px;
  right: 0;
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
  opacity: .8;
  transition: opacity .2s
}

.map-container,
.virtualtourWrapper {
  position: relative;
  width: 100%
}

.blur-overlay,
.popupModal {
  opacity: 0;
  visibility: hidden
}

.galleryCloseButton:hover,
.galleryModal.active {
  opacity: 1
}

.galleryModal.active .galleryModalContent {
  transform: scale(1)
}

.galleryMobileDownload {
  display: none;
  width: 100%;
  margin-top: 20px
}

@media (max-width:1024px) {
  .galleryContainer {
    grid-template-columns: repeat(3, 1fr)
  }
}

.container,
.virtualtourContainer {
  margin: auto;
  padding: 20px
}

.heading,
.virtualtourHeading {
  font-size: 24px;
  font-weight: 700;
  color: var(--colorPrimary);
  margin-bottom: 30px;
  position: relative;
  display: inline-block
}

.map-container {
  height: 300px;
  border-radius: 5px
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none
}

.virtualtourImage {
  width: 100%;
  display: block;
  border-radius: 5px
}

.virtualtourOverlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, .4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  transform: translateY(-50%)
}

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

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

.virtualtourText {
  margin-top: 1%;
  font-size: 20px
}

.virtualtourSubText {
  background: 0 0
}

.aboutContainer {
  margin: auto;
  padding: 20px;
  text-align: center;
  background-color: #fff
}

.aboutHeader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px
}

.aboutLogo,
.popupModal-logo {
  text-align: center;
  margin-bottom: 15px
}

.aboutLogo img {
  /* max-width: 200px; */
  height: auto
}

.aboutHeading {
  font-size: 22px;
  font-weight: 700;
  color: var(--colorPrimary);
  margin-bottom: 30px;
  text-align: start;
  position: relative;
  display: inline-block
}

.aboutDescription {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-align: justify
}

.aboutBoldText,
.aboutReraNumber {
  text-align: start;
  font-weight: 700
}

.aboutBoldText {
  margin-top: 20px
}

.aboutReraNumber {
  font-size: 18px;
  margin-bottom: 10px
}

.aboutEnquireBtn {
  background: var(--colorPrimary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center
}

.aboutEnquireBtn img {
  width: 18px;
  height: auto
}

.desktopBtn {
  margin-left: auto;
  display: flex
}

.footerContainer {
  background-color: #f8f8f8;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px
}

.footerContent {
  margin: auto;
  font-size: 10px;
  color: #222;
  line-height: 1.6;
  text-align: left
}

.footerContent a,
.footerContentLink,
.footerLinks a {
  color: #0242a1;
  text-decoration: underline;
  font-weight: 700
}

.footerContent p {
  margin: 5px 0
}

.footerContent a,
.footerContentLink {
  font-size: 12px
}

.footerContent a:hover,
.footerContentLink:hover {
  color: #012060;
  text-decoration: underline
}

.footerContent a:focus,
.footerContentLink:focus,
.footerLinks a:focus {
  outline: #0242a1 solid 2px;
  outline-offset: 2px
}

.footerDisclaimer {
  font-size: 12px;
  color: #555;
  margin-top: 10px
}

.footerDivider {
  border-top: 1px solid #ddd;
  margin: 15px 0
}

.footerBottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
  gap: 10px
}

.footerLinks {
  text-align: center;
  flex: 1
}

.footerLinks a {
  margin: 0 5px
}

@media (max-width:600px) {
  .carouselBannerItem picture img {
    height: auto;
    object-fit: contain;
    max-width: 100%
  }

  .heading,
  .virtualtourHeading {
    font-size: 20px;
    text-align: center
  }

  .map-container {
    height: 250px
  }

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

  .virtualtourText {
    font-size: 16px
  }

  .aboutHeader {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .aboutHeading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px
  }

  .aboutDescription {
    text-align: justify
  }

  .aboutReraNumber {
    display: block
  }

  .desktopBtn {
    display: none
  }

  .mobileBtn {
    display: block;
    margin: 20px auto 0
  }

  .footerBottom {
    flex-direction: column;
    text-align: center
  }
}

.popupModal-promise,
.popupModal-title {
  text-align: center;
  margin-bottom: 20px
}

.popupModalSection {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1001
}

.form-country,
.phone-input {
  background: #fff
}

.popupModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.95);
  width: 100%;
  max-width: 500px;
  border-radius: 5px;
  z-index: 1000;
  transition: .4s ease-out;
  border: 1px solid #777
}

.amenities-desktop-download,
.popupModal-content,
.popupModal-form .phone-input {
  display: flex
}

.phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px;
  max-width: 417px
}

.phone-number {
  flex: 1;
  padding: 4px;
  border: none;
  font-size: 16px;
  outline: 0
}

.phone-input:focus-within {
  border-color: var(--colorPrimary)
}

.popupModal-left {
  width: 40%;
  background-color: #f4f4f4;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly
}

.popupModal-right {
  width: 100%;
  padding: 6px;
  position: relative
}

.popupModal-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  transition: color .2s
}

.popupModal-close:hover {
  color: #333
}

.popupModal-promise h3 {
  color: #c01c5c;
  font-size: 16px;
  margin-bottom: 5px
}

.popupModal-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px
}

@media (max-width:768px) {

  .gallery-carousel-header,
  .price-header {
    flex-direction: column;
    margin-bottom: 20px
  }

  .amenitiesHeader h1,
  .overviewHeading,
  .price-title {
    font-size: 22px;
    text-align: center
  }

  .aboutHeading::after,
  .amenitiesHeader h1::after,
  .gallery-carousel-title::after,
  .galleryTitle::after,
  .heading::after,
  .overviewHeading::after,
  .price-heading::after,
  .price-title::after,
  .virtualtourHeading::after {
    left: 50%;
    transform: translateX(-50%)
  }

  .price-header {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%
  }

  .price-title {
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
    display: block
  }

  .amenities-desktop-download,
  .gallery-desktop-download {
    display: none !important
  }

  .amenities-mobile-download,
  .gallery-mobile-download {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    width: 100%
  }

  .amenities-mobile-download button,
  .gallery-mobile-download button {
    display: flex;
    align-items: center;
    gap: 8px
  }

  .amenities-container {
    text-align: center
  }

  .gallery-carousel-header {
    justify-content: center;
    align-items: center
  }

  .gallery-carousel-title {
    margin-bottom: 20px;
    margin-top: 0
  }

  .galleryMobileDownload,
  .overviewBtn,
  .overviewSeeMore {
    display: block
  }

  .overviewSection {
    padding: 15px;
    margin: 10px;
    text-align: center
  }

  .form-country,
  .overviewHead,
  .popupModal-form input {
    font-size: 18px
  }

  .overviewBtn {
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    margin: 20px auto
  }

  .price-table-container {
    width: 100%;
    border: 1px solid rgba(128, 128, 128, .4)
  }

  .galleryHeader .galleryDownloadButton,
  .popupModal-left,
  .price-table thead,
  .tableHeadings th {
    display: none
  }

  .price-table tr {
    display: block;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-radius: 4px
  }

  .price-table td {
    display: block;
    text-align: center;
    border: none;
    padding: 8px 0;
    position: relative;
    background-color: #f2f2f2
  }

  .price-table td::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
    text-align: center;
    color: #333
  }

  .price-details-container {
    order: 1;
    width: 100%;
    margin-top: 10px
  }

  .amenitiesSlide {
    min-width: 50%
  }

  .galleryHeader {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center
  }

  .galleryContainer {
    grid-template-columns: repeat(2, 1fr)
  }

  .popupModal-title {
    font-weight: 700
  }

  .popupModal-form button {
    width: 50%;
    margin: 0 auto
  }

  .mobileWhatsAppCallBottomBar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .1)
  }

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

  .mobileWhatsAppCallButton {
    background-color: var(--colorPrimary);
    color: #fff;
    gap: 5px;
    border-right: 1px solid #e0e0e0
  }

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

  .mobileWhatsAppCallWhatsApp {
    background-color: var(--colorPrimary);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2)
  }

  .mobileWhatsAppCallWhatsApp svg {
    margin-right: 5px
  }
}

.popupModal-feature .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px
}

.popupModal-feature p {
  font-size: 12px;
  color: #c01c5c;
  text-align: center
}

.popupModal-logo img {
  width: auto;
  height: 20px;
}

.popupModal-title {
  color: #333;
  font-size: 13px;
  font-weight: 700
}

.popupModal-title span {
  color: #c01c5c;
  font-weight: 700
}

#modalHeader,
.popupModal-form button {
  color: #fff;
  background-color: var(--colorPrimary)
}

.popupModal-form input {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 16px
}

.popupModal-form .country-code {
  width: 30%;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  position: relative
}

.popupModal-form .phone-number {
  width: 70%
}

.popupModal-form .checkbox-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 8px;
  color: #666
}

.popupModal-form .checkbox-container input {
  margin-right: 8px;
  margin-top: 2px
}

.popupModal-form button {
  border: none;
  padding: 12px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px
}

.firstFormCountrySelect,
.firstFormPhoneInput {
  padding: 10px;
  font-size: 14px
}

.popupModal-form button i {
  margin-right: 10px
}

.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .4);
  z-index: 999;
  transition: .4s ease-out
}

.icon-phone:before {
  content: "📞";
  font-size: 24px
}

.icon-location:before {
  content: "📍";
  font-size: 24px
}

.icon-wallet:before {
  content: "👛";
  font-size: 24px
}

.firstFormInputGroup {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.firstFormPhoneGroup {
  display: flex;
  align-items: center;
  gap: 8px
}

.firstFormCountrySelect {
  background: #fff;
  cursor: pointer
}

.firstFormPhoneInput {
  flex: 1;
  outline: 0
}

@media screen and (max-width:768px) {

  body,
  html {
    overflow-x: hidden
  }

  .header,
  .header-section,
  .nav-item,
  .nav-link,
  .nav-menu,
  body {
    width: 100%
  }

  .main-container,
  body,
  html {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }

  body {
    position: relative;
    min-height: 100vh
  }

  .firstFormHeading {
    font-size: 18px;
    font-weight: 700
  }

  .mobile-contact-form {
    background-color: #e4e4e4
  }

  .mobile-bottom-bar,
  .nav-menu {
    position: fixed;
    background-color: #fff
  }

  .firstFormCallMobile,
  .firstFormWhatsAppMobile {
    background-color: var(--colorPrimary);
    color: #fff
  }

  .firstFormCheckboxContainer {
    padding: 9px 0
  }

  .main-container {
    flex-direction: column
  }

  .header-section {
    position: relative;
    overflow: visible
  }

  .contact-section,
  .firstFormActionBtns,
  .nav-divider {
    display: none
  }

  .hamburger,
  .mobile-contact-form {
    display: block
  }

  .nav-menu {
    top: 26px;
    left: -100%;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    transition: .3s;
    padding: 20px 0;
    z-index: 100;
    align-items: flex-start
  }

  .nav-menu.active {
    left: 0
  }

  .nav-item {
    margin: 0;
    border-bottom: 1px solid #eee
  }

  .nav-item:last-child {
    border-bottom: none
  }

  .nav-link {
    padding: 12px 20px
  }

  .content-placeholder {
    margin-left: 0
  }
}

.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: #c01c1c
}

.tab-label,
.tab-label:hover,
input:checked+.tab-label {
  background: var(--colorPrimary)
}

#modalHeader {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 15px
}

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

.rera-img img {
  height: 15%;
  width: 50%;
  display: flex
}

.price-header,
.tab-label {
  justify-content: space-between
}

.tab {
  width: 100%;
  color: #fff;
  margin: 1%
}

.tab-label {
  display: flex;
  padding: 1em;
  font-weight: 700;
  color: #fff;
  cursor: pointer
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: .35s
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: #fff;
  transition: .35s
}

.pdf-download-btn-desktop,
.pdf-download-btn-mobile {
  z-index: 1000;
  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;
  cursor: pointer
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: .75em;
  background: #2c3e50;
  cursor: pointer
}

.tab-close:hover {
  background: #dddd
}

input:checked+.tab-label::after {
  transform: rotate(90deg)
}

input:checked~.tab-content {
  max-height: 100vh;
  padding: 1em
}

.pdf-download-btn-desktop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: 2px solid #999;
  border-radius: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  animation: 4s ease-in-out infinite desktopFloat
}

@keyframes desktopFloat {

  0%,
  100% {
    transform: translateY(0) scale(1)
  }

  50% {
    transform: translateY(-8px) scale(1.02)
  }
}

.pdf-download-btn-desktop:hover {
  transform: translateY(-5px) scale(1.05);
  animation-play-state: paused
}

.pdf-download-btn-desktop:active {
  transform: translateY(-2px) scale(.98)
}

.desktop-text {
  padding: 15px 25px;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2
}

.desktop-title {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
  animation: 3s ease-in-out infinite textShimmer;
  color: #333;
  font-weight: 700
}

.desktop-subtitle {
  display: block;
  font-size: 14px;
  color: #555;
  font-weight: 600
}

@keyframes textShimmer {

  0%,
  100% {
    color: #333
  }

  50% {
    color: #c01c1c
  }
}

.desktop-pdf-icon {
  background: #f44;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  animation: 2s ease-in-out infinite iconPulse
}

@keyframes iconPulse {

  0%,
  100% {
    background: #f44;
    box-shadow: 0 0 0 0 rgba(255, 68, 68, .4)
  }

  50% {
    background: #f66;
    box-shadow: 0 0 0 8px rgba(255, 68, 68, 0)
  }
}

.desktop-pdf-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, .3), transparent);
  animation: 2.5s ease-in-out infinite desktopShine
}

@keyframes desktopShine {

  0%,
  100% {
    transform: rotate(45deg) translate(-100%, -100%)
  }

  50% {
    transform: rotate(45deg) translate(100%, 100%)
  }
}

.desktop-pdf-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
  z-index: 2;
  position: relative
}

.pdf-download-btn-mobile {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #999;
  border-radius: 50px;
  padding: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  animation: 3.5s ease-in-out infinite mobileFloat
}

@keyframes mobileFloat {

  0%,
  100% {
    transform: translateY(-50%) translateX(0)
  }

  50% {
    transform: translateY(-50%) translateX(10px)
  }
}

.pdf-download-btn-mobile:hover {
  transform: translateY(-50%) scale(1.08) rotate(-2deg);
  animation-play-state: paused
}

.pdf-download-btn-mobile:active {
  transform: translateY(-50%) scale(.95)
}

.mobile-pdf-icon {
  background: #f44;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  animation: 4s linear infinite mobileIconSpin
}

.click-ripple,
.mobile-pdf-icon::after,
.sparkle-effect {
  position: absolute;
  border-radius: 50%
}

@keyframes mobileIconSpin {
  0% {
    transform: rotate(0);
    background: #f44
  }

  25%,
  75% {
    background: #f66
  }

  50% {
    transform: rotate(180deg);
    background: #f44
  }

  100% {
    transform: rotate(360deg);
    background: #f44
  }
}

.mobile-pdf-icon::after {
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%);
  animation: 2s ease-out infinite mobileRipple
}

@keyframes mobileRipple {
  0% {
    width: 0;
    height: 0;
    opacity: 1
  }

  100% {
    width: 80px;
    height: 80px;
    opacity: 0
  }
}

.mobile-pdf-icon svg {
  width: 26px;
  height: 26px;
  fill: white;
  z-index: 2;
  position: relative;
  animation: 1.5s ease-in-out infinite iconBounce
}

@keyframes iconBounce {

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

  50% {
    transform: scale(1.2)
  }
}

.mobile-text {
  padding: 20px 12px;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  writing-mode: vertical-rl;
  text-orientation: mixed
}

.mobile-title {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  animation: 2.5s ease-in-out infinite alternate mobileTextGlow;
  color: #333;
  font-weight: 700
}

.mobile-subtitle {
  display: block;
  font-size: 12px;
  color: #555;
  font-weight: 600
}

@keyframes mobileTextGlow {
  0% {
    color: #333;
    text-shadow: none
  }

  100% {
    color: #c01c1c;
    text-shadow: 0 0 8px rgba(192, 28, 28, .3)
  }
}

.adobe-pdf-logo {
  animation: 3s ease-in-out infinite logoBreath
}

@keyframes logoBreath {

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

  50% {
    transform: scale(1.1)
  }
}

.sparkle-effect {
  width: 6px;
  height: 6px;
  background: #f44;
  animation: 2s ease-in-out infinite sparkle;
  opacity: 0
}

.desktop-sparkle-1 {
  top: 10px;
  right: 80px;
  animation-delay: 0s
}

.desktop-sparkle-2 {
  bottom: 10px;
  right: 120px;
  animation-delay: .7s
}

.desktop-sparkle-3 {
  top: 30px;
  right: 140px;
  animation-delay: 1.4s
}

.mobile-sparkle-1 {
  top: 15px;
  left: 60px;
  animation-delay: .3s
}

.mobile-sparkle-2 {
  bottom: 80px;
  right: 15px;
  animation-delay: 1s
}

.mobile-sparkle-3 {
  top: 80px;
  right: 60px;
  animation-delay: 1.7s
}

@keyframes sparkle {

  0%,
  100% {
    opacity: 0;
    transform: scale(0) rotate(0)
  }

  50% {
    opacity: 1;
    transform: scale(1) rotate(180deg)
  }
}

@media (min-width:769px) {
  .price-row {
    flex-direction: row
  }

  .price-table th {
    font-size: 14px
  }

  .mobileWhatsAppCallBottomBar {
    display: none !important
  }

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

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

@media (max-width:480px) {
  .amenitiesSlide {
    min-width: 100%
  }

  .amenitiesHeader h1 {
    font-size: 18px;
    text-align: center;
    width: 100%
  }

  .amenitiesHeader .amenitiesDownloadBtn {
    display: none
  }

  .amenitiesHeader {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .amenitiesMobileDownloadContainer {
    display: block
  }

  .amenitiesMobileDownloadContainer .amenitiesDownloadBtn {
    margin: 0 auto
  }

  .galleryContainer {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }

  .galleryItem {
    height: 150px
  }

  .firstFormPhoneGroup {
    flex-direction: column
  }

  .firstFormCountrySelect,
  .firstFormPhoneInput {
    width: 100%
  }

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

.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 (max-width:768px) {
  .mob-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .rera-img img {
    width: 40%;
    height: 40%;
    display: block;
    margin: 0 auto
  }

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

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

  .mobile-contact-form {
    box-shadow: none
  }

  .offerBoxManhattanStyle,
  .offerBoxPaymentPlan {
    font-weight: 400;
    text-transform: capitalize
  }

  .offerBoxPrice {
    text-transform: capitalize
  }

  .aboutHeading,
  .heading,
  .overviewHead {
    font-size: 22px;
    text-align: center
  }

  .galleryMobileDownload,
  .highlight-list {
    margin-top: 5px
  }

  .highlight-list li {
    font-size: 14px
  }

  .overviewBtn {
    margin: 10px auto;
    padding: 6px 25px;
    font-size: 16px;
    width: auto;
    font-weight: 400
  }

  .overviewSection {
    padding: 15px;
    margin: 1vw 0
  }

  .price-container {
    padding: 15px;
    margin: 1vw auto;
    text-align: center
  }

  .price-heading,
  .virtualtourHeading {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px
  }

  .price-table,
  .price-table tr {
    margin-bottom: 0
  }

  td:first-child {
    font-size: 25px
  }

  td:nth-child(2) {
    font-size: 1rem;
    font-weight: 400;
    color: #212529
  }

  td:nth-child(3) {
    font-size: 17px;
    font-weight: 700
  }

  .price-breakup-btn {
    padding: 6px 25px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px
  }

  .price-costing-details {
    font-size: 16px;
    padding: 6px 25px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
  }

  .amenitiesSection {
    padding: 0;
    background-color: transparent
  }

  .amenitiesContainer {
    margin: 0 auto;
    text-align: center;
    padding: 15px
  }

  .amenitiesHeader {
    margin-bottom: 10px;
    justify-content: center
  }

  .amenitiesHeader h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px
  }

  .amenitiesPrev {
    left: 0
  }

  .amenitiesNext {
    right: 0
  }

  .amenitiesDownloadBtn,
  .galleryDownloadButton {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 25px
  }

  .container,
  .gallerySection,
  .virtualtourContainer {
    padding: 15px;
    background: #fff;
    text-align: center
  }

  .galleryHeader {
    margin-bottom: 5px;
    justify-content: center
  }

  .galleryTitle {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 20px
  }

  .tabs {
    background: #fff;
    padding-bottom: 15px
  }

  .tab {
    padding: 0 15px;
    margin: 0 0 10px
  }

  .aboutHeading,
  .aboutLogo {
    margin-bottom: 25px
  }

  .tab-content {
    font-size: 14px;
    line-height: 1.5
  }

  .aboutContainer {
    padding: 15px;
    text-align: center
  }

  .aboutHeader {
    justify-content: center
  }

  .aboutLogo img {
    width: auto;
    display: block;
    margin: 0 auto;
    height: 20px;
  }

  .aboutBoldText,
  .aboutReraNumber {
    font-size: 14px;
    font-weight: 400
  }

  .aboutReraContainer {
    margin: 10px 0
  }

  .aboutReraNumber {
    display: inline;
    margin-left: 5px
  }

  .footerContent {
    font-size: 12px;
    color: #555
  }

  .mobileBtn {
    margin: 5px auto 0;
    padding: 6px 25px;
    font-size: 16px;
    font-weight: 400
  }

  section {
    margin: 1vw 0
  }

  .popupModal-form button {
    padding: 6px 25px;
    font-size: 16px;
    width: auto
  }

  .phone-input {
    padding: 8px 0
  }

  .popupModal-form input {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    border-radius: 0
  }

  .popupModal-form select {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    border-radius: 0
  }

  .popupModal-right {
    padding: 0
  }

  .popupModal-form {
    padding: 6px
  }

  .popupModal-content {
    flex-direction: column
  }

  .popupModal-ivr {
    margin-top: 2rem
  }

  .popupModal-ivr a {
    width: 100%;
    color: #fff;
    padding: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none
  }

  .carouselBannerItem img {
    height: auto;
    width: 100%;
    object-fit: contain
  }
}

.offerBoxTitle {
  text-transform: uppercase
}

@media (min-width:769px) {
  body {
    letter-spacing: .03vw
  }

  .offerBoxTitle {
    font-size: 1.8vw;
    color: #000
  }

  .offerBoxLocation {
    font-size: 1vw;
    color: #000
  }

  .offerBoxManhattanStyle,
  .offerBoxPaymentPlan {
    font-size: 1vw;
    padding: 0 0 5px;
    text-transform: capitalize
  }

  .offerBoxPaymentPlan:last-child {
    padding: 0
  }

  .aboutDescription,
  .highlight-list li,
  .offerBoxTopBanner,
  .price-table td,
  .price-table th {
    font-size: 1.05vw
  }

  .offerBoxPrice {
    font-size: 14px;
    text-transform: capitalize;
    margin: 20px 0 15px
  }

  .overviewHeading {
    font-size: 1.5rem;
    margin-bottom: 20px
  }

  .overviewContent {
    font-size: 1.05vw;
    margin-bottom: .6rem
  }

  .amenitiesHeader h1,
  .gallery-carousel-title,
  .galleryTitle,
  .heading,
  .overviewHead,
  .price-heading,
  .price-title,
  .virtualtourHeading {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.4rem
  }

  #maps,
  #virtual1,
  .overviewSection,
  .price-container {
    margin: 1vw auto
  }

  .amenitiesSection {
    padding: 0;
    margin: 1vw auto
  }

  .amenitiesContainer {
    margin: 0
  }

  .aboutHeader,
  .amenitiesHeader,
  .galleryHeader {
    margin-bottom: 1.4rem;
    justify-content: flex-start
  }

  .amenitiesPrev {
    left: 0
  }

  .amenitiesNext {
    right: 0
  }

  .amenitiesAmenityTitle {
    font-size: 1.05vw;
    letter-spacing: .01vw
  }

  .gallery-carousel-section,
  .gallerySection {
    margin: 1vw 0;
    background-color: #fff
  }

  #maps {
    background-color: #fff
  }

  .tabs {
    padding-bottom: 1.5rem
  }

  .tab {
    margin: 0 0 10px;
    padding: 0 20px
  }

  .tab-label {
    font-size: 1.05vw;
    font-weight: 500
  }

  .tab-content {
    font-size: 1.05vw;
    line-height: 1.5
  }

  #virtual1 {
    background: #fff
  }

  .virtualtourText {
    font-size: 2.5rem;
    transition: .3s ease-in-out
  }

  .virtualtourSubText {
    font-size: 1.8vw;
    transition: .3s ease-in-out
  }

  .virtualtourOverlay:hover .virtualtourPlayIcon {
    transform: scale(1.2)
  }

  .virtualtourOverlay:hover .virtualtourText {
    font-size: 2vw
  }

  .virtualtourOverlay:hover .virtualtourSubText {
    font-size: 1.5vw
  }

  .nav-link {
    font-size: 1.05vw;
    letter-spacing: .02vw
  }

  .aboutHeading {
    font-size: 1.5rem;
    color: var(--colorPrimary);
    margin: 0 0 1.4rem
  }

  .aboutReraContainer {
    text-align: left;
    margin: 1rem 0
  }

  .aboutBoldText,
  .aboutReraNumber {
    font-size: 1.05vw;
    font-weight: 400
  }

  .footerContent {
    font-size: 80%;
    color: #555
  }

  .footerBottom {
    font-size: 80%
  }

  .aboutEnquireBtn,
  .amenitiesDownloadBtn,
  .firstFormSubmitBtn,
  .galleryDownloadButton,
  .offerBoxEnquireButton,
  .overviewBtn,
  .price-breakup-btn,
  .price-costing-details {
    font-size: 1rem;
    line-height: 1.5;
    padding: .3vw 2vw;
    border-radius: .25rem;
    font-weight: 400
  }

  .aboutLogo img {
    width: auto;
    height: 30px;
    display: block;
    margin: 0 auto
  }

  .aboutLogo {
    margin-bottom: 0
  }

  section {
    margin: 1vw 0
  }

  .firstFormHeading {
    font-size: 1.15vw
  }

  .firstFormConsentText {
    margin-bottom: 15px
  }

  .popupModal-form input {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #ccc
  }

  .popupModal-form select {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-radius: 0
  }

  .popupModal-form button {
    padding: .3vw 2vw;
    margin: 0 auto 2rem;
    width: fit-content;
    font-size: 1.1vw
  }

  .phone-input {
    padding: 10px 0
  }

  .rera-img img {
    width: 100px;
    height: 100px
  }

  .popupModal-ivr {
    margin-top: 0
  }

  .popupModal-ivr a {
    width: 100%;
    color: #fff;
    padding: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none
  }
}

.siteVisiteTour {
  padding: 20px 0
}

.siteVisitContainer {
  max-width: 1200px;
  margin: 0 auto
}

.siteVisitHeading {
  text-align: center;
  color: var(--colorPrimary);
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 600
}

.siteVisitDivider {
  width: 50px;
  height: 2px;
  background-color: #ccc;
  margin: 0 auto 30px;
  display: none !important
}

.siteVisitHeading--image::after,
.siteVisitHeading::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--colorPrimary);
  margin: 10px auto 20px
}

.siteVisitFormContainer {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.siteVisitImageSection {
  flex: 1;
  background-color: #fff;
  position: relative;
  overflow: hidden
}

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

.siteVisitFormSection {
  flex: 1;
  padding: 70px 40px
}

.siteVisitFormGroup {
  margin-bottom: 20px
}

.form-country,
.form-number,
.siteVisitInput {
  outline: 0;
  font-size: 14px;
  box-sizing: border-box
}

@media (min-width:992px) {
  .siteVisitHeading {
    display: block
  }

  .siteVisitHeading--image {
    display: none
  }

  .siteVisitFormContainer {
    align-items: stretch;
    gap: 28px
  }

  .siteVisitImageSection {
    flex: 1 1 50%;
    max-width: none;
    min-width: 0
  }

  .siteVisitImage {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block
  }

  .siteVisitFormSection {
    flex: 1 1 50%;
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .siteVisitForm {
    display: flex;
    flex-direction: column;
    gap: 0
  }

  .siteVisitForm .firstFormCheckboxContainer {
    padding: 10px 0
  }

  .siteVisitInput {
    padding: 14px 16px
  }

  .siteVisitSubmitButton {
    width: auto;
    min-width: 160px;
    padding: 12px 28px;
    align-self: flex-start
  }
}

@media (max-width:991px) {
  .siteVisitHeading {
    display: none
  }

  .siteVisitHeading--image {
    display: block;
    text-align: center;
    color: var(--colorPrimary);
    font-size: 22px;
    margin: 12px 0;
    font-weight: 600
  }

  .siteVisitPhoneGroup {
    flex-direction: row;
    gap: 0
  }

  .siteVisitFormContainer {
    flex-direction: column
  }

  .siteVisitImageSection,
  .siteVisitSubmitButton {
    width: 100%
  }

  .siteVisitFormSection {
    padding: 20px
  }
}

.siteVisitInput {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px
}

.siteVisitInput:focus {
  border-color: var(--colorPrimary);
  box-shadow: 0 0 0 2px rgba(26, 60, 110, .1)
}

.siteVisitForm .form-country,
.siteVisitForm .form-number,
.siteVisitForm .siteVisitInput,
.siteVisitForm input,
.siteVisitForm select {
  border-radius: 5px !important
}

.siteVisitPhoneGroup {
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden
}

.siteVisitCountryCode {
  width: 100%;
  display: flex;
  align-items: center
}

.siteVisitCountryCode .form-country {
  border: 0;
  border-right: 1px solid #ccc;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 15px
}

.siteVisitCountryCode .form-number {
  border: none;
  padding: 15px
}

.form-country {
  flex: 0 0 auto;
  padding: 10px;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  border-radius: 0
}

.form-number {
  flex: 1;
  padding: 10px;
  border-radius: 0;
  width: 100%
}

.siteVisitConsent {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px
}

.siteVisitCheckbox {
  margin-right: 10px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  cursor: pointer
}

.siteVisitConsentText {
  font-size: 14px;
  line-height: 1.5;
  color: #444
}

.siteVisitLink {
  color: var(--colorPrimary);
  text-decoration: underline
}

.siteVisitLink:focus {
  outline: 2px solid var(--colorPrimary);
  outline-offset: 2px
}

.siteVisitSubmitButton {
  background-color: var(--colorPrimary);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 6px 26px;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  width: auto;
  display: inline-block;
  text-align: center;
  font-weight: 500
}

.amenities-title::after,
.floorPlan-title::after,
.gallery-title::after,
.price-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--colorPrimary), var(--colorPrimary));
  border-radius: 2px
}

.siteVisitSubmitButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.price-header {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0
}

.price-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--colorPrimary);
  margin-bottom: 30px;
  text-align: start;
  position: relative;
  display: inline-block;
  margin-top: 0
}

.price-title::after {
  left: 0;
  text-align: center
}

.gallery-carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0
}

.gallery-carousel-title {
  margin-bottom: 30px
}

.gallery-desktop-download {
  display: flex;
  margin-top: 0
}

.amenities-container,
.gallery-container {
  width: 100%;
  text-align: left
}

.amenities-title,
.gallery-title {
  font-size: 2.8rem;
  font-weight: 300;
  color: #2d3748;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  position: relative;
  display: inline-block
}

.amenities-title::after,
.gallery-title::after {
  left: 50%;
  transform: translateX(-50%)
}

.amenities-wrapper,
.gallery-carousel-wrapper,
.gallery-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 20px
}

.amenities-track,
.gallery-carousel-track,
.gallery-track {
  display: flex;
  height: 100%;
  transition: transform .8s cubic-bezier(.4, 0, .2, 1)
}

.amenities-slide,
.gallery-carousel-slide,
.gallery-slide {
  min-width: 33.333%;
  height: 100%;
  position: relative;
  transition: .8s cubic-bezier(.4, 0, .2, 1);
  padding: 10px
}

.amenities-image,
.gallery-carousel-image,
.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: .8s cubic-bezier(.4, 0, .2, 1);
  transform: scale(.9);
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  filter: none
}

.amenities-slide.amenities-center .amenities-image,
.gallery-carousel-slide.gallery-carousel-center .gallery-carousel-image,
.gallery-slide.gallery-center .gallery-image {
  filter: none;
  transform: scale(1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .2)
}

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

.amenities-dot,
.gallery-carousel-dot,
.gallery-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .3);
  cursor: pointer;
  transition: .3s;
  border: none;
  outline: 0
}

.amenities-dot.amenities-active,
.gallery-carousel-dot.gallery-carousel-active,
.gallery-dot.gallery-active {
  background: #2d3748;
  transform: scale(1.2)
}

.amenities-dot:hover,
.gallery-carousel-dot:hover,
.gallery-dot:hover {
  background: #555;
  transform: scale(1.1)
}

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

.amenities-lightbox,
.amenities-text-overlay {
  background: rgba(0, 0, 0, .7);
  pointer-events: none
}

.amenities-controls:hover,
.amenities-lightbox-nav:hover,
.arrowBtn:hover,
.gallery-carousel-controls:hover,
.gallery-carousel-lightbox-nav:hover,
.gallery-controls:hover,
.gallery-lightbox-nav:hover {
  background: rgba(0, 0, 0, .8);
  transform: translateY(-50%) scale(1.05)
}

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

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

.amenities-text-overlay {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  backdrop-filter: blur(5px);
  z-index: 5;
  min-width: 160px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  transition: .5s cubic-bezier(.4, 0, .2, 1);
  opacity: .9
}

.amenities-lightbox,
.gallery-lightbox,
.plan-overlay {
  inset: 0;
  opacity: 0;
  display: flex
}

.amenities-slide.amenities-center .amenities-text-overlay {
  background: rgba(74, 85, 104, .9);
  padding: 12px 24px;
  font-size: 18px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .3)
}

.amenities-lightbox {
  position: absolute;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
  height: 100%
}

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

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

.amenities-lightbox-image,
.gallery-carousel-lightbox-image,
.gallery-lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
  transition: transform .3s
}

@media (min-width:1440px) {
  .amenities-lightbox-image,
.gallery-carousel-lightbox-image{
  max-height: 70vh;
}
}

.amenities-lightbox-title {
  color: #fff;
  font-size: 1rem;
  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-carousel-lightbox-close,
.gallery-carousel-lightbox-nav,
.gallery-lightbox-close,
.gallery-lightbox-nav {
  background: rgba(0, 0, 0, .5);
  transition: .3s;
  z-index: 1001;
  position: absolute;
  color: #fff;
  display: flex;
  cursor: pointer;
  border: none;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1
}

.amenities-lightbox-close,
.gallery-carousel-lightbox-close,
.gallery-lightbox-close {
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 24px
}

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

.amenities-lightbox-nav,
.gallery-carousel-lightbox-nav,
.gallery-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 4px;
  font-size: 24px
}

.amenities-lightbox-counter,
.gallery-carousel-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: 16px;
  font-weight: 500;
  backdrop-filter: blur(10px)
}

.gallery-carousel-section {
  padding: 40px 20px;
  background-color: #fff
}

.gallery-carousel-container {
  width: 100%;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto
}

.gallery-carousel-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--colorPrimary);
  text-align: start;
  position: relative;
  display: inline-block;
  margin-top: 0
}

.gallery-carousel-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
  pointer-events: none
}

.gallery-carousel-download-btn {
  background-color: var(--colorPrimary);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: .3s
}

.animatedBox,
.animatedBox-form {
  color: #fff;
  border: none;
  animation: 3s ease-in-out infinite gradientWave;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.gallery-carousel-download-btn:hover {
  background-color: var(--colorSecondary);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.gallery-carousel-download-btn svg {
  flex-shrink: 0
}

@media (max-width:992px) {

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

  .amenities-wrapper,
  .gallery-carousel-wrapper,
  .gallery-wrapper {
    height: 350px
  }

  .gallery-carousel-title {
    font-size: 24px
  }
}

.animatedBox {
  background: linear-gradient(135deg, var(--colorPrimary) 30%, var(--colorSecondary) 70%);
  background-size: 200% 200%
}

.animatedBox:hover {
  animation: 1.5s ease-in-out infinite gradientWaveHover
}

.animatedBox-form {
  background: linear-gradient(-45deg, #f1f1f1, #c8c8c8, #f1f1f1, #c8c8c8);
  background-size: 200% 200%
}

@keyframes gradientWave {

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

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

@keyframes gradientWaveHover {

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

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

.animatedBox.pulse-glow-effect {
  animation: 3s ease-in-out infinite gradientWave, 2.5s ease-in-out infinite pulseGlow;
  padding: 6px 25px !important;
  min-height: 30px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 14px !important;
  font-weight: 500 !important;
  gap: 5px
}

.animatedBox.pulse-glow-effect:hover {
  animation-play-state: paused;
  transform: scale(1.08)
}

@keyframes pulseGlow {

  0%,
  20% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    transform: scale(1)
  }

  30% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
    transform: scale(1.08)
  }

  55% {
    box-shadow: 0 0 0 15px transparent;
    transform: scale(1)
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
    transform: scale(1)
  }
}

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

@media (max-width:768px) {

  .gallery-carousel-container,
  .price-title {
    text-align: center
  }

  .carouselBannerItem img,
  .price-title {
    display: block
  }

  .gallery-carousel-title::after,
  .price-title::after {
    left: 50%;
    transform: translateX(-50%)
  }

  .carouselBannerContainer {
    margin-top: 25px !important
  }

  .overviewSection {
    margin-top: 0 !important;
    padding-top: 12px
  }

  .mobile-contact-form {
    margin: 0;
    padding: 0
  }

  .amenities-slide,
  .gallery-carousel-slide,
  .gallery-slide {
    min-width: 100%;
    padding: 5px
  }

  .amenities-image,
  .amenities-slide.amenities-center .amenities-image,
  .gallery-carousel-image,
  .gallery-carousel-slide.gallery-carousel-center .gallery-carousel-image,
  .gallery-image,
  .gallery-slide.gallery-center .gallery-image {
    transform: scale(1);
    filter: none !important
  }

  .amenities-controls,
  .gallery-carousel-controls,
  .gallery-controls {
    width: 38px;
    height: 38px;
    font-size: 20px
  }

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

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

  .amenities-lightbox-close,
  .amenities-lightbox-nav,
  .gallery-carousel-lightbox-close,
  .gallery-carousel-lightbox-nav,
  .gallery-lightbox-close,
  .gallery-lightbox-nav {
    width: 38px;
    height: 38px;
    font-size: 24px
  }

  .virtualtourImage {
    height: 30vh;
    object-fit: cover
  }

  .gallery-carousel-section {
    padding: 15px
  }

  .gallery-carousel-title {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
    position: relative
  }

  .gallery-carousel-title::after {
    margin: 0 auto
  }

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

  .mobileBottomBar a {
    flex: 1;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    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{
    background-color: transparent
  }

  .whatsappButton {
    background: #25d366;
    color: #fff !important;
  }

  .callButton,
  .pdfButton {
    border-right: 1px solid var(--colorPrimary)
  }

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

  .siteVisitCountryCode .form-country,
  .siteVisitCountryCode .form-number,
  .siteVisitInput {
    padding: 10px
  }

  .siteVisitInput.siteVisitPhoneGroup {
    padding: 0
  }
}

.pdf-download-btn-mobile {
  padding: 15px 0 0;
}

@media (max-width: 600px) {
  .carouselBannerItem picture img {
    height: 60vh;
    max-width: 100%;
    object-fit: fill;
  }
}

.Free-site-visitBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 20%;
  height: auto;
  /* box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.12),
        0 4px 8px rgba(0, 0, 0, 0.08); */
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  text-align: center;
}

.car-logo {
  width: 100%;
  height: auto;
}

.freesitevisitbtn {
  display: flex;
  width: fit-content;
  padding: 9px 15px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  color: #fff;
  /* background: var(--colorPrimary); */
  border: 0;
  border-radius: 0.25rem;
  padding: 6px 25px;
}

.firstFormRegisterBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media (max-width:768px) {
  .Free-site-visitBtn {
    display: none;
  }
}

.nav-brochure {
  display: none;
}

@media (max-width:768px) {
  .nav-brochure {
    display: flex;
  }
}

/* Mobile carousel improvements */
@media (max-width:768px) {

  .floorPlan-carousel-wrapper,
  .amenities-wrapper,
  .gallery-carousel-wrapper {
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .floorPlan-container,
  .amenities-track,
  .gallery-carousel-track {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .floorPlan-box,
  .amenities-slide,
  .gallery-carousel-slide {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

}

@media (max-width:768px) {
  .pdf-download-btn-mobile {
    bottom: 10%;
    top: auto;
    display: none;
  }
}