body {
  margin: 0;
  padding: 0;
}

.carousel-item {
  height: 90vh;
  background-size: cover;
  background-position: center center;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.bg-light {
  background-color: #000000 !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;
}


.footers {
  background-color: black !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;

}





 .pdf-box {
      border: 1px solid #ccc;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.2s;
    }
    .pdf-box:hover {
      transform: translateY(-5px);
    }
    .download-btn {
      margin-top: 15px;
    }








