@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
body {
  font-family: "Outfit", sans-serif;
  background-color: #fdf1df;
  color: #4a2b00;
  line-height: 1.6;
  scroll-behavior: smooth;
}

.bg-light-beige {
  background-color: #fdf1df !important;
}

.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;
}

.btn-book {
  background-color: #4a2b00;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(74, 43, 0, 0.15);
  transition: all 0.3s ease;
}
.btn-book i {
  background-color: #fff;
  color: #4a2b00;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.btn-book:hover {
  background-color: #170d00;
}
.btn-book:hover i {
  background-color: #f3f3f3;
}

.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%);
  }
}
.owl-carousel {
  font-family: "Montserrat", sans-serif;
}
.owl-carousel .item {
  position: relative;
  color: white;
  height: 450px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.6);
}
.owl-carousel .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(47, 32, 0, 0.9) 0%, rgba(47, 32, 0, 0.6) 35%, rgba(47, 32, 0, 0.5) 100%);
  z-index: 1;
}
.owl-carousel .item .item-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 60px 30px;
  max-width: 700px;
}

.google-rating {
  display: inline-flex;
  align-items: center;
  background: #fff8dc;
  border-radius: 50px;
  font-size: 12px;
  color: #6c4500;
  font-weight: 600;
  padding: 4px 10px;
  margin-bottom: 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.google-rating .bi.location-icon {
  margin-right: 6px;
  font-size: 14px;
  color: #6c4500;
  flex-shrink: 0;
}
.google-rating .stars {
  margin-left: 6px;
  color: #e2a800;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.google-rating span {
  margin-left: 4px;
  font-weight: 400;
  white-space: nowrap;
}

h1 {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 900;
  color: white;
  letter-spacing: 0.8px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  margin: 0 0 18px 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: white;
  line-height: 1.5;
  max-width: 400px;
}

.btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  text-decoration: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s ease;
}
.btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.btn.btn-primary {
  background-color: #6c4500;
  color: white;
  border: 1px solid #6c4500;
}
.btn.btn-primary:hover {
  background-color: #a67c00;
  border-color: #a67c00;
}
.btn.btn-secondary {
  background-color: white;
  color: #6c4500;
  border: 1px solid #6c4500;
}
.btn.btn-secondary:hover {
  background-color: #6c4500;
  color: white;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border: none;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #6c4500;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: #6c4500;
  color: white;
}
.owl-nav button.owl-prev {
  left: 10px;
}
.owl-nav button.owl-next {
  right: 10px;
}

.owl-dots {
  text-align: center;
  margin-top: 15px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.owl-dots .owl-dot.active {
  background: #6c4500;
}

@media (max-width: 768px) {
  .owl-carousel .item {
    height: 400px;
  }
  .owl-carousel .item .item-content {
    max-width: 100%;
    padding: 20px 25px;
  }
  h1 {
    font-size: 1.6rem;
  }
  p {
    font-size: 13px;
    max-width: 100%;
  }
}
.luxury-about {
  background: linear-gradient(135deg, #fff9f3 0%, #fdecd6 100%);
  font-family: "Outfit", sans-serif;
  color: #2c2c2c;
}
.luxury-about__subtitle {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #a67c52;
  margin-bottom: 0.5rem;
}
.luxury-about__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #1f1f1f;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.luxury-about__content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 100%;
  gap: 2rem;
}
.luxury-about__image-wrapper, .luxury-about__description-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.luxury-about__image-wrapper {
  height: 100%;
}
.luxury-about__image-wrapper img {
  border-radius: 1rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.luxury-about__description-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.luxury-about__description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4d3c28;
  margin-bottom: 1rem;
}
.luxury-about__icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(145deg, #a67c52, #5b3200);
  color: white;
  font-size: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.luxury-about__text {
  max-width: 300px;
  margin: 0 auto;
  font-size: 0.95rem;
  font-weight: 500;
  color: #3b2d1f;
}
@media (max-width: 991.98px) {
  .luxury-about__content {
    flex-direction: column;
    gap: 1.5rem;
  }
  .luxury-about__image-wrapper, .luxury-about__description-box {
    height: auto;
  }
  .luxury-about__title {
    font-size: 2rem;
  }
  .luxury-about__description-box {
    padding: 1.25rem;
  }
  .luxury-about__description {
    font-size: 1rem;
  }
  .luxury-about__icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

.luxury-rooms {
  background-color: #fdf1df;
  font-family: "Outfit", sans-serif;
  color: #2e2e2e;
}
.luxury-rooms__subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b08d57;
  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: #555;
}
.luxury-rooms__card {
  transition: transform 0.3s ease;
}
.luxury-rooms__card:hover {
  transform: scale(1.02);
}
.luxury-rooms__image {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 16px;
}
.luxury-rooms__image--large {
  height: 100%;
  min-height: 250px;
}
.luxury-rooms__price {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, #f5d67b, #d4af37);
  color: white;
  font-weight: bold;
  padding: 0.4rem 0.75rem;
  border-radius: 30px;
  font-size: 0.9rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.luxury-menu-section {
  background-color: #fdf1df;
  font-family: "Outfit", sans-serif;
}
.luxury-menu-section__subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b08d57;
  position: relative;
  display: inline-block;
}
.luxury-menu-section__subtitle::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: linear-gradient(135deg, #f5d67b, #d4af37);
  margin: 0.5rem auto 0;
}
.luxury-menu-section__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.luxury-menu-section__desc {
  max-width: 700px;
  font-size: 1rem;
  color: #555;
}
.luxury-menu-section .lux-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
}
.luxury-menu-section .lux-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border-color: #d4af37;
}
.luxury-menu-section .lux-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #f5d67b, #d4af37);
}
.luxury-menu-section .lux-card__image {
  overflow: hidden;
}
.luxury-menu-section .lux-card__image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.luxury-menu-section .lux-card:hover .luxury-menu-section .lux-card__image img {
  transform: scale(1.05);
}
.luxury-menu-section .lux-card__body {
  padding: 1.5rem 1.2rem;
}
.luxury-menu-section .lux-card__body .lux-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 0.4rem;
  position: relative;
}
.luxury-menu-section .lux-card__body .lux-card__title::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 0.5rem;
  background: linear-gradient(135deg, #f5d67b, #d4af37);
}
.luxury-menu-section .lux-card__body .lux-card__desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}
.luxury-menu-section .lux-menu-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #f5d67b, #d4af37);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 30px rgba(212, 175, 55, 0.4);
}
.luxury-menu-section .lux-menu-btn:hover {
  background: linear-gradient(135deg, #d4af37, #f5d67b);
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.6);
  transform: translateY(-3px);
}
@media (max-width: 575.98px) {
  .luxury-menu-section .lux-card__image img {
    height: 180px;
  }
  .luxury-menu-section .lux-card {
    margin-bottom: 1rem;
  }
}

.footer {
  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=style.css.map */