.elementor-1646 .elementor-element.elementor-element-1e4c0ad7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-54cff7a *//* UTILITIES */
.container {
  
  margin: auto;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.btn {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(135deg,#8d2ce0,#4a00de);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
}

.btn.outline {
  background: transparent;
  border: 2px solid #fff;
}

/* HERO */
.hero {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,.85), transparent 70%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
}

.hero h1 {
  font-size: 4rem;
  font-weight: 700;
}

.hero h5 {
  letter-spacing: 6px;
  font-size: 14px;
}

/* SECTIONS */
section {
  padding: 80px 0;
}

.about h2 {
  font-size: 3rem;
}

.subtitle {
  color: #8300e9;
  font-weight: 600;
}

/* ROOMS */
.room-card img {
  width: 100%;
  border-radius: 20px;
}

.room-card h3 {
  margin: 15px 0;
}

/* CTA IMAGE */
.cta-image {
  height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-content {
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,.4);
  padding: 40px;
  border-radius: 20px;
}

/* AMENITIES */
.amenity {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
}/* End custom CSS */