@charset "UTF-8";
.site-footer {
  background: #16181a;
  color: #d7d7d7;
  position: relative;
  z-index: 1;
}

.footer-container-page {
  margin: 0 auto;
  padding: 80px 10px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
  width: 1200px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-left img {
  width: 60px;
  margin-bottom: 10px;
}

.footer-left h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.footer-left a {
  color: #ccc;
  font-size: 18px;
  margin-right: 15px;
  transition: 0.3s;
}

.footer-left a:hover {
  color: #c5a06e;
  display: flex;
}

.footer-cl {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  font-size: 20px;
  color: #ffffff;
}

.footer-link {
  color: #ffffff;
  font-size: 16px;
}

/* Form subscribe */
.footer-container form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-container input[type=text] {
  background: transparent;
  border: 1px solid #555;
  padding: 10px 15px;
  color: #fff;
  outline: none;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo img {
  width: 45px;
  height: auto;
  display: block;
}

.footer-logo h3 {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 35px;
  margin-left: 10px;
}

.footer-container input::-moz-placeholder {
  color: #aaa;
}

.footer-container input::placeholder {
  color: #aaa;
}

.footer-container button {
  background: #b49367;
  border: none;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.footer-container button:hover {
  background: #d1ad7b;
}

.footer-bottom {
  border-top: 1px solid rgba(180, 173, 173, 0.911);
  padding: 20px 0 20px;
  text-align: center;
}

.payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.payment-icons svg {
  width: 35px;
  height: 25px;
  fill: #fff;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.footer-copy {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-top: 10px;
}

.facilities-section-detail {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 100px 0;
}
.facilities-section-detail .facilities-grid-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 10px;
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail {
  position: relative;
  overflow: hidden;
  height: 380px;
  width: 380px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail .facilities-overlay-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #AB8965;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  transition: transform 0.3s ease-out;
  z-index: 2;
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail .facilities-overlay-detail .facility-caption {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0 0 10px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 5px;
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail .facilities-overlay-detail .facility-caption span {
  font-size: 14px;
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail .facilities-overlay-detail:hover {
  transform: scale(1.15);
  transition: transform 0.5 ease-out;
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail .facilities-overlay-detail .facility-desc {
  font-size: 22px;
  margin-bottom: 20px;
  color: var(--dark-text);
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail .facilities-overlay-detail .facility-description {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--dark-meta);
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail .facilities-overlay-detail .read-more {
  color: #fff;
  background: var(--primary-brown);
  padding: 5px 20px;
  text-decoration: none;
  border: 1px solid #ffffff;
  font-size: 12px;
}
.facilities-section-detail .facilities-grid-detail .facility-card-detail:hover .facilities-overlay-detail {
  bottom: 0;
}

.facilities-kicker {
  color: var(--primary-brown);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0 0 20px;
}

.facilities-title {
  font-size: 52px;
  color: var(--dark-text);
}

.facilities-desc {
  font-size: 16px;
  color: var(--dark-meta);
  max-width: 750px;
  flex: 2/3;
  padding: 0 0 0 50px;
  margin: 0 0 26px;
}

.facilities-section .container {
  max-width: 1200px;
  margin-bottom: 50px;
  padding: 0 24px;
}

.facility-caption-overlay {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #eee7e7;
  font-size: 24px;
  font-weight: 700;
  z-index: 2;
  text-align: center;
}

.facility-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ab8965 100%);
  pointer-events: none;
  z-index: 1;
}

.facilities-heading-detail {
  text-align: center;
  margin-top: 50px;
}
.facilities-heading-detail span {
  font-size: 16px;
  font-weight: 500;
}
.facilities-heading-detail h3 {
  font-size: 52px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  transition: all 0.3s ease;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.site-header.header-solid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #181818;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: all 0.4s ease;
}
.site-header.header-solid .top-bar {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}
.site-header .top-bar {
  position: relative;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid var(--boder-color);
  padding: 10px 0;
  background: transparent;
  transition: all 0.8s ease;
  height: 55px;
  display: flex;
  justify-content: space-between;
}
.site-header .top-left {
  margin-left: 55px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-header span {
  font-size: 16px;
}
.site-header i {
  color: var(--white);
  font-size: 16px;
  position: relative;
  margin-right: 10px;
}

.top-right {
  display: flex;
  align-items: center;
  margin-right: 55px;
  gap: 20px;
}
.top-right a {
  color: #fff;
  font-size: 15px;
  transition: color 0.3s ease;
}

.menu-toggle,
.close-menu {
  display: none;
}

.navbar {
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  padding: 0 15px;
  position: relative;
  z-index: 5;
  height: 75px;
  display: flex;
  justify-content: center;
}

.container-fluid {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  padding: 0 45px;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  flex-direction: row;
}

.navbar .nav-link,
.navbar .nav-link:visited {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--primary-brown);
}

/* Logo */
.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--primary-brown);
}

.logo-header {
  display: flex;
  margin-top: 5px;
}

.logo-header img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.logo-header span {
  font-size: 30px;
  font-weight: 400;
  margin-left: 12px;
}

.btn-reservation {
  background-color: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
}

.btn-reservation:hover {
  text-decoration: none;
  background-color: var(--primary-brown);
  border-color: var(--primary-brown);
  color: var(--white);
}

/* --- Mũi tên chỉ xuống --- */
.nav-item i {
  font-size: 10px;
  margin-left: 5px;
  opacity: 0.6;
  transition: transform 0.3s ease;
}

/* --- Khi hover thì xoay mũi tên lên --- */
.nav-item:hover i {
  transform: rotate(180deg);
  opacity: 1;
}

.nav-item {
  position: relative;
}

.nav-item .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #181a1b;
  border: none;
  border-radius: 6px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  transition: all 0.25s ease;
  min-width: 180px;
  z-index: 1000;
}

.nav-item:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(18px);
  transition: opacity 0.3s, transform 0.3s ease;
}

/* Các item trong dropdown */
.dropdown-menu .dropdown-item {
  color: #e0e0e0;
  padding: 10px 18px;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #2c2f30;
  color: #fff;
}

.single-room {
  margin-left: 17px;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.25s ease;
}

.dropdown-menu li:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-10px);
}

/* Tạo hiệu ứng mũi tên chỉ qua phải cho item có submenu */
.dropdown-menu li > .nav-link i {
  font-size: 10px;
  margin-left: 5px;
  opacity: 0.6;
  transition: transform 0.3s ease;
}

.dropdown-menu li:hover > .nav-link i {
  transform: rotate(-90deg);
  opacity: 1;
}

/* --- Dropdown Dine --- */
.dine-dropdown {
  position: static;
  /* để dropdown có thể chiếm full chiều rộng */
}

.dine-menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #16181a;
  border: none;
  border-radius: 0;
  padding: 25px 60px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

/* Khi hover vào Dine thì dropdown xuất hiện */
.dine-dropdown:hover .dine-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --- Các item bên trong Dine --- */
.dine-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #e0e0e0;
  font-size: 14px;
  transition: all 0.3s ease;
}

.dine-item img {
  width: 100%;
  max-width: 250px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.dine-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.dine-item span {
  margin-top: 10px;
  color: #ccc;
  font-weight: 500;
  transition: color 0.3s;
  font-size: 24px;
  color: var(--white);
}

.dine-item:hover span {
  color: #fff;
}

.dine-menu:hover {
  display: flex;
}

.hero-section-page {
  position: relative;
  height: 50vh;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-section-page .hero-background-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
}
.hero-section-page .hero-background-page img,
.hero-section-page .hero-background-page .hero-img-page {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 50%;
     object-position: center 50%;
  filter: brightness(1.15);
}

.hero-overlay {
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}

.intro-section-detail {
  background: #fff;
  display: flex;
  justify-content: center;
}

.intro-section-detail::-moz-selection {
  background: var(--primary-brown);
  color: #fff;
}

.intro-section-detail::selection {
  background: var(--primary-brown);
  color: #fff;
}

.intro-container-detail {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  gap: 20px;
}

.intro-left-detail {
  width: 58.33333333%;
}

.intro-title-detail {
  font-size: 52px;
  font-weight: 500;
}

.intro-stars-detail {
  padding: 25px 0;
}
.intro-stars-detail span {
  font-size: 16px;
  margin-right: 15px;
}
.intro-stars-detail i {
  width: 20px;
  height: 16px;
  color: var(--primary-brown);
}

.intro-copy-detail {
  font-size: 16px;
}

.intro-text-detail {
  font-size: 26px;
  padding: 20px 0;
}

.intro-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: stretch;
}
.intro-details span {
  font-size: 16px;
  padding: 0 20px 20px 0;
  font-weight: bold;
}
.intro-details i {
  width: 20px;
  height: 16px;
  margin-right: 10px;
}

.intro-features li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro-features li i {
  color: #8b6f47;
}
.intro-features li span {
  font-size: 16px;
  color: #606060;
  font-weight: 600;
}

.intro-dec {
  font-size: 16px;
  padding: 20px 0 30px 0;
}

.intro-feature {
  padding: 10px 0;
}

.intro-features {
  font-size: 16px;
  padding-bottom: 5px;
}

/* RIGHT FORM */
.intro-right-detail {
  width: 41.66666667%;
  background: #181818;
  height: 780px;
}

.form-title-detail {
  display: flex;
  justify-content: space-between;
  padding: 35px 30px;
  font-size: 22px;
  color: #fff;
}

.booking-form-detail {
  padding: 20px;
  color: white;
}

.form-group-detail {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.form-group-half {
  width: 50%;
  justify-items: center;
}

.form-group-half label {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.form-control-detail {
  width: 170px;
  padding: 10px;
  background: transparent;
  border: 1px solid #b08a5a;
  color: white;
  text-align: center;
}

.counter-control-detail {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.btn-counter-detail {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  font-size: 18px;
  font-weight: bold;
  background: #8b6f47;
  color: #fff;
  cursor: pointer;
}

.counter-input-detail {
  width: 20px;
  background: transparent;
  border: none;
  text-align: center;
  color: white;
}

/* EXTRA SERVICES */
.intro-extra {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}

.extra-box {
  padding: 30px 20px;
}

.extra-row {
  display: flex;
  justify-content: space-between;
}

.extra-row label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  gap: 10px;
}
.extra-row label input {
  width: 17px;
  height: 17px;
}

.total-cost {
  font-size: 26px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.book-btn {
  width: 100%;
  margin-top: 25px;
  padding: 15px;
  background: #b08a5a;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}/*# sourceMappingURL=page.css.map */