  body {
      font-family: "Poppins", sans-serif;
  }

  .primary-bg {
      background-color: #E5702A;
      display: inline-block;
      border-radius: 15px;
  }

  /* NAVBAR */
  .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      background-color: #ffffff;
      background-image: url("../img/line-bg.webp");
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .nav-link {
      font-weight: 600;
  }

  .navbar-toggler:focus {
      box-shadow: none;
  }

  .navbar img {
      /* filter: brightness(0); */
  }

  /* 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: linear-gradient(90deg, #125d90 0, #0a4166 100%);
      color: white;
      border-radius: 32px;
      font-weight: 600;
      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: #125d90;
      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;
  }

  #home {
      padding: 7rem 0rem 2rem 0rem;
      background-color: #F4F0E9;
      position: relative;
  }

  

        
/* banner css  */
.re-hero-banner {
    position: relative;
    padding: 4rem 0rem 0rem 0rem;
    /* background-image: url("../img/white-bg.png"); */
        background: #F4F0E9;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}



.re-left-stripe {
    left: 0
}

.re-right-stripe-outer {
    right: 0
}

.re-hero-inner {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 2;
}

.re-hero-panel {
    position: relative;
    /* padding: clamp(28px, 4.5vw, 64px); */
    /* background: #15683C; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    min-height: 60vh;
    width: 40%;
    border-right: 1px solid #fff;
}

.re-hero-panel ul {
    padding: 0;
}

/* .re-hero-panel::after {
    content: "";
    position: absolute;
    right: -10vw;
    top: 0;
    width: 24vw;
    height: 100%;
    background: linear-gradient(180deg, #00396036, rgba(255, 255, 255, 0));
    transform: skewX(-15deg);
    pointer-events: none;
    mix-blend-mode: multiply;
} */

/* .re-hero-panel::before {
    content: "";
    position: absolute;
    left: -10vw;
    top: 0;
    width: 24vw;
    height: 24vw;
    border-radius: 50%;
    border: 3rem solid #dddddd23;

} */

.re-panel-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.re-logo {
    display: flex;
    align-items: center;
    gap: .6rem;
    /* font-family: "Merriweather", serif; */
    font-weight: 700;
    font-size: clamp(14px, 1.6vw, 18px);
}

.re-dots {
    width: 48px;
    height: 36px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18)2px, transparent 2px);
    background-size: 8px 8px;
}

.re-title {
    color: #000000;
    text-transform: uppercase;
    /* font-family: "Merriweather", serif; */
    font-weight: 700;
    line-height: .95;
    font-size: clamp(36px, 9.5vw, 40px);
    letter-spacing: -0.02em;
    /*margin-bottom: 1.5rem;*/
}

.re-subtitle {
    font-size: clamp(14px, 1.9vw, 22px);
    opacity: .9;
    font-weight: 600;
    font-size: 32px;

}

.re-highlights {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    font-size: clamp(13px, 1.3vw, 18px);
    opacity: .95;
}

.re-highlights li {
    /* background: #359cb7; */
    border-bottom: 2px solid #000000;
    color: #000000;
    padding: 12px;
    width: 95%;
    font-weight: 600;
}

.re-hero-image {
    position: relative;
    background-image: url("../img/banner-1.jpg");
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    width: 60%;
    
}

/* [Gradient overlay for clarity] */
.re-hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(19, 76, 79, 0.0)15%, rgba(19, 76, 79, 0.14)40%, rgba(19, 76, 79, 0.34)75%);
}

.re-hero-image .re-right-stripe {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0px;
    background: linear-gradient(#f0a354, #e98e36);
}

.re-top-s {
    padding: 6.5vw 2.5vw 0vw 2.5vw;
}

.re-overshade {
    /* background: #1a814a; */
    border-radius: 2rem 2rem 0rem 0rem;
    padding:0rem 1.5vw;
    height: 100%;
}

       .price-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  padding: 10px;
  border-radius: 14px;
background: linear-gradient(to right, #FA7C1C 0%, #FA7C1C 50%, #125d90 50%, #125d90 100%);

  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 100%;
  max-width: 720px;
}
.divider{
    width: 1px;
    height: 4rem;
    background-color: #fff;
}
.banner-left,
.banner-right {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: center;
  padding: 5px;
}

.bhk {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.sub {
  font-size: clamp(0.75rem, 2vw, 0.9rem);
  opacity: 0.8;
  text-transform: uppercase;
}


.label {
  font-size: clamp(0.7rem, 2vw, 0.85rem);
  opacity: 0.85;
  text-transform: uppercase;
}

.price {
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  font-weight: 800;
}

/* Small screens */
@media (max-width: 480px) {
  .price-banner {
    padding: 14px 18px;
    gap: 1rem;
  }
}


  #project-overview {
      margin-top: -3rem;
      padding: 0rem 0 3rem;
      background-color: #F4F0E9;
      position: relative;
      z-index: 2;
  }


  .sec-title {
      font-size: 2.5rem;
      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: #125d90;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid #125d90;
      transition: 0.3s;
  }

  .project-btn a i {
      font-size: 1.1rem;
  }

  .project-btn a:hover {
      background-color: transparent;
      border: 2px solid #125d90;
      color: #125d90;
  }


  .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 {
      background: #ffffff;
      border-radius: 12px;
      padding: 2rem;
      width: 100%;
      max-width: 450px;
      box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.12);
  }

  .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: #125d90;
      box-shadow: 0 0 0 2px rgba(229, 112, 42, 0.2);
  }

  .btn-submit {
      width: 100%;
      background: #125d90;
      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: #F4F0E9;
    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%;
    border: 6px solid #fff;
}



.overview-image::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -42px;
    width: 200px;
    height: 350px;
    background-image: radial-gradient(circle, rgba(118, 112, 112, 0.281) 2px, #56555500 2px);
    background-size: 8px 8px;
    z-index: -1;
}

.overview-image {
    position: relative;
}



/* TEXT */
.overview-content h1 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.overview-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111;
}

.overview-content p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

.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: 4rem 0rem;
      background-image: url("../img/line-bg.webp");
  }

  .pricing-container {
      display: flex;
      justify-content: center;
      gap: 60px;
      padding: 60px 0;
  }

  .pricing-card {
      position: relative;
      border-radius: 6px;
  }

  .white-card {
      background-color: rgb(240, 240, 238);
      padding: 35px;
      border-radius: 6px;
      text-align: left;
      position: relative;
      box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  }

  .white-card h2 {
      font-size: 32px;
      margin: 0;
      font-weight: 600;
  }

  .onwards {
      margin-top: 5px;
      font-size: 17px;
      color: #555;
  }

  .line {
      height: 1px;
      width: 100%;
      background: #dcdcdc;
      margin: 25px 0;
  }

  .card-type {
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 5px;
  }

  .card-size,
  .projects {
      font-size: 20px;
      color: #555;
  }

  .green-bar {
      height: 10px;
      background: #000;
      width: 100%;
  }

  .card-bottom {
      padding: 18px;
      text-align: center;
      color: #fff;
      border-radius: 0 0 6px 6px;
  }

  .price-card-bg {
      background: linear-gradient(45deg, #125d90, #0a4064);
  }

  .purchase-btn {
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      font-size: 15px;
  }


  #highlight {
      padding: 4rem 0rem;
      background-color: #F4F0E9;
      position: relative;
  }

  #highlight::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background-image: url("../img/highlight.webp");
      border-left: 5px solid #000;
      background-size: cover;
      background-position: center;
      z-index: 0;
  }

  .highlight-points {
      max-width: 60%;
      background-color: #fff;
      padding: 2rem;
      border-radius: 8px;
      position: relative;
      z-index: 2;
  }

  .highlight-points .sec-title {
      font-weight: 700;
      font-size: 1.8rem;
      margin-bottom: 1.5rem;
      color: #222;
  }

  .points-list {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .points-list li {
      padding: 1rem 0;
      border-bottom: 1px solid #ddd;
      display: flex;
      align-items: center;
      font-size: 1rem;
      color: #333;
  }

  .points-list li:last-child {
      border-bottom: none;
  }

  .points-list li i {
      color: #c95e22;
      margin-right: 12px;
  }


  #amenities {
      padding: 4rem 0;
      background: url("../img/white-grey-bg.webp");
  }

  .amenities-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 1rem;
  }

  .amenities-text {
      font-size: 1.1rem;
      color: #555;
  }

  /* Carousel Capsule Card */
  .amenity-card {
      background-color: #fff;
      background-image: url("../img/line-bg.webp");
      border-radius: 50px;
      padding: 2rem;
      min-height: 400px;
      text-align: center;
      transition: 0.3s ease;
  }

  .amenity-card:hover {
      transform: translateY(-8px);
  }

  /* Capsule Image */
  .amenity-img {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 1rem;
      border: 3px solid #ddd;
  }

  .amenity-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* Rating */
  .rating {
      font-size: 1.3rem;
      color: gold;
      margin-bottom: 0.7rem;
  }

  /* Description */
  .amenity-desc {
      font-size: 0.95rem;
      color: #666;
      line-height: 1.6;
      margin-top: 0.5rem;
  }

  #virtual-visit {
      position: relative;
      padding: 0 4rem;
      height: 450px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url('../img/visit-bg.jpg');
      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.5rem;
    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%;
      max-width: 1000px;
  }

  .floorplan-img {
      width: 100%;
      display: block;
      border-radius: 12px;
      filter: blur(3px) brightness(0.7);
  }

  /* Button Overlay */
  .floorplan-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 14px 32px;
      font-size: 1.1rem;
      font-weight: 500;
      border: none;
      border-radius: 30px;
      background: #ffffff;
      color: #000000;
      cursor: pointer;
      transition: 0.3s ease-in-out;
  }

  .floorplan-btn:hover {
      background: #da6b2b;
      color: #ffff;
  }




  .location-section {
      padding: 80px 0;
      background: #f9f9f9;
  }

  .location-content {
      display: flex;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
  }

  /* Text side */
  .location-text {
      flex: 1 1 45%;
  }

  .location-text h2 {
      font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #222;
  }

  .location-text p {
      font-size: 1.1rem;
      margin-bottom: 30px;
      color: #555;
  }

  .advantage-list {
      list-style: none;
      padding: 0;
      margin: 0 0 40px 0;
  }

  .advantage-list li {
      font-size: 1rem;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      color: #333;
      padding: 12px;
      border: 1px solid #000;
  }

  .advantage-list li i {
      color: #e45d00;
      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%;
      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-color: #fdfdfd;
      background-image: url("../img/line-bg.webp");
      text-align: center;
      position: relative;
  }

  .gallery-title {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 2rem;
      color: #222;
  }

  /* Carousel item */
  .gallery-item {
      overflow: hidden;
      transition: 0.4s ease;
  }

  .gallery-item img {
      width: 100%;
      height: 460px;
      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;
  }

  .gallery-imageslider::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 6rem;
      top: -3rem;
      left: 0;
      border-radius: 100%;
      z-index: 2;
      background: #ffffff;
      background-image: url("../img/line-bg.webp");
      overflow: hidden;
  }

  .gallery-imageslider::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 6rem;
      bottom: -3rem;
      left: 0;
      border-radius: 100%;
      z-index: 2;
      background: #ffffff;
      background-image: url("../img/line-bg.webp");
      overflow: hidden;
  }

  /* Navigation Buttons */
  .gallery-nav {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #e45d00;
      color: #fff;
      position: absolute;
      top: 55%;
      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: 15%;
  }

  .gallery-next {
      right: 15%;
  }

  .gallery-nav:hover {
      background: #0a4166;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }


  .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: #125d90;
      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: #000;
      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: 12px;
  }

  .footer-form input {
      padding: 12px;
      border: none;
      outline: none;
      border-radius: 4px;
      font-size: 14px;
  }

  .footer-form button {
      background: #125d90;
      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: #e45d00;
  }

  .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: #ff6a00;
      text-decoration: none;
  }



  @media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
      .banner-carousel img {
          height: 100%;
      }

      .banner-name {
          font-size: 26px;
      }

      .banner-type {
          font-size: 28px;
          height: 55px;
      }

      .banner-highlight {
          padding: 0px 4px;
      }

      .feature-box h5 {
          font-size: 14px;
      }

      .banner-address::before,
      .banner-address::after {
          width: 3.8rem;
      }
      .re-title{
        font-size: 30px;
      }
      .re-overshade{
        padding: 1vw;
      }

      .feature-box {
          padding: 12px;
      }
      .price,.bhk{
        font-size: 18px;
      }

      .overview-img img {
          min-height: 500px;
      }

      .sec-title {
          font-size: 30px;
      }

      .banner-des {
          position: relative;
          z-index: 3;
      }

      .banner-image-crousal {
          margin-top: -4rem;
      }

  }



  @media(max-width:768px) {
      #home {
          padding: 3rem 0rem 2rem 0rem;
          background-color: #F4F0E9;
      }
      .banner-slider::after{
        display: none;
      }
      .banner-image-crousal .item img{
        height: 100%;
      }
      .banner-intro h2{
        font-size: 16px;
      }

      .banner-intro h1 {
          font-size: 3vh;
          margin-top: -3rem;
          position: relative;
          z-index: 3;
      }

      .banner-slider::before {
          display: none;
      }

      .banner-intro h1::before {
          display: none;
      }

      .banner-points {
          margin-bottom: 1.5rem;
          gap: 0;
      }

      .banner-points p {
          margin: 8px 0px;
          width: 100%;
      }

      .about-project-des h2 {
          font-size: 16px;
          margin-bottom: 12px;
          text-align: justify;
      }

      .about-project-des p {
         padding: 0;
        text-align: justify;
        font-size: 16px;
      }
      .feature-box h5{
        font-size: 12px;
      }
      .feature-box{
        padding: 5px 1px;
      }

      .mid-box {
          border-right: 1px solid #ddd;
          border-left: 1px solid #ddd;
      }

      .banner-type {
          height: 100%;
      }

      .banner-name {
          font-size: 18px;
      }

      .banner-type {
          font-size: 22px;
          height: 45px;
      }

      .banner-address::before {
          left: 10%;
          width: 4rem;
      }

      .banner-address::after {
          right: 10%;
          width: 4rem;
      }

      .banner-form-section {
          display: block;
      }

      .banner-form {
          display: block;
          padding: 1rem;
          max-width: 100%;
      }

      .banner-text {
          left: 0;
      }

      #price{
        padding: 2rem 0rem;
      }
      .pricing-card{
        margin-bottom: 1.5rem;
      }
      .white-card{
        padding: 20px;
      }
      .white-card h2{
        font-size: 24px;
      }
      .card-type{
        font-size: 22px;
      }
      #highlight{
        padding: 2rem 0rem;
      }

      #highlight::before,
      #amenities::before {
          display: none;
      }

      .highlight-points {
          max-width: 100%;
          padding: 1rem;
      }

      #amenities {
          padding: 0rem 0rem 2rem 0rem;
          text-align: center;
      }
      .amenities-title{
        font-size: 22px;
        text-align: center;
        padding: 12px 0px;
      }
      .visit-content h2{
        font-size: 26px;
      }
      .play-btn {
    width: 70px;
    height: 70px;
      }

      #gallery {
          padding: 2rem 0rem 2rem 0rem;
      }

      .gallery-title {
          position: relative;
          z-index: 5;
          font-size: 26px;
      }

      .gallery-imageslider {
          margin-top: -3rem;
      }

      .gallery-imageslider::before {
          border-radius: 35%;
      }

      .gallery-imageslider::after {
          border-radius: 35%;
      }

      .gallery-prev {
          left: 0%;
      }

      .gallery-next {
          right: 0%;
      }
      .floorplan-section{
        padding: 1rem 0rem;
      }
      .floorplan-btn{
            padding: 14px 14px;
    font-size: 16px;
      }
      .location-section{
        padding: 1rem 0rem;
      }
      .location-text h2{
        font-size: 26px;
      }
      .advantage-list li{
        padding: 10px 3px;
        border: 1px solid #000;
      }

      .enquiry-box {
          display: none !important;
      }

      .footer-form {
          margin: 1.5rem 0rem;
          min-width: 100%;
      }

      .floor-plan-card {
          width: 100%;
      }
      .footer-about p{
        text-align: justify;
      }
  }







  /* Responsive */
  @media (max-width: 991px) {
      .sec-title {
          font-size: 2rem;
      }
        .re-hero-inner {
        grid-template-columns: 1fr;
    }

    .re-hero-image {
        order: 1;
        min-height: 38vh;
        background-position: center;
    }

    .re-hero-panel {
        order: 2;
        padding: 0;
    }
    .re-hero-panel{
        height: 100%;
        padding: 1.5rem 0rem;
    }

   

    .re-hero-image .re-right-stripe {
        width: 0px
    }

    .re-title {
        font-size: clamp(28px, 8.4vw, 30px)
    }
    #overview{
        padding: 0rem 0rem 2rem 0rem;
    }
    .overview-image img{
        height: 250px;
    }
    .overview-image::after{
        height: 250px;
    }
    .overview-image{
        height: 18rem;
    }
  }

  @media (max-width: 768px) {
     .re-hero-image{
        border-radius: 0rem;
    }
    

    .re-hero-banner {
        padding: 3rem 0rem 0rem 0rem;
    }

    .re-hero-inner {
        flex-direction: column;
    }

    .price-hed h3 {
        font-size: 16px;
    }
     .re-hero-panel ul {
        margin-bottom: 0;
    }

    .re-hero-image,
    .re-hero-panel {
        width: 100%;
    }

      .features-grid {
          grid-template-columns: 1fr 1fr;
      }

      #project-overview {
          padding: 0rem 0rem 2rem 0rem;
      }

      .banner-form-section {
          position: relative;
          top: 0;
      }

      .banner-form-section {
          padding: 0rem;
          margin-bottom: 1rem;
      }
      .main-footer {
            padding: 60px 0 40px 0px;
      }
      .footer-bottom{
        margin-top: 10px;
      }
      .footer-bottom p{
        font-size: 13px !important;
      }
  }

  @media (max-width: 576px) {
      .features-grid {
          grid-template-columns: 1fr;
      }
  }


















  @media (max-width: 991px) {
      .mobile-bottom-bar {
          display: flex;
      }
  }