body {
   font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.primary-bg {
    background-color: #4E3625;
    display: inline-block;
    border-radius: 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #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;
    font-size: 18px;
}


.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: linear-gradient(45deg, #4E3625, #4E3625);
    color: white;
    border-radius: 12px;
    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: #4E3625;
    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: linear-gradient(45deg, #4E3625, #4E3625);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s;
    display: flex;
    width: 100%;
    padding: 8px 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/*  */

      .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;
      }

      .phone-group input {
         border: none;
         padding: 10px;
         font-size: 14px;
         flex: 1;
         outline: none;
      }

.phone_none {
  display: flex;
  border: 1px solid #ccc;
}

.phone_none select {
  border: none;
  padding: 10px 12px;
  font-size: 14px;
  width: 110px;
  appearance: none;
  -webkit-appearance: none;
  border-right: 1px solid #ddd;
  background-color: none;
}

.phone_none input {
  border: none !important;
  padding: 10px;
  font-size: 14px;
  flex: 1;
  outline: none;
  z-index: 99;
  position: relative;
}

.phone_none input::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}



.phone_none input {
  background-color: #fff !important;
  color: #000000 !important;
  width: 100%;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
  }
}


/* ------------------index css --------------------- */


 #banner{
  padding: 6rem 0 1.5rem 0rem;
  position: relative;
  background-image: url("../img/white-bg.png");
  /* z-index: -2; */
  position: relative;
}

/* #banner::after{
      content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background: #caa35091;
    z-index: -1;
} */

.banner-details{
  max-width: 1400px;
  margin:auto;
}

/* =====================
   TOP TEXT (REFINED)
   ===================== */
.banner-name{
  margin-bottom:2.5rem;
  position: relative;
}



.project-badge{
  display:inline-block;
  background:#f5efe4;
  color:#6b5320;
  padding:.4rem 1rem;
  border-radius:50px;
  font-size:.85rem;
  font-weight:600;
  letter-spacing:.4px;
  margin-bottom:1rem;
}

.banner-name h1{
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  font-weight: 700;
  line-height:1.1;
  margin-bottom:.6rem;
}

.banner-name h3{
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight:500;
  color:#444;
}

.location{
  font-size:1rem;
  font-weight:500;
  color:#666;
}

.location i{
  color:#9e7724;
  margin-right:.4rem;
}

/* =====================
   IMAGE AREA
   ===================== */
.banner-image{
  position:relative;
}

.banner-image img{
  width:100%;
  height:550px;
  object-fit:cover;
  border-radius:20px;
}

/* =====================
   HIGHLIGHT BOX
   ===================== */
.highlight-box{
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background:#492820;
  color:#fff;
  padding:2.5rem 3rem;
  max-width:720px;
  clip-path:polygon(0 0, 95% 0, 100% 0%, 95% 100%, 0 100%);
}

.highlight-box h2{
  font-size:1.8rem;
  font-weight:700;
  margin-bottom:1rem;
}

.highlight-box ul{
  margin:0;
  padding:0;
  list-style: none;
}

.highlight-box li{
  list-style: none;
  font-size:1.05rem;
  font-weight:500;
  margin-bottom:.6rem;
  line-height:1.4;
}

#s-banner img{
width: 100%;
}
    #all-project {
      padding: 3rem 0rem;
      background-color: #F8F5F2;
    }
    .glass-card {
      border-radius: 20px;
      overflow: hidden;
      background: #4E3625;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(10px);
      transition: all 0.4s ease;
      position: relative;
    }

  

    .card-head img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      position: relative;
    }



    .card-body {
      position: relative;
      background-color: #fff;
      padding: 0px 25px 25px 25px;
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
    }



    .card-type {
      font-size: 18px;
      font-weight: 600;
      padding-bottom: 4px;

    }

    .card-body h3,
    .card-body p,
    .card-body button,
    .card-body .price {
      position: relative;
      z-index: 1;
    }

    .card-body h3 {
      font-size: 19px;
      font-weight: 600;
      background-color: #4E3625;
      color: #fff;
      border: 1px solid #fff;
      margin-top: -1.5rem;
      padding: 8px 12px;
      border-radius: 12px;
      margin-bottom: 15px;
      text-transform: capitalize;
    }

    .card-btn-custom {
      width: 50%;
      background: #4E3625;
      color: #fff;
      border: none;
      border-radius: 5px;
      padding: 8px 22px;
      font-weight: 600;
      margin-top: 8px;
      transition: all 0.3s ease;
    }

    .card-btn-custom:hover {
      background: #4E3625;
    }

    .price {
      font-size: 1.3rem;
      font-weight: 600;
      color: #4E3625;
      margin-bottom: 15px;
      border-bottom: 2px solid #4E3625;
      display: inline-block;
      padding-bottom: 5px;
    }

    .card-body p {
      font-size: 0.95rem;
      font-weight: 400;
      color: #000000;
      line-height: 1.6;
      text-align: left;
      width: 100%;
      margin-bottom: 8px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .card-body p i {
      color: #4E3625;
      font-size: 0.95rem;
      margin-top: 5px;
      flex-shrink: 0;
    }
.card-body h5{
  font-size: 17px;
}
    @media (max-width: 768px) {
      .glass-card {
        width: 100%;
      }
    }




/* Heading */
.amenities-section{
  padding: 2rem 0rem 3rem 0rem;
  background-color: #B89E79;
}
.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: 15px 30px;
  position: relative;
}

/* Amenity Box */
.amenity-box {
  text-align: center;
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  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: #4E3625;
  margin-bottom: 15px;
  background: #4E3625;
  -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;
}


      
   

    .amenities-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #ffffff;
    }

    .amenities-text {
      font-size: 1.1rem;
      color: #fff;
    }

    /* Carousel Capsule Card */
    
    .project-btn a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 28px;
      background-color: #4E3625;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid #4E3625;
      transition: 0.3s;
    }
 
  .rera-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .rera-image img{
    width: 120px;
  }
  .rera-image p{
    margin-left: 20px;
    font-weight: 700;
    margin-bottom: 5px;
  }


 
    @media(max-width: 768px) {
      .highlight-content h2 {
        font-size: 1.6rem;
      }

      .highlight-number {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
      }
     
      .footer-about .call-box{
        margin-bottom: 1rem;
      }
    }










.main-footer {
    background-color: rgba(255, 254, 238, 0.842);
    background-image: url("../img/map_bg.png");
    color: #000000;
    padding: 30px 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: #4E3625;
    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: #4E3625;
    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: #4E3625;
    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: #4E3625;
    text-decoration: none;
}



@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
    .navbar-brand img {
        width: 110px;
    }
.highlight-box h1{
    font-size: 28px;
    font-weight: 600;
  }
  .highlight-box h2{
    font-size: 24px;
  }
  .highlight-box li{
    font-size: 16px;
  }
  .card-body h5{
    font-size: 14px;
  }
  .card-body h3{
    font-size: 16px;
  }
  .card-head img{
    height: 200px;
  }
  .card-body{
    padding: 0px 12px 12px 12px;
  }
  .card-body p{
    font-size: 12px;
  }
  .card-btn-custom{
    font-size: 14px;
    width: 70% !important;
  }
  .price{
    font-size: 18px;
    margin-bottom: 10px;
  }

}


@media(max-width:900px) {
    .navbar-brand img {
        width: 100px;
    }

   

    #overview::before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    }

}



@media(max-width:768px) {
    .enquiry-box {
        display: none !important;
    }
    


    .overview-image img {
        height: 100%;
        margin-bottom: 1.5rem;
    }

    .price-title {
        padding-bottom: 12px;
    }

    

    .highlight-section h2 {
        padding: 1rem 0rem;
    }

    .content-list {
        padding: 1rem;
    }

    #location-section::before {
        display: none;
    }

    .overview-content h2 {
        font-size: 1.7rem;
    }

   

  .amenities-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

    #highlight {
        padding: 0;
        background-color: #fff;
    }

    #highlight::before {
        position: relative;
        width: 100%;
        height: 260px;
        clip-path: none;
        background-position: center;
        display: block;
    }

    .highlight-container {
        margin-top: 0;
    }

    .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) {
  #banner {
    height: auto;
  }
  .banner-name h1{
    font-size: 24px;
  }
  .container-fluid{
    padding: 0;
  }
   #banner{
    padding:3rem 0rem 0rem 0rem;
    overflow: hidden;
  }
  #banner::after{
  display: none;
}

.banner-name{
  background-image: url("img/white-bg.png");
  padding: 1rem 1rem 0rem 1rem;
  margin: 0;
}
#all-project{
  padding: 1.5rem 0rem;
}


  .banner-image img{
    height:340px;
  }
.highlight-s-box{
  margin-top: 1rem;
}
.highlight-s-box ul{
  padding: 0;
}
  .highlight-s-box li{
    font-size: 12px;
 background: #fff;
    color: #000;
    padding:10px 6px;
    font-weight: 600;
    list-style: none;
}
  .banner-title,.banner-type h2,.banner-highlight{
    margin-bottom: 12px;
  } 



  .price-value {
    font-size: 28px;
  }
    .mobile-bottom-bar {
        display: flex;
    }
    #about::after{
      display: none;
    }
     .highlight-section::after{
      display: none;
     }
      .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .amenity-box::after {
    display: none;
  }
}

@media (max-width:576px){

  .banner-image img{
    height:260px;
    border-radius:0px;
  }

  .highlight-box h2{
    font-size:1.4rem;
  }

  .highlight-box li{
    font-size:.95rem;
  }
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
  .highlight-box h1{
    font-size: 28px;
    font-weight: 600;
  }
  .highlight-box h2{
    font-size: 24px;
  }
  .highlight-box li{
    font-size: 16px;
  }
  .card-body h5{
    font-size: 14px;
  }
  .card-body h3{
    font-size: 16px;
  }
  .card-head img{
    height: 200px;
  }
  .card-body{
    padding: 0px 25px 12px 25px;
  }
  .card-body p{
    font-size: 15px;
  }
  .card-btn-custom{
    font-size: 14px;
    width: 42%;
  }
  .price{
    font-size: 18px;
    margin-bottom: 10px;
  }
}