.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group {
    margin-bottom: 1rem;
}.form-group@import url("../../../cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@font-face {
  font-family: "TT Ramillas";
  src: url("fonts/TT-Ramillas-Trial-Variable-Roman.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: 100%;
  font-family: "Archivo", "Inter", Helvetica, sans-serif;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

:root {
  --accent: #ee790f;
  --text-dark: #2a3829;
  --text-light: #dad992;
  --main-green: #6f8b5a;
  --bg: #677c5e;
  --image-bg: #d1d6ce;
  --text-body: #acacac;
  --bg-light: #fffceb;
}

.title-reveal{
  overflow:hidden;
  display:inline-block;
}

.title-reveal span{
  display:inline-block;
  transform:translateY(120%);
  transition:transform .9s cubic-bezier(.22,1,.36,1);
}

.title-reveal.show span{
  transform:translateY(0);
}

.text-lift{
  opacity:0;
  transform:translateY(30px);
  transition:all .8s ease;
}

.text-lift.show{
  opacity:1;
  transform:translateY(0);
}

.section-motion{
  opacity:0;
  transform:translateY(80px);
  transition:all 1s cubic-bezier(.22,1,.36,1);
}

.section-motion.show{
  opacity:1;
  transform:translateY(0);
}

/* Desktop main container */
.desktop {
  display: flex;
  flex-direction: column;
  width: 100%;

  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  padding-top: 80px;
}

/* Banner Section */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  backdrop-filter: blur(8px);
  background: linear-gradient(180deg, #fffcebf5 0%, #fffcebeb 100%);
  border-bottom: 1px solid #6f8b5a26;
}

.banner-image{
    width:100%;
}

.banner-img{
    width:100%;
    height:auto;
    display:block;
}
.nav-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 38px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #063321;
  transition: all 0.3s ease;
}

.nav-bar.sticky {
  position: fixed;
  padding: 10px 38px;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.silver-green {
  height: auto;
  object-fit: cover;
  width: 90px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;

  position: relative;

  
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
}
.desktop-banner{
  display: block;
}

.mobile-banner{
  display: none;
}

/* show on mobile */
@media (max-width:1024px) {
  .menu-btn {
    display:flex;
  }
}

.menu-btn span {
  display:block;
  height:2px;
  background:#7a8a74;
  border-radius:4px;
  transition:all .3s ease;
}

/* top line */
.menu-btn span:first-child{
  width:30px;
}

/* bottom short line */
.menu-btn span:last-child{
  width:18px;
}



.menu-btn.active span {
  position: absolute;
  margin-top: 0;
}

.menu-btn.active span:first-child {
    transform: rotate(38deg) translate(5px, 1px);
    width: 22px;
}

.menu-btn.active span:last-child {
    transform: rotate(319deg) translate(0px, 5px);
    width: 22px;
}

.nav-text {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #bdd0b4;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  cursor: pointer;
}

.btn-cost-sheet {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--bg);
  border-radius: 4px;
  cursor: pointer;
}

.btn-cost-sheet span {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

/* Project Overview Section */
.project-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 60px;
  background-color: #ffffff;
  width: 100%;
}

.overview-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 840px;
  text-align: center;
}

.overview-title {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg);
  font-size: 60px;
  line-height: 60px;
  white-space: nowrap;
}

.overview-text {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #000000b2;
  font-size: 20px;
  line-height: 30px;
}

/* Highlights Section */
.highlights-wrapper {
    width: 100%;
    height: 600px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    background-image: url(assets/images/highlights-bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

.highlights-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 600px;
  margin: 139px auto 0;
  text-align: center;
}

.highlights-title {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}

.highlights-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.highlights-row {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.highlight-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 128px;
}

.highlight-number {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.highlight-label {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #fffcebcc;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.btn-download {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--bg);
  border-radius: 4px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  margin-top: 40px;
}

/* Configurations Section */
.config-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 60px;
  background-color: #ffffff;
}

.config-header {
  text-align: center;
}

.config-subtitle {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg);
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.config-title {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg);
  font-size: 60px;
  line-height: 60px;
  max-width: 509px;
}

.config-carousel {
  display: flex;
  align-items: center;
  gap: 0;
}

.carousel-arrow {
  width: 134px;
  height: 300px;
  background-image: url("assets/images/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 260px;
}

.carousel-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 440px;
}

.config-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: var(--bg-light);
  border: 1px solid #0000001a;
  border-radius: 4px;
  width: 100%;
}

.card-plot {
  font-family: "Archivo", Helvetica;
  font-weight: 700;
  color: #000;
  font-size: 16px;
}

.card-size {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

.card-price-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  /* border: 1px solid #000; */
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--bg);
}

.card-price-btn span {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.card-price-btn img {
  width: 14px;
  height: 14px;
}

.arrow-right {
 width: 134px;
    height: 300px;
  background-image: url("assets/images/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 260px;
}

/* Gallery Section */
.gallery-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 60px;
  background-color: #ffffff;
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.gallery-title {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg);
  font-size: 60px;
  line-height: 60px;
}

.gallery-description {
  width: 670px;
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #000000b2;
  font-size: 20px;
  line-height: 27px;
}

.gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.gallery-row {
  display: flex;
  gap: 8px;
  width: 100%;
}

.gallery-image-large {
  flex: 1;
  height: 572px;
  border-radius: 4px;
  background-color: var(--image-bg);
  background-size: cover;
  background-position: center;
}

.gallery-controls {
  display: flex;
  gap: 8px;
}

.gallery-arrow {
  width: 48px;
  height: 48px;
  background-color: var(--bg);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gallery-arrow img {
  width: 24px;
  height: 24px;
}

/* The Social Section */
.social-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 60px;
  background-color: #ffff;
  width: 100%;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}
.about-section {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 60px;
    /* background-color: #ffff; */
    width: 100%;
}

.about-header {
    text-align: center;
    max-width: 970px;
}

.about-subtitle {
    font-family: "Archivo", Helvetica;
    font-weight: 400;
    color: var(--bg-light);
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 14px;
}
.about-title {
    font-family: "TT Ramillas", serif;
    font-weight: 400;
    color: var(--bg-light);
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 24px;
}

.about-text {
    font-family: "Archivo", Helvetica;
    font-weight: 400;
    color: var(--bg-light);
    font-size: 20px;
    line-height: 27px;
    max-width: 978px;
    margin: 0 auto;
}

.social-header {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
}

.social-spacer {
  width: 48px;
  height: 48px;
  opacity: 0;
}

.social-title-block {
  flex: 1;
}

.social-label {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg);
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}

.social-name {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg);
  font-size: 60px;
  line-height: 60px;
}

.social-description {
  flex: 1;
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #000000b2;
  font-size: 18px;
  line-height: 24.3px;
}

.social-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.master-plan-img img{
  width: 86%;
}

.carousel-arrow-btn {
  width: 38px;
  height: 38px;
  /* background-color: var(--bg); */
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.new-footer-form input{
  margin-bottom: 10px;
  color: #000;
}

.social-cards {
  display: flex;
  gap: 16px;
  flex: 1;
}



.social-card {
  flex: 1;
  height: 480px;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 70%, #000000 100%);
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: var(--image-bg);
}

.social-card-badminton {
    flex: 1;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;

    background-image: 
        linear-gradient(180deg, rgba(102,102,102,0) 70%, #000000 100%),
        url("assets/images/Badminton-1.png");

    background-size: cover;
    background-position: center;
}

.social-card-gym {
    flex: 1;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;

    background-image: 
        linear-gradient(180deg, rgba(102,102,102,0) 70%, #000000 100%),
        url("assets/images/gym-1.html).jpeg");

    background-size: cover;
    background-position: center;
}

.social-card-hall {
    flex: 1;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;

    background-image: 
        linear-gradient(180deg, rgba(102,102,102,0) 70%, #000000 100%),
        url("assets/images/meeting-banquet-hall-room.jpg");

    background-size: cover;
    background-position: center;
}


.social-card-yoga {
    flex: 1;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;

    background-image: 
        linear-gradient(180deg, rgba(102,102,102,0) 70%, #000000 100%),
        url("assets/images/yoga-room.png");

    background-size: cover;
    background-position: center;
}


.social-card-game {
    flex: 1;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;

    background-image: 
        linear-gradient(180deg, rgba(102,102,102,0) 70%, #000000 100%),
        url("assets/images/indoor%20(2.html).jpg");

    background-size: cover;
    background-position: center;
}

.social-card-kids {
    flex: 1;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;

    background-image: 
        linear-gradient(180deg, rgba(102,102,102,0) 70%, #000000 100%),
        url("assets/images/kids-play%20(2.html).jpg");

    background-size: cover;
    background-position: center;
}

.social-clubhouse {
    flex: 1;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;

    background-image: 
        linear-gradient(180deg, rgba(102,102,102,0) 70%, #000000 100%),
        url("assets/images/12-k-sqft-clublhouse.jpg");

    background-size: cover;
    background-position: center;
}

.mobile-form-section{
display: none !important;
}

.social-card-title {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  white-space: nowrap;
}

/* Outdoor Amenities Section */
.amenities-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 80px 60px 80px;
  background-image: url(assets/images/Bg-green-about.png);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.amenities-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 100%;
}

.amenities-header {
  text-align: center;
  max-width: 970px;
}

.amenities-subtitle {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.amenities-title {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 24px;
}

.amenities-text {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 20px;
  line-height: 27px;
  max-width: 978px;
  margin: 0 auto;
}

.amenities-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0px 0;
  width: 1154px;
  max-width: 100%;
}

.amenities-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 100%;
}

.amenity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  text-align: center;
}

.amenity-icon {
  width: 50px;
  height: 50px;
  /* background-color: var(--bg-light); */
  border-radius: 4px;
  margin-bottom: 10px;
  background-image: url(assets/images/amenity-icon.html);
}

.amenity-name {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 19.2px;
}

.amenity-name-wrap {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 19.2px;
  max-width: 140px;
}

/* .amenities-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,252,235,0) 0%, rgba(255,252,235,0.25) 50%, rgba(255,252,235,0) 100%);
  border-radius: 3px;
}
  
*/


.amenities-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255,252,235,0) 0%,
    rgba(255,252,235,0.25) 50%,
    rgba(255,252,235,0) 100%
  );
  border-radius: 3px;
  position: relative;
  margin: 40px 0;
}

.divider-label {
  position: absolute;
  top: -14px;           /* moves label above line */
  left: 50%;
  transform: translateX(-50%);
  background: #e6e3a2;  /* label background */
  padding: 6px 16px;
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 4px;
  color: #4a4a2c;
  font-weight: 500;
}

.amenities-row-with-divider {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.vertical-divider {
  width: 2px;
  height: 60px;
  background: linear-gradient(180deg, rgba(255,252,235,0) 0%, rgba(255,252,235,0.25) 50%, rgba(255,252,235,0) 100%);
  border-radius: 3px;
}
.honour-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 60px;
    background-color: #ffffff;
    width: 100%;
}

.honour-wrapper {
    width: 100%;
    height: 600px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    background-image: url(assets/images/highlights-bg.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

/* Location Advantages Section */
.location-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 128px;
  padding: 60px;
  background-color: #ffffff;
  width: 100%;
}

.location-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 100%;
}

.location-header {
  text-align: center;
}

.location-title {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg);
  font-size: 60px;
  line-height: 60px;
}

.location-grid {
  display: flex;
  gap: 48px;
  width: 100%;
}

.location-map {
  flex: 1;

  border-radius: 4px;

  background-size: cover;
  background-position: center;
}

.location-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.location-category{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:14px 0;
    cursor:pointer;

    font-size:18px;
    font-weight:400;

    transition:all .3s ease;

}

.category-name{
    display:flex;
    align-items:center;
    gap:12px;
}

.category-name i{

    color:#6b7c6a;
    font-size:18px;

}

.location-divider{

    width:100%;
    height:1px;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,0),
        rgba(0,0,0,.15),
        rgba(0,0,0,0)
    );

}

.connectivity-submenu{

    padding:10px 0 10px 6px;
    gap:4px;

}

.submenu-item{

    display:flex;
    align-items:center;
    gap:10px;

    font-size:15px;
    color:#4a4a4a;

}

.submenu-item::before{

    content:"\f3c5";
    font-family:"Font Awesome 6 Free";
    font-weight:900;

    font-size:12px;
    color:#7c8c7b;

}
.submenu-text {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
}

/* About Us Section */
.about-section {
  display: flex;
  flex-direction: column;
  padding: 60px;
  background-color: #ffffff;
  width: 100%;
  background-image: url(assets/images/Bg-green-about.png);
  background-size: cover;
  background-position: center;
}

.about-container {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  width: 100%;
}

.about-image {
  flex: 1;
  height: 700px;
  border-radius: 4px;
  background-image: url(assets/images/about-us-left-img.png);
  background-size: cover;
  background-position: center;
}

.about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.about-text-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-divider {
  width: 100%;
  height: 1px;
  background: rgba(103, 124, 94, 0.5);
  margin: 0px 0; /* adjust spacing if needed */
}
/* .about-title {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg);
  font-size: 60px;
  line-height: 60px;
} */

.about-description {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #000000b2;
  font-size: 20px;
  line-height: 30px;
}

.btn-read-more {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--bg);
  border-radius: 4px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  align-self: flex-start;
}

/* FAQ Section */
.faq-section{
  padding:60px;
  background:#fff;
  text-align: center;
}

.faq-title{
  font-family:"TT Ramillas";
  font-size:60px;
  text-align:center;
  margin-bottom:40px;
  color:var(--bg);
}

/* LIST */
.faq-list{
  width:100%;
  display:flex;
  flex-direction:column;
  gap:8px;
}

/* ITEM DEFAULT */
.faq-item{
  background:#eeeeee;
  border-radius:6px;
  overflow:hidden;
  transition:0.3s;
}

/* ACTIVE ITEM */
.faq-item.active{
  background:var(--bg);
}

/* QUESTION */
.faq-question{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:22px 24px;
  cursor:pointer;
}

.faq-question span{
  font-family:"Inter";
  font-size:20px;
  color:#222;
}

/* ACTIVE QUESTION TEXT */
.faq-item.active .faq-question span{
  color:#fff;
}

/* ICON */
.faq-icon{
  width:22px;
  height:22px;
}
.faq-question img{
  width:24px;
  height:24px;

}
/* ANSWER */
.faq-answer{
  display:none;
  padding:20px 24px;
  border-top:1px solid rgba(255,255,255,0.3);
  text-align: left !important;
}

.faq-item.active{
  background:var(--bg);
}

.faq-item:not(.active){
    background: #fff;
    border: 1px solid #c8c8c8;
}
.faq-item:not(.active) .faq-question img {
           width: 24px;
    height: 24px;
    /* fill: #000; */
    filter: invert(1);
    transform: rotate(180deg);
}
/* ANSWER TEXT */
.faq-answer p{
  font-family:"Inter";
  font-size:16px;
  color:#d7e0d3;
}

/* Footer Section */
.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  padding: 60px 60px 34px;
  background-color: var(--bg-light);
  width: 100%;
}

.footer-header {
  text-align: center;
}

.footer-tagline {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg);
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 32px;
}

.footer-description {
  max-width: 580px;
  margin: 0 auto;
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #000000b2;
  font-size: 20px;
  line-height: 27px;
}

.footer-form-container {
  display: flex;
  gap: 40px;
  width: 100%;
}

.footer-image {
  flex: 0;
  height: auto;
  min-height: 320px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}

.footer-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-input {
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--text-body);
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.form-textarea {
  padding: 10px 16px 60px 16px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--text-body);
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  resize: vertical;
}

.btn-submit {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--bg);
  border-radius: 4px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  margin-top: 8px;
  border: none;
}

/* Footer Dark Section */
.footer-dark {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 48px;
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}

.footer-links-row {
  display: flex;
  gap: 80px;
  width: 100%;
}

.footer-logo {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 28px;
  letter-spacing: -0.56px;
}

.footer-contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-title {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 24px;
  letter-spacing: -0.48px;
  /* margin-bottom: 12px; */
}

.contact-address {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.contact-email {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.footer-links-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.links-title {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 24px;
  letter-spacing: -0.48px;
}

.links-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.link-item {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.disclaimer {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 14px;
  line-height: 18.9px;
  letter-spacing: -0.28px;
}

.disclaimer strong {
  font-weight: 700;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: var(--bg-light);
  border-radius: 1px;
  opacity: 0.4;
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.rera-number {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: var(--bg-light);
  font-size: 16px;
  line-height: 21.6px;
  letter-spacing: -0.32px;
}

.copyright-row {
  display: flex;
  gap: 24px;
  align-items: center;
}

.copyright-text {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #677c5e;
  font-size: 16px;
  line-height: 21.6px;
  letter-spacing: -0.32px;
  white-space: nowrap;
}

.privacy-policy {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #677c5e;
  font-size: 16px;
  line-height: 21.6px;
  letter-spacing: -0.32px;
  cursor: pointer;
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.gap-48 {
  gap: 48px;
}

.gap-64 {
  gap: 64px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* Image placeholders - leave empty as requested */
.banner,

.gallery-image-large,
.social-card,

.about-image {
  background-color: var(--image-bg);
}

.location-map {
    flex: 1;
    background-image: url(assets/images/map-4.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 520px;
    position: relative;
}

.location-map a{
    position:absolute;
    inset:0;
    cursor: zoom-in;
}

.master-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 60px;
  background-color: var(--bg-light);
  width: 100%;
}

.overview-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 840px;
  text-align: center;
}

.overview-title {
  font-family: "TT Ramillas", serif;
  font-weight: 400;
  color: var(--bg);
  font-size: 60px;
  line-height: 60px;
  white-space: nowrap;
}

.overview-text {
  font-family: "Archivo", Helvetica;
  font-weight: 400;
  color: #000000b2;
  font-size: 20px;
  line-height: 30px;
}
.social-slider{
width:100%;
}

.splide__slide{
display:flex;
}
.feature-slider{
  height:420px;
  border-radius:8px;
  background-size:cover;
  background-position:center;
  position:relative;
  display:flex;
  align-items:flex-start;
  padding:40px;
  color:white;
  background-image:url("assets/images/feature-slider-bg.jpg") !important;
}

.feature-content h3{
  font-size:22px;
  font-family:"Inter";
  font-weight:400;
  max-width:300px;
}

.feature-arrows{
  position:absolute;
  bottom:25px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:20px;
}

.feature-arrows span{
  font-size:22px;
  cursor:pointer;
  color:white;
}

.infra-section{
  width:100%;
  padding:60px 40px;
  background:#f2f2f2;
}

.infra-grid{
  display:flex;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
}

.infra-card{
  border:2px solid #677c5e;
  border-radius:28px;
  height:200px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:20px;
}

.infra-card i{
  font-size:40px;
  color:#677c5e;
  margin-bottom:14px;
}

.infra-card p{
  font-size:18px;
  color:#677c5e;
  margin:0;
}

.infra-card:hover{
  background:#677c5e;
}

.infra-card:hover i,
.infra-card:hover p{
  color:#fff;
}
.connectivity-submenu{
  display:none;
  flex-direction:column;
    opacity:0;
  transform:translateY(-8px);
  transition:all .25s ease;
}

.location-category.active + .location-divider + .connectivity-submenu{
  display:flex;
  /* margin-bottom:8px; */
   color:#4d5f4c;
    font-weight:600;
    padding: 10px 16px;
     opacity:1;
  transform:translateY(0);
    
}

.location-category.active .category-icon{
  transform:rotate(180deg);
}

.category-icon{
  transition:transform .3s ease;
}
.footer-logo img{
  width:150px;
  margin: 0 auto;
}

.footer-divider {
  display: none;
}
.theme-btn.sticky-btn-enquire-whatsapp {
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #677C5E;
    border-radius: 0px 0px 0 0;
        color: #fff;
    text-decoration: none;
    font-family: 'Archivo';
}
.sticky-btn-enquire-whatsapp {
    position: fixed;
    right: 20px;
    z-index: 9999;
    display: none;
    border-top: none;
}
@media screen and (max-width: 768px) {
    .sticky-btn-enquire-whatsapp {
        display: block;
    }
}
.sticky-btn-enquire-whatsapp {
    display: none;
}
@media screen and (max-width: 575px) {
    .sticky-btn-enquire-whatsapp {
        display: block;
        position: fixed;
        transform: unset;
        top: unset;
        bottom: 0;
        right: 0;
        left: 0;
        border: 0;
    
        border-radius: 0;
        text-align: center;
        width: 100%;
        padding: 10px 0px !important;
        z-index: 9999;
    }
}
@media screen and (max-width: 575px) {
    .theme-btn {
        line-height: 20px;
    }
}

.theme-btn .fab.fa-whatsapp {
    margin-right: 10px;
    font-size: 24px;
    /* color: #25D366; */
    margin-left: 6px;
}

.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.form-modal .mobile-form-container {
  background:#677C5E;
  padding: 30px 40px;
  width: 90%;
  max-width: 460px;
  border-radius: 6px;
  text-align: center;
  position: relative;
}

.form-modal .form-title {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.5;
}

.form-modal .form-subtitle {
  margin-bottom: 20px;
}
.lead-form input::placeholder{
color:#5b6e55;
opacity:1;
}
/* .form-modal .lead-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
}
  */

  .form-modal .mobile-form-container{
  transform: translateY(40px);
  opacity: 0;
  transition: all .3s ease;
}

.form-modal.show .mobile-form-container{
  transform: translateY(0);
  opacity: 1;
}



.form-modal .lead-form button {
    margin: 10px auto 0;
    padding: 8px 20px;
    background: #FFFCEB;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    color: #5b6e55;
    cursor: pointer;

    width: auto;
    white-space: nowrap;
}
.splide__pagination__page.is-active{
  transform: none !important;
}
.error-msg1{
  text-align: left;
  color: red;
}
.form-modal .close-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    background: #FFFCEB;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.close-btn svg{
    width:16px;
    height:16px;
    stroke:#5b6e55;
    stroke-width:2.5;
    stroke-linecap:round;
}
.cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 0px;
    background: #677C5E;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    /* box-shadow: 0 6px 18px rgba(232, 152, 41, .35); */
    transition: all .25s ease;
    border-radius: 4px;
}

.social-section .cta-wrap {
    margin-top: -16px;
}

.banner-mobile{
display:none;
width:100%;
}

.banner-desktop{
width:100%;
}

@media (max-width:768px){

.banner-desktop{
display:none;
}

.banner-mobile{
display:block;
}

}
.location-section .cta-wrap{
    margin-top: 0rem;
}
.bg-cream{
  background-image: url(assets/images/bg-cream.png);
    background-size: cover;
    background-position: center;
    width: 100%;
}
.footer-image iframe{
  width: 700px;
  height: 360px;
  border: 0;
}

.mobile-form-section .form-title{
line-height: 34px;
}