@charset "UTF-8";
/* ======================================================
   THEME TOKENS – LIGHT / DARK
====================================================== */
/* ---------- LIGHT ---------- */
:root {
  /* ===== Brand ===== */
  --c-dark: #232323;
  --c-light: #fbf9f2;
  --c-primary: #c6b36f;
  --c-primary-hover: #b8a45f;
  --c-primary-active: #a99655;
  --c-primary-rgb: 198, 179, 111;
  --c-secondary: #6c6a5e;
  --c-secondary-rgb: 108, 106, 94;
  --c-success: #3f8f6b;
  --c-success-rgb: 63, 143, 107;
  --c-danger: #b24a4a;
  --c-danger-rgb: 178, 74, 74;
  /* ===== Text ===== */
  --bs-body-color: #1b1a16;
  --bs-heading-color: #0f0e0a;
  /* ===== Surface ===== */
  --bs-body-bg: #ffffff;
  --bs-light: #fbf9f2;
  --bs-light-rgb: 251, 249, 242;
  /* ===== Card ===== */
  --bs-card-bg: #ffffff;
  --bs-card-cap-bg: #fbf9f2;
  --bs-card-border-color: rgba(198, 179, 111, 0.25);
  /* ===== Link & Focus ===== */
  --bs-link-color: var(--c-primary);
  --bs-link-hover-color: var(--c-primary-hover);
  --bs-focus-ring-color: rgba(var(--c-primary-rgb), 0.25);
  --bs-dropdown-link-active-color: var(--c-primary);
  --bs-navbar-color: rgba(255, 255, 255, 0.86);
}

/* ---------- DARK ---------- */
/* [data-bs-theme="dark"] {
  --c-primary: #d8c88a;
  --c-primary-hover: #c6b36f;
  --c-primary-active: #b8a45f;
  --c-primary-rgb: 216, 200, 138;

  --c-secondary: #9b998c;
  --c-secondary-rgb: 155, 153, 140;

  --c-success: #6fbf9a;
  --c-success-rgb: 111, 191, 154;

  --c-danger: #e07a7a;
  --c-danger-rgb: 224, 122, 122;

  --bs-body-bg: #0f0f0f;
  --bs-body-color: #eaeaea;
  --bs-heading-color: #efe6c8;

  --bs-light: #1b1a17;
  --bs-light-rgb: 27, 26, 23;

  --bs-card-bg: #15140f;
  --bs-card-cap-bg: #1d1b14;
  --bs-card-border-color: rgba(216, 200, 138, 0.25);
} */
/* ======================================================
   BOOTSTRAP COLOR MAPPING
====================================================== */
:root {
  --bs-primary: var(--c-primary);
  --bs-primary-rgb: var(--c-primary-rgb);
  --bs-secondary: var(--c-secondary);
  --bs-secondary-rgb: var(--c-secondary-rgb);
  --bs-success: var(--c-success);
  --bs-success-rgb: var(--c-success-rgb);
  --bs-danger: var(--c-danger);
  --bs-danger-rgb: var(--c-danger-rgb);
  --bs-primary-bg-subtle: var(--c-light);
  --bs-primary-text-emphasis: var(--c-dark);
}

/* ======================================================
   BUTTONS
====================================================== */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--c-primary);
  --bs-btn-border-color: var(--c-primary);
  --bs-btn-hover-bg: var(--c-primary-hover);
  --bs-btn-hover-border-color: var(--c-primary-hover);
  --bs-btn-active-bg: var(--c-primary-active);
  --bs-btn-active-border-color: var(--c-primary-active);
  --bs-btn-focus-shadow-rgb: var(--c-primary-rgb);
}

/* 
[data-bs-theme="dark"] .btn-primary {
  --bs-btn-color: #000;
} */
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.86);
}

/* ======================================================
   CARD STYLE (Luxury)
====================================================== */
.card {
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

[data-bs-theme=dark] .card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.card-title {
  color: var(--bs-heading-color);
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* BLACK pagination */
.pagination-black {
  --swiper-pagination-color: #000;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
}

/* WHITE pagination */
.pagination-white {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-BoldItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Bold.woff2") format("woff2"), url("../assets/BrandonGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Black.woff2") format("woff2"), url("../assets/BrandonGrotesque-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-BlackItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Light.woff2") format("woff2"), url("../assets/BrandonGrotesque-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-LightItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Medium.woff2") format("woff2"), url("../assets/BrandonGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Regular.woff2") format("woff2"), url("../assets/BrandonGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-RegularItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-MediumItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-Thin.woff2") format("woff2"), url("../assets/BrandonGrotesque-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../assets/BrandonGrotesque-ThinItalic.woff2") format("woff2"), url("../assets/BrandonGrotesque-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.charm-regular {
  font-family: "Charm", cursive !important;
  font-weight: 400;
  font-style: normal;
}

.charm-bold {
  font-family: "Charm", cursive !important;
  font-weight: 700;
  font-style: normal;
}

.breadcrumb.breadcrumb-custom {
  margin: 0;
  padding: 0;
  margin-top: 1.5rem;
  border-color: #dbe3e6;
}

.breadcrumb a {
  color: var(--c-primary);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--c-primary-hover);
}

.breadcrumb.breadcrumb-custom .breadcrumb-item {
  padding: 0.56rem 10px;
  color: var(--c-dark);
  display: inline-block;
  vertical-align: top;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* The glass effect is created here using SVG filter distortion */
.d-glass-card-morph {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* Control background blur intensity with backdrop-filter */
  backdrop-filter: blur(2px);
  filter: url(#liquid-glass);
  border-radius: inherit;
}

/* Content wrapper - must have z-index 3 or higher */
.d-glass-card-item {
  position: relative;
  z-index: 3;
  border-radius: inherit;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  pointer-events: none;
}

/* Inner border effect */
.d-glass-card-border {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, 0.2), inset -2px -2px 2px 0 rgba(255, 255, 255, 0.2);
  border-radius: inherit;
}

/* Outer shadow effects */
.d-glass-card-corner {
  position: absolute;
  inset: 0;
  z-index: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 12px rgba(0, 0, 0, 0.08);
  border-radius: inherit;
}

.fck {
  font-size: 1rem;
}
.fck img {
  max-width: 100%;
}

/* Navbar Custom */
.navbar-custom {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  transition: all 0.3s;
}

.nav-link {
  font-size: clamp(0.8rem, 0.4vw + 0.8rem, 0.9rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-link:hover,
.nav-link.show {
  color: var(--c-primary);
}

/* Dropdown Styling */
.dropdown-menu {
  padding: 0;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 25px;
}

.dropdown-item:hover {
  background-color: rgba(197, 160, 89, 0.1);
}

/* Mobile menu: slide in from left (Bootstrap collapse) */
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: min(320px, 85vw);
    height: 100vh !important;
    max-height: none !important;
    margin: 0;
    padding: 5rem 1.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.96);
    backdrop-filter: blur(12px);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out, visibility 0.3s;
    visibility: hidden;
  }
  .navbar-collapse.collapsing {
    transition: transform 0.3s ease-in-out, visibility 0.3s;
    height: 100vh !important;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    visibility: visible;
  }
  .navbar-collapse .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    margin: 0;
  }
  .navbar-collapse .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .navbar-collapse .nav-link {
    padding: 0.85rem 0;
  }
  .navbar-collapse .dropdown-menu {
    position: static;
    /* margin: 0.5rem 0 0 1rem; */
    box-shadow: none;
    border-left: 2px solid var(--c-primary);
    background: rgba(255, 255, 255, 0.03);
    max-height: 0;
    overflow: hidden;
    transform: none;
    transition: opacity 0.25s ease, max-height 0.3s ease, visibility 0.25s ease;
  }
  .navbar-collapse .dropdown-menu.show {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }
  .navbar-collapse .dropdown-item {
    color: var(--c-light);
    transition: color 0.2s ease;
  }
  .navbar-collapse .dropdown-item:hover {
    color: var(--c-primary);
    background-color: rgba(197, 160, 89, 0.1);
  }
  .navbar-collapse .btn-gold-border {
    margin-top: 1rem;
    width: 100%;
  }
}
.btn-gold-border {
  position: relative;
  border: 1px solid var(--c-primary);
  background: transparent;
  padding: 2px;
  transition: border-color 0.3s ease;
}
.btn-gold-border span {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 25px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  background-color: #c6b36f;
  transition: transform 0.2s ease;
}
.btn-gold-border {
  /* overlay gradient */
}
.btn-gold-border span::before,
.btn-gold-border span::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.btn-gold-border {
  /* trạng thái mặc định */
}
.btn-gold-border span::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  opacity: 0.4;
}
.btn-gold-border {
  /* trạng thái hover */
}
.btn-gold-border span::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  opacity: 0;
}
.btn-gold-border:hover span {
  transform: translateY(-1px);
}
.btn-gold-border:hover span::before {
  opacity: 0;
}
.btn-gold-border:hover span::after {
  opacity: 0.6;
}
.btn-gold-border:active span {
  transform: translateY(0);
}

.btn-gold {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 10px 25px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-dark);
  background-color: #c6b36f;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.btn-gold.btn-lg {
  padding: 1.2rem 2.5rem;
  font-size: 1rem;
}

/* ánh sáng */
.btn-gold::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15));
  opacity: 0.4;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* hover: tăng ánh sáng */
.btn-gold:hover::before {
  opacity: 0.75;
}

/* hover depth */
.btn-gold:hover {
  background-color: #c6b36f;
  color: var(--c-dark);
  transform: translateY(-1px);
}

/* active */
.btn-gold:active {
  transform: translateY(0);
}

/* humberger */
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--c-light);
  transition: 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}

/* ACTIVE */
.hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.hamburger {
  padding: 1rem;
  width: 30px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

/* Footer */
.footer {
  background: #e1e1e1;
  padding: 6rem 0 2rem;
}
.footer a {
  color: var(--c-dark);
}
.footer a:hover {
  color: var(--c-primary);
}
.footer .border-top {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.footer h6 {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

body {
  font-family: "Brandon Grotesque", sans-serif;
  overflow-x: hidden;
}

html {
  background: #fff;
}

body {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

body.loaded {
  opacity: 1;
  transform: none;
}

.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}

.btn {
  transition: all ease-in-out 0.3s;
}
.btn:hover {
  transform: translateY(-1px);
}

.img-logo {
  height: 80px;
}
@media (max-width: 767.98px) {
  .img-logo {
    height: 60px;
  }
}

.bg-partern {
  background: url("../images/bgr-partern.jpg");
}

.bg-router {
  background: url("../images/router.jpg");
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.66%;
}

.ratio-map {
  aspect-ratio: 1900/1050;
  width: 100%;
  /* Or your desired width */
}

.btn {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  transition: all ease-in-out 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-serif {
  font-family: "Brandon Grotesque", sans-serif;
}

/* Hero */
.hero-section {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  letter-spacing: 0.1em;
}

.name-cruise {
  top: 90px;
  padding: 1rem;
  left: 0;
  position: absolute;
}

/* Layout Utilities */
.section-padding {
  padding: 5rem 0;
}

.tracking-widest {
  letter-spacing: 0.2rem !important;
}

/* Intro Box Overlay */
.intro-box {
  padding: 4rem;
  margin-top: -100px;
}
@media (max-width: 991.98px) {
  .intro-box {
    padding: 2rem;
    margin-top: -40px;
  }
}
.intro-box {
  position: relative;
  z-index: 10;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

/* Intro Box Overlay */
.sustainability-box {
  padding: 4rem;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

/* Facilities */
.effect-item2 {
  padding: 4rem 2rem;
  text-align: center;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.effect-item2 .h-1 {
  transition: all ease-in-out 0.3s;
  opacity: 0;
  bottom: 0;
  transform: translateY(4px);
}

.effect-item2:hover {
  transform: scale(1.02);
}
.effect-item2:hover .h-1 {
  opacity: 1;
  transform: translateY(0);
}

.facility-icon {
  width: 6rem;
  height: 6rem;
  margin: 1rem auto;
}

/* Map Section */
.map-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/router.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.map-overlay-box {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 600px;
}

/* Itinerary */
.promo-badge {
  position: absolute;
  top: 1rem;
  line-height: 1;
  left: -7px;
  border-radius: 4px 4px 4px 0;
  background: #b31e1e;
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 2;
  color: #fff;
  font-size: 0.9rem;
}
.promo-badge svg {
  position: absolute;
  bottom: -7px;
  left: 0;
}

.price-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--c-primary);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 5px 15px;
  font-style: italic;
  color: #fff;
  border-radius: 0 4px 0 0;
}

/* Think To Do */
.think-item {
  padding: 3.5rem 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}

.think-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Offer */
.offer-card {
  background: var(--color-dark);
}

/* Sustainability */
.sustain-section {
  padding: 10rem 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/id/1050/1920/1000");
  background-attachment: fixed;
  background-size: cover;
}

/* Exhibitions */
.exhibition-logo {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: 0.3s;
  padding: 12px 22px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #555;
  text-decoration: none;
  display: inline-block;
}

.exhibition-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.h-1 {
  height: 0.25rem;
}

.bottom-n1 {
  bottom: -0.25rem;
}

.has-line {
  position: relative;
}
.has-line::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  background: var(--c-dark);
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.has-line.light::after {
  background: var(--c-light);
}

.effect-hover img {
  transition: transform ease-in-out 0.3s;
}
.effect-hover .btn {
  transition: all ease-in-out 0.3s;
}
.effect-hover:hover img {
  transform: scale(1.05);
}
.effect-hover:hover .btn-dark {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: var(--c-dark);
}

.effect-hover.tour-item .card-body {
  background: var(--c-light);
  transition: all ease-in-out 0.3s;
}
.effect-hover.tour-item .card-body h3 a {
  color: var(--bs-dark);
}
.effect-hover.tour-item:hover .card-body {
  color: var(--bs-white);
  background: var(--c-dark);
}
.effect-hover.tour-item:hover .card-body h3 a {
  color: var(--bs-white);
}

.shadow-sm {
  /* sd1 */
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.24), 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  .promotion-item .content-protmotion {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.border-gold {
  border-color: var(--c-primary) !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--c-primary);
  width: 1rem;
  border-radius: 0.25rem;
}

.section-padding-banner {
  padding: 2rem 0;
}

.detail-box {
  padding: 0 2rem;
  width: 100%;
}

/* Contact page: form & TripAdvisor review slider */
.form-control-contact,
.form-select.form-control-contact {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-contact:focus,
.form-select.form-control-contact:focus {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 0.2rem rgba(198, 179, 111, 0.2);
}

.contact-form .form-label {
  color: var(--c-dark);
  letter-spacing: 0.1em;
}

.review-card {
  padding: 1.75rem;
  background: var(--c-light);
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
  min-height: 260px;
}

.review-stars .star {
  color: var(--c-primary);
  font-size: 1.1rem;
}

.review-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--c-dark);
}

.review-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--c-secondary);
}

.review-meta {
  font-size: 0.8rem;
  color: var(--c-secondary);
  opacity: 0.9;
}

.contact-review-swiper .swiper-pagination-bullet-active {
  background: var(--c-primary);
}

/* FAQ page: accordion */
.faq-accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-button {
  background: var(--c-light);
  color: var(--c-dark);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1rem 1.25rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(198, 179, 111, 0.12);
  color: var(--c-dark);
}

.faq-accordion .accordion-button:hover {
  background: rgba(198, 179, 111, 0.08);
}

.faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 179, 111, 0.25);
  border-color: transparent;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0);
  opacity: 0.7;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: none;
}

.faq-accordion .accordion-body {
  padding: 1rem 1.25rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--c-secondary);
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* News page: tabs */
.news-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--c-secondary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.75rem 1rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.news-tabs .nav-link:hover {
  color: var(--c-dark);
}

.news-tabs .nav-link.active {
  color: var(--c-primary);
  border-bottom-color: var(--c-primary);
  background: transparent;
}

/* News page: popular slide card */
.news-popular-card {
  background: var(--c-light);
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
}

.news-popular-img-link {
  display: block;
  overflow: hidden;
}

.news-popular-img-link img {
  transition: transform 0.3s ease;
}

.news-popular-card:hover .news-popular-img-link img {
  transform: scale(1.03);
}

.news-popular-body {
  padding: 1.25rem;
}

.news-popular-tag {
  color: var(--c-primary);
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}

.news-popular-title {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

.news-popular-title a {
  color: var(--c-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-popular-title a:hover {
  color: var(--c-primary);
}

.news-popular-excerpt {
  font-size: 0.9rem;
  line-height: 1.55;
}

/* News page: list card (item-news) */
.news-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.2s ease;
}

.news-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.news-card-img-link {
  display: block;
  overflow: hidden;
}

.news-card-img-wrap {
  display: block;
}

.news-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-img-wrap img {
  transform: scale(1.03);
}

.news-card-body {
  padding: 1rem 1rem 1.25rem;
}

.news-card-tag {
  color: var(--c-primary);
  display: block;
  margin-bottom: 0.4rem;
  letter-spacing: 0.1em;
}

.news-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  line-height: 1.35;
}

.news-card-title a {
  color: var(--c-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-card-title a:hover {
  color: var(--c-primary);
}

.news-card-excerpt {
  font-size: 1rem;
  line-height: 1.5;
}

.news-card-date {
  font-size: 0.8rem;
}

.news-popular-swiper .swiper-pagination-bullet-active {
  background: var(--c-primary);
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.change-view-nav,
.change-view-gallery {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.change-view-nav li,
.change-view-gallery li {
  list-style: none;
}
.change-view-nav button,
.change-view-gallery button {
  color: var(--c-dark);
  opacity: 0.6;
  padding: 1rem 0;
}
.change-view-nav .active,
.change-view-gallery .active {
  border-bottom: 1px solid var(--c-dark);
}
.change-view-nav .active button,
.change-view-gallery .active button {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .wrap-room {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .item-room,
  .tour-item {
    flex-basis: 33.3333%;
  }
}
.item-room,
.tour-item {
  display: flex;
  flex-direction: column;
}

.wrap-room.flex-column .item-room {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
  box-shadow: none !important;
}
.wrap-room.flex-column .item-room:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.wrap-room.flex-column .item-room:nth-child(2n+1) img {
  transform: translate(-1rem, 0);
}
.wrap-room.flex-column .item-room > a {
  padding: 2rem;
  overflow: unset !important;
}
.wrap-room.flex-column .item-room > a::after {
  background: rgba(198, 179, 111, 0.4);
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1rem;
  left: 0;
  content: "";
  transition: all ease-in-out 0.3s;
}
.wrap-room.flex-column .item-room > a img {
  transform: translate(1rem, 0);
}
.wrap-room.flex-column .item-room > a:hover img {
  transform: scale(1.05) translate(0, 0) !important;
}
.wrap-room.flex-column .item-room > a:hover::after {
  top: 0;
}
.wrap-room.flex-column .item-room > .bg-light {
  width: 50%;
  flex-shrink: 0;
  margin: 5%;
  background: #fff !important;
}
.wrap-room.flex-column .item-room .btn {
  flex-grow: unset !important;
}

.all-img {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.all-img img {
  width: calc(50% - 1rem);
  aspect-ratio: 3/2;
  object-fit: cover;
}
.all-img img:nth-child(3n+1) {
  width: 100%;
  aspect-ratio: 21/9;
}

.swiper-slide {
  height: auto;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.swiper-pagination-bullet {
  margin: 0 !important;
}

.masonry-grid {
  margin: auto;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
}

@media (max-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
.grid-item {
  padding: 0.75rem;
}

.single-galleries .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-galleries .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 993px) {
  .amenities-grid {
    column-count: 3;
    column-gap: 40px;
  }
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 8px;
}
.parent > a {
  position: relative;
  overflow: hidden;
  min-height: 0;
  /* QUAN TRỌNG */
}
.parent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.parent > a:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.parent > a:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.parent > a:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}
.parent > a:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}
.parent > a:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}
.parent > a:nth-child(5)::after {
  content: attr(data-count);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.parent > a:nth-child(n+6) {
  display: none;
}

@media (max-width: 768px) {
  .parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    aspect-ratio: unset;
  }
  .parent > a:nth-child(1) {
    grid-column: 1/-1;
    /* full width */
    grid-row: auto;
    aspect-ratio: 16/9;
  }
  .parent > a:nth-child(2),
  .parent > a:nth-child(3),
  .parent > a:nth-child(4),
  .parent > a:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1/1;
    /* 2x2 đều đẹp */
  }
}
.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  gap: 1.5rem;
  /* spacing giữa card */
  width: max-content;
  will-change: transform;
}
.marquee-track:hover .marquee-item {
  opacity: 0.8;
}
.marquee-track:hover .marquee-item:hover {
  opacity: 1;
}

.marquee-item {
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
  white-space: nowrap;
  width: 20dvw;
  position: relative;
}
.marquee-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 4px;
  height: auto;
  text-align: center;
}

.marquee {
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.marquee.dragging {
  cursor: grabbing;
}

.marquee img {
  pointer-events: none;
  -webkit-user-drag: none;
}

.marquee-track {
  display: flex;
  will-change: transform;
}

.list-hozlayout {
  padding: 0 1rem;
}

.item-list {
  margin-bottom: 3rem;
  box-shadow: var(--bs-box-shadow);
}

@media (min-width: 769px) {
  .item-list {
    box-shadow: none;
    transform: translateX(2.5rem);
    margin-bottom: 5rem;
  }
  .item-list .card-body {
    box-shadow: var(--bs-box-shadow);
    transform: translateX(-5rem);
    z-index: 4;
  }
  .item-list:nth-child(2n) {
    transform: translateX(-2.5rem);
  }
  .item-list:nth-child(2n) .card-body {
    transform: translateX(5rem);
  }
  .list-hozlayout {
    padding: 0;
    margin: 0 -2.5rem;
  }
  .list-hozlayout .item-list:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .list-hozlayout .item-list:last-child {
    margin-bottom: 0;
  }
}
.parallax {
  /* The image used */
  /* Set a specific height */
  min-height: 68dvh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax .text-parallax {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 25px -15px rgba(0, 0, 0, 0.04);
  color: white;
  mix-blend-mode: overlay;
}
.parallax .text-parallax span {
  margin-top: -2em;
  padding-top: 0.5em;
  display: block;
  letter-spacing: 5px;
  font-size: 1.25rem;
}