@import url("https://fonts.googleapis.com/css2?family=Forum&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
}

body {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: "Forum", serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
}
a {
  text-decoration: none;
  color: white;
  font-family: "Forum", serif;
}
h3 {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}
h6,
p {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
}

/* Navbar Customization */
.navbar {
  background: #f4f7f5;
  transition: 0.3s;
  padding: 15px 0;
}

.nav-link {
  font-family: "Forum", serif;
  color: #2d4030 !important;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 10px;
}

.btn-book {
  background: #2d4030;
  color: white !important;
  padding: 10px 25px;
  border-radius: 0;
  transition: 0.4s;
}

.btn-book:hover {
  background: #89a894;
  transform: translateY(-2px);
}

/* Hero Section */
/* Hero Carousel */
.carousel-item {
  height: 80vh;
  min-height: 500px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.carousel-caption {
  bottom: 30%;
  text-align: center;
  padding: 40px;
  backdrop-filter: blur(5px);
}
.carousel-caption h1 {
  font-family: "Forum", serif;
  color: #ffffff8e;
}
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#about {
  padding-top: 100px;
  padding-bottom: 100px;
}
.facilities {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* Feature Cards */
.room-card {
  border: none;
  overflow: hidden;
  background: var(--light-sage);
  transition: 0.4s;
}

.room-card:hover {
  transform: translateY(-10px);
}

.room-img {
  height: 300px;
  object-fit: cover;
  transition: 0.5s;
}

.room-card:hover .room-img {
  transform: scale(1.1);
}

/* Sections */
.section-padding {
  padding: 60px 0;
}

.bg-green-soft {
  background-color: #4c635056;
}

.gold-divider {
  width: 50px;
  height: 2px;
  background: #d4af37;
  margin: 20px auto;
}

footer {
  background: #2d4030;
  color: white;
  padding: 60px 0 20px;
}

.contact-icon {
  font-size: 1.5rem;
  color: #89a894;
  margin-bottom: 15px;
}
/* Facilities */
.fac-box {
  border: 1px solid #eee;
  padding: 40px 20px;
  transition: 0.3s;
  background: #fff;
}
.fac-box:hover {
  border-color: #89a894;
  transform: translateY(-5px);
}
.fac-icon {
  font-size: 2.5rem;
  color: #89a894;
  margin-bottom: 15px;
}

/* Gallery Carousel */
.gallery-img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #89a894;
}

/* Testimonials */
.testimonial-card {
  background: var(--light-sage);
  padding: 40px;
  position: relative;
}
.quote-icon {
  font-size: 3rem;
  color: #89a894;
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 20px;
}
.about-hero {
  height: 40vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.192), rgba(5, 5, 5, 0.329)),
    url("/image/One-Bedroom Deluxe Apartment/686323246.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.abou-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* Gallery Styles */
.gallery-container {
  padding: 80px 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  cursor: pointer;
  border-radius: 4px;
}

.gallery-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item:hover .gallery-overlay i {
  transform: translateY(0);
}
/* room page */
/* Hero Section */
.rooms-hero {
  height: 40vh;
  background:
    linear-gradient(rgba(27, 48, 34, 0.151), rgba(27, 48, 34, 0.26)),
    url("/image/One-Bedroom Deluxe Apartment/686322773.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

/* Room Cards */
.room-row {
  margin-bottom: 80px;
  align-items: center;
}
.room-carousel img {
  height: 450px;
  object-fit: cover;
  border-radius: 4px;
}
.room-info {
  padding: 40px;
}
.room-price {
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 600;
}
.amenity-icon {
  font-size: 1.2rem;
  color: var(--accent-green);
  margin-right: 15px;
}

/* Buttons */
.btn-gold {
  background: #89a894;
  color: white;
  border-radius: 0;
  padding: 12px 30px;
  border: none;
  transition: 0.3s;
}
.btn-gold:hover {
  background: var(--primary-green);
  color: white;
}

.contact-hero {
  height: 35vh;
  background:
    linear-gradient(rgba(15, 15, 15, 0.253), rgba(0, 0, 0, 0.171)),
    url("/image/Standard Triple Room with Sea View/686313284.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

/* Contact Info Boxes */
.contact-box {
  padding: 50px 30px;
  border: 1px solid #eee;
  transition: 0.4s ease;
  height: 100%;
  background: #fff;
}
.contact-box:hover {
  border-color: var(--accent-green);
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.contact-icon {
  font-size: 2.5rem;
  color: var(--accent-green);
  margin-bottom: 20px;
  display: inline-block;
}
.contact-box h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.contact-box p,
.contact-box a {
  color: #666;
  text-decoration: none;
  font-size: 1.05rem;
}
.contact-box a:hover {
  color: var(--gold);
}

/* Map Section */
.map-container {
  height: 500px;
  width: 100%;
  filter: grayscale(10%) contrast(110%);
}
