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%);
  }
}
body {
  font-family: "Outfit", sans-serif;
  background-color: #fcf7ef;
  color: #2e2e2e;
  position: relative;
  overflow-x: hidden;
}

#falling-icons {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: visible;
  z-index: 0;
}
#falling-icons .falling-icon {
  position: absolute;
  top: -40px;
  width: 30px;
  height: 30px;
  opacity: 0.15;
  fill: #d4af37;
  filter: drop-shadow(0 0 2px rgba(212, 175, 55, 0.6));
  animation-timing-function: linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform;
  animation-name: fallDown;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes fallDown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  10% {
    opacity: 0.15;
  }
  100% {
    transform: translateY(110vh);
    opacity: 0;
  }
}
.section-title {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 3rem 0 1.5rem;
  background: linear-gradient(90deg, #f5d67b, #d4af37, #b8860b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 5px rgba(212, 175, 55, 0.5);
  animation: fadeInUp 1s ease forwards;
}
.section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #f5d67b, #d4af37, #b8860b);
  box-shadow: 0 0 10px #d4af37;
  opacity: 0.9;
}

.gallery-header {
  background-image: url("/images/king_size_bed.webp");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
.gallery-header h1 {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, #f5d67b, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.gallery-header p {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 500;
}

.room-selector {
  text-align: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.room-selector .room-btn {
  font-weight: 600;
  margin: 8px;
  border-radius: 30px;
  padding: 8px 22px;
  background: #f7f1e5;
  color: #7a5b23;
  border: 2px solid #e5d3a3;
  cursor: pointer;
  transition: all 0.3s ease;
}
.room-selector .room-btn:hover, .room-selector .room-btn.active {
  background: linear-gradient(135deg, #d4af37, #b8860b);
  color: #fff;
  border-color: transparent;
}

.gallery-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}
.gallery-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.gallery-card .caption {
  padding: 14px 16px;
  font-weight: 600;
  font-size: 1.05rem;
  color: #7a5b23;
  background: #f7f1e5;
  text-align: center;
}
.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}
.gallery-card:hover img {
  transform: scale(1.04);
}

.modal-content {
  animation: zoomIn 0.3s ease-in-out;
  background-color: transparent;
  border: none;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 992px) {
  .section-title {
    font-size: 2rem;
  }
  .gallery-card img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .gallery-header h1 {
    font-size: 2rem;
  }
  .room-selector .room-btn {
    padding: 6px 14px;
    font-size: 0.9rem;
  }
  .gallery-card img {
    height: 200px;
  }
  .section-title {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  .room-selector .room-btn {
    padding: 6px 12px;
    font-size: 0.85rem;
  }
  .gallery-card img {
    height: 160px;
  }
  .section-title {
    font-size: 1.5rem;
  }
}
.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=Gallery.css.map */