  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: radial-gradient(circle at center, #00448E, #00448E);
      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: #00448E;
      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  */

  #banner{
        padding: 4rem 0rem 0rem 0rem;
        background-color: #8a1117;
        position: relative;

    }
    .banner-details{
        position: relative;
        display: flex;
        width: 100%;
    }
    .banner-text{
        width: 25%;
        height: 85vh;
        position: relative;
    }
    .banner-text-des{
    position: absolute;
    top: 50%;
      color: #fff;
    transform: translateY(-50%);
    background-color: #00448E;
    padding: 1rem;
    width: 550px;
    height: 500px;
    border: 2px solid #fff;
    z-index: 2;
}
    .banner-text-des::before{
            content: "";
    position: absolute;
    top: -83px;
    left: -42px;
    width: 200px;
    height: 150px;
    background-image: radial-gradient(circle, rgba(168, 164, 164, 0.281) 2px, #56555500 2px);
    background-size: 8px 8px;
    z-index: -1;
    }
    .location-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #00448e;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Titles */
.banner-text-des h1 {
  font-size: 2.5rem;
  margin: 0.5rem 0;
}

.banner-text-des h3 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

/* Highlights */
.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.highlight-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.12);
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

/* Price */
.price-box {
  background: #fff;
  color: #000;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  border-radius: 6px;
}

.price-box span {
  color: #8a1117;
  font-size: 1.3rem;
}


    .banner-image{
        width: 75%;
        height: 85vh;
    }
    .banner-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

 


  .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: #00448E;
      box-shadow: 0 0 0 2px rgba(229, 112, 42, 0.2);
  }

  .btn-submit {
      width: 100%;
      background: #00448E;
      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;
  }







      .about-section {
  padding: 5rem 0;
  background: #f3eded;
  position: relative;
  overflow: hidden;
}

.about-image-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.about-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-image-wrapper:hover img {
  transform: scale(1.05);
}

.about-content {
  padding-left: 2rem;
}

.section-tag {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #8a1117;
  border-radius: 30px;
  margin-bottom: 1rem;
}

.project-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  color: #111;
}

.about-content p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1rem;
}

.about-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.85rem 2rem;
  background: #00448e;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background: #8a1117;
  color: #fff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .about-content {
    padding-left: 0;
  }

  .project-title {
    font-size: 1.8rem;
  }
}



    
    .apartment-pricing-section {
      padding: 80px 0;
      background-image: url("../img/white-bg.png");
    }

    .section-head h2 {
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .section-head p {
      color: #6b7280;
      margin-top: 6px;
    }

    /* CARD */
    .bhk-card {
      position: relative;
      height: 100%;
      text-align: center;
      padding: 35px 20px;
      border-radius: 10rem 10rem 0rem 0rem;
      background: linear-gradient(145deg, #ffffff, #f4f6ff);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: all 0.4s ease;
    }
    .class-circle {
      padding: 1rem;
      width: 75%;
      background: radial-gradient(circle at center, #00448E, #00448E);
      border-radius: 4rem 4rem 0rem 0rem;
      color: #fff;
    }


    .bhk-card:hover {
      box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    }

    .bhk-card:hover::before {
      opacity: 1;
    }





    /* TOP */
    .card-top h3 {
      font-size: 30px;
      font-weight: 800;
    }

 

    .size {
      font-size: 17px;
      font-weight: 500;
      color: #6b7280;
    }

    /* MIDDLE */
    .card-middle {
      margin: 35px 0;
    }

    .card-middle h4 {
      font-size: 27px;
      font-weight: 800;
    }

    .card-middle p {
      font-size: 16px;
      color: #6b7280;
    }

    /* BUTTON */
    .know-more-btn {
      width: 100%;
      padding: 14px;
      border-radius: 14px;
      background: radial-gradient(circle at center, #00448E, #00448E);
      color: #fff;
      font-weight: 600;
      border: none;
      border: 1px solid #00448E;
      
    }

    .bhk-card.featured .know-more-btn {
      background: #fff;
      color: #0d6efd;
    }

    .know-more-btn:hover {
      opacity: 0.9;
      border: 1px solid #fff;
    }



    .amenities-section {
  padding: 80px 0;
  /* background: linear-gradient(135deg, #eef3fb, #f8fbff); */
}



/* Heading */
.amenities-heading {
  text-align: center;
  margin-bottom: 60px;
}

.amenities-heading h2 {
  font-size: 42px;
  font-weight: 500;
  color: #111;
}

.amenities-heading p {
  font-size: 18px;
  color: #555;
  margin-top: 8px;
}

/* Grid */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
  position: relative;
}

/* Amenity Box */
.amenity-box {
  text-align: center;
  position: relative;
  padding: 20px 10px;
  box-shadow: 2px 5px 25px #0000001c;
}

.amenity-box:hover {
  /* transform: translateY(-5px); */
  transition: 0.4s;
  /* transform: scale(1.1); */
  transform: translate(10px, 10px);
}

/* Vertical Divider */
.amenity-box::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background: #ccc;
}

.amenity-box:nth-child(4n)::after {
  display: none;
}

.amenity-box i {
  font-size: 36px;
  color: linear-gradient(118deg, #00448E, #00448E);
  margin-bottom: 15px;
  background: linear-gradient(118deg, #00448E, #00448E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.amenity-box span {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 1.4;
  font-weight: 600;
}

/* RESPONSIVE */
@media(max-width:992px) {
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .amenity-box::after {
    display: none;
  }
}

@media(max-width:576px) {
  .amenities-heading h2 {
    font-size: 30px;
  }

  .amenities-heading p {
    font-size: 16px;
  }

  .amenities-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


  #highlight {
      padding: 4rem 0rem;
      background-color: #f3eded;
      position: relative;
  }

  #highlight::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background-image: url("../img/highlight.jpg");
      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;
  }


 

  #virtual-visit {
      position: relative;
      padding: 0 4rem;
      height: 450px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url('../img/banner-2.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;
  }


 #gallery h2 {
      font-size: 2.2rem;
    }

    .gallery-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      height: 100%;
    }

    .gallery-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: transform 0.6s ease;
    }

    .gallery-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom,
          rgba(0, 0, 0, 0.1),
          rgba(0, 0, 0, 0.65));
      display: flex;
      align-items: flex-end;
      padding: 20px;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .gallery-overlay span {
      color: #fff;
      font-size: 1.1rem;
      font-weight: 600;
    }

    .gallery-card:hover img {
      transform: scale(1.08);
    }

    .gallery-card:hover .gallery-overlay {
      opacity: 1;
    }



 #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 {
      padding: 4rem 1rem;
    }

    #location .container {
      /* background-color: #f8f4ef; */
      background-image: url('../img/white-map.png');
      border: 2px solid #494949;
    }

    .location-advantage .border-bottom {
      border-bottom: 1px solid #0000002e !important;
    }

    .location-icon {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #0d6efd;
      width: 3rem;
      height: 3rem;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .map-image img {
      border: 3px solid #ffffff !important;
      border-radius: 10px;
      margin-left: -65px;
    }

    .location-advantage p {
      line-height: 24px;
      color: #444;
    }






  .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: #00448E;
      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: #00448E;
      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) {
     
.content-wrap h1{
    font-size: 22px;
}
.sub-title{
    margin-bottom: 10px;
}
.price-strip{
    margin-top: 1rem;
}
#about{
    padding: 2rem 0rem;
}
.apartment-pricing-section{
    padding: 40px 0px;
}
      .overview-img img {
          min-height: 500px;
      }

      


  }



  @media(max-width:768px) {
     
      #highlight{
        padding: 2rem 0rem;
      }

      #highlight::before,
      #amenities::before {
          display: none;
      }

      .highlight-points {
          max-width: 100%;
          padding: 1rem;
      }

      
      .visit-content h2{
        font-size: 26px;
      }
      .play-btn {
    width: 70px;
    height: 70px;
      }

     
      .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) {
    #banner{
   
      background-color: #fff;
    }
  .banner-details{
    flex-direction: column;
  }
    .banner-text{
      width: 100%;
      height: 100%;
    }
    .banner-image{
      width: 100%;
      height: 40vh;
    }
    .banner-text-des{
      position: relative;
        width: 100%;
        top: 0;
        transform: none;
    }
   
     .content-wrap{
        padding: 1rem;
     }
     #about{
        padding: 1rem 0rem;
     }
     .apartment-pricing-section{
        padding: 40px 0px;
     }
     .amenities-section{
        padding: 40px 0px;
     }
.map-image img{
  margin-left: 0;
}
   
  }

  @media (max-width: 768px) {
  
    

      .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;
      }
  }