body {
  margin: 0;
  padding: 0;
}

/* .banner {
  background: url('../img/01.jpg') no-repeat center center;
  height: 100%;
  width: 100%;
 background-size: cover;

} */
.banner {
  background: url('../img/01.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;

}


.bg-light {
  background-color: #0f1a2c !important;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.about {
  text-align: center;
  margin-top: 50px;
}

.about h1 {
  padding-bottom: 20px;
}

.gallery-item {
  margin-bottom: 30px;
}

.gallery-box {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.gallery-box:hover {
  transform: translateY(-5px);
}

.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery-text {
  padding: 15px;
  text-align: center;
  font-weight: 500;
}

.amenity-box {
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: 0.3s ease;
}

.amenity-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.amenity-icon {
  font-size: 40px;
  color: #0f1a2c;
  margin-bottom: 15px;
}

.amenity-title {
  font-weight: 600;
  font-size: 18px;
}

.contact-section {
  padding: 60px 0;
}

.map-box {
  height: 100%;
  min-height: 400px;
}

.form-box {
  padding: 30px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dukia img {
  width: 100%;
}

footer.bg-dark.text-white.pt-5.pb-4.footer {
  background-color: #0f1a2c !important;
}


.plan-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.plan-box img {
  width: 100%;
  height: auto;
}

.plan-title {
  padding: 15px;
  text-align: center;
  background-color: #f8f9fa;
  font-weight: bold;
  font-size: 18px;
}

.sites-image img {
  width: 100%;
}

.footers {
  background-color: #0f1a2c !important;
}

.copy {
  background-color: #222;
  color: white;
  padding: 15px 0;
}

.copy a {
  color: white;
  margin-left: 15px;
  font-size: 18px;
  transition: color 0.3s;
}

.copy a:hover {
  color: #0dcaf0;
  text-decoration: none;
}


@media (max-width: 767px) {
  .map-box {
    min-height: 300px;
    margin-bottom: 30px;
  }

  .banner-overlay {
    width: 100%;
  }
}




.small-icon {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

.small-text {
  font-size: 12px;
  line-height: 1.2;
}

.call.mt-5.text-center {
    background-color: #0f1a2c !important;
    height: 50%;
        padding-top: 5%;
}

.call.mt-5.text-center {
    background-color: #0f1a2c !important;
    height: 25%;
    padding-top: 3%;
}
.call.mt-5.text-center h2 {
color: white;
font-size: 50px;

}