body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


.primary-bg {
  background-color: #5e4409;
  display: inline-block;
  border-radius: 15px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 4px;
  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;
}

.navbar img {
  /* filter: brightness(0); */
  width:115px;
}

.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: #5e4409;
  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: #151519;
  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: #5e4409;
  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;
}


.modal-dialog img{
  height: 310px !important;
}
/* ------------------index css --------------------- */


/* =====================
   HIGHLIGHT BOX
   ===================== */
.highlight-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(33, 27, 18, .92);
  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;
}

/* =====================
   RESPONSIVE
   ===================== */



  #overview {
      padding: 56px 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: 500;
  }

  .overview-content h2 {
      font-size: 2rem;
      font-weight: 500;
      margin-bottom: 1rem;
      color: #111;
          
  }

  .overview-content p {
      color: #292828;
      line-height: 1.6;
      margin-bottom: 1.2rem;
      text-align: justify;
  }

  .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: 600;
      color: #133c55;
  }




/* ─── PRICE SECTION ─────────────────────────────────── */
#price {
  position: relative;
  padding: 2rem 0rem;
  background: rgb(237 232 219 / 35%);
  overflow: hidden;
}

#price::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,110,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.price-header .label {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #db8c23;
  margin-bottom: 12px;
  display: block;
}

.price-header h2 {
  
  font-size:2rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.1;
}

.price-header h2 em {
  font-style: italic;
  color: #db8c23;
}

.price-header p {
  font-size: 15px;
  /*letter-spacing: 2px;*/
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 1rem;
}



/* Price cards grid */
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgb(201, 169, 110);
  border: 1px solid rgba(201,169,110,0.15);
}

.price-card {
  background: #ffffff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease;
}

.price-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: #db8c23;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(.77,0,.175,1);
}


.card-tag {
  font-size: 14px;
  /*letter-spacing: 3px;*/
  text-transform: uppercase;
  color: #db8c23;
  margin-bottom: 28px;
}

.card-type {
  
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 300;
  color: #000000;
  line-height: 1;
  margin-bottom: 6px;
}

.card-sub {
  font-size: 11px;
  letter-spacing: 2px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.divider {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-bottom: 24px;
}

.card-sqft {
  font-size: 16px;
  color: #131313;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-sqft i {
  font-size: 10px;
  color: #db8c23;
}

.card-price {
  
  font-size: 1.5rem;
  font-weight: 400;
  color: #a17914;
  margin-bottom: 36px;
  flex-grow: 1;
}

.enquire-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
     font-weight: 600;
    font-size: 15px;
   /* letter-spacing: 3px; */
  text-transform: uppercase;
  color: #db8c23;
  text-decoration: none;
  border: 1px solid rgba(201,169,110,0.35);
  padding: 13px 22px;
  transition: all 0.3s ease;
  width: fit-content;
  font-family: 'Jost', sans-serif;
}

.enquire-btn:hover {
  background: #db8c23;
  color: #0d0d0d;
  border-color: #db8c23;
}

.enquire-btn i {
  font-size: 9px;
  transition: transform 0.3s ease;
}

.enquire-btn:hover i {
  transform: translateX(4px);
}

/* ─── AMENITIES SECTION ──────────────────────────────── */
#amenities {
  background: #ffffff;
   padding: 2rem 0rem;
  position: relative;
  overflow: hidden;
      background-image: url(../img/white-bg.png);
}
.amenities-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

.amenity-card {
  background: #ffffff;
  border: 1px solid rgb(201, 169, 110);
  padding: 20px 30px 20px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.35s ease, transform 0.35s ease;
}

.amenity-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px; height: 0;
  background: #db8c23;
  transition: height 0.45s cubic-bezier(.77,0,.175,1);
}

.amenity-card:hover {
  border-color: rgba(201,169,110,0.25);
  transform: translateY(-4px);
}

.amenity-card:hover::before {
  height: 100%;
}

.amenity-number {
  font-size: 13px;
  letter-spacing: 3px;
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
}

.amenity-icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: #da8b21;
  margin-bottom: 24px;
}

.amenity-icon i {
  font-size: 18px;
  color: #fff;
}

.amenity-card h5 {
  /**/
  font-size: 1.35rem;
  font-weight: 400;
  color: #8a611f;
  margin-bottom: 12px;
}

.amenity-card p {
  font-size: 15px;
  color: #000;
  line-height: 1.75;
  font-weight: 300;
}



.enquire-btn {
  background: #5e4409;
  color: #fff;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  text-decoration: none;
}



.know-more-btn {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  background: #5e4409;
  color: #fff;
  font-weight: 600;
  border: none;
  border: 1px solid #5e4409;
}


.location-advantage p{
    font-weight: 500;
}





/* Carousel Capsule Card */

.project-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 28px;
  background-color: #da8b21;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #da8b21;
  transition: 0.3s;
}



.highlight-image{
  margin-top: 1.5rem;
}
.highlight-image img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 12px;
}



    .highlight-section {
      position: relative;
      padding: 3rem 0;
      font-family: "Poppins", sans-serif;
      position: relative;
      background: rgb(237 232 219 / 35%);
    }
    
    .highlight-content{
      position: relative;
    }
  

    .highlight-content h2 {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 2rem;
      line-height: 1.3;
      color: #000;
      
    }

    .highlight-step {
      display: flex;
      align-items: flex-start;
      align-items: center;
      margin-bottom: 1rem;
      background-color: #f5f5f5;
      padding: 8px 1rem;
    }

    .highlight-number {
      padding: 1rem;
      height: 40px;
      border-radius: 10%;
      background: #5e4409;
      color: #ffffff;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 15px;
      font-size: 1rem;
      position: relative;
      z-index: 2;
    }

    .gallery-head h2{
      font-weight: 600;
      margin-bottom: 1.5rem;
    }
    .owl-carousel{
      margin-top: 1.5rem;
    }


    .highlight-text h4 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 6px;
    }

    .highlight-text p {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.6;
      margin: 0;
    }

    .highlight-img img {
      width: 100%;
      height: 450px;
      border-radius: 12px;
      object-fit: cover;
      
    }






.floor-plan-section {
  background: url("../img/about-bg.png");
}

.floor-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.floor-img {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.floor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px);
  transform: scale(1.05);
}

.overlay-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}

.overlay-content h5 {
  font-weight: 700;
  color: #000;
}

.floor-footer {
  background: #5e4409;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .floor-img {
    height: 260px;
  }
}

@media (max-width: 576px) {
  .floor-img {
    height: 220px;
  }
}


.enquire-btn:hover,.know-more-btn:hover{
    background:#e0bc75;
}


.gallery-section{
padding:60px 0 30px;
background:linear-gradient(135deg, #f6f6f6, #ffffff);
}

.gallery-slider .item img{
width:100%;
height:300px;
object-fit:cover;
border: 1px solid #5e4409;
border-radius:8px;
}













#location {
  padding: 4rem 1rem;
       background-color: #fff;
}

#location .container {
  background-color: #f8f4ef;
  background-image: url('../img/white-map.webp');
  border: 2px solid #c5bdbd;
}



.location-icon {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e4409;
  width: 3rem;
  height: 3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.map-image{
    border: 3px solid #fff;
}

.map-image img {
  border: 3px solid #4e380d !important;
  border-radius: 10px;
  margin-left: -65px;
}

.location-advantage p {
  line-height: 24px;
  color: #000000;
}



@media (max-width: 768px) {
  #gallery h2 {
    font-size: 1.8rem;
  }
}



@media(max-width: 768px) {
  .highlight-content h2 {
    font-size: 1.6rem;
  }

  .highlight-number {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }



  .amenity-card {
    padding: 12px;
  }

  .highlight-section,
  #about {
    padding: 1rem 0rem;
  }

  .footer-about .call-box {
    margin-bottom: 1rem;
  }
}






@media (max-width: 768px) {
  #about h2 {
    font-size: 1.4rem;
  }
}









.main-footer {
  background-color: #fff;
  background-image: url("../img/map_bg.png");
  color: #000000;
  padding: 60px 0 2px;
  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: center;
  flex-wrap: wrap;
}

.footer-about h3,
.footer-form h3 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-about p {
  line-height: 1.6;
  margin-bottom: 12px;
  color: #000000;
  text-align: justify;
}

.footer-about .call-box {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.footer-about .call-box i {
  background: #5e4409;
  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: #e7e5e3;
}

.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: #5e4409;
  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: #000000;
  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: 65px;
  }
.flow-left h2{
    font-size:2rem;
}

.card-price {
    font-size: 1.2rem;
}

}


@media(max-width:900px) {
  .navbar-brand img {
    width: 90px;
  }
.card-tag, .card-price{
    margin-bottom: 10px;
}
 #overview {
          padding: 1rem 0rem 2rem 0rem;
      }

      .overview-image img {
          height: 250px;
      }

      .overview-image::after {
          height: 250px;
      }

      .overview-image {
          height: 18rem;
          margin-top: 1.5rem;
      }
      .enquiry-box{
        box-shadow: none !important;
      }


  #overview::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  }


}



@media(max-width:768px) {

  .project-badge{
    margin-bottom: 1rem;
  }

.price-text {
    padding-top: 0px;
}
.price-detail-box{
 margin-top: 1rem;
}
.owl-dots{
  display: none;
}

  .overview-image img {
    height: 100%;
    margin-bottom: 1.5rem;
  }

  .price-title {
    padding-bottom: 12px;
  }



  .highlight-section h2 {
    padding: 1rem 0rem 0rem 0rem;
  }

  .content-list {
    padding: 1rem;
  }

  #location-section::before {
    display: none;
  }

  .overview-content h2 {
    font-size: 1.7rem;
  }





  #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%;
  }
  .price-container {
    height: 100%;
    padding: 2rem 0rem;
  }

  .detail-container {
    width: 100%;
    padding: 0rem 1rem;
  }

  .price-text p {
    font-size: 18px;
  }

 
  .flow-timeline{
    padding-left:0px !important;
  }
  .flow-timeline::before{
    left: 0 !important;
  }

}



@media (max-width: 991px) {

  #location{
    padding: 1rem;
  }
  .highlight-img img{
    height: 200px;
  }

  .container-fluid {
    padding: 0;
  }
.overview-content h1{
    padding-top:1rem;
}

  .price-container{
        background-position: left;
  }
  .price-grid,.amenities-grid{
        grid-template-columns: repeat(1, 1fr);
  }
  .price-header h2{
    font-size: 1.8rem;
  }


 .flow-left {
    margin-bottom: 50px;
  }

  .flow-left h2 {
    font-size: 27px;
        margin-bottom: 12px;
  }

  .flow-content p {
    max-width: 100%;
  }


  .highlight-s-box {
    margin-top: 1rem;
  }

  .highlight-s-box ul {
    padding: 0;
  }

  .highlight-s-box li {
    background: #fff;
    margin-bottom: 4px;
    color: #000;
    padding: 8px 6px;
    border: 1px solid #000;
    font-weight: 600;
    list-style: none;
  }



  #about .banner-form {
    margin-bottom: 1rem;
  }

  .apartment-pricing-section {
    padding: 40px 0px;
  }



  .price-value {
    font-size: 28px;
  }

  .mobile-bottom-bar {
    display: flex;
  }

  #about::after {
    display: none;
  }

  .highlight-section::after {
    display: none;
  }


  .footer-bottom{
    margin-top: 0;
  }
}

@media (max-width:576px) {



  .highlight-box h2 {
    font-size: 1.4rem;
  }

  .highlight-box li {
    font-size: .95rem;
  }
}
@media screen and (max-width: 1280px) and (max-height: 800px) {
 
  #about{
      padding: 4rem 0rem;
  }
}
