
body {
  font-family: "Poppins", sans-serif !important;
    margin: 0;
    padding: 0;
  }
.banner_section_details h1 {
    font-size: 53px;
    font-weight: 600;
}
.by_reozone{
    display: block;
    text-align: end;
}
.new_vbu_reo {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    /* font-size: 15px; */
}
.banner_section_details {
    position: relative;
    background: linear-gradient(to bottom, #00000085, #434343a8), url(../images/ban.jpg) no-repeat center center;
    background-size: cover;
    height: 600px;
    color: white;
    display: flex;
    align-items: center;
    padding: 40px;
    overflow: hidden;
}
.hero-title p {
    color: #fff;
    font-size: 21px;
    margin-top: 28px;
}
.new_card_wilderwood .card-header {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #c17a00;
}
.card.new_card_wilderwood {
    border: unset;
    border-radius: 30px;
}
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
  }

  .hero-title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
  }
.hero-subtitle {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 1.3rem;
}
.hero-button, .submit_button {
    background: #c17a00;
    border: none;
    color: rgb(255 250 250);
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 0.9rem;
}

  .hero-button:hover {
    opacity: 0.9;
  }
  .card-icon {
    font-size: 2rem;
    margin-bottom: 13px;
  }
  .card-custom {
    border: none;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }
  .card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }
  .components{
    width: 50px;
  }
  
.articles-section {
    background-color: #eaf2f5;
  }
  
  .article-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    height: 100%;
  }
  
  .article-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  .amenity-box {
    text-align: center;
    padding: 30px 20px;
    height: 100%;
    transition: 0.3s ease;

  }

  .amenity-box:nth-child(even) {
    background-color: #ffffff; /* White background for alternating effect */
  }


  .amenity-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #003E4F;
  }

  .amenity_images img{
   width: 50px;
  }
  .amanities_img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
  }
  .img_section img{
    width: 100%;
    border-radius: 20px;
  }
  .amanities {
    margin-bottom: 30px;
    background: #f6f6f6;
    padding: 50px 0;
}
  .your_gallery_img img{
    width: 100%;
    border-radius: 20px;
  }
  .tick_img img{
    width: 8%;
  }
  .location {
    display: flex;
    align-items: center;
    justify-content: left;
  } 
  .location p{
    padding-left: 10px;
    padding-top: 13px;
  }
  .facility-title {
    font-weight: 600;
    margin-top: 20px;
}
.card_address
{
  border: unset !important;
  border-radius: 40px !important;
}
.form{
  background-color: #f6f6f6;
  padding: 50px 0;
}
.form_buttom label{
  margin-bottom: 20px;
}
.form_buttom input{
  margin-bottom: 20px;
}
.form_buttom textarea{
  margin-bottom: 20px !important;
}
.btn_fref {
    width: 50% !important;
    background-color: #b57d05 !important;
    color: #fff !important;
    margin-left: 20px;
}
input::placeholder {
  font-size: 0.8rem; /* adjust to your preference */
}
.img_section {
  background-color: #f6f6f6;
  padding: 50px 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul li a {
  text-decoration: none;
  color: #ffffff;
}
.footer img{
      vertical-align: middle;
      width: 21px;
      filter: brightness(0) invert(1);
      margin-right: 10px;
  }
  .footer {
    background:#c17a00;
    padding: 40px 0;
}
.masterplan{
width: 100%;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.feature-item {
  padding: 2rem 1rem;
  position: relative;
}

/* Vertical lines between columns */
.feature-item:not(:nth-child(5n))::after {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  width: 1px;
  background-color: #00000030; /* light black line */
}

/* Horizontal line between the two rows (after the first row of 5) */
.feature-item:nth-child(-n+5)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  background-color: #00000030;
}

.feature-icon {
  height: 60px;
  margin-bottom: 1rem;
}
nav.navbar.navbar-expand-lg.woodpeckar_logo {
    padding: 30px 20px;
    z-index: 9;
}
button.btn.submit_button {
    background: #c17a00;
    color: #fff;
}
.feature-text {
  font-size: 14px;
  line-height: 1.4;
}
.woodpeckar_logo {
    background-color: #fff;
    position: sticky !important;
    top: 0;
    z-index: 1;
}
  
.woodpeckar_logo img {
    width: 300px;
    height: 50px;
    /* filter: brightness(0)invert(1); */
    object-fit: cover;
}
.navbar-nav li a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}
.navbar-nav li{
  padding-right: 50px;
}
a.btn.btn-custom {
  background: #d3ab68;
  border-color: transparent !important;
  border: unset;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 16px;
}
.clas_call_us {
  font-size: 15px !important;
  background: #d3ab68 !important;
  border-color: transparent !important;
  border: unset !important;
  font-weight: 700 !important;
  padding: 7px 17px !important;
  border-radius: 16px;
  color: #000 !important;
}
.clas_call_us1 {
  font-size: 15px !important;
  background: #d3ab68 !important;
  border-color: transparent !important;
  border: unset !important;
  font-weight: 700 !important;
  padding: 7px 17px !important;
  border-radius: 16px;
  width: 50%;
  display: flex;
  align-items: center;
  text-decoration: none;
  /* text-align: center; */
  justify-content: center;
  /* text-align: center; */
  color: #000 !important;
  margin: auto;
}
.master_plan{
    margin: 60px 0;
}
.card-body.prime_location {
    padding: 60px 30px;
}
.master_plan img{
    width: 100%;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    justify-content: center;
  }
}

.card_4{
  text-align: left !important;

}
.card-custom h5{
  font-size: 16px;}
  
  .prime_location img{
  width: 20px;
  }
 .near_by {
    margin: 50px;
}