﻿:root {
  --primary-color: #3d2817;
  --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: 50px !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;
}
.main-navigation .menu-item a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.site-header.is-sticky .main-navigation .menu-item a::after {
  background-color: var(--primary-color);
}
.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 {
  width: 100%;
}
#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,
.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 */
@media (max-width: 767.98px) {
  .aside-nav-logo {
    max-width: 7rem !important;
  }

  .aside-nav .text-center.mb-4 {
    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: 12px;
  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: #000;
}
.footer-top-heading p {
  color: #000;
  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) !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.66) inset;
}
.footer-top-bottom {
  font-size: 16px;
}
.footer-top-bottom a {
  color: #000;
  font-weight: 700;
  line-height: 24px;
  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: #452f17;
  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,
.offer-related-post .swiper-button-prev {
  left: -60px;
}
.offer-gallery-slider .swiper-button-next,
.offer-related-post .swiper-button-next {
  right: -60px;
}

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

.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 a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-color);
}
.box-offers .offer-description {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.offer-thumb {
  overflow: hidden;
}
.offer-thumb img {
  transition: transform 0.3s ease;
}
.offer-thumb:hover img {
  transform: scale(1.1);
}

.single-content {
  font-size: 16px;
  color: #000;
}
.std-room-offer a img {
  width: 100%;
}
.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: #000 !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-heading) !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: 3px solid var(--primary-color);
  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;
}

/* 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 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
  border-radius: 4px;
}
.site-header .site-popup .btn-block:hover {
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.site-popup {
  max-width: 250px;
  top: 100%;
  right: 16px;
  margin-top: 16px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5);
}
.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 {
  padding: 32px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.bg-secondary {
  background-color: var(--secondary-color) !important;
}
.bg-third {
  background-color: var(--third-color) !important;
}
.booking-form-wrapper i {
  color: #333 !important;
}
.booking-form-wrapper input.form-control {
  min-height: 50px; /* 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 {
  min-height: 50px; /* 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;
  min-height: 50px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.66) inset;
}

/* About Us Section Styles */
.about-us-section {
  position: relative;
  overflow: hidden;
}
.about-us-top {
  background-color: var(--secondary-color);
  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: var(--third-color);
}

.section-title {
  color: #453e35;
  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: #453e35;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

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

.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: 2px;
  height: 60%;
  background-color: #fff;
  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: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.about-bottom-content p {
  color: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tour-item-content-desc p {
  color: #fff;
  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 {
  width: 63%; /* Calculated to show ~30% of adjacent slides */
  height: 500px;
  transition: all 0.3s ease;
}

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

.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: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 10;
}

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

/* Position "half in half out" of active slide */
.slider-accommodation .swiper-button-prev {
  left: 10%; /* Adjust based on slide width */
  transform: translateX(-50%);
}
.slider-accommodation .swiper-button-next {
  right: 10%; /* Adjust based on slide width */
  transform: translateX(50%);
}
.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: #fff;
  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: #fff;
  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: #fff;
  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;
}
.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: #5e4a3d;
  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-heading) !important;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
