.hero-section {
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.hero-content {
  text-align: center;
  color: white;
  z-index: 10;
  max-width: 800px;
}

.hero-subtitle {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-section {
  position: relative;
  background-color: rgb(203 201 201 / 50%);
  background-image: url("../img/background.png");
  background-size: cover;
  background-position: center;
  text-decoration: none;
  background-color: #f8f9fa;
  overflow: hidden;
  padding-bottom: 100px;
}

.about-section .container {
  margin-top: 10%;
}

.main-image {
  border-radius: 5px;
  border: 5px solid white;
}

.about-section .main-image img {
  width: 100%;
  border-radius: 10px;
}

.about-section .floating-image {
  position: absolute;
  bottom: -20px;
  left: -30px;
  width: 50%;
  border-radius: 12px;
  overflow: hidden;
}

.floating-image {
  margin-bottom: 100px;
  border-radius: 5px;
  border: 5px solid white;
}

.about-section .floating-image img {
  width: 100%;
  border-radius: 12px;
}

.about-subtitle {
  font-size: 0.9rem;
  color: #978667;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  margin-bottom: 30px;
}

.about-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
}

.about-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
}

.images-container {
  position: relative;
  height: 500px;
}

.image-card {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.image-card:hover {
  transform: translateY(-5px);
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.hero-banner .video-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-banner .hero-content {
  position: relative;
  height: 100%;
  z-index: 1;
}

.room-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.room-card:hover img {
  transform: scale(1.1);
}

.room-info {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  width: 100%;
}
.room-card {
  position: relative;
  overflow: hidden;
}

.room-info {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  transition: all 0.3s ease;
}

.room-info h5 {
  transition: transform 0.3s ease;
}

.room-info .btn-book-now {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  background-color: #ffc107;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 10px;
}

/* Hover effects */
.room-card:hover .room-info .btn-book-now {
  opacity: 1;
  transform: translateY(0);
}

.room-card:hover .room-info h5 {
  transform: translateY(-5px);
}

.custom-container {
  width: 80%;
  margin: 0 auto;
}
.custom-header-facilities {
  text-align: center;
}

.custom-header {
  text-align: center;
  margin-top: 50px;
}

.custom-header-facilities h1 {
  font-size: 32px;
  color: #333;
  margin-bottom: 40px;
}

.custom-header-facilities h3 {
  margin-bottom: 40px;
}

.facilities-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
  margin-top: 5%;
}

.facility-box {
  background-color: white;
  transition: transform 0.3s ease;
}

.facility-box:hover {
  transform: translateY(-10px);
}

.facility-box i {
  font-size: 40px;
  color: #978667;
  margin-bottom: 10px;
}

.facility-box h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.facility-box p {
  font-size: 14px;
  color: #777;
}

/* /* Explore country */

.amenities-section {
  padding: 50px 0;
  background-color: #ffffff;
}

.amenity-item {
  margin-bottom: 60px;
}

.amenity-subtitle {
  font-size: 0.8rem;
  color: #978667;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 15px;
}

.amenity-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.2;
}

.amenity-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.amenity-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0;
}

.amenity-content {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
}

/* image left, text right */
.restaurants-section .amenity-content {
  padding-left: 50px;
}

/*text left, image right */
.art-culture-section .amenity-content {
  padding-right: 50px;
}

.testimonial-section {
  background-image: url("../img/image5.jpeg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}

.testimonial-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.testimonial-section .container {
  position: relative;
  z-index: 1;
}

/* Testimonial Card */
.testimonial-card {
  background-color: #1e1e2f;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.carousel-indicators {
  position: relative;
  margin-top: 10px;
}
.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  margin: 0 6px;
  opacity: 1;
  transition: all 0.3s ease;
}

/* Active dot */
.carousel-indicators .active {
  background-color: white;
  border-color: white;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    letter-spacing: 2px;
  }

  .navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .navbar-brand img {
    margin-left: 20px;
  }

  .navbar-nav .nav-link {
    margin: 10px 0;
    text-align: center;
  }

  .btn-book-now {
    margin-top: 15px;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
  }
  .about-section .floating-image {
    left: 10px;
  }
  .facilities-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
  .navbar-brand img {
    margin-left: 20px;
  }
  .about-section .floating-image {
    left: 10px;
  }
  .facilities-wrapper {
    grid-template-columns: 1fr;
  }
}
