.home .explore-link {
    width: 90px;
    font-size: 13px;
}
.home .property-overlay h5 {
    font-size: 15px;
}
.home .property-overlay .bhk {
    font-size: 16px;
}
.home .pricecss {
    font-size: 12px;
    padding: 2px 0 0 0;
}
.home .property-overlay {
    padding: 12px 4px;
    margin: 2px;
}
/*.padding-right{padding: 0 8px 0px 0px;}*/


.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0;
    padding-bottom: 0;
}
.form-floating > .form-control::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.form-floating {
  position: relative;
}
    .form-control::placeholder {color: #000!important;}
    /* Chrome, Edge, Safari */
.form-control::placeholder {
  color: #000!important;
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #000!important;
}

/* Internet Explorer */
.form-control:-ms-input-placeholder {
  color: #000!important;
}

/* Old Edge */
.form-control::-ms-input-placeholder {
  color: #000!important;
}
    .banner-formweb {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    padding: 30px;
    border-radius: 10px;
    background: #6f9852;
    width: 23%;
}
.form-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 14px;
    border: 1px solid #ffffff85;
    padding: 4px;
    font-size: 20px;
    animation: price-blink 1s infinite;
}
/* Disable click on full button */
.custom-control {
  pointer-events: none;
}

/* Enable click only on arrow image */
.custom-control img {
  pointer-events: auto;
  cursor: pointer;
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
        background: rgb(0 0 0 / 54%);
}
 .webHide.call {
        display: none;
 }
/* ===== HERO ===== */
.breadcrumb {
  font-size: 17px;
  flex-wrap: wrap;
}
.breadcrumb-item.active{
    color: #6f9852;
    font-weight: 700;
}

.breadcrumb a {
      color: #6f9852!important;
    font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}
.mobile-section-footer {
    display: none;
}

.onwords{display: block;    padding-top: 5px;    font-size: 14px;
}

.carousel-control-prev img{
    background: #000!important;
    border-radius: 50%!important;
    width: 40px!important;
    height: 40px!important;
    padding: 10px!important;
}
.carousel-control-next img{
    background: #000!important;
    border-radius: 50%!important;
    width: 40px!important;
    height: 40px!important;
    padding: 10px!important;
}
      .pricecss{font-size: 16px;
    /* text-align: initial; */
    float: inline-end;
    align-items: center;
    padding: 8px 0 0 0;
      }
   iframe {
    width: 100%;
    height: 500px;
    border: 0;
}
.vedobg{
    max-width: 1000px;
    margin:0 auto;
    width: 100%;
    background: rgb(80 120 30 / 75%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 18px;
    padding: 32px 40px;
    color: #fff;
}
/* video banner */
      iframe {
    width: 100%;
    height: 500px;
    border: 0;
    border-radius: 10px;

}
 .video-banner {
         position: relative;
         width: 100%;
         height: 100vh; /* full screen banner */
         overflow: hidden;
         }
         /* VIDEO */
         .banner-video {
         position: absolute;
         top: 50%;
         left: 50%;
         min-width: 100%;
         min-height: 100%;
         transform: translate(-50%, -50%);
         object-fit: cover;
         z-index: 1;
         }
         /* DARK OVERLAY */
         .video-overlay {
         position: absolute;
         inset: 0;
         background: rgba(0, 0, 0, 0.45);
         z-index: 2;
         }
         /* CONTENT */
         .banner-content {
         position: relative;
         z-index: 3;
         height: 100%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         color: #fff;
         text-align: center;
         }
         /* RESPONSIVE TEXT */
         .banner-content h1 {
         font-size: 3rem;
         font-weight: 700;
         }
         .banner-content p {
         font-size: 1.2rem;
         margin-bottom: 20px;
         }
         .videoh2{text-align: center!important;
    font-weight: 600;
    font-size: 28px;
}
.carousel-indicators {
    bottom: -55px;
}
/* Remove default bootstrap style */
.dotpadding .carousel-indicators [data-bs-target]{
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid #9bd27d;   /* green ring */
    opacity: 1;
}

/* Active dot */
.dotpadding .carousel-indicators .active {
    border-color: #9bd27d;
    position: relative;
}

/* Inner filled circle (active only) */
.dotpadding .carousel-indicators .active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #b7d3a8;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}



/*.carousel-indicators .active{*/
/*   background-color: #6f9850c7 !important; */
/*}*/

.dotpadding{padding: 0 0 30px 0px;}
/*.dotpadding .carousel-indicators [data-bs-target]{*/
/*      background-color: #6c984cad !important;*/
/*        border: 4px solid #6f9850;*/
/* }*/
 .blog-card {
    position: relative;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
 .blogcss{    min-height: 197px!important;padding:10px;}
         /* video banner css */
.hero {
  position: relative;
  height: auto;
  background: url(../img/banner.webp) center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.hero-listing {
    position: relative;
    height: 100vh;
    background: url(../img/banner.webp) center / cover no-repeat;
}
.hero-listing::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}
.hero-about {
    position: relative;
    height: 100vh;
    background: url(../img/inner-banner.webp) center / cover no-repeat;
}
.hero-about::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}
.hero-contact {
    position: relative;
    height: 100vh;
    background: url(../img/inner-banner.webp) center / cover no-repeat;
}
.hero-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

/* ===== HEADER ===== */
.navbar-custom {
  position: absolute;
  top: 35px;
  left: 55px;
  right: 55px;
  z-index: 10;
     background: linear-gradient(90deg, #5f8f3a94, #3f6f2b96);
  border-radius: 30px;
  padding: 8px 20px;
  border: 1px solid #fff;
}
.navbar-brand {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #fff !important;
}
.nav-link {
  color: #f4f7f1 !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.call-btn {
  background: none;
  color: #fff;
  padding: 6px 16px;
  font-size: 17px;
  font-weight: 700;
}

/* ===== HERO CONTENT ===== */
.hero-content {
  position: relative;
  z-index: 5;
  color: #f5f6f3;
  text-align: center;
  top: 65%;
  transform: translateY(-50%);
}
.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  letter-spacing: 3px;
}
.hero-content h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 400;
  opacity: 0.9;
}
.hero-content p {
  font-size: 16px;
  opacity: 0.8;
}
.hero-content h3 {
  margin-top: 150px;
  font-size: 30px;
  font-weight: 500;
}
.hero-content small {
  display: block;
  opacity: 0.85;
}


 .bordered-title {
  display: inline-block;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  padding: 10px 30px;
  position: relative;
  z-index: 2;
}

/* TOP & BOTTOM GRADIENT BORDER */
.bordered-title::before,
.bordered-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(201, 180, 88, 0),
    rgba(201, 180, 88, 1),
    rgba(201, 180, 88, 0)
  );
}

.bordered-title::before {
  top: 0;
}

.bordered-title::after {
  bottom: 0;
}





/* SECTION TITLE */
.section-title{
    text-align: center;
    font-size:28px;
    font-weight:700;
    margin-bottom:22px;
}

/* CARD */
.property-card{
    position:relative;
    height:auto;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

.property-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    padding: 10px;
}

/* OVERLAY (EXACT LIKE SCREENSHOT) */
.property-overlay{
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 20px;
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    padding: 12px 14px;
    color: #fff;
    margin: 10px;
}

/* TEXT */
.property-overlay h5{
    font-size:18px;
    font-weight:600;
    margin:0;
    line-height:1.5;
}

.property-overlay .bhk{
    font-size:20px;
    font-weight:500;
    margin-top:2px;
}

.property-overlay .price{
    font-size:15px;
    opacity:0.9;
    margin-top:2px;
}

/* EXPLORE */
.explore-link{
 width: 125px;
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #4c7a2b;
    color: #fff;
    border: none;
    padding: 6px 26px;
    border-radius: 20px;
    font-weight: 600;
}

/* VIEW MORE BUTTON */
.view-more-btn{
    background:#4c7a2b;
    color:#fff;
    border:none;
    padding:8px 26px;
    border-radius:30px;
    font-weight:600;
}
.view-more-btn:hover{
    background:#3f6524;
}






/* SECTION */

.about-sectionn {
    position: relative;
    /* min-height: 100vh; */
    background: url(../img/why-naugaon-bg.webp) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}
.about-boxx{
    max-width:1320px;
    width:100%;
    background:rgba(80,120,30,0.45);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.45);
    border-radius:18px;
    padding:32px 40px;
    color:#fff;
}
.about-section{
    position:relative;
    min-height:100vh;
    background:url("../img/about-banner-bg.webp") center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 15px;
}

/* GLASS BOX */
.about-box{
    max-width:1320px;
    width:100%;
    background:rgba(80,120,30,0.45);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.45);
    border-radius:18px;
    padding:32px 40px;
    color:#fff;
}

/* TITLE */
.about-box h2{
    text-align:center;
    font-size:28px;
    font-weight:600;
    margin-bottom:18px;
}

/* PARAGRAPH */
.about-box p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:14px;
    text-align: justify;
}

/* READ MORE */
.read-more{
    display:block;
    text-align:center;
    margin-top:16px;
    font-size:15px;
    font-weight:600;
    color:#fff;
    text-decoration:none;
}



  
    .hero-bannerr {
      position: relative;
      background: url(../img/luxury-bg.webp) center / cover no-repeat;
      height: 320px;
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-bannerr::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(14, 70, 30, 0.65); /* green overlay */
    }

    .hero-contentt {
      position: relative;
      z-index: 2;
      text-align: center;
    }

    .hero-contentt h2 {
      color: #fff;
      font-size: 40px;
      font-weight: 600;
      letter-spacing: 1px;
      font-family: "Georgia", serif;
    }


  

  
    .custom-accordion {
  padding-top: 20px;
}

.custom-accordion .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 16px;
}

.custom-accordion .accordion-button {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-radius: 30px;
  padding: 14px 20px;
}

.custom-accordion .accordion-collapse {
  margin-top: 8px;
}


/* Section BG */
.why-naugaonn{
    background: url(../img/why-naugaon-bg.webp) center / cover no-repeat;
    position:relative;
    padding:80px 0;
}

/* Dark green overlay */
.why-naugaonn::before{
    content:"";
    position:absolute;
    inset:0;
    /* background:rgba(40,75,55,.85); */
}

.why-inner{
    position:relative;
    z-index:2;
}

/* Title */
.why-title{
    text-align:center;
    color:#fff;
    font-size:32px;
    font-weight:600;
    margin-bottom:40px;
}

/* Card */
.why-card{
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(6px);
    border:1px solid rgba(255,255,255,.25);
    border-radius:18px;
    padding:22px;
    color:#fff;
    height:100%;
    position:relative;
}

/* Card heading */
.why-card h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:12px;
}

/* Card text */
.why-card p{
    font-size:14px;
    line-height:1.7;
    margin:0;
    text-align: justify;
}

/* Minus icon */
.minus{
    position:absolute;
    top:18px;
    right:20px;
    font-size:24px;
    font-weight:300;
    opacity:.8;
}



.why-naugaon {
  overflow: visible;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.why-naugaon {
  position: relative;
  background: url("bg.jpg") center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
}

.why-naugaon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 70, 30, 0.75);
}

.why-content {
  position: relative;
  z-index: 2;
}

.why-title {
  text-align: center;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 30px;
  margin-bottom: 30px;
}

/* Accordion Style */
.custom-accordion .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 15px;
}

.custom-accordion .accordion-button {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  padding: 14px 20px;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  transform: none;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

.custom-accordion .accordion-body {
  color: #fff;
  padding: 15px 20px;
  font-size: 14px;
  text-align: justify;
}




/* Top Green Bar */
.call-bar {
  background: #6f9850;
  border-radius: 14px 14px 0 0;
  padding: 15px 20px;
  color: #fff;
}

.call-bar h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.call-btn {
  padding: 6px 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.call-btn i {
  background: #2e6b2e;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  font-size: 14px;
}

/* Logo Strip */
.logo-strip {
  background: #fff;
  padding: 18px;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  position: relative;
    bottom: 0px;
}

.logo-strip img {
  /* max-height: 45px; */
  filter: grayscale(100%);
  opacity: 0.9;
}





/* MAIN SECTION */
.expert-wrap{
  background:#6e944e;
  border-radius:18px;
  padding:30px;
}

/* TITLE */
.expert-title{
  text-align:center;
  color:#fff;
  font-weight:600;
  margin-bottom:20px;
}

/* LEFT BOX */
.left-box{
        background: url(../img/expert-bg.webp) top / cover no-repeat;
  /* background:rgba(255,255,255,0.45); */
  backdrop-filter: blur(4px);
  border-radius:18px;
  padding:25px;
  height:100%;
}

/* IMAGE */
.expert-img{
  max-width:190px;
  border-radius:12px;
}

/* LIST */
.feature-list{
  padding-left:0;
}
.feature-list li{
  list-style:none;
  font-weight:600;
  margin-bottom:12px;
      padding: 20px 0 0 0px;
}
.feature-list li::before{
  content:"✔";
  color:#2f7a2f;
  margin-right:10px;
  font-weight:700;
}

/* FORM */
.form-box{
  background:#fff;
  border-radius:14px;
  padding:22px;
  box-shadow:0 6px 14px rgba(0,0,0,0.2);
}

.form-box label{
  font-size:14px;
  font-weight:500;
}

.form-control{
  border-radius:8px;
}

.submit-btn{
  background:#000;
  color:#fff;
  border:none;
  width:100%;
  padding:9px;
  border-radius:8px;
}

/* BOTTOM ICONS */
.bottom-icons{
  margin-top:28px;
  text-align:center;
  color:#fff;
  font-size:13px;
}
.bottom-icons img{
  height:34px;
  margin-bottom:6px;
}




.faq-section {
  background: url("../img/faq-bg.webp") center/cover no-repeat;
  padding: 80px 15px;
}

.faq-box {
  max-width: 1000px;
      background: #ffffff29;
    border: 1px solid #fff;
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.faq-title {
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* Accordion custom */
.faq-accordion .faq-item {
  background: transparent;
  border: none;
  margin-bottom: 15px;
}

.faq-btn {
  background: rgba(255,255,255,0.25);
  border-radius: 30px;
  color: #103c1e;
  font-weight: 500;
  padding: 14px 20px;
}

.faq-btn:focus {
  box-shadow: none;
}

.faq-btn::after {
  background-image: none;
  content: "▾";
  font-size: 18px;
  color: #fff;
}

.faq-btn:not(.collapsed)::after {
  transform: rotate(180deg);
}

.faq-body {
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.footer-bg{border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 15px 15px 0px 15px;}

    .site-footer {
  background: #ffffff;
  padding: 50px 0 0 0;
  /* border-top: 1px solid #eee; */
}

.footer-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 8px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.footer-social a:hover {
  background: #000;
  color: #fff;
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;

}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.footer-links a:hover {
  /* text-decoration: underline; */
}

.footer-text {
    text-align: justify;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}




    .client-section {
  background: url("../img/testimonal-bg.webp") center/cover no-repeat;
  padding: 80px 0;
  position: relative;
}

.clienthead{    display: inline-block;
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;}
.client-title {
  /* display: inline-block; */
  /* background: #fff; */
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 600;
  color: #2f6b1f;
  margin-bottom: 40px;
  text-align: center;
}
#clientCarousel .carousel-inner {
  overflow: visible;
}
.client-card {
   background: #6c984c;
  border-radius: 25px;
  padding: 55px 25px 25px;
  color: #fff;
  position: relative;
  height: 100%;
  overflow: visible;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
        border-radius: 50%;
}
.client-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: -40px;      /* overlap */
  right: 20px;     /* better alignment */
  object-fit: cover;
  z-index: 2;
}

.client-card h5 {
  margin-top: 20px;
  font-weight: 600;
}

.client-card p {
  font-size: 14px;
  line-height: 1.5;
}

/* Dots */
.client-dots {
  position: static;
  margin-top: 25px;
}

.client-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
}

.client-dots .active {
  opacity: 1;
}
/* Prevent dot buttons from causing page scroll */
.carousel-indicators button {
  scroll-behavior: auto; /* just to be sure */
}

.carousel-indicators button:focus {
  outline: none;       /* remove focus outline */
  scroll-margin-top: 0; /* prevent scroll jump in some browsers */
}
/* Ensure smooth transition */
#clientCarousel .carousel-inner {
  overflow: hidden;
  /* transition: height 0.5s ease;  */
}

#clientCarousel .carousel-item {
  padding-top: 50px; /* image overlap ke liye space */
}
#clientCarousel {
  overflow: hidden;
}
/* Contact us page css */
/* Section Background */
.contact-section{
    background:url("https://www.naugaon.com/img/mid-banner-contact.webp") center/cover no-repeat;
    padding:60px 0;
}

/* Glass Container */
.contact-wrapper{
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.25);
}

/* Map */
.map-box iframe{
    width:100%;
    height:420px;
    border:0;
    border-radius:18px;
}

/* Info Cards */
.info-card{
    background:#6fa04d;
    color:#fff;
    border-radius:16px;
    padding:22px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
}

.info-icon{
    font-size:32px;
    line-height:1;
}

.info-card h5{
    margin:0;
    font-weight:600;
}

.info-card p{
    margin:0;
    font-size:15px;
}

/* Conatct us page css */


/* about us page css */
/* Glass Card */
.map-wrapper{
    max-width: 1320px;
    margin: auto;
    padding: 5px;
}

.map-card{
       background: rgb(255 255 255 / 43%);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Map iframe */
.map-frame{
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 16px;
}
.map {
    position: relative;
    /* min-height: 100vh; */
    background: url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}

/* about us page css */

/* project page css */
/* Banner Section */
.project-banner{
    /*background: rgb(0 0 0 / 40%);*/
    /* background: 
        linear-gradient(rgba(0,60,30,.75), rgba(0,60,30,.75)),
        url("https://images.unsplash.com/photo-1505691938895-1758d7feb511"); */
    background-size: cover;
    background-position: center;
    min-height: 900px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

/* CLU Badge */
.clu-badge{
    position:absolute;
    top:150px;
    left:0px;
    background:#c21f2b;
    padding:8px 18px;
    border-radius:0 0 20px 0;
    font-weight:600;
    font-style:italic;
}

/* Content */
.project-title{
    font-size:42px;
    font-weight:700;
    color:#f4d06f;
    letter-spacing:1px;
}

.project-subtitle{
    background:#fff;
    color:#1e4d2b;
    display:inline-block;
    padding:6px 18px;
    font-weight:600;
    border-radius:4px;
    margin-bottom:20px;
}

.feature-list li{
    margin-bottom:8px;
    font-size:16px;
    color: #000;
}

/* Price */
.price-text{
    font-size:34px;
    font-weight:700;
    margin-top:25px;
}

/* Footer right */
.project-footer{
    position:absolute;
    bottom:20px;
    right:30px;
    text-align:right;
    font-size:14px;
}

/* second section css */
/* Section Background */
.woods-section{
    background:url("https://images.unsplash.com/photo-1505691938895-1758d7feb511") center/cover no-repeat;
    padding:80px 15px;
}

/* Glass Card */
.woods-card{
    background: rgba(70,110,60,0.75);
    backdrop-filter: blur(8px);
    border-radius:24px;
    padding:45px 40px;
    color:#fff;
    max-width:1200px;
    margin:auto;
    box-shadow:0 20px 40px rgba(0,0,0,0.35);
}

/* Title */
.woods-card h1{
    font-size:42px;
    font-weight:700;
    letter-spacing:1px;
}

.woods-card h5{
    font-weight:400;
    margin-bottom:25px;
}

/* Paragraph */
.woods-card p{
    text-align: justify;
    font-size:15px;
    line-height:1.7;
    margin-bottom:15px;
}

/* Features */
.feature-item{
    text-align:center;
    margin-top:35px;
}

.feature-item i{
    font-size:34px;
    margin-bottom:10px;
    display:block;
}

.feature-item span{
    font-size:14px;
}

/* third section css */
/* Section Background */
.highlights-section{
    background:#6f9852;
    padding:35px 0;
}

/* Title */
.highlights-title{
    text-align: center;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

/* Highlight Card */
.highlight-box{
    background:#fff;
    border-radius:14px;
    padding:18px 22px;
    height:100%;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
    color: #3c6f2f;
    font-weight: 500;
}

.highlight-box strong{
    color:#3c6f2f;
    font-weight: 800;
}

/* forth section css */
.gallery-section{
    padding:40px 0;
}

.gallery-title{
        text-align: center;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.gallery-img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:18px;
}

/* Desktop heights */
.gallery-big{
    height:420px;
}
.gallery-small{
    height:200px;
}

/* five section css */
.price-title{
    text-align: center;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

/* Desktop table */
.table-wrapper{
    background:#fff;
    border-radius:8px;
    box-shadow:0 6px 14px rgba(0,0,0,.15);
    overflow:hidden;
}

/* Mobile cards */
.price-card{
    background:#fff;
    border-radius:8px;
    box-shadow:0 6px 14px rgba(0,0,0,.15);
    padding:12px;
    height:100%;
}

.price-card table{
    font-size:14px;
}

.price-card th{
    width:45%;
    color:#2f5d50;
}

.btn-quote{
    border:1px solid #6f8f86;
    color:#2f5d50;
    background:#fff;
    padding:6px 12px;
    border-radius:6px;
    font-size:14px;
}

.btn-quote:hover{
    background:#6f8f86;
    color:#fff;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid #ddd;
}
.table>:not(caption)>*>*
 {
    padding: .5rem 1rem;
 }

 /* project innerpage banner css */
    /* CLU BADGE */
.ww-clu-badge {
  background: #c63c3c;
  color: #fff;
  padding: 6px 16px;
  border-radius: 0 0 15px 0;
  font-style: italic;
  display: inline-block;
  margin-bottom: 15px;
}

/* TITLE */
.ww-title {
 font-size: 48px;
    font-weight: 800;
        color: yellow;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
        position: relative;
    z-index: 2;
}

/* SUBTITLE */
.ww-subtitle {
    color: #1f4d2b;
background: linear-gradient(to right, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  padding: 6px 18px;
  font-weight: 600;
  margin-bottom: 35px;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
}

/* FEATURES */
.ww-feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.ww-feature-list li {
  margin-bottom: 8px;
  font-size: 16px;
  position: relative;
  padding-left: 22px;
}

.ww-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f3c96b;
  font-weight: bold;
}

/* PRICE */
.ww-price {
  font-size: 34px;
  font-weight: 600;
      position: relative;
    z-index: 2;
}

 .bordered-titlee::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: 15px;
    background: linear-gradient(to right, rgba(201, 180, 88, 0), rgba(201, 180, 88, 1), rgba(201, 180, 88, 0));
}
.bordered-titlee {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 2px 30px;
    position: relative;
    z-index: 2;
}
.ww-clu-ribbon {
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, #d94848, #b82f2f);
  color: #fff;
  padding: 10px 26px 10px 22px;
  font-style: italic;
  font-weight: 600;
  border-radius: 0 0px 22px 0;
  z-index: 5;
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  line-height: 1;
  top: 150px;
}
.bolgp {font-size:13px;}
 /* project innerpage banner css */
/* Project page csss */
/* Mobile */
@media screen and (min-width: 1300px) and (max-width: 1370px) {
.onwords {
    display: block;
    font-size: 12px;
}
.home .pricecss {
    font-size: 11px;
}
.onwords {
    display: contents;
}
.home .bolgp {font-size:12px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home .property-overlay .bhk {
    font-size: 13px;
}
    .home .property-overlay h5 {
    font-size: 12px;
}
    .home .pricecss {
    float: none;
    }
    .home .bolgp {font-size:11px;}
    .home .onwords {
    display: contents;
    }
    .home .explore-link {
    margin-top: 8px;
    padding: 3px 26px;
    }
   
}
@media (max-width: 1024px) {
.banner-formweb {
    width: 35%;
}
}
@media (max-width: 991px) {
    

  .navbar-custom {
    position: relative;   /* default normal */
    /*top: auto;*/
    z-index: 9999;
    transition: all 0.3s ease;
  }

  .navbar-custom.fixed-top-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #5b8a2f;  /* optional – navbar color */
            border-radius: 0;
        border: none;

  }
}
@media (max-width: 767px) {
    .breadcrumb {
    font-size: 16px;
}
      .banner-formweb {
        display: block;
        position: unset;
        width: 100%;
        background: #6f9852;
        border-radius: 10px;
        top: unset;
        transform: unset;
    }
    .pricecss {
    float: none;
    }
    .hero-listing {
    height: 50vh;
    }
    .hero-contact {
    height: 50vh;
    }
    .hero-about {
    height: 50vh;
    }
      .why-title{
        font-size:26px;
    }
   
  .why-naugaon {
    padding: 25px;
    border-radius: 14px;
  }

  .why-title {
    font-size: 22px;
  }
  .call-bar {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .call-bar h5 {
    font-size: 16px;
  }
  .expert-wrap{
    padding:10px;
  }
  .expert-img{
    max-width:150px;
    margin-bottom:0px;
  }
  .faq-box {
    padding: 15px;
  }
  .faq-title {
    font-size: 18px;
  }
   .site-footer {
    text-align: center;
        padding: 50px 15px;
  }

  .footer-social {
    justify-content: center;
  }
  .footer-links li {
    text-align: left;
}
.footer-heading {
    text-align: left;
}
.footer-text {
    text-align: justify;
}
}
/* ===== MOBILE ===== */

@media screen and (min-device-width: 500px) and (max-device-width: 992px) { 
    .property-overlay .bhk {
    font-size: 15px;
}
.property-overlay h5 {
    font-size: 15px;
}
.property-overlay {
    right: 14px;
    bottom: 5px;
}
}

@media (min-width: 992px) {

    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 768px) {
     .ww-clu-ribbon {
    font-size: 14px;
    padding: 8px 20px 8px 18px;
  }

  .ww-clu-ribbon::after {
    width: 22px;
    right: -22px;
  }

  .ww-clu-ribbon::before {
    right: -22px;
  }
  .ww-hero {
    min-height: auto;
    padding: 80px 0;
  }

  .ww-title {
    font-size: 26px;
  }
  .ww-subtitle {
    font-size: 18px;
}
.bordered-titlee {
    padding: 2px 10px;
}
  .ww-price {
    font-size: 26px;
  }
     .bordered-title {
    font-size: 28px;
    padding: 12px 20px;
  }
     .video-banner {
         height: 60vh;
         }
         .banner-content h1 {
         font-size: 2rem;
         }
         .banner-content p {
         font-size: 1rem;
         }
     
      .gallery-big{
        height:260px;
    }
    .gallery-small{
        height:220px;
    }
      .woods-card{
        padding:30px 20px;
    }
    .woods-card h1{
        font-size:30px;
    }
    .feature-item{
        margin-top:25px;
    }
     .project-title{
        font-size:30px;
    }
    .price-text{
        font-size:26px;
    }
    .project-footer{
        position:static;
        margin-top:25px;
        text-align:left;
    }
       .map-box iframe{
        height:300px;
        margin-bottom:20px;
    }
      .map-frame{
        height: 300px;
    }
    .faq-section {
    padding: 40px 5px!important;
}
    .call-btn {
    margin-top: 15px;
    }
    .custom-accordion {
    padding-top: 0px!important;
}
    .property-overlay h5 {
    font-size: 14px!important;
    }
    .pricecss {
    font-size: 15px;
    }
    .property-overlay .bhk {
    font-size: 14px!important;
    }
    .property-overlay .price {
    font-size: 12px!important;
    }
    .explore-link {
    font-size: 14px!important;
    }
    .hero {
    height: 100vh;
    }
  .navbar-custom {
    background: #4c7a2b !important;
    position: fixed;
    border-radius: 22px;
    left: 10px;
    right: 10px;
  }
  .hero-content h1 {
    font-size: 38px;
  }
  .hero-content h4 {
    font-size: 18px;
  }
  .hero-content h3 {
    font-size: 22px;
    margin-top: 50px;
  }
  .hero-bannerr {
        height: 220px;
        border-radius: 14px;
      }

      .hero-contentt h2 {
        font-size: 22px;
        padding: 0 15px;
      }
}
/* MOBILE */
@media(max-width:576px){
        .webHide.call a {
         padding: 8px; 
    }
        .webHide.call {
        display: block;
        background: #fff;
        border-radius: 100px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 3px 8px 0px 0px;
    }
    .expert-title {
    margin-bottom: 0px;
}
    .left-box {
    background: none;
    backdrop-filter: none;
    }
    .property-card img {
    padding: 0px;
}
    .bolgp{    font-size: 10px;}
        .mobile-section-footer a.btn {
        border-radius: 0px !important;
        border-right: solid 1px #fff;
        font-size: 14px;
                color: #fff;
    }
        .mobile-section-footer {
        position: fixed;
        bottom: 0;
        z-index: 99;
                background: #4c7a2b;
        width: 100%;
        padding: 2px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
        .mobile-section-footer a.btn:last-child {
        border-right: 0px;
    }
    .explore-link {
    width: 93px;
        margin-top: 10px;
                font-size: 10px !important;
        padding: 3px 10px;
    }
    .numbercolumn{flex-direction: column;
    gap: 1px;
    text-align: center;}
    .videoh2{
    font-size: 22px;
}
        .pricecss {
        font-size: 13px;
    }
        .property-overlay h5 {
        font-size: 13px !important;
    }
        .property-overlay .bhk {
        font-size: 11px !important;
    }
    .about-boxx {
    padding: 32px 20px;
    }
    .onwords{
    display: inline-block;
        padding-top: 0px;
        font-size:10px;
    }
    .container-fluid{padding: 0;}
    .feature-list {
    padding-left: 15px;
}
.expert-wrap {
    background: #6e944ecc;
}
.feature-list li {
    margin-bottom: 12px;
    padding: 11px 0 0 0px;
}
.userbgtop{        position: relative;
        top: 24px;}
.bgform{    padding: 20px 10px 10px 10px;    background: #fff;    border-radius: 10px;}
.feature-list li {
  color: #000;
}

.feature-list li::before {
  color: #4c7a2b !important;
}
    .feature-list li::before {
    content: "✔";
    margin-right: 2px;
    color: #4c7a2b!important;
    }
    .feature-list li {
    /*margin-left: 130px;*/
    margin-bottom: 0;
    font-size: 12px;
    display: flex;
}
    .client-card {
    padding: 25px 10px 15px;
    }
    .logo-strip img {
    max-height: 60px !important;
    }
    .client-section {
    padding: 40px 0;
    }
    .about-boxx {
    padding: 15px 15px;
    }
    .left-box {
    padding: 0;
    
    }
     .highlight-box{
        padding:15px;
    }
    .property-card{
        height:220px;
    }
    .section-title{
        font-size:22px;
        text-align: center;
    }
    .property-overlay{
        padding:5px 5px;
        margin: 0px;
        left: 5px;
    right: 5px;
    }
     .about-section{
        min-height:auto;
        padding:25px 12px;
    }

    .about-box{
        padding:22px 20px;
        border-radius:16px;
    }

    .about-box h2{
        font-size:22px;
        margin-bottom:14px;
    }

    .about-box p{
        font-size:14px;
        line-height:1.55;
    }

    .read-more{
        margin-top:12px;
        font-size:14px;
    }
}