/* CSS Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
}

/* Remove default button styling */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Remove default table spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default anchor styling */
a {
  color: inherit;
  text-decoration: none !important;
}

/* Remove default button styling */
button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

/* Remove default form element styling */
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

/* Remove default image behavior */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Remove default fieldset styling */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Remove default textarea resizing */
textarea {
  resize: vertical;
}

/* Remove default button focus outline */
button:focus {
  outline: none;
}

/* Custom styles */
@import url("https://fonts.googleapis.com/css2?family=Avenir+Next:wght@400;500;600;700&display=swap");

.bi-arrow-right {
  font-size: 1.2em !important;
  font-weight: bold !important;
}

* {
  font-family: "Avenir Next", sans-serif !important;
}

section {
  scroll-margin-top: 100px;
}

:root {
  --ff-primary: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial,
    sans-serif;
}

body {
  font-family: var(--ff-primary);
}

/* navbar hide/show on scroll */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.contact-us-cta {
  display: block;
  background: #a98129 !important;
  padding: 12px 22px !important;
  color: white !important;
  border-radius: 55px;
}

.navbar-nav {
  gap: 1em;
}

.navbar-brand-img {
  height: 60px;
}

.navbar-brand svg {
  height: 60px;
  width: auto;
  display: block;
}

ul.navbar-nav {
  margin-left: auto;
}

.nav-link {
  font-size: 14px !important;
}

.info-card {
  color: #00582e;
}

/* hero right side heading/subheading colors for readability over banner */
.hero-section-info-wrapper .info-card-title {
  color: #094e41;
  font-weight: 700;
  font-size: 46px;
}

.hero-section-info-wrapper .info-card-description {
  color: #000000;
}

.info-card-title {
  font-family: var(--ff-primary);
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 12px;
}

.info-card-title strong {
  font-size: 40px;
}

.info-card-description {
  font-family: var(--ff-primary);
  font-size: 24px;
  margin: 12px 0;
  padding: 0%;
  max-width: 480px;
}

.modal-fullscreen {
  /* padding-top: 100px !important; */
  height: calc(100% - 100px);
}

.contact-form-wrapper {
  max-width: 290px;
}

.contact-form-pop-up {
  padding: 40px;
}

.form-group {
  display: flex;
  align-items: center;
  gap: 9px;
}

.contact-form input {
  padding: 12px 6px;
  border: none !important;
  border-radius: 0px;
  border-bottom: 1px solid gray !important;
  border-bottom-style: dotted !important;
}

.contact-form label img {
  height: auto;
}

.mail-icon {
  height: 16px !important;
}

.contact-form-btn {
  background: #094e41 !important;
  color: white !important;
  border: none !important;
  padding: 9px 12px !important;
}

.hero-section-info-wrapper {
  padding: 3.5em 0;
  background-image: url("../images/main-festive-banner.webp");
  /* background-image: url("../images/IMG_5540[1].JPG"); */
  /*background-image: url("../images/ah5-banner-25-sep-2025-desk.jpeg");*/
  background-image: url("../images/AH5-LP-banner-OCT-15-2025.jpeg");
  /*background-image: url("../images/ah5-landing-page-banner-desktop.jpeg");*/
  position: relative;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
  height: 78vh;
}

.contact-form-wrapper {
  padding: 2em;
  background: white;
  border-radius: 12px;
  margin: 2em 0;
}

/* Mobile-only form: hidden on desktop, shown on small screens */
.mobile-form {
  display: none;
}

/* left and right hero containers equally spaced from top */
.hero-section-info-wrapper .hero-left,
.hero-section-info-wrapper .hero-right {
  position: absolute;
  top: 10%;
  left:2em;
}

.hero-section-info-wrapper .hero-left {
  margin-top: 4em;
  display: none !important;
}

.hero-section-info-wrapper .hero-left {
  left: 2%;
  max-width: 420px;
}

.hero-section-info-wrapper .hero-right {
  right: 2%;
}

.hero-section-info-wrapper .hero-right .contact-form-wrapper {
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

footer {
  text-align: center;
  padding: 10px;
}

/* Price section */
.price-section {
  padding: 60px 0;
  background-color: #e5d6b345;
}

.price-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: stretch;
}

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

.price-chip {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #2f2f2f;
  color: #fff;
  font-weight: 600;
  width: fit-content;
}

.price-headline {
  margin: 12px 0 8px;
  font-weight: 700;
  font-size: 32px;
  color: #a98129;
  position: relative;
  display: inline-block;
  /* border-bottom: 2px solid #007bff; */
  /* Change color as needed */
  padding-bottom: 4px;
}

/* .price-headline::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 100%;
  overflow: hidden;
}

.price-headline::before {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #a98129;
  animation: slide 2s linear infinite;
} */

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.price-tagline {
  margin: 0 0 6px;
  color: #2f2f2f;
}

.price-amount {
  color: #000000;
  font-weight: 700;
}

.price-off {
  margin: 0;
  color: #2f2f2f;
}

.price-fineprint {
  color: #888;
  font-size: 12px;
  margin-top: 6px;
}

.price-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.price-box.promo {
  background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NgYGBgAAAABQABh6QpWQAAAABJRU5ErkJggg==") repeat;
  color: #a98129;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  transition: all 1s ease;
}

.price-box-accent {
  height: 6px;
  background: #a98129;
}

.price-box-body {
  padding: 18px;
}

.price-box.promo:hover {
  transform: scale(1.05);
}

.price-box-title {
  font-size: 28px;
  font-weight: 700;
  margin: 6px 0 2px;
}

.price-box-size {
  opacity: 0.9;
  margin: 0 0 14px;
}

.price-box-price {
  font-size: 18px;
  margin: 0 0 16px;
  color: #0a0a0a;
}

.price-breakup-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #a98129;
  color: #fff;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 6px;
  font-weight: 700;
}

.price-box-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #e6e6e6;
}

.price-box-row:last-of-type {
  border-bottom: none;
}

.price-box-label {
  color: #666;
  font-weight: 500;
}

.price-box-value {
  color: #0a0a0a;
  font-weight: 600;
}

.price-cta {
  background: #a98129 !important;
  margin-top: 14px;
}

.price-note {
  color: #888;
  font-size: 12px;
  margin-top: 10px;
}

.price-box-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.meta-chip {
  background: #f4f2ec;
  color: #6c5a2b;
  border: 1px solid #e9e1cf;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .price-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .price-headline {
    font-size: 24px;
  }

  .price-box-body {
    padding: 16px;
  }

  .feature-tags {
    justify-content: center;
  }

  .feature-tag {
    font-size: 12px;
    padding: 5px 10px;
  }

  .highlight-badge {
    font-size: 10px;
    padding: 3px 6px;
  }
}

/* Lead modal split layout */
.lead-modal .modal-dialog {
  max-width: 560px;
}

.lead-modal .image-pane {
  position: relative;
  min-height: 320px;
}

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

/* Minimal, aesthetic form fields */
.lead-modal .form-pane .form-label {
  display: none;
}

.form-label img {
  width: 18px;
  height: auto;
}

.lead-modal .form-pane .form-control {
  border: none !important;
  border-bottom: 1px dashed #c9c9c9 !important;
  border-radius: 0;
  padding-left: 0;
  background: transparent;
}

.lead-modal .form-pane .form-control:focus {
  box-shadow: none;
  border-bottom-color: #999 !important;
}

.lead-modal .contact-form-btn {
  padding: 10px 14px !important;
  border-radius: 999px;
}

.lead-modal .modal-content {
  border-radius: 16px;
  overflow: hidden;
}

.lead-modal .modal-header {
  display: none;
}

.lead-modal .modal-body {
  padding: 16px;
}

/* Close arrow on top of image */
.lead-modal .modal-close-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.lead-modal .modal-close-arrow::before,
.lead-modal .modal-close-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
}

.lead-modal .modal-close-arrow::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lead-modal .modal-close-arrow::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767.98px) {
  .lead-modal .image-pane {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .hero-section-info-wrapper {
    padding: 2em 1em;
    /*background-image: url("../images/main-mobile-banner-festive.webp") !important;*/
    background-image: url("../images/avant-5-16-dec-25-mobile.jpeg") !important;
  }

  /* hide the hero-side form on small screens so we use the mobile form instead */
  .hero-section-info-wrapper .hero-right {
    display: none !important;
  }

  #overview {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-section-info-wrapper .hero-right .contact-form-wrapper {
    width: auto;
    margin: 1em 0;
    box-shadow: none;
  }

  .hero-section-info-wrapper .hero-left {
    top: 0;
    margin-top: 36px;
  }

  .navbar-brand-img {
    height: 50px;
  }

  .contact-form-wrapper {
    padding: 1em;
    max-width: 235px;
  }

  /* Show and style mobile form to be full width and stand out */
  .mobile-form {
    display: block;
    padding: 1em 0;
    background: transparent;
  }

  .mobile-form .contact-form-wrapper {
    max-width: 85%;
    margin: 0 auto;
    padding: 18px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(9, 78, 65, 0.12);
    /* subtle green shadow */
    border: 1px solid rgba(10, 10, 10, 0.04);
  }

  .mobile-form .contact-form {
    width: 100%;
  }

  /* accent bar to make the mobile form stand out in brand colors */
  .mobile-form .contact-form-wrapper::before {
    content: '';
    display: block;
    height: 4px;
    width: 60px;
    background: linear-gradient(90deg, #094e41, #a98129);
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .mobile-form .contact-form-btn {
    background: #094e41 !important;
    box-shadow: 0 6px 18px rgba(9, 78, 65, 0.18);
  }

  .navbar {
    padding: 10px !important;
  }

  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid rgba(255, 255, 255, 0.15) !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  ul.navbar-nav {
    margin-left: auto;
    gap: 0;
    padding: 2em 0;
  }

  a.nav-link.contact-us-cta {
    width: fit-content !important;
    margin: 1em auto !important;
  }

  .nav-link {
    text-align: center !important;
  }
}

/* About section */
.about-section {
  padding: 60px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-eyebrow {
  font-family: var(--ff-primary);
  font-weight: 700;
  letter-spacing: 1px;
  color: #0a0a0a;
  margin: 0 0 8px 0;
}

.about-title {
  font-family: var(--ff-primary);
  font-weight: 600;
  font-size: 40px;
  color: #a98129;
  margin: 0 0 20px 0;
}

.about-subtitle {
  font-weight: 700;
  color: #c3a25a;
  margin: 12px 0 12px 0;
  font-size: 20px;
}

.price-grid .about-subtitle {
  margin-bottom: 0;
  color: #000000;
}

.about-copy p {
  color: #2f2f2f;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.about-readmore {
  display: inline-block;
  color: #888;
  text-decoration: none;
  font-weight: 600;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.btn:hover {
  background: #ffffff !important;
  color: #a98129 !important;
  border: 1px solid #a98129 !important;
}

.plan-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #a98129;
  text-decoration: none;
  transition: all 0.3s ease;
}

.plan-btn i {
  display: inline-block;
  font-size: 0.9em;
  transition: transform 0.3s ease;
}

.plan-btn:hover i {
  transform: translateX(4px);
}

.btn.btn-pill {
  background: #a98129;
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.btn-pill {
  background: #a98129;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #a98129;
}

.about-image-wrapper {
  margin: 0;
}

.about-image {
  width: 100%;
  display: block;
  border-radius: 16px;
}

/* Equal height columns */
.about-grid {
  align-items: stretch;
}

.about-left,
.about-right {
  display: flex;
}

.about-left {
  flex-direction: column;
}

.about-image-link {
  position: relative;
  display: block;
  width: 100%;
}

.about-image-link,
.about-image-wrapper,
.about-image {
  height: 100%;
}

.about-image {
  object-fit: cover;
}

#overviewCarousel {
  height: 100%;
}

#overviewCarousel .carousel-inner,
#overviewCarousel .carousel-item {
  height: 100%;
}

#overviewCarousel .about-image {
  height: 100%;
  object-fit: cover;
}

/* Play button overlay */
.about-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
}

.about-play-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.about-image-link:hover .about-play-button {
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991.98px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 600px) {
  .about-title {
    font-size: 28px;
    margin-bottom: 0;
  }
}

/* Master Plan Section */
.master-plan-section {
  padding: 80px 0;
  padding-top: 0;
  background-color: #fff;
}

.plan-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.plan-overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.plan-image {
  width: 100%;
  transition: transform 0.3s ease;
  filter: blur(2px);
  transform: translateZ(0);
}

.floor-plan-card img {
  filter: blur(2px);
  transition: filter 0.3s ease;
}

.floor-plan-card:hover img {
  filter: blur(0);
}

.floor-plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.floor-plan-header .floor-plan-name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}

.plan-title {
  font-size: 24px;
  font-weight: 500;
  color: #094e41;
  margin: 0;
}

/* Location Section */
.location-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.location-image-wrapper {
  position: relative;
}

.location-image-wrapper img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.enlarge-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#locationModal .modal-header {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

#locationModal .modal-body img {
  max-height: 90vh;
  max-width: 90vw;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
}

#locationModal .modal-content {
  background-color: transparent;
  border: none;
}

#locationModal .btn-close {
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  padding: 8px;
}

.location-info {
  padding-left: 20px;
}

.location-info-title {
  font-size: 20px;
  font-weight: 600;
  color: #a98129;
  margin-bottom: 15px;
  margin-top: 15px;
}

.location-info-address {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.location-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-info-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #a98129;
  margin-bottom: 15px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

#location .section-title {
  text-align: center;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.location-info-list .icon-wrapper {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-info-list .icon-wrapper img {
  max-width: 24px;
  max-height: 24px;
}

@media (max-width: 991.98px) {
  .location-info {
    padding-left: 0;
    margin-top: 30px;
  }
}

/* Enquire Now Section */
.enquire-section {
  padding: 0;
}

/* Enquire Now Section - Replicated Styles */
.enquire-form-wrapper {
  background-color: #f0e9dd;
  padding: 60px !important;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enquire-title {
  font-weight: 700;
  margin-bottom: 30px;
}

.enquire-form-wrapper .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px dotted #495057;
  border-radius: 0;
  padding-left: 0;
  color: #495057;
}

.enquire-form-wrapper .form-control::placeholder {
  color: #6c757d;
}

.enquire-form-wrapper .form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px dotted #a98129;
}

.btn-submit-enquire {
  background-color: #a98129;
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 700;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.btn-submit-enquire:hover {
  background-color: #8a6821;
}

.enquire-image-wrapper {
  overflow: hidden;
}

.enquire-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Site Footer */
.site-footer {
  background-color: #a98129;
  color: #ffffff;
  padding: 40px 0;
  padding-bottom: 0;
}

.footer-info p {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
}

.footer-info b {
  color: #ffffff;
}

.footer-info a {
  color: #ffffff;
  text-decoration: none;
}

.footer-info a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.site-footer .text-decoration-none {
  color: #ffffff !important;
}

.site-footer .text-decoration-none:hover {
  color: #ffffff !important;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}

.site-footer .container.mt-2 {
  display: none !important;
}

@media (max-width: 991.98px) {
  .enquire-form-wrapper {
    padding: 30px !important;
  }

  .footer-links {
    justify-content: center;
    margin-top: 16px;
  }
}

/* Amenities Section - Numbered List */
.amenity-card-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.amenities-section-new {
  padding: 80px 0;
  background-color: #fdfaf5;
}

.amenities-section-new .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.amenities-section-new .section-title {
  font-size: 40px;
  font-weight: 700;
  color: #a98129;
  margin-bottom: 15px;
}

.amenities-section-new .section-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.amenities-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  width: 100%;
}

.amenity-item {
  text-align: center;
  background: #a9812930;
  /* background: #faf8f2; */
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(169, 129, 41, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amenity-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(169, 129, 41, 0.2);
}

.amenity-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.amenity-item h5 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .amenities-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .amenity-item {
    padding: 12px;
  }

  .amenity-item img {
    height: 100px;
  }

  .amenity-item h5 {
    font-size: 12px;
  }
}

.offer-highlight {
  /* background: linear-gradient(135deg, #a98129, #c3a25a); */
  color: #094e41;
  font-weight: 700;
  padding: 0px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 0px;
  background-color: transparent;
  /* box-shadow: 0 4px 15px rgba(169, 129, 41, 0.3); */
  /* animation: glow 2s ease-in-out infinite alternate; */
}

@keyframes glow {
  from {
    box-shadow: 0 4px 15px rgba(169, 129, 41, 0.3);
  }

  to {
    box-shadow: 0 4px 20px rgba(169, 129, 41, 0.6);
  }
}

.featured-text {
  position: relative;
  display: inline-block;
}

.highlight-badge {
  background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
  position: absolute;
  top: -10px;
  right: -20px;
  font-weight: 700;
  animation: bounce 2s infinite;
}

@keyframes bounce {

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

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

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

.pulse-dot {
  width: 12px;
  height: 12px;
  background: #ff6b6b;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0;
}

.feature-tag {
  background: rgba(169, 129, 41, 0.1);
  color: #a98129;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(169, 129, 41, 0.2);
  transition: all 0.3s ease;
}

.feature-tag:hover {
  background: rgba(169, 129, 41, 0.2);
  transform: translateY(-2px);
}

.feature-tag:nth-child(4) {
  /* flex-basis: 100%; */
}

#overviewCarousel .carousel-indicators {
  bottom: -40px;
  margin-bottom: 0;
}

#overviewCarousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(169, 129, 41, 0.4);
  border: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}

#overviewCarousel .carousel-indicators button.active {
  background-color: #a98129;
  transform: scale(1.2);
}

#overviewCarousel .carousel-item {
  transition: transform 0.8s ease-in-out;
}

.about-right {
  padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .price-section {
    padding-top: 25px;
  }

  .amenities-section-new {
    padding: 40px 0;
    background-color: #fdfaf5;
  }

  .location-section {
    padding: 40px 0;
    background-color: #ffffff;
  }

  .enquire-section {
    padding: 40px 0;
  }

  .master-plan-section {
    padding: 25px 0;
    padding-top: 0;
    background-color: #fff;
  }

  .amenities-section-new .section-title {
    font-size: 28px;
    text-align: left;
  }

  .amenities-section-new .section-subtitle {
    font-size: 16px;
  }

  .info-card-title {
    margin-bottom: 0;
  }

  .section-title {
    font-size: 28px;
    text-align: left;
  }

  .site-footer {
    padding-bottom: 0;
  }

  .plan-title {
    font-size: 20px;
  }

  .section-subtitle {
    text-align: left;
  }

  #location .section-title {
    text-align: left;
  }

  .contact-form-pop-up {
    padding-top: 20px;
  }

  .feature-tag:nth-child(4) {
    flex-basis: 40%;
  }

  .feature-tags {
    justify-content: left;
  }
}
