body {
  font-family: "Inter", system-ui, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
}

.primary-bg {
    background-color: #5F3914;
    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: #ffffff;
  background-image: url("../img/line-bg.webp");
}



.navbar-nav .nav-link {
    font-weight: 600;
    color: #000000;
}

.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: #5F3914;
    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: #5F3914;
    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: #5F3914;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s;
    display: flex;
    width: 100%;
    padding: 5px 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
}



/* ------------------index css --------------------- */
.pinnacle-hero {
  width: 100%;
  min-height: 80vh;
  background: rgb(229 222 209);
  overflow: hidden;
}


.hero-wrapper {
  display: flex;
  min-height: 80vh;
}
.curve {
    width: 260px;
    height: 40px;
    margin: 0 auto 1.5rem;
    position: absolute;
         top: 7%;
    left: 12%;
}

.curve path {
    fill: none;
    stroke: #6a3d10;
    stroke-width: 2.5;
}


.hero-content {
  flex: 0 0 40%;
  display: flex;
  align-items: center;      
  justify-content: center;  
  padding: 80px 60px;
  position: relative;
}

.content-inner {
  max-width: 520px;
  text-align: center;
  position: relative;
}

/* Typography */

.location {
  font-size: 14px;
  letter-spacing: 3px;
  color: #6d6d6d;
  margin-bottom: 20px;
}

.presenting {
  font-size: 16px;
  letter-spacing: 4px;
  color: #8a6a45;
  margin-bottom: 20px;
}

.title {
  font-size: 37px;
  font-weight: 600;
  color: #6a3d10;
  margin: 0;
  line-height: 1.1;
}
.banner-price{
  display: inline-block;
  padding: 12px;
   font-size: 24px;
  font-weight: 600;
  width: 100%;
  background-color: #6a3d10;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}

.subtitle {
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 500;
  margin: 15px 0 35px;
  color: #6a3d10;
}

.offer-label {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #ffffff;
  background:#6a3d10;
  font-weight: 500;
  padding: 5px 8px;
}
.offer-label i{
  color: #ffffff;
}

.offer-value {
  font-size: 25px;
  font-weight: 600;
  color: #6a3d10;
  margin-bottom: 15px;
}

.details {
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
}
.banner-highlight{
border-bottom: 2px solid #000;
margin-bottom: 2rem;
}

/* ============================= */
/* RIGHT IMAGE */
/* ============================= */

.hero-image {
  flex: 0 0 60%;
  position: relative;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* Important */
  display: block;
}
 
   #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: #5F3914;
    padding: 1rem;
}
.banner-name{
    margin-bottom: 2rem;
}

.banner-price{
    position: relative;
    z-index: 2;
  
    color: #fff;

}

  .price-highlightt {
  background: #5F3914;
  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: #5F3914;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 6px;
      text-decoration: none;
      border: 2px solid #5F3914;
      transition: 0.3s;
  }

  .project-btn a i {
      font-size: 1.1rem;
  }

  .project-btn a:hover {
      background-color: transparent;
      border: 2px solid #5F3914;
      color: #5F3914;
  }
.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: #5F3914;
      box-shadow: 0 0 0 2px rgba(229, 112, 42, 0.2);
  }

  .btn-submit {
      width: 100%;
      background: #5F3914;
      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: #E5DED0; */
    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;
}

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

/* TEXT */
.overview-content h1 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.overview-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #5F3914;
}

.overview-content p {
    color: #000000;
    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: 700;
    color: #133c55;
}









  #price {
      padding: 3rem 0rem;
      /* background-image: url("../img/line-bg.webp"); */
      
  }



 

.highlight {
  position: relative;
  padding: 100px 0;
  background-color: #5F3914;
}

.highlight h2 {
  color: #fff !important;
}

.highlight::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("..//img/");
  opacity: 0.03;
}



.highlight .overhead p {
  color: #fff;
  letter-spacing: 3px;
  font-size: 20px;
}

.highlight .overhead h1 {
  font-size: 37px;
  letter-spacing: 1px;
  text-transform: capitalize;
  line-height: 49px;
  color: #fff;

}



.high-icon {
  background-color: #ffffff;
  color: #1a1528;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 12px 16px;
}

.high-main {

  display: flex;

  flex-wrap: wrap;

  position: relative;

}

.high-box:nth-child(1)::before,
.high-box:nth-child(4)::before,
.high-box:nth-child(6)::before {

  content: '';

  position: absolute;

  right: -3px;

  top: 7.5%;

  height: 70%;

  width: 1px;

  background: #ffffff63;

}

/* .cnter-line {
  width: 100%;
  height: 1px;
  background: #1e4f55;
  margin: 9px 0 17px 0;

} */

.highlight .overhead {

  height: 100%;

}


.highlight .overhead img {
  border: 5px solid #ffff;
  border-radius: 20px;
}


.high-text {

  padding-left: 20px;

}

.high-box {
  display: flex;
  flex: 0 0 calc(47% - 5px);
  width: calc(50% - 5px);
  margin: 10px;
  position: relative;
  align-items: center;

}



.high-icon img {

  max-width: 45px;

}

.high-text h1 {

  font-size: 23px;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #fff;

}

.high-text p {

  color: #fff;

}

.bottm_g_line {
  background: #ffffff;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 28%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  transform: translate(-50%);
  left: 47%;
}

.left_side_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}

.g_top_line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.g_top_line {
  position: relative;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);

  width: 2px;
  height: 92px;
}

 

  #virtual-visit {
      position: relative;
      padding: 0 4rem;
      height: 450px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url('../img/virtual_site.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%;
      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;
      
  }

  .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: 15px;
      display: flex;
      align-items: center;
      color: #131313;
      padding: 12px;
      border: 1px solid #c2c1c1;
  }

  .advantage-list li i {
      color: #5F3914;
      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: 380px;
      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: 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);
  }








 
    @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 0 0 0px;
    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: #5F3914;
    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: #5F3914;
    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: #ffffff;
}

.footer-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.footer-form button {
    background: #5F3914;
    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: #5F3914;
    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: 110px;
    }
    .location-strip{
      width: 85%;
    }
    .banner-form-card{
        padding: 12px !important;
    }
    .enquiry-header h4{
        margin-bottom: 12px !important;
    }
      .title {
    font-size: 26px !important;
  }
  .offer-value {
    font-size: 20px;
  }
  .banner-price{
    font-size: 20px;
  }



}


@media(max-width:900px) {
    .navbar-brand img {
        width: 130px;
    }
    #overview::before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    }

    #price::before {
        width: 60%;
    }
}



@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;
  }
  .hero-wrapper {
    flex-direction: column;
  }

  .hero-image {
    height: 50vh;   /* Controlled height on mobile */
  }

  .hero-content {
    padding: 20px 30px;
  }

  .title {
    font-size: 35px;
  }
  .subtitle {
    margin: 25px 0 17px;
}

  .offer-value {
    font-size: 34px;
  }

.hero-image img{
  height: 32vh;
}

  .overview-image{
    height: 100%;
    margin-top: 2rem;
  }
  .overview-image::after{
    height: 150px;
  }
  .pricing-grid{
    flex-direction: column;
  }
  #highlight img{
    height: 250px;
    object-fit: cover;
  }
  #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;
    }

   
}

