
html, body {
  overflow-x: hidden;
}

.community-wrp h3{
     color: #fff;
     font-size:20px;
  font-weight: 700;
}
.community-wrp p{
     color: #fff;
  font-weight: 500;
      font-size: 18px!important;
}

/* === Hero Banner === */
.hero-banner {
  margin-top: 20px;
}

.hero-title {
  color: #A34B25;
  font-weight: 500;
}

.hero-title span {
  color: #000;
  font-weight: 700;
}
.hero-title b {

  font-weight: 500;
}

.arrow-img {
  width: 30%;
  margin-top: -30%;
  margin-left: 80%;
}

.hero-text {
  color: #000 !important;
}

.location-label {
  color: white !important;
}

.location-text {
  color: white !important;
}

/* === Neighbourhood Section === */
.neighbour-title {
  font-weight: 500;
}

.neighbour-title span {
  font-weight: 700;
}

/* === Amenity Section === */
.life-subtitle {
  font-size: 18px;
  font-weight: 700 !important;
}

.life-heading {
  font-size: 64px;
  font-weight: 700 !important;
  color: black !important;
}

.life-desc {
  font-size: 18px;
  font-weight: 500;
}

/* === Community Section === */
.location-heading {
  color: white !important;
  font-size: 48px;
  font-weight: 700;
}

.location-subdesc {
  color: white !important;
  font-size: 18px;
  font-weight: 500;
}

.flex-figure {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.adv-icon {
  height: 90px;
  width: 90px;
}

.adv-text {
  color: white;
  padding-top: 10px;
}

.advantage-box {
  /*background: #301C14;*/
  padding: 0px 0px 20px 0px;
}

.advantage-img {
  width: 100%;
  margin-left: -15px;
}

.source-text {
  text-align: right;
  color: white;
  font-size: 18px;
}

/* === Snapshot Section === */
.snapshot-title {
  font-size: 48px;
  font-weight: 700;
}

.snapshot-col h2 {
  font-size: 36px;
  font-weight: 700;
}

.snapshot-col span {
  font-size: 16px;
  font-weight: 700;
}

/* === Welcome Section === */
.welcome-title {
  font-size: 40px;
  font-weight: 700;
}

.btn-brown {
  background: #A34B25;
  color: white;
}

/* === Adani Welcome === */
.adani-welcome-wrp {
  color: white;
}

.adani-welcome-wrp h2,
.adani-welcome-wrp p {
  color: white;
}

/* === Base Styles === */
.advantage-section {
  /*background: #301C14;*/
  color: white;
  padding: 50px 15px;
}

.adv-icon {
  height: 80px;
  width: 80px;
  object-fit: contain;
}
.fig-st{
    padding-left: 40%;
}

.adv-text {
  color: white;
  padding-top: 10px;
}

.advantage-box {
/*  background: #3a2219;*/
  
  border-radius: 10px;
  text-align: center;
}

.advantage-img {
  width: 70%;
  border-radius: 5px;
}

.source-text {
    text-align: right;
    color: white;
    font-size: 14px;
    margin-top: 8px;
    opacity: 0.8;
    padding-right: 32%;
}

/* === Responsive Adjustments === */
@media (max-width: 991px) {
  .advantage-section {
    padding: 40px 20px;
  }

  .adv-icon {
    height: 70px;
    width: 70px;
  }

  
}

@media (max-width: 767px) {
  .advantage-section {
    text-align: center;
  }
  .community-wrp p {
    color: #fff;
    font-weight: 600;
    font-size: 16px !important;
    
  }
.rd{
    color: #A34B25;
    font-size:18px !important;
}
.neighbourhood-wrp p{
    margin: 0;
    font-family: 'Adani';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}
  .adv-icon {
    display: block;
   /* margin: 0 auto 10px;*/
  }
.source-text {
    text-align: right;
    color: white;
    font-size: 14px;
    margin-top: 8px;
    opacity: 0.8;
    padding-right: 6%;
}

  .advantage-box {
    margin-top: 30px;
  }
  .hero-banner-center{
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;

}
.banner-back img {
    width: 100%;
    /* margin-left: 43%; */
    height: 40vh;
    object-fit: cover;
    object-position: center;
}
.arrow-img {
  width: 30%;
  margin-top: -27%;
  margin-left: 50%;
}
.banner-data-block p
{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
}
.at{
    text-align:center;
}
}

