
html, body {
  overflow-x: hidden;
  max-width: 100%;
  background-color: #f9f9f9;
    font-family: 'Inter', sans-serif;
}

@media all and (max-width: 1024px) {
  .carousel-fixed-height {
    height: 220px !important;
  }

  .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 220px !important;
  }

  .room-thumbnail {
    height: 140px !important;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
}

.carousel-fixed-height {
  height: 800px;
}

.carousel-inner {
  height: 100%;
  overflow: hidden;
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.room-thumbnail {
  height: 190px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hover-scale:hover .room-thumbnail {
  transform: scale(1.02);
}

.whatsapp-btn {
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.whatsapp-btn:hover {
  background-color: #25d366;
  transform: scale(1.02);
}
