body {
  margin: 0;
  font-family: #fdf1df;
  background-color: #fdf1df;
  color: #4a2b00;
  line-height: 1.6;
  scroll-behavior: smooth;
}

.luxury-navbar {
  min-height: 72px;
  font-family: "Outfit", sans-serif;
  background-color: #fdf1df;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.luxury-navbar.scrolled {
  background-color: rgba(253, 241, 223, 0.95);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.luxury-navbar .navbar-logo {
  height: 28px;
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.luxury-navbar .navbar-logo:hover {
  transform: scale(1.3);
}
.luxury-navbar .nav-link {
  font-weight: 700;
  font-size: 1rem;
  color: #4a2b00 !important;
  padding: 0.5rem 1rem;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.luxury-navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #c49100;
  transition: width 0.3s ease;
}
.luxury-navbar .nav-link:hover {
  background-color: rgba(210, 168, 72, 0.08);
  color: #c49100 !important;
}
.luxury-navbar .nav-link:hover::after {
  width: 100%;
}
.luxury-navbar .dropdown-menu {
  background-color: #fdf1df;
  border: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.luxury-navbar .dropdown-menu .dropdown-item {
  font-weight: 600;
  color: #4a2b00;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s ease;
}
.luxury-navbar .dropdown-menu .dropdown-item:hover {
  background-color: #fbe8b3;
  color: #c49100;
  border-radius: 6px;
}
.luxury-navbar .btn {
  margin-left: auto;
  margin-right: 0;
}

.luxury-offcanvas {
  background-color: rgba(253, 241, 223, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-family: "Playfair Display", serif;
  padding: 2rem 1.5rem;
}
.luxury-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.luxury-offcanvas .nav-link {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #4a2b00;
  transition: color 0.3s ease;
}
.luxury-offcanvas .nav-link:hover {
  color: #c49100;
}
.luxury-offcanvas .btn-book {
  margin-top: 2rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  .navbar .d-none.d-lg-flex {
    display: none !important;
  }
  .navbar .d-lg-none {
    display: block !important;
  }
  .luxury-navbar .btn {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .btn-book {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
  .navbar-logo {
    height: 18px !important;
  }
}
@media (min-width: 992px) {
  .luxury-navbar .luxury-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.luxury-rooms {
  margin-top: 0;
  width: 100%;
  padding: 60px 0;
  background-image: url("/images/king_size_bed.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  font-family: "Outfit", sans-serif;
  color: white;
}
.luxury-rooms::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 0;
}
.luxury-rooms > * {
  position: relative;
  z-index: 1;
}
.luxury-rooms .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.luxury-rooms__subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f5d67b;
  position: relative;
  display: inline-block;
}
.luxury-rooms__subtitle::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: linear-gradient(135deg, #f5d67b, #d4af37);
  margin: 0.5rem auto 0;
}
.luxury-rooms__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.luxury-rooms__desc {
  max-width: 700px;
  font-size: 1rem;
  color: #eee;
}

.services-body {
  background-color: #fdf1df;
  font-family: "Outfit", sans-serif;
}

.service-section {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
  border-bottom: 20px;
}
.service-section.animate-up {
  opacity: 1;
  transform: translateY(0);
}
.service-section .icon {
  font-size: 3rem;
  color: #3a1f00;
  background: linear-gradient(135deg, #f5d67b, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}
.service-section .title {
  font-size: 2rem;
  font-weight: 600;
  color: #3a1f00;
  font-family: "Outfit", sans-serif;
  margin-bottom: 1rem;
}
.service-section .desc {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.65;
  font-family: "Outfit", sans-serif;
}
.service-section img {
  border-radius: 1rem;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .service-section {
    text-align: center;
  }
  .service-section .icon {
    margin-bottom: 1rem;
  }
  .service-section .title {
    font-size: 1.75rem;
  }
  .service-section .desc {
    font-size: 1rem;
  }
  .service-section img {
    max-height: 250px;
  }
}
.footer {
  margin-top: 20px;
  font-family: "Outfit", sans-serif;
  background: #fff;
  color: #2c2c2c;
}
.footer .footer-top {
  background-color: #4a2b00;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer .footer-top .info-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.footer .footer-top .info-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.footer h6 {
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
}
.footer .footer-logo {
  max-width: 180px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.footer .social-icons {
  justify-content: center;
  flex-wrap: wrap;
}
.footer .social-icons .social-icon {
  width: 46px;
  height: 46px;
  background-color: #4a2b00;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.footer .social-icons .social-icon:hover {
  background: linear-gradient(135deg, #f5d67b, #d4af37);
  color: #000;
  transform: scale(1.05);
}
.footer .footer-bottom {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer .footer-top .row {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-top .row .col-md-4 {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .footer .footer-top .row .col-md-4 i {
    font-size: 2rem !important;
    margin-bottom: 0.5rem;
    margin-right: 0 !important;
  }
  .footer .footer-top .row .col-md-4 div h6 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .footer .footer-top .row .col-md-4 div p {
    font-size: 0.875rem;
  }
  .footer .footer-top .row .col-md-4:not(:last-child) {
    margin-bottom: 2rem;
  }
  .footer .footer-middle {
    padding: 2rem 1rem;
  }
  .footer .footer-middle .footer-logo {
    max-width: 160px;
    height: auto;
  }
  .footer .footer-middle p {
    font-size: 0.9rem;
    padding: 0 1rem;
  }
  .footer .footer-middle h6 {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .footer .footer-middle .social-icons {
    gap: 1.2rem;
  }
  .footer .footer-middle .social-icons a {
    font-size: 1.3rem;
  }
  .footer .footer-bottom p {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=services.css.map */