body {
  font-family: "Inter", system-ui, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins';
}

.primary-bg {
    background-color: #14693c;
    display: inline-block;
    border-radius: 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 6px 2px;
  z-index: 1000;
  box-shadow: none;
  background: #fff;
  background-image: url("img/line-bg.webp");
}



.navbar-nav .nav-link {
    font-weight: 600;
    color: #fff;
  
    font-family: 'Poppins';
}

    .navbar-nav{
        background: #14693c;
        border-radius: 30px;
        padding: 5px 20px;
    }


@media screen and (max-width:456px)
{
  .navbar-nav{
        background: #fff;
      color: black;
    }
.navbar-nav .nav-link {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid black;
    padding: 20px 0px;
  
  }

}
.navbar img {
    /* filter: brightness(0); */
}

.navbar-toggler:focus {
    box-shadow: none;
}



/* ALIGNMENT FIX */
.navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-collapse {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    top: 95%;
    left: 5%;
}

/* CALL BUTTON */
.custom-call-btn {
    padding: 10px 24px;
    background: #14693c;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    font-family: 'Poppins';
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}



/* MOBILE BOTTOM BAR (FINAL DESIGN) */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #ccc;
    display: none;
    z-index: 2000;
}

.mobile-bottom-bar .bottom-btn {
    width: 33.33%;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #14693c;
    border: none;
    outline: none;
    text-decoration: none;
}

.mobile-bottom-bar .bottom-btn:nth-child(1),
.mobile-bottom-bar .bottom-btn:nth-child(2) {
    border-right: 1px solid #ccc;
}

.mobile-bottom-bar .bottom-btn:active {
    background: #f3f3f3;
}

.form-call {
    background: #14693c;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s;
    display: flex;
    width: 100%;
    padding: 3px 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
}



/* ------------------index css --------------------- */

 
   #banner {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  /* background-image: url("../img/banner-final.webp"); */
  overflow: hidden;
}
.banner-holder{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

/* Transparent overlay */
#banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.63);  */
  z-index: 0;
}

/* Keep content above overlay */
#banner ,
.banner-description {
  position: relative;
  z-index: 2;
}
.banner-description{
    max-width: 520px;
    height: 418px;
    background-color: #14693c;
    padding: 1rem;
}
.banner-name{
    margin-bottom: 2rem;
}

.banner-price{
    position: relative;
    z-index: 2;
  
    color: #fff;

}

  .price-highlightt {
  background: #14693c;
  color: #ffffff;
  padding: 5px;
  /* border-radius: 6px; */
  display: inline-block;
}

 

   

    .banner-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }



  #project-overview {
      margin-top: -3rem;
      padding: 0rem 0 3rem;
      background-color: #F4F0E9;
      position: relative;
      z-index: 2;
  }


  .sec-title {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.3;
      color: #222;
  }

  .project-btn a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 28px;
      background-color: #14693c;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid #14693c;
      transition: 0.3s;
  }

  .project-btn a i {
      font-size: 1.1rem;
  }

  .project-btn a:hover {
      background-color: transparent;
      border: 2px solid #14693c;
      color: #14693c;
  }
.text-item{
    font-size: 18px;
}

  .sec-text {
      font-size: 1.05rem;
      color: #555;
  }

  .overview-img img {
      width: 80%;
      height: 35rem;
      border-radius: 8px;
      object-fit: cover;
      box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
  }
 

 


  .banner-form-section {
      display: none;
  }



  .banner-form h3 {
      text-align: center;
      margin-bottom: 1.5rem;
      font-size: 1.6rem;
      font-weight: 700;
      color: #222;
  }

  .input-box {
      position: relative;
      margin-bottom: 1rem;
  }

  .input-box i {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #888;
      font-size: 1rem;
  }

  .input-box input {
      width: 100%;
      padding: 12px 14px 12px 38px;
      border: 1px solid #ccc;
      border-radius: 8px;
      outline: none;
      font-size: 1rem;
      transition: 0.3s;
  }

  .input-box input:focus {
      border-color: #14693c;
      box-shadow: 0 0 0 2px rgba(229, 112, 42, 0.2);
  }

  .btn-submit {
      width: 100%;
      background: #14693c;
      color: #fff;
      border: none;
      padding: 12px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 1rem;
      cursor: pointer;
      transition: 0.3s;
  }

  .btn-submit:hover {
      background: #c95e22;
  }

  .btn-call {
      display: block;
      width: 100%;
      margin-top: 0.8rem;
      text-align: center;
      padding: 12px;
      background: #000;
      color: #fff;
      border-radius: 8px;
      font-size: 1rem;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
  }

  .btn-call:hover {
      background: #333;
  }


#overview {
    padding: 4rem 0;
    background: #fdfcee;
    /* background-image: url("../img/white-bg.png"); */
    position: relative;
    overflow: hidden;
}



#overview .container {
    position: relative;
    z-index: 2;
}

/* IMAGE */
.overview-image {
    position: relative;
    width: 100%;
    height: 30rem;
}

.overview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 6px solid #fff;
}



.overview-image::before {
        position: absolute;
    content: '';
    width: 26%;
    height: 40%;
    left: -16%;
    top: -15%;
    background: url("../img/leaf-bg.png") no-repeat;
    background-size: contain;
    z-index: -1;
}
#overview::after {
        position: absolute;
    content: '';
    width: 26%;
    height: 40%;
    right: 4%;
    bottom: 5%;
    background: url("../img/leaf-bg.png") no-repeat;
    background-size: contain;
    z-index: 0;
}

.overview-image {
    position: relative;
}

.qr-code{
    width: 4rem;
    height: 4rem;
}

/* .phone-group {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.phone-group select {
    border: none;
    padding: 10px 12px;
    background-color: #f9f9f9;
    font-size: 14px;
    width: 110px;
    appearance: none;
    -webkit-appearance: none;
    border-right: 1px solid #ddd;
} */



.overview-points {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
    color: #000;
}

.overview-points li {
    margin-bottom: .4rem;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
}

.overview-points li::before {
    content: "›";
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: 700;
    color: #133c55;
}









  #price {
      padding: 3rem 0rem;
      /* background-image: url("../img/line-bg.webp"); */
      
  }



 
.experience-section {
  background:#fdfcee;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  font-family: 'Georgia', serif;
}
.experience-section::after{
    content: "";
    position: absolute;
    bottom: 6%;
    right: 5%;
    width: 18rem;
    height:18rem;
    background-image: url("../img/leaf-bg.png");
    background-size: cover;
    transform: scaleX(-1);
}
.experience-section::before{
    content: "";
    position: absolute;
    bottom: 6%;
    left: 5%;
    width: 18rem;
    height:18rem;
    background-image: url("../img/leaf-bg.png");
    background-size: cover;
  
}

/* Container */
.container {
  max-width: 1200px;
  margin: auto;
}

/* Top Layout */
.top-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 70px;
}

/* Image */
.image-box {
  flex: 1;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* Content */
.content-box {
  flex: 1;
}

.feature-list {
  list-style: none;
     font-family: lato, sans-serif;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.6;
}

/* Arrow Bullet */
.feature-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f5f3a;
  font-size: 14px;
}

/* Bottom Center */
.bottom-content {
  text-align: center;
}

.bottom-content h2 {
  font-size: 29px;
  color: #fff;
  background: #1f5f3a;
  margin-bottom: 30px;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* CTA Button */
.cta-btn {
  display: inline-block;
  padding: 14px 50px;
  background: #1f5f3a;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 3px;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #144328;
}

@media (max-width: 992px) {
  .top-wrapper {
    gap: 40px;
  }

  .bottom-content h2 {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .top-wrapper {
    flex-direction: column;
  }

  .image-box,
  .content-box {
    width: 100%;
  }

  .feature-list li {
    font-size: 12px;
  }

  .bottom-content h2 {
         font-size: 22px !important;
        font-family: 'Poppins';
        font-weight: bolder;

  }

  .cta-btn {
    padding: 12px 35px;
  }
}
 

  #virtual-visit {
      position: relative;
      padding: 0 4rem;
      height: 450px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url('../eldeco-terra-and-sol.webp');
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
      text-align: center;
      overflow: hidden;
  }

  .visit-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.55);
      z-index: 1;
  }

  .visit-content {
      position: relative;
      z-index: 2;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .visit-content h2 {
      font-size: 2.6rem;
      margin-bottom: 0.5rem;
      font-weight: 700;
  }

  .visit-content p {
      font-size: 1.1rem;
      margin-bottom: 1.5rem;
  }

  /* Play Button */
  .play-btn {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #ffffff;
      color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      position: relative;
      cursor: pointer;
  }

  /* Wave Animation */
  .pulse,
  .pulse2 {
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.4);
      width: 100%;
      height: 100%;
      animation: pulse-animation 2.2s infinite;
  }

  .pulse2 {
      animation-delay: 0.8s;
  }

  @keyframes pulse-animation {
      0% {
          transform: scale(1);
          opacity: 0.7;
      }

      100% {
          transform: scale(2.4);
          opacity: 0;
      }
  }

  .play-btn i {
      position: relative;
      z-index: 3;
  }


   #floorplan h2{
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #222;
   }

  .floorplan-section {
      background: #fff;
      padding: 60px 20px;
      text-align: center;
          background: url(../img/white-grey-bg.webp);
  }

  .floorplan-container {
      position: relative;
      display: inline-block;
      width: 100%;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     
  }

  .floorplan-img {
     width: 100%;
    height: 280px;
    display: block;
    border-radius: 12px;
    filter: blur(8px) brightness(0.7);
    object-fit: cover;
    margin-top: 30px;
  }

  /* Button Overlay */
  .floorplan-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 14px 12px;
      font-size: 1.1rem;
      font-weight: 500;
      border: none;
      font-weight: bolder;
      border-radius: 10px;
      background: #ffffff;
      color: #000000;
      cursor: pointer;
      transition: 0.3s ease-in-out;
  }

  .floorplan-btn:hover {
      background: #da6b2b;
      color: #ffff;
  }




  .location-section {
      padding: 80px 0 0 0;
      
  }

  .location-content {
      display: flex;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
  } 

 .location-section .project-btn a{
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #000 !important;
 }

  /* Text side */
  .location-text {
      flex: 1 1 45%;
  }

  .location-text h2 {
      font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
  }

  .location-text p {
      font-size: 1.1rem;
      margin-bottom: 30px;
      color: #080808;
  }

  .advantage-list {
      list-style: none;
      padding: 0;
      margin: 0 0 40px 0;
  }

  .advantage-list li {
      font-size: 1rem;
      margin-bottom: 9px;
      display: flex;
      align-items: center;
      color: #131313;
      padding: 9px;
      border: 1px solid #c2c1c1;
  }

  .advantage-list li i {
      color: #14693c;
      margin-right: 12px;
      font-size: 1.2rem;
  }

  .btn.btn-primary {
      display: inline-block;
      padding: 14px 28px;
      background: #da6b2b;
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
      border-radius: 4px;
      transition: background 0.3s ease;
  }

  .btn.btn-primary:hover {
      background: #da6b2b;

  }


  /* Image side */
  .location-image {
      flex: 1 1 45%;
      text-align: center;
  }

  .location-image img {
      width: 100%;
      height: 500px;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: transform 0.5s ease;
  }

  .location-image img:hover {
      transform: scale(1.03);
  }




















  #gallery {
      padding: 4rem 0 2rem 0;
      
      background-image: url("../img/line-bg.webp");
      text-align: center;
      position: relative;
  }

  .gallery-title {
      font-size: 2.3rem;
      font-weight: 700;
      margin-bottom: 2rem;
      color: #000000;
  }

  /* Carousel item */
  .gallery-item {
      overflow: hidden;
      transition: 0.4s ease;
  }

  .gallery-item img {
      width: 100%;
      height: 100%;
      border: 2px solid #fff;
      object-fit: cover;
      transition: transform 0.5s ease;
  }

  .gallery-item:hover img {
      transform: scale(1.08);
  }

  .gallery-imageslider {
      position: relative;
      padding: 3px 0px;
      overflow: hidden;
  }


  /* Navigation Buttons */
  .gallery-nav {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #ffffff;
      color: #000000;
      position: absolute;
      top: 66%;
      transform: translateY(-50%);
      font-size: 18px;
      cursor: pointer;
      z-index: 999;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s ease;
  }

  .gallery-prev {
      left: 7%;
      border: 1px solid black;
  }

  .gallery-next {
      right: 7%;
      border: 1px solid black;
  }

  .gallery-nav:hover {
      background: #0a4166;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }








 
    @media(max-width: 768px) {
    
      .footer-about .call-box{
        margin-bottom: 1rem;
      }
    }






    @media (max-width: 768px) {
      #about h2 {
        font-size: 1.8rem;
      }
    }
 








.main-footer {
    background-color: #fff;
    background-image: url("../img/map_bg.png");
    color: #000000;
    padding: 60px 0 25px;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.main-footer .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-about h3,
.footer-form h3 {
    color: #14693c;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-about p {
    line-height: 1.6;
    margin-bottom: 12px;
    color: #000000;
}

.footer-about .call-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.footer-about .call-box i {
    background: #14693c;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 18px;
}

.footer-form {
    padding: 20px;
    min-width: 400px;
    border-radius: 15px;
    background-color: #F4F0E9;
}

.footer-form form {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-form input {
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
}

.footer-form button {
    background: #14693c;
    color: #fff;
    padding: 13px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.footer-form button:hover {
    background: #1a4242;
}

.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 45px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.footer-bottom a {
    color: #14693c;
    text-decoration: none;
}



@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
    .banner-description{
        width: 44%;
    }
    .navbar-brand img {
        width: 90px;
    }
    .location-strip{
      width: 85%;
    }
    .banner-form-card{
        padding: 12px !important;
    }
    .enquiry-header h4{
        margin-bottom: 12px !important;
    }
      .title {
    font-size: 36px !important;
  }
  .offer-value {
    font-size: 31px;
  }
  .curve {

    top: 18%;
    left: 8%;
}
 .banner-form{
     top:45% !important;
 }

}


@media(max-width:900px) {
    .navbar-brand img {
        width: 110px;
    }
    #overview::before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    }

    #price::before {
        width: 60%;
    }
    .modal-image{
        height: 257px !important;
    }
}



@media(max-width:768px) {
 
    .overview-image img {
        height:100%;
        object-fit: contain;
        margin-bottom: 1.5rem;
    }

    

  
    .highlight-section h2 {
        padding: 1rem 0rem;
    }

    .content-list {
        padding: 1rem;
    }

    #location-section::before {
        display: none;
    }

    .overview-content h2 {
        font-size: 1.7rem;
    }

    #price::before {
        width: 100%;
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
    }

 
     .amenities-heading h2 {
    font-size: 30px;
  }

  .amenities-heading p {
    font-size: 16px;
  }

  .amenities-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

 

    .content-list {
        padding: 2rem 1.5rem;
        margin-top: 0;
        border-radius: 0;
    }

    .list-item {
        font-size: 1.05rem;
        line-height: 1.45;
    }

    .list-item .num {
        padding: 5px 12px;
        font-size: 1rem;
    }
    .footer-form{
       min-width: 100%;
    }

}



@media (max-width: 991px) {
  h2{
    font-size: 26px !important;
  }
  #banner{
    padding: 0rem;
    height: auto;
  }
  .banner-price{
    position: relative;
  }
  .banner-price h2{
    font-size: 20px !important;
  }
  .banner-name,.banner-description{
    margin-bottom: 1.8rem;
  }
  .overview-image{
    height: 100%;
    margin-top: 2rem;
  }
  .overview-image::after{
    height: 150px;
  }
  .pricing-grid{
    flex-direction: column;
  }
.experience-section{
    padding: 1rem 0rem;
}
.experience-section::before{
    width: 9rem;
    height: 9rem;
}
.experience-section::after{
    width: 9rem;
    height: 9rem;
}
.floorplan-container{
    width: 100%;
}
.feature-list{
    padding: 0;
}
  #virtual-visit{
    height: 300px;
  }
  .location-image img{
    height: 300px;
  }
 .banner-description{
  width: 100%;
  padding: 12px;
 }
 .banner-holder{
  flex-direction: column;
 }
 .location-strip{
  width: 88%;
 }
  #about .banner-form{
    margin-bottom: 1rem;
  }
  .apartment-pricing-section{
    padding: 40px 0px;
  }
  .highlight-points{
    max-width: 100%;
  }
  #highlight::before{
    display: none;
  }
.white-card h2{
  font-size: 20px;
}
#price{
  padding: 2rem 0rem;
}
.card-bottom{
  padding: 12px;
}
.highlight-points{
  padding: 1rem;
}
#overview{
  padding: 1rem 0rem;
}
.banner-form{
  padding: 0rem;
}
.floorplan-btn{
  width: 70%;
}
.price-detail{
    margin-bottom: 1rem;
}
.highlight{
    padding: 1rem 0rem;
}
.g_top_line{
    display: none;
}
.high-box{
    width: 100%;
    flex: 0 0 calc(100% - 0px);
}
.green-bar{
  height: 4px;
}
.sec-title{
  font-size: 1.7rem;
}
 
    .mobile-bottom-bar {
        display: flex;
    }

    .enquiry-box{
        position: relative;
    }

   
}

.price-wrapper {
    display: none;
}


@media (max-width: 767px) {
    .price-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .price-block {
    }
    
    .hi-valuee {
        white-space: nowrap;
    }
}

@media screen and (max-width: 456px){
  .feature-line{
    font-size: 13px!important;
  }
  #imgidid{
height: 100%!important;
  }
  .location-content {
    display: grid;
}
}
.modal-title{
   font-family: 'Poppins';
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    word-spacing: 2px;
    letter-spacing: 2px;
    padding: 10px;
    letter-spacing: 0.02em;
    width: 100%;
    background: #198754;
    text-align: center;
}

    :root {
      --gold: #14693c;
      --gold-light: #E8C97A;
      --deep: #0B1623;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Jost', sans-serif;
      overflow-x: hidden;
    }
@import url('https://fonts.cdnfonts.com/css/optima');

    .hero-banner {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      background-image: url('../eldeco-terra-and-sol.webp');
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
    }


    .hero-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(105deg, rgb(10 16 26 / 92%) 0%, rgb(10 16 26 / 91%) 30%, rgb(10 16 26 / 39%) 58%, rgb(10 16 26 / 51%) 100%);
      z-index: 1;
    }

    .hero-banner::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 140px;
      background: linear-gradient(to top, rgba(10, 16, 26, 0.75), transparent);
      z-index: 1;
    }


    .hero-content {
      position: relative;
      z-index: 10;
      padding:50px 40px;
      max-width: 800px;

    }





    .hero-title {
      font-family: 'Poppins';
      font-size: clamp(2.4rem, 4vw, 5rem);
      font-weight: 900;
      line-height: 1.05;
      color: #fff;
      letter-spacing: -0.01em;
      margin-bottom: 0.4rem;
      animation: fadeUp 1s ease .25s both;
    }

    .hero-title span {
      color: var(--gold-light);
      display: block;
    }

    .payment-highlight {
      background: #1a5545;
      color: #fff;
      padding: 4px 10px;
      border-radius: 4px;
      font-weight: 600;
    }

    .hi-valuee {
        /*background: #ffffff;
        display: inline-block;
        padding: 5px 5px;
        border-radius: 2px;
        margin-bottom: 5px;*/
      
        background: #fff;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 5px 10px;
        border-radius: 4px;
        width: fit-content;
    }

    @media (max-width:991px) {

      .hi-valuee {
        margin-bottom: 10px;
        font-size: 12px;
      }

    }

    .location-tag {
      font-size: clamp(0.72rem, 1.3vw, 0.85rem);
      color: #fff;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-bottom: 2rem;
      animation: fadeUp 1s ease .35s both;
    }

    .type-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 1.5px solid var(--gold-light);
      padding: 8px 22px;
      border-radius: 2px;
      margin-bottom: 1.6rem;
      animation: fadeUp 1s ease .45s both;
    }

    .type-badge .dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--gold-light);
    }

    .type-badge span {
      font-size: clamp(0.7rem, 1.4vw, 0.9rem);
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold-light);
    }

    .highlights {
      margin-bottom: 2.5rem;
      animation: fadeUp 1s ease .55s both;
    }

    .highlight-item {
      display: flex;
      align-items: flex-start;
      align-items: center;
      gap: 14px;
      padding: 6px 0;
    
    }

    .highlight-item:last-child {
      border-bottom: none;
    }

    .hi-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 1.5px solid var(--gold-light);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
    }

    .hi-icon svg {
      width: 12px;
      height: 12px;
      stroke: var(--gold-light);
      fill: none;
      stroke-width: 2.5;
    }

    .hi-label {
      font-size: clamp(0.7rem, 1.3vw, 0.82rem);
      color: rgba(255, 255, 255, 0.45);
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }

    .hi-value {
      font-size: clamp(0.85rem, 1.5vw, 1rem);
      color: #fff;
      font-weight: 500;
    }

    .cta-row {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      animation: fadeUp 1s ease .65s both;
    }

    .price-block {
      background: rgba(201, 168, 76, 0.10);
      border: 1px solid rgba(201, 168, 76, 0.35);
      border-radius: 4px;
      padding: 7px 12px;
    }

    .price-from {
      font-size: 0.65rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #fff;
    }

    .price-value {
      font-family: 'Poppins';
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 700;
      color: var(--gold-light);
      line-height: 1;
    }

    .price-note {
      font-size: 0.65rem;
      color: #fff;
      letter-spacing: 0.1em;
    }

    .btn-enquire {
      display: inline-block;
      background: var(--gold);
      color: #fff;
      font-family: 'Jost', sans-serif;
      font-weight: 700;
      font-size: clamp(0.72rem, 1.4vw, 0.88rem);
      letter-spacing: 0.18em;
      text-transform: uppercase;
      padding: 16px 32px;
      border-radius: 2px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background .3s, box-shadow .3s, transform .2s;
      box-shadow: 0 8px 30px rgba(201, 168, 76, 0.3);
    }

    .btn-enquire:hover {
      background: var(--gold-light);
      box-shadow: 0 12px 40px rgba(201, 168, 76, 0.45);
      transform: translateY(-2px);
      color: var(--deep);
    }


    .corner-deco {
      position: absolute;
      top: 28px;
      right: 28px;
      width: 90px;
      height: 90px;
      border-top: 1.5px solid rgba(201, 168, 76, 0.3);
      border-right: 1.5px solid rgba(201, 168, 76, 0.3);
      z-index: 10;
    }

    .corner-deco-bl {
      position: absolute;
      bottom: 28px;
      left: 28px;
      width: 60px;
      height: 60px;
      border-bottom: 1.5px solid rgba(201, 168, 76, 0.2);
      border-left: 1.5px solid rgba(201, 168, 76, 0.2);
      z-index: 10;
    }


    .banner-form {
        position: absolute;
    right: clamp(16px, 4vw, 60px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    padding: 41px 10px;
    width: clamp(280px, 26vw, 370px);
    animation: fadeUp 1s ease .6s both;
    }

    .banner-form i {
      font-size: 16px;
      color: #fff;
    }

    .enquiry-box {
      background: #FAF9F5;
      border-radius: 6px;
      border: 1px solid rgba(201, 168, 76, 0.35);
      box-shadow:
        0 0 0 1px rgba(201, 168, 76, 0.10),
        0 28px 70px rgba(0, 0, 0, 0.50);
      overflow: hidden;
    }


    .enquiry-box::before {
      content: '';
      display: block;
      height: 4px;
      background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold-light) 70%, transparent 100%);
    }

    .banner-form-card {
      padding: 1.4rem 1.5rem 1.6rem;
    }

    .enquiry-header {
      text-align: center;
      margin-bottom: 1.3rem;
      padding-bottom: 1rem;
      border-bottom: 2px solid rgba(201, 168, 76, 0.20);
    }

    .enquiry-header h4 {
      font-family: 'Poppins';
      font-size: 1.3rem;
      font-weight: 700;
      color: #fff;
      margin: 0;
      padding: 10px;
      letter-spacing: 0.02em;
      background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold-light) 70%, transparent 100%);
    }

    .enquiry-header span {
      display: block;
      font-size: 0.67rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--gold);
      margin-top: 5px;
    }


    .enquiry-box .input-group {
      border: 1px solid #e0d5c0;
      border-radius: 3px;
      overflow: hidden;
   
      background: #f9f6f0;
      transition: border-color .25s, box-shadow .25s;
    }

    .enquiry-box .input-group:focus-within {
      border-color: var(--gold);
      box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.15);
      background: #fff;
    }

    .enquiry-box .input-group-text {
      background: #14693c;
      border: none;
      border-right: 1px solid #e0d5c0;
      color: #000;
      padding: 10px 13px;
      font-size: 12px;
      width: 40px;
      justify-content: center;
    }

    .enquiry-box .form-control {
      background: #fff;
      border: none;
      box-shadow: none;
      color: var(--deep);
      font-size: 13px;
      font-family: 'Jost', sans-serif;
      padding: 20px 12px;
    }

    .enquiry-box .form-control::placeholder {
      color: #aaa;
    }

    .enquiry-box .form-control:focus {
      background: transparent;
      color: var(--deep);
      box-shadow: none;
      outline: none;
    }

    .enquiry-box .mb-3 {
      margin-bottom: 10px !important;
    }


    .custom-submit-btn {
      background: var(--gold);
      color: #fff;
      border: none;
      border-radius: 3px;
      font-family: 'Jost', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      padding: 12px;
      transition: background .3s, box-shadow .3s, transform .2s;
      box-shadow: 0 6px 22px rgba(201, 168, 76, 0.30);
    }

    .custom-submit-btn:hover {
      background: var(--deep);
      color: #fff;
      box-shadow: 0 10px 30px rgba(11, 22, 35, 0.30);
      transform: translateY(-1px);
    }

    /* call strip */
    .form-call {
      margin-top: 8px;
      background: #14693c;
      border-radius: 7px;
    }

    .form-call a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: var(--gold-light);
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.06em;
      padding: 6px 12px;
      text-decoration: none;
      transition: color .2s;
    }

    .form-call a:hover {
      color: #fff;
    }

    .form-call a i {
      font-size: 16px;
      color: #fff;
    }


    @media (max-width: 991px) {
      .hero-banner {
        background-position: 70% center;
        min-height: 80vh;
      }

      .location-tag,
      .price-from,
      .price-note {
        color: #fff;
      }

      .hero-banner::before {
        background: linear-gradient(180deg, rgb(10 16 26 / 68%) 0%, rgba(10, 16, 26, 0.85) 55%, rgba(10, 16, 26, 0.55) 100%);
      }

      .hero-content {
        max-width: 100%;
      }

      .banner-form {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        padding: 0;
      }

      .enquiry-box {
        max-width: 420px;
        margin: 0 auto;
      }
    }

    @media (max-width: 575px) {
      .hero-banner {
        background-position: 65% center;
      }

      .hero-content {
        padding: 3rem 1.2rem 1.5rem;
      }

      .cta-row {
        flex-direction: column;
        align-items: flex-start;
      }

      .btn-enquire {
        width: 100%;
        text-align: center;
      }
    }

    .overview-premium{
    padding:90px 0;
    background:#f7f4ed;
    overflow:hidden;
    position:relative;
}

/* IMAGE SIDE */

.overview-image-wrap{
    position:relative;
    padding-left:20px;
    padding-top:20px;
}

.image-border{
    position:absolute;
    top:0;
    left:0;
    width:88%;
    height:88%;
    border:1px solid rgba(0,0,0,.08);
}

.overview-image{
    position:relative;
    z-index:2;
    overflow:hidden;
    box-shadow:0 30px 60px rgba(0,0,0,.08);
}



/* FLOATING CARD */

.floating-card{
    position:absolute;
    bottom:-30px;
    right:-40px;
    width:200px;
    background:#173b36;
    color:#fff;
    padding:9px 12px;
    z-index:3;
}

.floating-card span{
    font-size:11px;
    letter-spacing:3px;
    color:rgba(255,255,255,.58);
}

.floating-card h4{
    font-size:21px;
    line-height:1.1;
    margin-top:16px;
    font-weight:500;
}

/* CONTENT */

.overview-content{
    padding-left:20px;
}

.section-mini{
    font-size:12px;
    letter-spacing:4px;
    color:#b68b4c;
    margin-bottom:22px;
}

.overview-content h2{
    font-size:29px;
    line-height:.95;

    color:#173b36;
    font-weight:500;
    margin-bottom:26px;
    max-width:500px;
}

.overview-content p{
    font-size:15px;
     font-family: lato, sans-serif;
   
    color:#000;
    margin-bottom:32px;
   
}

/* FEATURES */

.overview-features{
      display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.feature-line{
    display: flex;
    align-items: center;
    gap: 11px;
    color: #173b36;
    font-size: 15px;
    font-family: lato, sans-serif;
}

.feature-line span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#b68b4c;
}

/* STATS */


/* BUTTON */

.project-btn a{
    height:58px;
    padding:0 38px;
    background:#173b36;
    color:#fff;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    letter-spacing:2px;
    font-size:13px;
    transition:.3s;
}

.project-btn a:hover{
    background:#0e2824;
    color:#fff;
}

/* MOBILE */

@media(max-width:991px){

    .overview-premium{
        padding:70px 0;
    }

    .overview-content{
        margin-top:70px;
        padding-left:0;
    }

    .overview-content h2{
        font-size:50px;
        letter-spacing:-2px;
    }

    .stats-row{
        gap:30px;
    }

    .floating-card{
        right:0;
    }

}

@media(max-width:576px){

    .overview-image-wrap{
        padding-left:10px;
        padding-top:10px;
    }

    .overview-content h2{
        font-size:38px;
        line-height:1;
    }

    .overview-content p{
        font-size:15px;
        line-height:1.9;
    }

    .stats-row{
        flex-wrap:wrap;
        gap:30px;
    }

    .floating-card{
        display: none;
    }

    .floating-card h4{
        font-size:28px;
    }

    .project-btn a{
        width:100%;
    }

}

.price-section{
background:#fff;
padding:80px 0;
}

/* Launch Strip */

.launch-strip{
max-width:700px;
margin:0 auto 50px;
background:#14693c;
color:#fff;
text-align:center;
padding:14px 20px;
border-radius:10px;
font-size:17px;
font-weight:600;
}

/* Card */

.price-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s ease;
height:100%;
}

.price-card:hover{
transform:translateY(-8px);
}

/* Card Content */

.price-detail{
text-align:center;
padding:0 30px 29px;
}

/* Top Heading */

.price-detail h3{
background:#14693c;
color:#fff;
padding:16px;
margin:0 -30px 30px;
font-size:26px;
font-weight:700;
}

/* Size */

.size-box{
width:220px;
margin:0 auto 20px;
background:#f7f7f7;
border:2px solid #14693c;
border-radius:12px;
padding:9px;
color:#14693c;
font-size:26px;
font-weight:700;
}

.size-box span{
display:block;
font-size:11px;
color:#777;
text-transform:uppercase;
letter-spacing:2px;
margin-bottom:4px;
}

/* EOI Label */

.eoi-label{
font-size:12px;
text-transform:uppercase;
letter-spacing:2px;
color:#777;
margin-bottom:5px;
}

/* EOI Amount */

.price-detail h2{
font-size:43px;
font-weight:800;
color:#14693c;
margin-bottom:15px;
}

/* Starting Price */

.starting-price{
display:inline-block;
border:2px solid #14693c;
color:#14693c;
padding:9px 25px;
border-radius:50px;
font-size:17px;
font-weight:700;
margin-bottom:20px;
}

/* Button */

.enquiry-btn{
display:inline-block;
background:#14693c;
color:#fff;
padding:10px 35px;
border-radius:8px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.enquiry-btn:hover

/* Bottom Note */

.price-note{
color:#666;
font-size:14px;
}

/* Mobile */

@media(max-width:767px){


.launch-strip{
    font-size:14px;
    line-height:1.7;
}

.price-detail h3{
    font-size:22px;
}

.size-box{
    width:180px;
    font-size:22px;
}

.price-detail h2{
    font-size:34px;
}

.starting-price{
    font-size:14px;
    padding:10px 18px;
}


}


    .amenities-section {}

    .section-tag {
      font-size: 13px;
      letter-spacing: 1px;
      color: #7e5e0f;
      font-weight: 600;
    }

    .section-title {
      font-size: 36px;
      margin: 10px 0 15px;
      font-weight: 500;
      color: #000000;
    }

    .section-text {
      font-size: 15px;
      color: #2e2e2e;
      line-height: 1.7;
    }

    .amenity-card {
      border: 1px solid #e8e1d6;
      border-radius: 6px;
      padding: 30px 10px;
      text-align: center;
      height: 100%;
      transition: all 0.3s ease;
    }

    .amenity-card i {
      font-size: 30px;
      color: #000000;
      margin-bottom: 10px;
    }

    .amenity-card p {
      font-size: 14px;
      margin: 0;
      color: #000000;
      font-weight: 500;
    }

    .amenity-card.active {
      background-color: #14693c;
      color: #000000;
    }


    .active p,
    .active i {
      color: #fff;
    }

    .amenities-actions {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

    .call-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 18px;
      background-color: #f5f1eb;
      color: #000;
      text-decoration: none;
      border-radius: 6px;
      font-weight: 500;
    }

    .call-btn i {
      background-color: #b08b57;
      color: #fff;
      padding: 10px;
      border-radius: 4px;
    }

    .book-btn {
      padding: 12px 25px;
      border-radius: 6px;
    }

    /* Responsive */
    @media (max-width: 767px) {
      .section-title {
        font-size: 28px;
      }
    }
  