body {
  margin: 0;
  padding: 0;
}
/* .banner {
  background: url('../img/avenue.jpg') no-repeat center center;
 height: 100vh;
  width: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
} */

.banner-overlay {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  /* Semi-transparent overlay */
  padding: 20px 40px;
  border-radius: 10px;
  width: 50%;
}

.banner-overlay h1 {
  font-size: 3rem;
  margin: 0;
}

.banner-overlay p {
  font-size: 1.2rem;
  margin-top: 10px;

}

.section-bg {
  background: url('images/bg-image.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.shadow-box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 30px;
  text-align: center;
  /* height: 100%; */
  transition: transform 0.3s ease;
}
.shadow-box:hover {
  transform: translateY(-5px);
}

.shadow-box h4 {
  color: #2e4372;
  margin-bottom: 15px;
}

.shadow-box p {
  color: #444;
  font-size: 15px;
}
.section-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2e4372;
  margin-bottom: 40px;
}
.whychoose {
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.call.mt-5.text-center {
    background-color: #0f1a2c !important;
    height: 50%;
        padding-top: 5%;
}

.call.mt-5.text-center {
    background-color: #00afef !important;
    height: 25%;
    padding-top: 3%;
}
.call.mt-5.text-center h2 {
color: white;
font-size: 50px;

}

.amenity-box {
      text-align: center;
      padding: 30px 20px;
      border-radius: 10px;
      background-color: #f9f9f9;
      transition: 0.3s ease;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .amenity-icon {
      font-size: 36px;
      margin-bottom: 15px;
    }

    .text-green { color: #28a745; }
    .text-blue { color: #007bff; }
    .text-orange { color: #fd7e14; }
    .text-purple { color: #6f42c1; }

    .amenity-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .footer{
background-color: #007bff;
    }
    .pdf-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 20px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .pdf-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }
    .pdf-icon {
      font-size: 40px;
      color: #dc3545;
    }


     