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

.hero {
  height: 100vh;
  background: url('../img/living_room_0.jpeg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero .hero-text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero .btn {
  font-size: 1.25rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
}

.amenity-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: #0d6efd;
}

.gallery img {
  object-fit: cover;
  height: 300px;
}

footer {
  background: #f8f9fa;
  padding: 2rem 0;
  font-size: 0.9rem;
}

section:nth-of-type(odd) {
  background-color: #f8f9fa;
}

section:nth-of-type(even) {
  background-color: #ffffff;
}

section {
  padding: 4rem 0;
}

