:root {
  --primary-color: #24170f;
  --secondary-color: #fff3ed;
  --text-color-main: #0a2540;
  --text-color: #767676;
  --secondary-color: #ffedd3 !important;
  --third-color: #d4b99c;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: #fff;
}
@media (min-width: 1200px) {
  .container-sm {
    max-width: 1160px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}
/* Banner Section */
.banner-section {
  height: 100vh;
  min-height: 600px;
}

.banner-video {
  z-index: 1;
}

.banner-overlay {
  z-index: 2;
}

.banner-sub-title,
.banner-main-title {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
}

/* Booking Form */
.booking-form-wrapper .input-group-text {
  min-width: 45px;
  border-radius: 5px;
  justify-content: center;
  height: 40px !important;
}

.booking-form-wrapper .form-control,
.booking-form-wrapper .form-select {
  box-shadow: none !important;
}

.booking-form-wrapper input::placeholder {
  color: #333 !important;
  opacity: 1;
}

.booking-form-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

/* Sticky Header Styles */
.site-header {
  transition: all 0.3s ease;
}

.site-header.is-sticky {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Change Text Color on Sticky */

.site-header.is-sticky .btn-outline-light {
  border-color: var(--text-color-main);
  color: var(--text-color-main);
}

/* Weather Widget Text on Sticky */

/* Logo Switching logic */
/* Default state (Transparent header): Logo White show, Logo Default hide */
.site-header .logo-white {
  display: block;
}
.site-header .logo-default {
  display: none;
}

/* Sticky state: Logo White hide, Logo Default show */
.site-header.is-sticky .logo-white {
  display: none !important;
}
.site-header.is-sticky .logo-default {
  display: block !important;
}
/* Hide Scrollbar */
::-webkit-scrollbar {
  display: none;
}
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Fix Admin Bar Overlap */
body.admin-bar .site-header.fixed-top {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header.fixed-top {
    top: 46px;
  }
}

.main-navigation .menu-item a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 20px;
  position: relative;
  text-transform: uppercase !important;
}
.main-navigation .menu-item a::after {
  content: none !important; /* Xóa hoàn toàn đường kẻ */
  display: none !important;
}
.site-header.is-sticky .main-navigation .menu-item a::after {
  content: none !important;
  display: none !important;
}
.main-navigation .menu-item a:hover::after,
.main-navigation .menu-item.current-menu-item a::after,
.main-navigation .menu-item.current-menu-parent a::after {
  content: none !important;
  display: none !important;
}
#primary-menu {
  gap: 36px;
}
.site-header.is-sticky .on-transparent-backgound {
  display: none !important;
}
.site-header.is-sticky .on-white-backgound {
  display: block !important;
}

.site-header.is-sticky .call-to-action-btn {
  background: #e6e6e6 !important;
  border: 1px solid #000 !important;
  color: var(--primary-color) !important;
}
.site-header.is-sticky .header-weather {
  /* Gradient Border Trick */
  background:
    linear-gradient(#e6e6e6, #e6e6e6) padding-box,
    /* Background color (Grayish to match #c4c3c166 on white) */
    linear-gradient(90deg, rgba(61, 40, 23, 0.1) 0%, var(--primary-color) 100%)
      border-box !important;
  border: 1px solid transparent !important;
  color: var(--primary-color) !important;
}
.site-header.is-sticky .text-white,
.site-header.is-sticky .main-navigation .menu-item a {
  color: var(--primary-color) !important;
}
.site-header.is-sticky .lang-switcher-text {
  opacity: 0.7;
}

#mobileMenu {
  z-index: 99999;
}

/*--------------------------------------------------------------
## aside navigation
--------------------------------------------------------------*/
.aside-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
.aside-nav {
  background: #fff;
  width: 23.5rem;
  padding: 1rem 0;
  overflow: auto;
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: -23.5rem;
  transition: all 0.3s ease 0s;
}

.aside-nav-closer {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 23px;
  width: 50px;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
body.open-aside-nav .aside-nav {
  left: 0;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.aside-nav-closer {
  left: auto;
  right: 0;
}
/* Mobile responsive for aside navigation */
.aside-nav-header {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (max-width: 767.98px) {
  .aside-nav-logo {
    max-width: 7rem !important;
  }

  .aside-nav-header {
    margin-bottom: 1rem !important;
  }

  .aside-nav-box {
    padding-top: 0.5rem;
  }
}

.aside-nav ul {
  list-style: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 0;
}
.aside-nav a {
  color: inherit;
}
.aside-nav a:hover {
  color: #c5a154;
}
.aside-nav .menu > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.aside-nav .menu > li > a {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  padding-left: 2.5rem;
  font-weight: 400;
}
.aside-nav .menu > li > a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #333;
  left: 0;
  top: calc(50% - 3px);
  transform: rotate(45deg);
  background: transparent;
}
.aside-nav .menu > li > a:hover:before {
  background: #333;
}
.aside-nav .menu > li > a:hover {
  font-weight: 500;
  color: #333;
}
.aside-nav .menu > li.current-menu-item > a,
.aside-nav .menu > li.current-menu-parent > a {
  color: #c5a154;
}
/* .aside-nav .menu > li.menu-item-has-children:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0.625rem;
  transition: all 0.3s ease 0s;
  font-weight: 900;
} */
.aside-nav .menu > li.menu-item-has-children.active:before {
  transform: rotateZ(180deg);
}

.aside-nav .sub-menu {
  background: transparent;
  box-shadow: none;
  display: none;
  padding: 0.5rem 1rem;
  position: relative;
  top: 0;
  left: 0;
}
.aside-nav li:hover .sub-menu {
  display: none;
}
.aside-nav .sub-menu li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.footer-top {
  padding: 100px 0;
}

.footer-top-heading h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #24170f;
}
.footer-top-heading p {
  color: #24170f;
  font-size: 14px;
  font-weight: 400;
}
.footer-top-form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 32px;
}
.footer-top-form form {
  margin-bottom: 0;
}
.booking-form .form-control {
  height: 70px !important;
}
.booking-form .form-control::placeholder {
  text-align: center;
}
.booking-form .custom-input-group {
  border-radius: 5px;
  box-shadow:
    2px 0 4px 0 rgba(0, 0, 0, 0.25) inset,
    -2px 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
.border-yellow {
  border-right: 2px solid var(--button-color);
}
.search-footer-btn button {
  background: var(--button-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  letter-spacing: 0.6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.search-footer-btn button:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}
.footer-top-bottom {
  font-size: 16px;
}
.footer-top-bottom a {
  color: #24170f !important;
  -webkit-text-fill-color: #24170f;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none !important;
}

/* Fix iOS Safari auto-detecting phone/email links with blue color */
.site-footer a[href^="tel:"],
.site-footer a[href^="mailto:"] {
  color: var(--primary-color) !important;
  -webkit-text-fill-color: var(--primary-color);
  text-decoration: none !important;
}

.footer-center {
  border-bottom: 1px solid #5d4329;
}
.menu-footer-list {
  list-style: none;
}

.menu-footer-list li {
  margin-bottom: 6px;
}
.menu-footer-list li a {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.menu-footer-list .has-background .icon-menu-footer {
  display: flex;
  width: 44px;
  height: 44px;
  background: #4d3521;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.menu-footer-list .has-background .icon-menu-footer:hover {
  background: #d88c6a;
}

/* Life on Board Slider */
.life-on-board-slider {
  height: 100vh;
  width: 100%;
}
.life-on-board-slider .swiper-slide {
  position: relative;
  height: 100%;
}
.life-on-board-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.life-on-board-slider .swiper-slide::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .section-special .container {
    max-width: 1160px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-content-box {
  background: transparent;
  font-size: 11px;
  color: #fff;
  width: 100%;
  right: 0;
  z-index: 99;
}

.swiper-rooms .swiper-slide {
  padding: 0px 80px;
  box-sizing: border-box;
}

.swiper-rooms .swiper-content-image {
  width: 750px;
  height: 500px;
}

.swiper-content-box {
  background: #f7f7f7;
  position: absolute;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  color: #24170f;
  width: 320px;
  padding: 30px;
  box-sizing: border-box;
  right: 80px;
}

.swiper-rooms .swiper-content-box {
  min-height: 430px;
  position: absolute;
  right: 80px;
  z-index: 10;
  transform: translate(0%, -50%);
  top: 50%;
}

.swiper-rooms.right .swiper-content-box {
  left: 80px;
  right: auto;
}

.life-aboard-box {
  width: 450px;
  height: 190px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 40px 20px;
  box-sizing: border-box;
}

.info-life .life-content-box-title {
  color: #24170f;
  font-size: 22px;
}

.info-life .life-content-box-title:after {
  content: "";
  background: #d8d8d8;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  position: absolute;
}

.accom-size {
  color: #cc9933 !important;
}

.life-content-box-description {
  text-align: justify;
  font-size: 14px;
}

.swiper-button-prev-room svg {
  transform: rotate(180deg);
}

.swiper-button-prev svg,
.swiper-button-next svg {
  height: 1rem;
}

.swiper-rooms .swiper-button-prev,
.swiper-rooms .swiper-button-next,
.offer-gallery-slider .swiper-button-prev,
.offer-gallery-slider .swiper-button-next,
.offer-related-post .swiper-button-prev,
.offer-related-post .swiper-button-next {
  border: 1px solid #452f17;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.shadow {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) !important;
}
.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.bg-light {
  background-color: #f9f9f9 !important;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.offer-gallery-slider .swiper-button-prev {
  left: 50px;
}
.offer-gallery-slider .swiper-button-next {
  right: 50px;
}

/* Related posts nav buttons — outside the cards */
.offer-related-post {
  padding: 0 58px;
}
.offer-related-post .swiper-button-prev {
  left: 0;
}
.offer-related-post .swiper-button-next {
  right: 0;
}
@media (max-width: 767.98px) {
  .offer-related-post {
    padding: 0 44px;
  }
}

/* Gallery slider: bỏ viền trắng và background khi chuyển slide */
.offer-gallery-slider .swiper-content-image {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Offers Gallery Slider - Single Image Display */
.offer-gallery-slider .swiper-content-image {
  width: 1005px;
  max-width: 100%;
  height: 600px;
  margin: 0 auto;
}

.offer-gallery-slider .swiper-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-gallery-slider .swiper-pagination-offers {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.offer-gallery-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px;
}

.offer-gallery-slider .swiper-pagination-bullet-active {
  background: #3d2817 !important;
}

.global-banner {
  width: 100%;
  height: 420px;
  position: relative;
}

.global-banner-title {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.global-banner-title h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
  font-family: var(--font-body, Georgia, serif);
}

.global-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  z-index: 1;
}

.global-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-module-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.option-module-text {
  width: 100%;
  height: 65%;
  text-align: center;
  position: relative;
}
.minute-text {
  bottom: 100px;
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.item-video {
  position: relative;
  filter: blur(3px);
}
.module-image {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.module-image:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
}
.options-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.options-video iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.options-video .stop {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  background: #333;
  color: #fff;
  font-size: 2rem;
  opacity: 0.75;
}
.options-video .stop:hover {
  opacity: 1;
}
.videos .play {
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  font-size: 2rem;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.8;
  color: #fff;
}
.videos .play:hover {
  opacity: 1;
}
.text-popup {
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .option-module-text {
    height: 85%;
  }
  .options-video .stop {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .videos .play {
    position: absolute;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1.5rem;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.8;
    color: #fff;
  }
}
.options-video p {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Gallery Tabs & Grid */
.gallery-tab-item {
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent !important;
  color: var(--primary-color);
  font-size: 16px;
}

.gallery-tab-item.active,
.gallery-tab-item:hover {
  border-color: var(--primary-color) !important;
}

.gallery-grid .gallery-item {
  transition: all 0.4s ease;
}

.gallery-item img.transition-transform {
  transition: transform 0.5s ease;
}

.gallery-item:hover img.transition-transform {
  transform: scale(1.05);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-item.animate-in {
  animation: fadeUp 0.5s ease forwards;
}

.gallery-item {
  display: block;
}
.color-text-primary {
  color: var(--primary-color);
}
.gallery-tabs-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  margin-bottom: 0 !important;
  animation: slideDown 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  top: 140px;
  background: #fff;
}
.box-offers h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-offers h3 a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-color);
}
.box-offers .short-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.box-offers .offer-description {
  font-size: 15px;
  font-weight: 400;
  color: var(--primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-offers .offer-description p,
.box-offers .offer-description span,
.box-offers .offer-description strong {
  display: inline;
  margin: 0;
  padding: 0;
}

.list-offers .row {
  align-items: stretch;
}

.list-offers .col-lg-6 {
  display: flex;
}

.box-offers {
  width: 100%;
  padding-bottom: 0.5rem;
}

.box-offers .btn {
  margin-top: auto;
  align-self: flex-start;
}

.offer-thumb {
  overflow: hidden;
  height: 300px;
}
.offer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.offer-thumb:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .offer-thumb {
    height: 220px;
  }
}

.single-content {
  font-size: 16px;
  color: #24170f;
}
.std-room-offer a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.std-room-offer h3 a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
}
.font-small {
  font-size: 14px;
}
.btn-link {
  font-weight: 500;
  color: #24170f !important;
  border-bottom: 1px solid #000;
  display: inline-block;
  text-decoration: none;
}
.box-shadow-std:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.box-shadow-std {
  transition: all 0.5s;
}
.text-decoration-none {
  text-decoration: none;
}
.btn-link-offer:before {
  background: #333;
  height: 0.7px;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  content: "";
  position: absolute;
  bottom: 0;
}
.btn-link-offer:hover:before {
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
  min-height: calc(100vh - 3.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0.25rem;
}
.modal-content:before {
  content: " ";
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
  right: 0.25rem;
}
.modal-header {
  justify-content: center;
  border-bottom: 0;
}
.modal-title {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
}
.modal-title:after {
  content: "";
  background: #000;
  width: 6.25rem;
  height: 0.125rem;
  margin-top: 0.625rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modal-close {
  background: transparent;
  border: 0;
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.modal-close:before,
.modal-close:after {
  content: " ";
  background: #6c757d;
  display: block;
  width: 1px;
  height: 1.75rem;
  margin-top: -0.875rem;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-close:before {
  transform: rotateZ(-45deg);
}
.modal-close:after {
  transform: rotateZ(45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
  background: #000;
}
.modal-backdrop.show {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .modal-header {
    padding: 1rem 3rem 1rem;
  }
  .modal-body {
    padding: 1rem 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .modal-scroll .modal-dialog {
    overflow: hidden;
    height: calc(100vh - 3.75rem);
  }
  .modal-scroll .modal-content,
  .modal-scroll .modal-content > .row,
  .modal-scroll .info {
    height: 100%;
  }
  .modal-scroll .info {
    overflow: auto;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-control,
.custom-select,
.btn,
.input-group-text {
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-control,
.custom-select,
.input-group-text {
  border-color: #fff;
  border-bottom-color: #dee2e6;
  height: calc(1.5em + 1rem + 2px);
}
textarea.form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  height: auto;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
  border-color: #fff;
  border-bottom-color: #000;
  box-shadow: none;
}
textarea.form-control:focus {
  background-color: #f5f5f5;
  border: 1px dotted #000;
}
.form-control:disabled,
.form-control[readonly] {
  background: #fff;
}
.custom-select {
  background-image: url("../images/arrow-down-black.png");
  -webkit-background-size: 0.5rem 0.25rem;
  -moz-background-size: 0.5rem 0.25rem;
  background-size: 0.5rem 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  width: 100%;
  border: 1px solid #ced4da;
  background-color: #fff;
  line-height: 1.5;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.single-content a {
  color: var(--primary-color);
  cursor: pointer;
}
.content-contact h3 {
  color: var(--primary-color);
  font-family: var(--font-primary) !important;
  font-size: 18px;
}
.content-contact p {
  color: var(--primary-color);
  font-size: 15px !important;
}
.content-contact p a {
  color: var(--primary-color);
  text-decoration: none;
}
.lh-2 {
  line-height: 2;
}
.btn-outline-secondary {
  color: var(--primary-color);
  background: transparent;
  border-color: var(--primary-color);
  font-size: 17px;
  padding: 5px 40px;
  font-weight: 600;
  border-radius: 0;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.content-itine .sub {
  color: #8e8e8e;
}
.featured-journey-detail {
  background: #f5f5f5;
  margin: -60px 20px 0px 20px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  min-height: 300px;
}
.featured-journey-detail h4 {
  min-height: 45px;
  color: #cf9b3d;
  margin-bottom: 0px;
}
.featured-journey-detail .night,
.featured-journey-detail .price span {
  font-size: 17px;
}
.featured-journey-detail h4 {
  min-height: 45px;
  color: #cf9b3d;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
}
.featured-journey-detail .period p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
.journey-button .button-send .btn {
  font-family: var(--font-primary) !important;
  font-weight: 600 !important;
  font-size: 17px !important;
}

a.decor-underline {
  color: #cc9933;
  margin: 0px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 0px;
  display: inline-block;
}
a.decor-underline:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  background: #cc9933;
}
a.decor-underline.accom-size:after {
  background: #8e8e8e;
}
a.decor-underline:hover,
a.decor-underline.accom-size:hover {
  font-weight: bold;
}
.single-tour-wrap p,
.single-tour-wrap li {
  color: #7a7a7a;
}
.single-accommodation-wrap {
  color: var(--primary-color);
}
.single-accommodation-wrap p,
.single-accommodation-wrap li {
  color: var(--primary-color);
}
.single-tour-wrap {
  color: #7a7a7a;
}
.single-tour-wrap .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.single-tour-wrap .gallery img {
  width: 100% !important;
  height: 100% !important;
}
.accommodations-section .life-content-box-description {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.accommodations-section .info-life .life-content-box-title::after {
  display: none;
}

/*--------------------------------------------------------------
# Primary Menu Submenu
--------------------------------------------------------------*/
.main-navigation .menu-item {
  position: relative;
}

.main-navigation .sub-menu {
  display: block;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  border-top: none; /* Xóa đường kẻ màu đen */
  text-align: left;
}

.main-navigation .menu-item:hover > .sub-menu,
.main-navigation .menu-item.menu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#menu-aside-navigation-top .menu-item.menu-open > .sub-menu {
  display: block;
  padding-left: 55px;
}

.main-navigation .sub-menu li {
  display: block;
  margin: 0;
}

.main-navigation .sub-menu li a {
  display: block;
  padding: 10px 25px;
  font-size: 15px;
  color: var(--text-color-main) !important;
  text-align: left;
  text-transform: none; /* Reset uppercase if parent has it */
  font-weight: 500;
  line-height: 1.4;
  text-transform: none !important;
}

/* Override sticky header color change for submenu items */
.site-header.is-sticky .main-navigation .sub-menu li a {
  color: var(--text-color-main) !important;
}

.main-navigation .sub-menu li a:after {
  display: none; /* Remove underline effect from parent */
}

.main-navigation .sub-menu li a:hover {
  color: var(--primary-color) !important;
  background: #d4d4d4;
  padding-left: 30px; /* Slide effect */
  transition: all 0.3s ease;
}

/* Arrow Toggle */
.submenu-toggle {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.main-navigation .menu-item:hover > a .submenu-toggle,
.main-navigation .menu-item.menu-open > a .submenu-toggle {
  transform: rotate(180deg);
}

.site-header .site-popup .btn-block {
  background: var(--button-color);
  border-color: var(--button-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  letter-spacing: 0.6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.site-header .site-popup .btn-block:hover {
  background-color: var(--button-color);
  border-color: var(--button-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.site-popup {
  max-width: 250px;
  top: 100%;
  right: 16px;
  margin-top: 72px;
  border-radius: 8px;
  /* border: 1px solid #fff; */
  /* background: rgba(255, 255, 255, 0.7); */
  background: #f7f7f7;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.site-popup-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.site-popup-content {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.booking-form-wrapper {
  width: 100%;
  padding: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: unset !important;
  padding-top: 20px !important;
}

/* Prevent flex columns from expanding beyond their Bootstrap grid width */
.booking-form-wrapper .row > * {
  min-width: 0;
}
.bg-secondary {
  /* background-color: var(--secondary-color) !important; */
  background-color: #fff !important;
}
.bg-third {
  /* background-color: var(--third-color) !important; */
  background-color: #f7f7f7 !important;
}
.booking-form-wrapper i {
  color: #333 !important;
}
.booking-form-wrapper input.form-control {
  height: 40px; /* Ensure consistent height */
  width: 100% !important;
  appearance: none; /* Remove native OS styles */
  -webkit-appearance: none;
  color: #333 !important;
  font-size: 14px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.66) inset;
}
/* Flatpickr handles this now */
.booking-form-wrapper select {
  height: 40px; /* Ensure consistent height */
  border-radius: 5px;
  font-size: 14px;
  color: #333 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.66) inset;
}
.booking-form-wrapper button {
  background-color: var(--button-color) !important;
  height: 40px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  letter-spacing: 0.6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.booking-form-wrapper button:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

/* About Us Section Styles */
.about-us-section {
  position: relative;
  overflow: hidden;
}
.about-us-top {
  background-color: #fff;
  padding-top: 80px !important;
  padding-bottom: 80px !important; /* Space for overlay text */
}
.about-top-img img {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  background: url(<path-to-image>) lightgray -73px -59.109px / 111.975% 125.126%
    no-repeat;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.5);
}
.about-us-bottom {
  background-color: #f7f7f7;
}

.section-title {
  color: #24170f;
  font-family: inherit;
  letter-spacing: 2px;
  font-size: 32px;
  font-weight: 700;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #453e35;
}

.about-top-content {
  color: #24170f;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.about-top-content img,
.about-bottom-content img,
.about-bottom-content figure.wp-block-image,
.about-bottom-content figure.wp-block-image img {
  border-radius: 0.75rem !important;
  overflow: hidden;
}

.decorative-text {
  color: var(--Color-1, #930d01);
  text-align: center;
  font-family: var(--font-primary);
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  bottom: -107px;
  z-index: 9;
}

.about-bottom-card {
  border-radius: 1rem;
  overflow: hidden;
}
.about-bottom-card-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.btn-circle-arrow {
  width: 36px;
  height: 36px;
  background-color: var(--button-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.about-bottom-content {
  /* border-left: 1px solid rgba(255, 255, 255, 0.4); */
  padding-left: 40px;
  position: relative;
}
.about-bottom-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: var(--primary-color);
  opacity: 0.8;
}

.about-bottom-content .desc {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}
.about-bottom-content .btn-primary {
  background-color: var(--button-color);
  border-color: var(--button-color);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  display: flex;
  gap: 32px;
  align-items: center;
  width: fit-content;
}

.about-us-bottom {
  padding-top: 200px;
  padding-bottom: 100px;
}
.about-us-bottom .container {
  max-width: 1000px !important;
}
.about-bottom-content h3 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.about-bottom-content p {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.banner-discount-left {
  background-image: url(../images/discount_banner_right.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-discount-section .col-lg-6 {
  padding: 0;
}
/* Padding 70 */
.banner-discount-section {
  padding: 70px 0;
}
/* Padding 70 */
.banner-discount-content p {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0;
}
.banner-discount-content {
  max-width: 440px;
}
.banner-discount-content strong {
  color: #930d01;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  z-index: 2;
  margin-left: 23px;
}
.banner-discount-content strong::after {
  background-image: url("../images/brush.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -4px;
  left: -30px;
  z-index: -1;
  width: 231px;
  height: 56px;
}
.banner-discount-small-text {
  margin: 32px 0 16px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.banner-discount-btn,
.tour-item-content-footer-link {
  background-color: var(--button-color);
  border-color: var(--button-color);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  display: flex;
  gap: 32px;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.banner-discount-left {
  border-radius: 8px 0 0 8px;
}
.banner-discount-right {
  border-radius: 0 8px 8px 0;
}
#luxury-experience-banner {
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 620px;
  width: 100%;
}

.luxury-experience-top h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 72px; /* 112.5% */
}
.luxury-experience-top p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.luxury-experience-bottom-line {
  height: 60px;
  width: 1px;
  display: block;
  background: #fff;
  margin-left: 40px;
  margin-right: 40px;
}
.our_journeys-heading,
.accommodation-heading,
.services_and_utilities-heading,
.modern_facilities_group-heading,
.itineraries_group-heading {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.our_journeys-heading h2,
.accommodation-heading h2,
.services_and_utilities-heading h2,
.modern_facilities_group-heading h2,
.itineraries_group-heading h2 {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.our_journeys-heading p,
.accommodation-heading p,
.services_and_utilities-heading p,
.modern_facilities_group-heading p,
.itineraries_group-heading p {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.services_and_utilities-heading h2,
.services_and_utilities-heading p,
.itineraries_group-heading h2,
.itineraries_group-heading p {
  color: #333;
}
.tour-wrapper .tour-item {
  display: flex;
  gap: 150px;
}

.tour-item-content h3 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tour-item-content-desc p {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.tour-item.tour-odd {
  padding-bottom: 130px;
}
.tour-item-img {
  position: relative;
  z-index: 2;
}
.tour-item-img::after {
  position: absolute;
  content: "";
  height: 95%;
  width: calc(100% + 100px);
  top: 25%;
  left: -50px;
  z-index: -1;
  background: #930d01;
}
.tour-item.tour-even .tour-item-content h3,
.tour-item.tour-even .tour-item-content-desc p {
  color: #333;
}
.tour-item-content-desc {
  margin-bottom: 40px;
  position: relative;
}
.tour-item-content-desc::before {
  content: "";
  left: -40px;
  height: 100px;
  width: 1px;
  background-color: #fff;
  top: 10px;
  position: absolute;
}
.tour-item.tour-even .tour-item-content-desc::before {
  background-color: #333;
}
.tour-item.tour-even {
  padding: 100px 0 130px;
}
.tour-wrapper {
  position: relative;
}
.our_journeys-overlay {
  position: absolute;
  z-index: 9;
  bottom: -110px;
  right: 0;
}
/* Accommodation Slider */
.slider-accommodation {
  padding-bottom: 100px;
  overflow: hidden;
}

.slider-accommodation .swiper-slide {
  height: 500px;
  transition: all 0.3s ease;
}

.slider-accommodation .swiper-slide-active {
  opacity: 1;
  z-index: 2;
}

/* Hide content overlay on non-active slides */
.slider-accommodation .swiper-slide:not(.swiper-slide-active) .card-accommodation-overlay {
  opacity: 0;
  pointer-events: none;
}
.slider-accommodation .card-accommodation-overlay {
  transition: opacity 0.4s ease;
}

.card-accommodation {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.card-accommodation-img {
  height: 100%;
  width: 100%;
}

.card-accommodation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-accommodation-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /* Text at bottom */
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* Specific content styling */

.card-accommodation-title {
  font-size: 24px;
  font-family: var(--font-primary) !important;
  font-weight: 600;
  text-transform: uppercase;
}
.card-accommodation-meta {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.card-accommodation-desc {
  font-size: 14px;
  line-height: 1.6;
}

/* Navigation Buttons */
.slider-accommodation .swiper-button-next,
.slider-accommodation .swiper-button-prev {
  color: #fff;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 10;
  top: 50%;
}

.slider-accommodation .swiper-button-next:after,
.slider-accommodation .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

/* Arrows centered on side images: side visible = 22.2% → center at 11.1% */
.slider-accommodation .swiper-button-prev {
  left: 11.1%;
  transform: translate(-50%, -50%);
}
.slider-accommodation .swiper-button-next {
  right: 11.1%;
  transform: translate(50%, -50%);
}
/* Rotate prev SVG arrow to point left */
.slider-accommodation .swiper-button-prev svg {
  transform: rotate(180deg);
}
/* Remove the red separator bar */
.slider-accommodation .card-accommodation-content-heading {
  display: none;
}
/* Fix content box with all rounded corners */
.slider-accommodation .card-accommodation-content {
  border-radius: 12px;
}
.card-accommodation-content {
  padding: 32px 60px;
  border-radius: 0 0 16px 16px;
  background: rgba(65, 52, 41, 0.6);
  backdrop-filter: blur(2px);
}
.card-accommodation-content-heading {
  border-radius: 16px 16px 0 0;
  background: var(--Color-1, #930d01);
  height: 20px;
  width: 100%;
}
.utilities_group.utilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.utility-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.utility-item {
  position: relative;
}
.utility-item-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}
.utility-item-content h3 {
  color: #fff;
  font-family: var(--font-primary) !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 8px 0;
}
.utility-item-content p {
  color: #ebe4db;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.service-item-inner h3 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: var(--font-primary) !important;
}
.service-item-inner p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
#services_and_utilities {
  padding-bottom: 100px;
}
.modern_facilities_group_first-content {
  display: flex;
  gap: 150px;
  align-items: center;
  padding-bottom: 100px;
}
.modern_facilities_group_first-content-text h3 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-primary) !important;
}
.modern_facilities_group_first-content-text p {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  position: relative;
}
.modern_facilities_group_first-content-text p::before {
  position: absolute;
  left: -40px;
  top: -5px;
  content: "";
  height: 130px;
  width: 1px;
  background-color: #fff;
}

.modern_facilities-item {
  display: flex;
  align-items: center;
  gap: 150px;
  padding-bottom: 50px;
}

.modern_facilities-img {
  flex: 1;
}

.modern_facilities-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.modern_facilities-text {
  flex: 1;
  padding-left: 40px;
  position: relative;
}

.modern_facilities-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 1px;
  height: 83%;
  background-color: var(--primary-color);
}

.modern_facilities-text h3 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-primary) !important;
}

.modern_facilities-text p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: justify;
}

.modern_facilities-flexiable-overlay-img {
  top: -100px;
  left: -50px;
}

.section-big-overlay {
  z-index: 1;
  pointer-events: none;
}

.section-big-overlay img {
  object-fit: contain !important;
}

.section-content {
  position: relative;
  z-index: 2;
}

#itineraries_group {
  padding-bottom: 100px;
  /* background: #fff8ee; */
  background: #f7f7f7;
}
.itineraries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 30px;
}
.itinerary-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.itineraries-grid-item {
  border-radius: 14px;
  background: #fff8ee;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}
.itinerary-info {
  padding: 24px;
}
.itinerary-info h3 {
  color: #0a0a0a;
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 14px;
}
.itineraries-item-icon {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 8px;
}
.itineraries-item-icon h4 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  font-family: var(--font-primary) !important;
}
.sightseeing_spot-wrap ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sightseeing_spot-wrap ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
.sightseeing_spot-wrap {
  margin-bottom: 14px;
}
.activity-popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.activity-popup-content {
  position: absolute;
  bottom: 0px;
  transform: translateX(-50%) translateY(10px);
  width: 180px;
  padding: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  left: 120px;
  border-radius: 4px;
  border: 0.5px solid #4d3521;
  background: rgba(77, 53, 33, 0.12);
  box-shadow: 0 0 12px 0 rgba(77, 53, 33, 0.3);
}

.activity-popup:hover .activity-popup-content,
.activity-popup.active .activity-popup-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.activity-popup-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-popup-content li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #24170f;
  font-size: 12px;
  line-height: 1.4;
}

.activity-popup-content li:last-child {
  margin-bottom: 0;
}

.activity-popup-content li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.price-wrap .price {
  color: #930d01;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px; /* 120% */
}
.price-wrap .text-price {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.itineraries-item-footer .btn-primary {
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--button-color);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: none;
}
.footer-text h3 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.footer-text-content {
  margin-bottom: 32px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.follow-link ul {
  list-style: none;
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 0;
}
.follow-link h3 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.menu-footer-title {
  color: var(--primary-color);
  font-size: 16px;
  font-family: var(--font-primary) !important;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

#review_from_tripadvisor {
  padding: 100px 0px;
}
.tripadvisor-heading-right p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  max-width: 180px;
  margin-top: 16px;
}
.avatar-list {
  display: flex;
  align-items: center;
}
.avatar-list img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -20px;
}
.avatar-list img:first-child {
  margin-left: 0;
}
.services_and_utilities-btn {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid var(--button-color, #b8912e);
  color: var(--primary-color, #24170f);
  font-family: var(--font-primary, serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.25s ease, color 0.25s ease;
}
.services_and_utilities-btn:hover {
  background: var(--button-color, #b8912e);
  color: #fff;
}
.card-accommodation-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: var(--button-color);
  padding: 8px 16px;
  border-radius: 8px;
  margin-top: 8px;
}
.dropdown-toggle::after {
  display: none !important;
}
.site-logo img {
  height: 35px;
}
/* ---------------------------------------------------------------
   Custom NS Language Dropdown – Header Desktop
   (Replaces TranslatePress shortcode; avoids header expansion)
--------------------------------------------------------------- */

/* Hide TRP floater & hidden anchor since we use our own switcher */
#trp-floater-ls {
  display: none !important;
}
.trp-shortcode-anchor:not(.trp-opposite-button) {
  display: none !important;
}

/* ── Sticky-header colour overrides for ns-lang-dropdown ── */
.site-header.is-sticky .ns-lang-dropdown .ns-lang-current {
  color: var(--primary-color) !important;
}
.site-header.is-sticky .ns-lang-dropdown .ns-lang-current svg {
  stroke: var(--primary-color);
}

/* ── Mobile aside-nav: ns-lang-dropdown inherits primary colour ── */
.mobile-lang-switcher .ns-lang-dropdown .ns-lang-current {
  color: var(--primary-color) !important;
  font-size: 15px;
}
.mobile-lang-switcher .ns-lang-dropdown .ns-lang-current svg {
  stroke: var(--primary-color);
}
.mobile-lang-switcher .ns-lang-dropdown .ns-lang-menu {
  left: 0;
  transform: none;
}

/* ── Safety-net: force TRP shortcode dropdown absolutely positioned ──
   (applies if fallback shortcode path is ever used) */
.lang-switcher .trp-language-switcher {
  position: relative !important;
  cursor: pointer;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.lang-switcher .trp-ls-shortcode-language-list,
.mobile-lang-switcher .trp-ls-shortcode-language-list {
  position: absolute !important;
  z-index: 1000000 !important;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  min-width: 140px;
  padding: 6px 0;
  overflow: hidden;
  top: calc(100% + 8px) !important;
}
.lang-switcher .trp-ls-shortcode-language-list {
  right: 0 !important;
  left: auto !important;
}
.mobile-lang-switcher .trp-ls-shortcode-language-list {
  left: 0 !important;
  right: auto !important;
}
.lang-switcher .trp-flag-icon,
.lang-switcher .trp-language-item img,
.lang-switcher .trp-current-language-item__wrapper img {
  display: none !important;
}
.lang-switcher .trp-ls-shortcode-current-language,
.lang-switcher .trp-current-language-item__wrapper {
  color: #fff !important;
}
.site-header.is-sticky .lang-switcher .trp-ls-shortcode-current-language,
.site-header.is-sticky .lang-switcher .trp-current-language-item__wrapper {
  color: var(--primary-color) !important;
}
.lang-switcher .trp-ls-shortcode-language a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333 !important;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 16px;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.lang-switcher .trp-ls-shortcode-language a:hover {
  background: rgba(0,0,0,0.05);
  color: var(--primary-color) !important;
}

.flatpickr-calendar {
  margin-bottom: 50px !important;
  transform: translateY(-20px) !important;
}

.flatpickr-calendar.ns-flatpickr-pending {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.flatpickr-calendar.ns-flatpickr-ready {
  opacity: 1 !important;
  visibility: visible !important;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  left: var(--flatpickr-arrow-left, 22px) !important;
  transform: translateX(-50%);
}

/* Booking form select dropdown styling */
.booking-form-wrapper select.form-select {
  cursor: pointer;
}

/* Cruise custom dropup dropdown */
.booking-form-wrapper .cruise-select-dropdown {
  width: 100%;
}

.booking-form-wrapper .cruise-select-btn {
  height: 40px;
  border-radius: 5px !important;
  padding: 0 12px;
  color: #24170f !important;
  cursor: pointer;
  background-color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 400 !important;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
}

.booking-form-wrapper .cruise-selected-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cruise-dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 6px 0;
  min-width: 100%;
}

.cruise-dropdown-menu .cruise-option {
  color: #333;
  padding: 10px 16px;
  font-size: 15px;
}

.cruise-dropdown-menu .cruise-option:hover,
.cruise-dropdown-menu .cruise-option:focus {
  background-color: rgba(0, 0, 0, 0.06);
  color: #333;
}

.cruise-dropdown-menu .cruise-option.active {
  background-color: transparent;
  color: #333;
}

.cruise-dropdown-menu .cruise-option.active::before {
  content: '\2713\00a0';
}

/* Desktop calendar positioning */
@media only screen and (min-width: 769px) {
  .flatpickr-calendar {
    margin-bottom: 40px !important;
    transform: translateY(-20px) !important;
  }
}

/* Back to Top Button */
/* Positioned on the same horizontal line as the AIO Contact trigger (bottom: 20px, right: 20px, size: 60px)
   Vertically centered with AIO Contact: center = 20+30 = 50px → back-to-top bottom = 50 - 22.5 ≈ 28px
   Placed to the left: right = 20 + 60 + 10 = 90px */
.go-to-top {
  position: fixed;
  bottom: 28px;
  right: 90px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.go-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.btn-go-to-top {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  padding: 0;
  outline: none;
  will-change: transform;
}

.btn-go-to-top:hover {
  background-color: var(--button-color);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ico-arrow-top {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

@media (max-width: 768px) {
  .go-to-top {
    /* Mobile: AIO Contact still at bottom:20px, height:60px → center=50px
       back-to-top mobile height=40px → bottom = 50-20 = 30px
       right = 20 + 60 + 10 = 90px */
    bottom: 30px;
    right: 90px;
  }

  .btn-go-to-top {
    width: 40px;
    height: 40px;
  }

  .ico-arrow-top {
    font-size: 18px;
  }
}

/* =====================================================================
   View Decks & Facilities – button strip below luxury banner
   ===================================================================== */
.view-decks-wrap {
  text-align: center;
  padding: 40px 20px;
  background: #f9f7f5;
}

.view-decks-btn {
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-primary, serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--button-color, #b8912e);
  text-decoration: none;
  padding: 0 0 10px;
  position: relative;
  transition: opacity 0.25s ease;
}

.view-decks-btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--button-color, #b8912e);
  border-radius: 1px;
}

.view-decks-btn:hover {
  opacity: 0.75;
}

/* =====================================================================
   Decks & Facilities – Bootstrap modal (tab layout)
   ===================================================================== */

/* Modal size – ~960 px centred */
.modal-decks {
  max-width: 960px;
}

.decks-facilities-modal .modal-content {
  border-radius: 4px;
  border: 1px solid #ddd;
  overflow: hidden;
}

/* Header: title centred, close button pinned to top-right */
.decks-modal-header {
  border-bottom: none;
  padding: 24px 28px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.decks-modal-title {
  font-family: var(--font-primary, serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-color, #24170f);
  margin: 0;
}

.decks-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
}

/* Tab strip */
.decks-tabs-wrapper {
  border-bottom: 1px solid #ddd;
  padding: 0 28px;
}

.decks-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  border: none;
}

.decks-tabs-nav .nav-item {
  margin: 0;
}

.decks-tab-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 22px;
  font-family: var(--font-primary, serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--primary-color, #24170f);
  cursor: pointer;
  margin-bottom: -1px;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.decks-tab-btn:hover {
  color: var(--button-color, #b8912e);
  border-bottom-color: rgba(184, 145, 46, 0.4);
}

.decks-tab-btn.active {
  color: var(--primary-color, #24170f);
  border-bottom-color: var(--primary-color, #24170f);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Modal body */
.decks-modal-body {
  padding: 20px 28px 28px;
  overflow: visible;
}

/* ─── Deck Plan section (above tabs, compact) ───────────── */
.deck-gallery-section {
  margin-bottom: 28px;
}

.deck-section-label {
  font-family: var(--font-primary, serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-color, #24170f);
  border-bottom: 1px solid #e0d8cf;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

/* Container holding all deck plan images (only active visible) */
.decks-plan-carousel {
  padding: 0 28px 0;
  background: #fff;
}

.deck-plan-item {
  display: none;
}

.deck-plan-item.active {
  display: block;
}

.deck-plan-img-wrap {
  text-align: center;
  background: #f9f7f5;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.deck-plan-img {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .deck-plan-img {
    max-height: 160px;
  }
}

/* ─── Deck Photo Gallery (Swiper) ─────────────────────── */

/* Outer wrapper: positions the nav buttons outside the swiper */
.deck-gallery-wrap {
  padding: 0 54px;
}

.deck-gallery-swiper {
  overflow: hidden;
  border-radius: 4px;
}

.deck-gallery-swiper .swiper-slide {
  height: auto;
}

.deck-gallery-img {
  width: 100%;
  height: 340px;
  max-height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .deck-gallery-wrap {
    padding: 0 44px;
  }
  .deck-gallery-img {
    height: 200px;
    max-height: 200px;
  }
}

/* Nav buttons — outside the swiper, vertically centred on the image */
.deck-gallery-prev,
.deck-gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #452f17;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}

.deck-gallery-prev:hover,
.deck-gallery-next:hover {
  background: var(--primary-color, #24170f);
  border-color: var(--primary-color, #24170f);
}

.deck-gallery-prev:hover svg,
.deck-gallery-next:hover svg {
  fill: #fff;
}

.deck-gallery-prev svg,
.deck-gallery-next svg {
  width: 14px;
  height: 14px;
  fill: var(--primary-color, #24170f);
  transition: fill 0.2s ease;
}

.deck-gallery-prev svg {
  transform: rotate(180deg);
}

.deck-gallery-prev {
  left: 0;
}

.deck-gallery-next {
  right: 0;
}

/* Swiper disabled state */
.deck-gallery-prev.swiper-button-disabled,
.deck-gallery-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* Gallery pagination */
.deck-gallery-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 12px;
}

.deck-gallery-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
}

.deck-gallery-swiper .swiper-pagination-bullet-active {
  background: var(--primary-color, #24170f) !important;
}

/* =====================================================================
   Accommodation PDF Download buttons
   ===================================================================== */
.accommodation-pdf-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px 20px 60px;
  background: #f9f7f5;
}

.accommodation-pdf-btn {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid var(--button-color, #b8912e);
  color: var(--primary-color, #24170f);
  font-family: var(--font-primary, serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.25s ease, color 0.25s ease;
}

.accommodation-pdf-btn:hover {
  background: var(--button-color, #b8912e);
  color: #fff;
}

.accommodation-pdf-sep {
  color: var(--primary-color, #24170f);
  font-size: 20px;
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 576px) {
  .accommodation-pdf-links {
    flex-direction: column;
    gap: 16px;
  }
  .accommodation-pdf-sep {
    display: none;
  }
  .accommodation-pdf-btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}

