body {
  font-family: 'Segoe UI', sans-serif;
}

.carousel-item img {
  height: 90vh;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0,0,0,0.5);
  padding: 20px;
  border-radius: 10px;
}

.section-title {
  font-weight: 700;
  margin-bottom: 25px;
  color: #b8860b;
}

.hotel-card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.hotel-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

footer {
  font-size: 14px;
}



.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 999;
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}


.slider-img {
  height: 90vh;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0,0,0,0.5);
  padding: 20px;
  border-radius: 10px;
}
