/* Main Stylesheet - Extracted from index.html */

/* Skip to main content link for accessibility */
.skip-to-main {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
}
.skip-to-main:focus {
  top: 0;
}

a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
}
.hs-breadcrumb-menu {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.hs-breadcrumb-menu-item {
  float: left;
  padding: 10px 0px 10px 10px;
}
.hs-breadcrumb-menu-divider:before {
  content: "›";
  padding-left: 10px;
}
.hs-featured-image-link {
  border: 0;
}
.hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media (max-width: 568px) {
  .hs-featured-image {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.hs-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* ===== CSS Block Separator ===== */

/* Header Menu Styles */
.header-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  /* Make the gradient have opacity controls for both the black and transparent */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}

.header-container {
  max-width: var(--containerWidth);
  margin: 0 auto;
  /* padding: 0 15px; */
  display: flex;
  align-items: center;
  padding: 0px 20px 20px;
  position: relative;
}

.logo-container img {
  max-height: 72px;
  width: 100%;
  object-fit: contain;
  margin-top: 4.5rem;
}

@media (max-width: 991px) {
  .logo-container img {
    margin-top: 0;
  }
}

/* New wrapper for menu sections */
.menu-sections {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  gap: 20px;
}

/* Top Row Styles */
.top-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* padding: 10px 0; */
  gap: 33px;
}

.top-menu {
  order: 3;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3.3rem;
}

@media (max-width: 991px) {
  .top-menu {
    gap: 0rem;
  }
}

.top-menu .menu-item {
  margin: 0;
}

.top-menu .menu-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1.2rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .top-menu .menu-link {
    width: 100%;
    color: #2b2b2b;
    align-items: center;
    padding: 2rem 1.5rem 2rem 0;
    justify-content: space-between;
  }
}

.dropdown-icon {
  margin-left: 5px;
  display: inline-flex;
}

@media (max-width: 991px) {
  .dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 3rem;
    max-width: 7rem;
  }
}

/* Language Selector */

.lang-selector {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}

.lang-icon {
  margin-right: 5px;
}

.current-lang {
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  display: none;
  z-index: 10;
}

.lang-selector:hover .lang-dropdown {
  display: block;
}

.lang-option {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 12px;
}

.lang-option:hover {
  background-color: #f5f5f5;
}

/* Main Row Styles */
.main-row {
  /* padding: 15px 0; */
}

.menu-container {
  display: flex;
  justify-content: flex-end;
}

.menu-items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 33px;
}

@media (max-width: 991px) {
  .menu-items {
    gap: 0;
    order: 2;
  }
}

.menu-items .menu-item {
  margin: 0;
}

@media (max-width: 991px) {
  .menu-items .menu-item svg g {
    stroke: var(--gold);
  }
}

.menu-items .menu-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .menu-items .menu-link {
    width: calc(100% - 7rem);
    color: #2b2b2b;
    align-items: center;
    padding: 2rem 0;
    justify-content: space-between;
  }
}

/* Login Button */

.login-button {
  padding: 12px 20px;
  transition: background-color 0.3s ease;
  border: 1px solid #ffffff;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 2.5px;
  text-align: center;
  line-height: 12px;
  font-weight: 500;
}

.login-button:hover {
  background-color: var(--gold);
}

.all-packages-button {
  padding: 12px 20px;
  transition: background-color 0.3s ease;
  border: 1px solid transparent;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 2.5px;
  text-align: center;
  line-height: 12px;
  font-weight: 500;
  position: relative;
  z-index: 99;
  background-color: var(--gold);
}

.all-packages-button:hover {
  border: 1px solid #fff;
  background-color: transparent;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  margin-left: auto;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}

/* Mobile Menu */
.mobile-menu-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 3rem;
  position: fixed;
  overflow: scroll;
  max-height: 100dvh;
  background-color: var(--white);
}

.mobile-menu-wrapper .top-menu,
.mobile-menu-wrapper .menu-items {
  flex-direction: column;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .mobile-menu-wrapper .top-menu,
  .mobile-menu-wrapper .menu-items {
    align-items: stretch;
  }
}

.mobile-menu-wrapper .menu-item {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .mobile-menu-wrapper .menu-item {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    align-items: center;
    position: relative;
    border-bottom: 2px solid var(--gold);
    transition: transform 250ms ease;
  }

  .mobile-menu-wrapper .menu-item.open .dropdown-icon {
    transform: rotate(180deg);
  }
}

.mobile-menu-wrapper .lang-selector {
  order: 4;
  margin: 15px 0;
}

@media (max-width: 991px) {
  .mobile-menu-wrapper .lang-selector {
    display: none;
  }
}

.mobile-menu-wrapper .login-button {
  order: 5;
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .mobile-menu-wrapper .login-button {
    margin-top: 3rem;
    color: var(--gold);
    border-color: var(--gold);
  }

  .mobile-menu-wrapper .login-button:hover {
    color: #fff;
  }
}

.mobile-menu-actions {
  order: 1;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  justify-content: space-between;
  border-bottom: 5px solid var(--gold);
}

.mobile-menu-actions .close-nav {
  padding: 0px;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/close-mobile-nav.svg);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .header-container {
    padding: 1.5rem;
  }

  .menu-sections {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .mobile-menu-wrapper.active {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 993px) {
  .mobile-menu-wrapper {
    height: 100vh;
    overflow: scroll;
    display: none !important;
  }
}

.mega-menu {
  left: 0;
  right: 0;
  top: 100%;
  gap: 0rem;
  z-index: 20;
  margin: auto;
  display: none;
  padding: 0rem;
  /* 		display: grid; */
  width: 100%;
  position: absolute;
  max-width: var(--containerWidth);
  grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 991px) {
  .mega-menu {
    top: 0;
    position: relative;
  }
}

.mega-menu .menu-inner {
  left: 50%;
  min-height: 545px;
  display: grid;
  width: calc(100% - 4rem);
  position: absolute;
  background: var(--white);
  transform: translateX(-50%);
  grid-template-columns: 45rem repeat(1, 1fr);
  max-width: calc(var(--containerWidth) - 0rem);
}

@media (max-width: 991px) {
  .mega-menu .menu-inner {
    display: flex;
    min-height: unset;
    flex-direction: column;
    left: 0;
    width: 100%;
    transform: none;
    position: relative;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .mega-menu .login-button {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.mega-menu .feaured-image {
  display: flex;
  padding: 4rem;
  justify-content: end;
  flex-direction: column;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .mega-menu .feaured-image {
    display: none;
  }
}

.mega-menu .feaured-image p {
  z-index: 10;
  position: relative;
  color: var(--white);
  margin: 0px 0 2rem;
}

.mega-menu .feaured-image p:last-child {
  margin: 0;
}

.mega-menu .feaured-image h4,
.mega-menu .feaured-image span.title {
  z-index: 10;
  position: relative;
  color: var(--white);
  margin: 0px;
  font-size: 3.5rem;
  letter-spacing: 0px;
  line-height: 4rem;
  margin-bottom: 2rem;
  font-family: var(--secondaryFont);
  font-weight: 500;
}

.mega-menu .feaured-image .login-button {
  z-index: 10;
  position: relative;
}

.mega-menu .feaured-image:after {
  z-index: 2;
  content: "";
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 16%,
    rgba(0, 0, 0, 1) 100%
  );
}

.mega-menu .columns {
  gap: 3rem;
  display: grid;
  padding: 4.5rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
  .mega-menu .columns {
    gap: 3rem;
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
  }
}

.mega-menu .column {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.mega-menu .column h4,
.mega-menu .column h4 a,
.mega-menu .column span.title,
.mega-menu .column span.title a {
  color: #2b2b2b;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  font-family: var(--secondaryFont);
}

.mega-menu .column h4 a:hover,
.mega-menu .column span.title a:hover {
  color: var(--gold);
}

.mega-menu .column h4:after,
.mega-menu .column span.title:after {
  height: 1px;
  content: "";
  width: 100%;
  display: block;
  margin-top: 9px;
  background-color: #2b2b2b;
}

.mega-menu .column a {
  font-size: 1.4rem;
  color: #3a3a3a;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 200;
}

.mega-menu .column a:hover {
  color: var(--gold);
}

/* ===== CSS Block Separator ===== */

.hero {
  background-image: url(../images/hero-home-desktop.webp);
}

@media (max-width: 480px) {
  .hero {
    background-image: url(../images/hero-home-mobile.webp);
  }
}

@media (max-width: 480px) {
  .hero .section-intro p {
    font-weight: 400;
  }
}

.hero .section-intro:before {
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 40px;
  max-width: 70px;
  width: 100%;
  background-color: #2e7d32;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744028631982 .content-banner {
  padding-top: 100px;
  padding-bottom: 160px;
}

#hs_cos_wrapper_widget_1744028631982 .content-banner .container.equal {
  gap: 30px;
}

#hs_cos_wrapper_widget_1744028631982
  .content-banner
  .content
  .inner-content:before {
  background-color: #2e7d32;
}

#hs_cos_wrapper_widget_1744028631982 .content-banner.contained .container {
  gap: 13rem;
  padding: 0 2rem;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_widget_1744028631982
  .content-banner.contained
  .container
  .image {
  width: 100%;
  max-width: 470px;
}

#hs_cos_wrapper_widget_1744028631982
  .content-banner.contained
  .container
  .map-container {
  width: 100%;
  max-width: 470px;
  box-shadow: 6px 9px 30px 0 rgba(0, 0, 0, 0.07);
}

#hs_cos_wrapper_widget_1744028631982
  .content-banner.contained
  .container
  .content {
  justify-content: start;
}

#hs_cos_wrapper_widget_1744028631982
  .content-banner.contained
  .container
  .content
  .inner-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#hs_cos_wrapper_widget_1744028631982 .map-container .form {
  padding: 5rem;
}

#hs_cos_wrapper_widget_1744028631982 .form .custom-form-select {
  height: 5rem;
  display: flex;
  cursor: pointer;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #e8e8e8;
}

#hs_cos_wrapper_widget_1744028631982 .form .custom-form-select .options {
  top: 100%;
  z-index: 9999;
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

#hs_cos_wrapper_widget_1744028631982 .form .custom-form-select.open .options {
  display: block;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select.open
  .options
  .row {
  gap: 1rem;
  display: flex;
  padding: 1rem;
  font-weight: 500;
  font-size: 1.3rem;
  align-items: center;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select.open
  .options
  .row
  input {
  height: 3rem;
  max-width: 6rem;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .options
  .select-option {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .options
  .select-option:hover {
  background-color: #f5f5f5;
}

#hs_cos_wrapper_widget_1744028631982 .form .custom-form-select .option {
  padding: 0.5rem 1rem;
}

#hs_cos_wrapper_widget_1744028631982 .form .custom-form-select .option,
#hs_cos_wrapper_widget_1744028631982 .form .custom-form-select .option.date,
#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .option.travellers {
  gap: 1rem;
  display: flex;
  align-items: center;
}

#hs_cos_wrapper_widget_1744028631982 .form .custom-form-select .option .icon {
  width: 100%;
  max-width: 20px;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .option
  .details-container {
  display: flex;
  flex-direction: column;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .option
  .details-container
  span {
  font-size: 1.3rem;
  color: #8a8a8a;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .option
  .details-container
  span.value {
  color: #363636;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select.rooms
  .cta-container {
  padding: 2rem;
}

#hs_cos_wrapper_widget_1744028631982 .form .custom-form-select .options .room {
  padding: 0rem 2rem 1rem;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .options
  .room
  h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .options
  .room
  label {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: space-between;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .options
  .room
  .child-ages {
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .options
  .room
  .child-ages
  > label {
  margin-bottom: 0px;
  grid-column: 1/-1;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .options
  .room
  .child-ages
  select.child-age {
  max-width: 100%;
}

#hs_cos_wrapper_widget_1744028631982
  .form
  .custom-form-select
  .options
  .room
  select {
  max-width: 7rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #e8e8e8;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744100159213 .section-intro .container .content {
  max-width: 770px;
}

#hs_cos_wrapper_widget_1744100159213 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1744100159213 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1744100159213 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1744100159213 .section-intro .container:before {
  background-color: #2e7d32;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744101664090 .btn {
  text-transform: uppercase;
}

#hs_cos_wrapper_widget_1744101664090 .slider {
  padding: 0px;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1744101664090 .slider {
  }
}

#hs_cos_wrapper_widget_1744101664090 .slider .swiper {
  margin: 0px;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1744101664090 .swiper {
    width: 100%;
  }
}

#hs_cos_wrapper_widget_1744101664090 .swiper-wrapper {
  margin-bottom: 5rem;
  align-items: stretch;
}

#hs_cos_wrapper_widget_1744101664090 .slider .container {
}

#hs_cos_wrapper_widget_1744101664090 .swiper-slide {
  height: auto;
  max-width: 560px;
}

#hs_cos_wrapper_widget_1744101664090 .swiper-slide .slide-content {
  gap: 30px;
  height: 100%;
  flex-direction: column;
}

#hs_cos_wrapper_widget_1744101664090 .slider .slide-content .featured-image {
  height: 398px;
  max-width: 570px;
  flex-grow: unset;
  flex-shrink: unset;
}

#hs_cos_wrapper_widget_1744101664090
  .slider
  .slide-content
  .featured-image
  img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

#hs_cos_wrapper_widget_1744101664090 .slider .slide-content .content {
  flex: 1;
}

#hs_cos_wrapper_widget_1744101664090 .slider .container.filters {
  gap: 30px;
  display: flex;
  max-width: 1190px;
  margin-bottom: 6.5rem;
  grid-column: 2/3;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1744101664090 .slider .container.filters {
    gap: 10px;
  }
}

#hs_cos_wrapper_widget_1744101664090 .slider .container.filters button {
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 2.5px;
  outline: none;
  border: none;
  color: #2b2b2b;
  line-height: 12px;
  font-weight: 500;
  height: 42px;
  border: 1px solid #e09d3c;
  background-color: white;
  text-transform: uppercase;
  font-family: var(--primaryFont);
}

#hs_cos_wrapper_widget_1744101664090 .slider .container.filters button:hover,
#hs_cos_wrapper_widget_1744101664090 .slider .container.filters button.active {
  color: #fff;
  border-color: #1065b0;
  background-color: #1065b0;
}

#hs_cos_wrapper_widget_1744101664090 .container.cta-container {
  margin: 0px;
  padding: 0px;
  display: flex;
  overflow: visible;
  margin-bottom: 4.5rem;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_widget_1744101664090 .container.pagination {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_widget_1744101664090
  .container.pagination
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  position: relative;
}

#hs_cos_wrapper_widget_1744101664090 .swiper-button-next {
  height: auto;
  width: 70px;
  position: relative;
  top: unset;
  bottom: unset;
  margin: 0;
  left: unset;
  right: unset;
}

#hs_cos_wrapper_widget_1744101664090 .swiper-button-next:after {
  display: none;
}

#hs_cos_wrapper_widget_1744101664090 .cta-container {
  width: 100%;
}

#hs_cos_wrapper_widget_1744101664090 .swiper-slide:hover .btn.link.darkgrey {
  color: var(--gold);
}

#hs_cos_wrapper_widget_1744101664090
  .swiper-slide:hover
  .btn.link.darkgrey:before {
  background-color: var(--gold);
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744123291180 .section-intro .container .content {
  max-width: 570px;
}

#hs_cos_wrapper_widget_1744123291180 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1744123291180 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1744123291180 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1744123291180 .section-intro .container:before {
  background-color: #2e7d32;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744125935279 .btn {
  text-transform: uppercase;
}

#hs_cos_wrapper_widget_1744125935279 .packages .container {
  max-width: 1250px;
}

#hs_cos_wrapper_widget_1744125935279 .packages .container.cta-container {
  padding-top: 4rem;
}

#hs_cos_wrapper_widget_1744125935279 .packages .container.pagination {
  display: flex;
  position: relative;
  padding-top: 4.5rem;
  justify-content: space-between;
}

#hs_cos_wrapper_widget_1744125935279
  .packages
  .container.pagination
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  position: relative;
}

#hs_cos_wrapper_widget_1744125935279
  .packages
  .container.pagination
  .swiper-button-next {
  height: auto;
  width: 70px;
  position: relative;
  top: unset;
  bottom: unset;
  margin: 0;
  left: unset;
  right: unset;
}

#hs_cos_wrapper_widget_1744125935279 .swiper {
  padding-top: 20px;
  padding-bottom: 20px;
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide {
  height: auto;
  padding: 0 15px;
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide hr {
  width: 100%;
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .featured-image {
  height: 197px;
  min-height: 197px;
  overflow: hidden;
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .inner-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 6px 9px 20px 0 rgba(0, 0, 0, 0.07);
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .inner-slide .body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px 25px;
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .inner-slide .location {
  gap: 9px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #3a3a3a;
  letter-spacing: 0;
  line-height: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.7rem;
  font-family: var(--primaryFont);
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .inner-slide .excerpt {
  font-size: 1.8rem;
  color: #3a3a3a;
  letter-spacing: 0;
  line-height: 2.5rem;
  font-weight: 300;
  font-style: italic;
  font-family: var(--secondaryFont);
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .inner-slide .duration {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7b7b7b;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--primaryFont);
}

#hs_cos_wrapper_widget_1744125935279 .swiper-pagination-bullet-active {
  background-color: #1065b0;
  border-color: #1065b0;
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .inner-slide .footer {
  flex: 1;
  display: flex;
  align-items: end;
  padding-top: 2.5rem;
  justify-content: space-between;
  font-family: var(--primaryFont);
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .inner-slide .footer span {
  font-size: 14px;
  color: #3a3a3a;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 400;
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .inner-slide .footer .price {
  font-size: 39px;
  color: #3a3a3a;
  letter-spacing: 0;
  line-height: 44.57px;
  font-weight: 200;
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide .inner-slide {
}

#hs_cos_wrapper_widget_1744125935279 .swiper-slide:hover .btn.link.darkgrey {
  color: var(--gold);
}

#hs_cos_wrapper_widget_1744125935279
  .swiper-slide:hover
  .btn.link.darkgrey:before {
  background-color: var(--gold);
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744189369232 .section-intro .container .content {
  max-width: 715px;
}

#hs_cos_wrapper_widget_1744189369232 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1744189369232 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1744189369232 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1744189369232 .section-intro .container:before {
  background-color: #2e7d32;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744190667083 .full-width-slider .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#hs_cos_wrapper_widget_1744190667083
  .full-width-slider
  .container.cta-container {
  padding-top: 4rem;
}

#hs_cos_wrapper_widget_1744190667083 .full-width-slider .container.pagination {
  display: flex;
  position: relative;
  padding-top: 4.5rem;
  max-width: var(--containerWidth);
  justify-content: space-between;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1744190667083
    .full-width-slider
    .container.pagination {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#hs_cos_wrapper_widget_1744190667083
  .full-width-slider
  .container.pagination
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  position: relative;
}

#hs_cos_wrapper_widget_1744190667083
  .full-width-slider
  .container.pagination
  .swiper-button-next {
  height: auto;
  width: 70px;
  position: relative;
  top: unset;
  bottom: unset;
  margin: 0;
  left: unset;
  right: unset;
}

#hs_cos_wrapper_widget_1744190667083 .swiper-pagination-bullet-active {
  background-color: #1065b0;
  border-color: #1065b0;
}

#hs_cos_wrapper_widget_1744190667083 .full-width-slider .swiper-slide {
  padding: 50px;
  display: flex;
  align-items: start;
  min-height: 685px;
  justify-content: end;
  position: relative;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hs_cos_wrapper_widget_1744190667083 .full-width-slider .swiper-slide:after {
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

#hs_cos_wrapper_widget_1744190667083 .full-width-slider .swiper-slide h3 {
  color: #fff;
  font-family: var(--secondaryFont);
}

#hs_cos_wrapper_widget_1744190667083 .full-width-slider .swiper-slide p {
  color: #fff;
  margin-bottom: 3rem;
  font-family: var(--primaryFont);
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744206502896 .section-intro .container .content {
  max-width: 675px;
}

#hs_cos_wrapper_widget_1744206502896 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1744206502896 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1744206502896 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1744206502896 .section-intro .container:before {
  background-color: #2e7d32;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744211434254 .overflow-slides .container {
  max-width: 100%;
  padding: 0 0;
  max-width: 192rem;
}

#hs_cos_wrapper_widget_1744211434254 .overflow-slides .container.cta-container {
  padding-top: 4rem;
}

#hs_cos_wrapper_widget_1744211434254 .overflow-slides .container.pagination {
  display: flex;
  padding: 0 20px;
  position: relative;
  padding-top: 4.5rem;
  justify-content: space-between;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_widget_1744211434254
  .overflow-slides
  .container.pagination
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  position: relative;
}

#hs_cos_wrapper_widget_1744211434254
  .overflow-slides
  .container.pagination
  .swiper-button-next {
  height: auto;
  width: 70px;
  position: relative;
  top: unset;
  bottom: unset;
  margin: 0;
  left: unset;
  right: unset;
}

#hs_cos_wrapper_widget_1744211434254 .swiper {
  padding-top: 20px;
  padding-bottom: 20px;
}

#hs_cos_wrapper_widget_1744211434254 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: end;
  height: auto;
  padding: 0 15px;
  position: relative;
  padding-right: 150px;
  min-height: 685px;
  max-width: 90%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1744211434254 .swiper-slide {
    padding: 0 30px;
  }
}

#hs_cos_wrapper_widget_1744211434254 .swiper-slide:after {
  z-index: -1;
  content: "";
  height: 100%;
  width: 70%;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

@media (max-width: 480px) {
  #hs_cos_wrapper_widget_1744211434254 .swiper-slide:after {
    width: 100%;
  }
}

#hs_cos_wrapper_widget_1744211434254 .swiper-slide .content {
  width: 100%;
  max-width: 500px;
}

#hs_cos_wrapper_widget_1744211434254 .swiper-slide .content h3 {
  color: #fff;
}

#hs_cos_wrapper_widget_1744211434254 .swiper-slide .content p {
  color: #fff;
  max-width: 400px;
}

@media (max-width: 480px) {
  #hs_cos_wrapper_widget_1744211434254 .swiper-slide .content p {
    font-weight: 400;
  }
}

#hs_cos_wrapper_widget_1744211434254 .swiper-slide .content .rich-text {
  margin-bottom: 5rem;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744274659284 .section-intro .container .content {
  max-width: 670px;
}

#hs_cos_wrapper_widget_1744274659284 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1744274659284 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1744274659284 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1744274659284 .section-intro .container:before {
  background-color: #bd9459;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744275480151 .section-intro .container .content {
  max-width: 770px;
}

#hs_cos_wrapper_widget_1744275480151 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1744275480151 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1744275480151 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1744275480151 .section-intro .container:before {
  background-color: #2e7d32;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744275626072 .swiper {
  max-width: 740px;
}

#hs_cos_wrapper_widget_1744275626072 .slider {
  padding: 0;
}

#hs_cos_wrapper_widget_1744275626072 .slider .swiper-pagination-bullet-active {
  background-color: var(--primaryColour);
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744281280473 .testimonial-slider {
  padding: 0;
  overflow: hidden;
}

#hs_cos_wrapper_widget_1744281280473 .testimonial-slider .container.pagination {
  display: flex;
  padding: 0 0px;
  position: relative;
  padding-top: 4.5rem;
  justify-content: space-between;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_widget_1744281280473
  .testimonial-slider
  .swiper-slide
  .details
  .name {
  margin: 0px;
  font-size: 3.5rem;
  letter-spacing: 0px;
  line-height: 4rem;
  margin-bottom: 2rem;
  font-family: var(--secondaryFont);
  font-weight: 500;
}

#hs_cos_wrapper_widget_1744281280473
  .testimonial-slider
  .container.pagination
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  position: relative;
}

#hs_cos_wrapper_widget_1744281280473
  .testimonial-slider
  .container.pagination
  .swiper-button-next {
  height: auto;
  width: 70px;
  position: relative;
  top: unset;
  bottom: unset;
  margin: 0;
  left: unset;
  right: unset;
}

#hs_cos_wrapper_widget_1744281280473 .swiper-pagination-bullet-active {
  background-color: #1065b0;
  border-color: #1065b0;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744282612411 .call-to-action {
  padding: 13rem 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#hs_cos_wrapper_widget_1744282612411 .call-to-action > .container:after {
  content: "";
  height: 100%;
  width: 100%;
  max-width: 65%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(
    258deg,
    rgba(0, 0, 0, 0) 16%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

@media (max-width: 480px) {
  #hs_cos_wrapper_widget_1744282612411 .call-to-action > .container:after {
    max-width: 100%;
  }
}

#hs_cos_wrapper_widget_1744282612411 .section-intro {
  margin-bottom: 5rem;
}

#hs_cos_wrapper_widget_1744282612411 .section-intro .container.rich-text {
  padding: 0;
}

#hs_cos_wrapper_widget_1744282612411 .section-intro .container:before {
  background-color: #fff;
}

@media (max-width: 480px) {
  #hs_cos_wrapper_widget_1744282612411 .section-intro p {
    font-weight: 400;
  }
}

/* ===== CSS Block Separator ===== */

/* ===== CSS Block Separator ===== */

@font-face {
  font-family: "Cormorant Garamond";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Cormorant_Garamond/regular.woff2")
      format("woff2"),
    url("/_hcms/googlefonts/Cormorant_Garamond/regular.woff") format("woff");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Cormorant_Garamond/700.woff2") format("woff2"),
    url("/_hcms/googlefonts/Cormorant_Garamond/700.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Roboto/regular.woff2") format("woff2"),
    url("/_hcms/googlefonts/Roboto/regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Roboto/700.woff2") format("woff2"),
    url("/_hcms/googlefonts/Roboto/700.woff") format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/DM_Sans/regular.woff2") format("woff2"),
    url("/_hcms/googlefonts/DM_Sans/regular.woff") format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/DM_Sans/700.woff2") format("woff2"),
    url("/_hcms/googlefonts/DM_Sans/700.woff") format("woff");
}

/* ===== CSS Block Separator ===== */

/* HubSpot Styles (default) */
.dnd_area-row-2-padding {
  padding-bottom: 35px !important;
}
.dnd_area-row-3-padding {
  padding-bottom: 140px !important;
}
.dnd_area-row-4-padding {
  padding-bottom: 60px !important;
}
.dnd_area-row-5-padding {
  padding-bottom: 130px !important;
}
.dnd_area-row-6-padding {
  padding-bottom: 60px !important;
}
.dnd_area-row-6-hidden {
  display: none !important;
}
.dnd_area-row-7-padding {
  padding-bottom: 140px !important;
}
.dnd_area-row-7-hidden {
  display: none !important;
}
.dnd_area-row-8-padding {
  padding-bottom: 65px !important;
}
.dnd_area-row-9-padding {
  padding-bottom: 160px !important;
}
.dnd_area-row-10-padding {
  padding-top: 100px !important;
  padding-bottom: 65px !important;
}
.dnd_area-row-10-background-layers {
  background-image: linear-gradient(
    rgba(58, 58, 58, 1),
    rgba(58, 58, 58, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.dnd_area-row-11-padding {
  padding-bottom: 100px !important;
}
.dnd_area-row-11-background-layers {
  background-image: linear-gradient(
    rgba(58, 58, 58, 1),
    rgba(58, 58, 58, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.dnd_area-row-12-padding {
  padding-top: 120px !important;
  padding-bottom: 60px !important;
}
.dnd_area-row-13-padding {
  padding-bottom: 80px !important;
}
.dnd_area-row-14-padding {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.dnd_area-row-14-background-layers {
  background-image: linear-gradient(
    rgba(58, 58, 58, 0.06),
    rgba(58, 58, 58, 0.06)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
/* HubSpot Styles (mobile) */
@media (max-width: 768px) {
  .dnd_area-row-2-padding {
    padding-bottom: 20px !important;
  }
}

/* ===== About Page Styles ===== */

a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
}
.hs-breadcrumb-menu {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.hs-breadcrumb-menu-item {
  float: left;
  padding: 10px 0px 10px 10px;
}
.hs-breadcrumb-menu-divider:before {
  content: "›";
  padding-left: 10px;
}
.hs-featured-image-link {
  border: 0;
}
.hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media (max-width: 568px) {
  .hs-featured-image {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
.hs-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* ===== CSS Block Separator ===== */

/* Header Menu Styles */
.header-menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  /* Make the gradient have opacity controls for both the black and transparent */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}

.header-container {
  max-width: var(--containerWidth);
  margin: 0 auto;
  /* padding: 0 15px; */
  display: flex;
  align-items: center;
  padding: 0px 20px 20px;
  position: relative;
}

.logo-container img {
  max-height: 72px;
  width: 100%;
  object-fit: contain;
  margin-top: 4.5rem;
}

@media (max-width: 991px) {
  .logo-container img {
    margin-top: 0;
  }
}

/* New wrapper for menu sections */
.menu-sections {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  gap: 20px;
}

/* Top Row Styles */
.top-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* padding: 10px 0; */
  gap: 33px;
}

.top-menu {
  order: 3;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3.3rem;
}

@media (max-width: 991px) {
  .top-menu {
    gap: 0rem;
  }
}

.top-menu .menu-item {
  margin: 0;
}

.top-menu .menu-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 1.2rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .top-menu .menu-link {
    width: 100%;
    color: #2b2b2b;
    align-items: center;
    padding: 2rem 1.5rem 2rem 0;
    justify-content: space-between;
  }
}

.dropdown-icon {
  margin-left: 5px;
  display: inline-flex;
}

@media (max-width: 991px) {
  .dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 3rem;
    max-width: 7rem;
  }
}

/* Language Selector */

.lang-selector {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}

.lang-icon {
  margin-right: 5px;
}

.current-lang {
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  display: none;
  z-index: 10;
}

.lang-selector:hover .lang-dropdown {
  display: block;
}

.lang-option {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 12px;
}

.lang-option:hover {
  background-color: #f5f5f5;
}

/* Main Row Styles */
.main-row {
  /* padding: 15px 0; */
}

.menu-container {
  display: flex;
  justify-content: flex-end;
}

.menu-items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 33px;
}

@media (max-width: 991px) {
  .menu-items {
    gap: 0;
    order: 2;
  }
}

.menu-items .menu-item {
  margin: 0;
}

@media (max-width: 991px) {
  .menu-items .menu-item svg g {
    stroke: var(--gold);
  }
}

.menu-items .menu-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .menu-items .menu-link {
    width: calc(100% - 7rem);
    color: #2b2b2b;
    align-items: center;
    padding: 2rem 0;
    justify-content: space-between;
  }
}

/* Login Button */

.login-button {
  padding: 12px 20px;
  transition: background-color 0.3s ease;
  border: 1px solid #ffffff;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 2.5px;
  text-align: center;
  line-height: 12px;
  font-weight: 500;
}

.login-button:hover {
  background-color: var(--gold);
}

.all-packages-button {
  padding: 12px 20px;
  transition: background-color 0.3s ease;
  border: 1px solid transparent;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 2.5px;
  text-align: center;
  line-height: 12px;
  font-weight: 500;
  position: relative;
  z-index: 99;
  background-color: var(--gold);
}

.all-packages-button:hover {
  border: 1px solid #fff;
  background-color: transparent;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  margin-left: auto;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}

/* Mobile Menu */
.mobile-menu-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  padding: 3rem;
  position: fixed;
  overflow: scroll;
  max-height: 100dvh;
  background-color: var(--white);
}

.mobile-menu-wrapper .top-menu,
.mobile-menu-wrapper .menu-items {
  flex-direction: column;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .mobile-menu-wrapper .top-menu,
  .mobile-menu-wrapper .menu-items {
    align-items: stretch;
  }
}

.mobile-menu-wrapper .menu-item {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .mobile-menu-wrapper .menu-item {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    align-items: center;
    position: relative;
    border-bottom: 2px solid var(--gold);
    transition: transform 250ms ease;
  }

  .mobile-menu-wrapper .menu-item.open .dropdown-icon {
    transform: rotate(180deg);
  }
}

.mobile-menu-wrapper .lang-selector {
  order: 4;
  margin: 15px 0;
}

@media (max-width: 991px) {
  .mobile-menu-wrapper .lang-selector {
    display: none;
  }
}

.mobile-menu-wrapper .login-button {
  order: 5;
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .mobile-menu-wrapper .login-button {
    margin-top: 3rem;
    color: var(--gold);
    border-color: var(--gold);
  }

  .mobile-menu-wrapper .login-button:hover {
    color: #fff;
  }
}

.mobile-menu-actions {
  order: 1;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  justify-content: space-between;
  border-bottom: 5px solid var(--gold);
}

.mobile-menu-actions .close-nav {
  padding: 0px;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/close-mobile-nav.svg);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .header-container {
    padding: 1.5rem;
  }

  .menu-sections {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .mobile-menu-wrapper.active {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 993px) {
  .mobile-menu-wrapper {
    height: 100vh;
    overflow: scroll;
    display: none !important;
  }
}

.mega-menu {
  left: 0;
  right: 0;
  top: 100%;
  gap: 0rem;
  z-index: 20;
  margin: auto;
  display: none;
  padding: 0rem;
  /* 		display: grid; */
  width: 100%;
  position: absolute;
  max-width: var(--containerWidth);
  grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 991px) {
  .mega-menu {
    top: 0;
    position: relative;
  }
}

.mega-menu .menu-inner {
  left: 50%;
  min-height: 545px;
  display: grid;
  width: calc(100% - 4rem);
  position: absolute;
  background: var(--white);
  transform: translateX(-50%);
  grid-template-columns: 45rem repeat(1, 1fr);
  max-width: calc(var(--containerWidth) - 0rem);
}

@media (max-width: 991px) {
  .mega-menu .menu-inner {
    display: flex;
    min-height: unset;
    flex-direction: column;
    left: 0;
    width: 100%;
    transform: none;
    position: relative;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .mega-menu .login-button {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.mega-menu .feaured-image {
  display: flex;
  padding: 4rem;
  justify-content: end;
  flex-direction: column;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .mega-menu .feaured-image {
    display: none;
  }
}

.mega-menu .feaured-image p {
  z-index: 10;
  position: relative;
  color: var(--white);
  margin: 0px 0 2rem;
}

.mega-menu .feaured-image p:last-child {
  margin: 0;
}

.mega-menu .feaured-image h4,
.mega-menu .feaured-image span.title {
  z-index: 10;
  position: relative;
  color: var(--white);
  margin: 0px;
  font-size: 3.5rem;
  letter-spacing: 0px;
  line-height: 4rem;
  margin-bottom: 2rem;
  font-family: var(--secondaryFont);
  font-weight: 500;
}

.mega-menu .feaured-image .login-button {
  z-index: 10;
  position: relative;
}

.mega-menu .feaured-image:after {
  z-index: 2;
  content: "";
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 16%,
    rgba(0, 0, 0, 1) 100%
  );
}

.mega-menu .columns {
  gap: 3rem;
  display: grid;
  padding: 4.5rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
  .mega-menu .columns {
    gap: 3rem;
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
  }
}

.mega-menu .column {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.mega-menu .column h4,
.mega-menu .column h4 a,
.mega-menu .column span.title,
.mega-menu .column span.title a {
  color: #2b2b2b;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  font-family: var(--secondaryFont);
}

.mega-menu .column h4 a:hover,
.mega-menu .column span.title a:hover {
  color: var(--gold);
}

.mega-menu .column h4:after,
.mega-menu .column span.title:after {
  height: 1px;
  content: "";
  width: 100%;
  display: block;
  margin-top: 9px;
  background-color: #2b2b2b;
}

.mega-menu .column a {
  font-size: 1.4rem;
  color: #3a3a3a;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 200;
}

.mega-menu .column a:hover {
  color: var(--gold);
}

/* ===== CSS Block Separator ===== */

.about-page .hero {
  background-image: url(../images/hero-about-desktop.webp);
}

@media (max-width: 480px) {
  .about-page .hero {
    background-image: url(../images/hero-about-mobile.webp);
  }
}

.contact-page .hero {
  background-image: url(../images/hero-contact-desktop.webp);
}

@media (max-width: 480px) {
  .contact-page .hero {
    background-image: url(../images/hero-contact-mobile.webp);
  }
}

.terms-page .hero {
  background-image: url(../images/hero-home-desktop.webp);
}

@media (max-width: 480px) {
  .terms-page .hero {
    background-image: url(../images/hero-home-mobile.webp);
  }
}

.privacy-page .hero {
  background-image: url(../images/hero-home-desktop.webp);
}

@media (max-width: 480px) {
  .privacy-page .hero {
    background-image: url(../images/hero-home-mobile.webp);
  }
}

.consultant-page .hero {
  background-image: url(../images/hero-safari-desktop.webp);
}

@media (max-width: 480px) {
  .consultant-page .hero {
    background-image: url(../images/hero-safari-mobile.webp);
  }
}

@media (max-width: 480px) {
  .hero .section-intro p {
    font-weight: 400;
  }
}

.hero .section-intro:before {
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 40px;
  max-width: 70px;
  width: 100%;
  background-color: #2e7d32;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1746828866599 .content-banner {
  padding-top: 0px;
  padding-bottom: 0px;
}

#hs_cos_wrapper_widget_1746828866599 .content-banner .container.equal {
  gap: 30px;
}

#hs_cos_wrapper_widget_1746828866599
  .content-banner
  .content
  .inner-content:before {
  background-color: #2e7d32;
}

#hs_cos_wrapper_widget_1746828866599 .content-banner.contained .container {
  gap: 13rem;
  padding: 0 2rem;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_widget_1746828866599
  .content-banner.contained
  .container
  .image {
  width: 100%;
  max-width: 470px;
}

#hs_cos_wrapper_widget_1746828866599
  .content-banner.contained
  .container
  .map-container {
  width: 100%;
  max-width: 470px;
  box-shadow: 6px 9px 30px 0 rgba(0, 0, 0, 0.07);
}

#hs_cos_wrapper_widget_1746828866599
  .content-banner.contained
  .container
  .content {
  justify-content: start;
}

#hs_cos_wrapper_widget_1746828866599
  .content-banner.contained
  .container
  .content
  .inner-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#hs_cos_wrapper_widget_1746828866599 .map-container .form {
  padding: 5rem;
}

#hs_cos_wrapper_widget_1746828866599 .form .custom-form-select {
  height: 5rem;
  display: flex;
  cursor: pointer;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #e8e8e8;
}

#hs_cos_wrapper_widget_1746828866599 .form .custom-form-select .options {
  top: 100%;
  z-index: 9999;
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

#hs_cos_wrapper_widget_1746828866599 .form .custom-form-select.open .options {
  display: block;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select.open
  .options
  .row {
  gap: 1rem;
  display: flex;
  padding: 1rem;
  font-weight: 500;
  font-size: 1.3rem;
  align-items: center;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select.open
  .options
  .row
  input {
  height: 3rem;
  max-width: 6rem;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .options
  .select-option {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .options
  .select-option:hover {
  background-color: #f5f5f5;
}

#hs_cos_wrapper_widget_1746828866599 .form .custom-form-select .option {
  padding: 0.5rem 1rem;
}

#hs_cos_wrapper_widget_1746828866599 .form .custom-form-select .option,
#hs_cos_wrapper_widget_1746828866599 .form .custom-form-select .option.date,
#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .option.travellers {
  gap: 1rem;
  display: flex;
  align-items: center;
}

#hs_cos_wrapper_widget_1746828866599 .form .custom-form-select .option .icon {
  width: 100%;
  max-width: 20px;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .option
  .details-container {
  display: flex;
  flex-direction: column;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .option
  .details-container
  span {
  font-size: 1.3rem;
  color: #8a8a8a;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .option
  .details-container
  span.value {
  color: #363636;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select.rooms
  .cta-container {
  padding: 2rem;
}

#hs_cos_wrapper_widget_1746828866599 .form .custom-form-select .options .room {
  padding: 0rem 2rem 1rem;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .options
  .room
  h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .options
  .room
  label {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: space-between;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .options
  .room
  .child-ages {
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .options
  .room
  .child-ages
  > label {
  margin-bottom: 0px;
  grid-column: 1/-1;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .options
  .room
  .child-ages
  select.child-age {
  max-width: 100%;
}

#hs_cos_wrapper_widget_1746828866599
  .form
  .custom-form-select
  .options
  .room
  select {
  max-width: 7rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #e8e8e8;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_module_17472297864814 .content-banner {
  padding-top: 0px;
  padding-bottom: 0px;
}

#hs_cos_wrapper_module_17472297864814 .content-banner .container.equal {
  gap: 30px;
}

#hs_cos_wrapper_module_17472297864814
  .content-banner
  .content
  .inner-content:before {
  background-color: #2e7d32;
}

#hs_cos_wrapper_module_17472297864814 .content-banner.contained .container {
  gap: 13rem;
  padding: 0 2rem;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_module_17472297864814
  .content-banner.contained
  .container
  .image {
  width: 100%;
  max-width: 470px;
}

#hs_cos_wrapper_module_17472297864814
  .content-banner.contained
  .container
  .map-container {
  width: 100%;
  max-width: 470px;
  box-shadow: 6px 9px 30px 0 rgba(0, 0, 0, 0.07);
}

#hs_cos_wrapper_module_17472297864814
  .content-banner.contained
  .container
  .content {
  justify-content: start;
}

#hs_cos_wrapper_module_17472297864814
  .content-banner.contained
  .container
  .content
  .inner-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#hs_cos_wrapper_module_17472297864814 .map-container .form {
  padding: 5rem;
}

#hs_cos_wrapper_module_17472297864814 .form .custom-form-select {
  height: 5rem;
  display: flex;
  cursor: pointer;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #e8e8e8;
}

#hs_cos_wrapper_module_17472297864814 .form .custom-form-select .options {
  top: 100%;
  z-index: 9999;
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

#hs_cos_wrapper_module_17472297864814 .form .custom-form-select.open .options {
  display: block;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select.open
  .options
  .row {
  gap: 1rem;
  display: flex;
  padding: 1rem;
  font-weight: 500;
  font-size: 1.3rem;
  align-items: center;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select.open
  .options
  .row
  input {
  height: 3rem;
  max-width: 6rem;
  font-weight: 500;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .options
  .select-option {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .options
  .select-option:hover {
  background-color: #f5f5f5;
}

#hs_cos_wrapper_module_17472297864814 .form .custom-form-select .option {
  padding: 0.5rem 1rem;
}

#hs_cos_wrapper_module_17472297864814 .form .custom-form-select .option,
#hs_cos_wrapper_module_17472297864814 .form .custom-form-select .option.date,
#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .option.travellers {
  gap: 1rem;
  display: flex;
  align-items: center;
}

#hs_cos_wrapper_module_17472297864814 .form .custom-form-select .option .icon {
  width: 100%;
  max-width: 20px;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .option
  .details-container {
  display: flex;
  flex-direction: column;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .option
  .details-container
  span {
  font-size: 1.3rem;
  color: #8a8a8a;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .option
  .details-container
  span.value {
  color: #363636;
  font-weight: 500;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select.rooms
  .cta-container {
  padding: 2rem;
}

#hs_cos_wrapper_module_17472297864814 .form .custom-form-select .options .room {
  padding: 0rem 2rem 1rem;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .options
  .room
  h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .options
  .room
  label {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: space-between;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .options
  .room
  .child-ages {
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .options
  .room
  .child-ages
  > label {
  margin-bottom: 0px;
  grid-column: 1/-1;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .options
  .room
  .child-ages
  select.child-age {
  max-width: 100%;
}

#hs_cos_wrapper_module_17472297864814
  .form
  .custom-form-select
  .options
  .room
  select {
  max-width: 7rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #e8e8e8;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1747037105467 .section-intro .container .content {
  max-width: 830px;
}

#hs_cos_wrapper_widget_1747037105467 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1747037105467 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1747037105467 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1747037105467 .section-intro .container:before {
  background-color: #e09d3c;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1747295222227 .content-banner {
  padding-top: 0px;
  padding-bottom: 0px;
}

#hs_cos_wrapper_widget_1747295222227 .content-banner .container.equal {
  gap: 30px;
}

#hs_cos_wrapper_widget_1747295222227
  .content-banner
  .content
  .inner-content:before {
  background-color: #e09d3c;
}

#hs_cos_wrapper_widget_1747295222227 .content-banner.contained .container {
  gap: 13rem;
  padding: 0 2rem;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_widget_1747295222227
  .content-banner.contained
  .container
  .image {
  width: 100%;
  max-width: 470px;
}

#hs_cos_wrapper_widget_1747295222227
  .content-banner.contained
  .container
  .map-container {
  width: 100%;
  max-width: 470px;
  box-shadow: 6px 9px 30px 0 rgba(0, 0, 0, 0.07);
}

#hs_cos_wrapper_widget_1747295222227
  .content-banner.contained
  .container
  .content {
  justify-content: start;
}

#hs_cos_wrapper_widget_1747295222227
  .content-banner.contained
  .container
  .content
  .inner-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#hs_cos_wrapper_widget_1747295222227 .map-container .form {
  padding: 5rem;
}

#hs_cos_wrapper_widget_1747295222227 .form .custom-form-select {
  height: 5rem;
  display: flex;
  cursor: pointer;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #e8e8e8;
}

#hs_cos_wrapper_widget_1747295222227 .form .custom-form-select .options {
  top: 100%;
  z-index: 9999;
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

#hs_cos_wrapper_widget_1747295222227 .form .custom-form-select.open .options {
  display: block;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select.open
  .options
  .row {
  gap: 1rem;
  display: flex;
  padding: 1rem;
  font-weight: 500;
  font-size: 1.3rem;
  align-items: center;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select.open
  .options
  .row
  input {
  height: 3rem;
  max-width: 6rem;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .options
  .select-option {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .options
  .select-option:hover {
  background-color: #f5f5f5;
}

#hs_cos_wrapper_widget_1747295222227 .form .custom-form-select .option {
  padding: 0.5rem 1rem;
}

#hs_cos_wrapper_widget_1747295222227 .form .custom-form-select .option,
#hs_cos_wrapper_widget_1747295222227 .form .custom-form-select .option.date,
#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .option.travellers {
  gap: 1rem;
  display: flex;
  align-items: center;
}

#hs_cos_wrapper_widget_1747295222227 .form .custom-form-select .option .icon {
  width: 100%;
  max-width: 20px;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .option
  .details-container {
  display: flex;
  flex-direction: column;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .option
  .details-container
  span {
  font-size: 1.3rem;
  color: #8a8a8a;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .option
  .details-container
  span.value {
  color: #363636;
  font-weight: 500;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select.rooms
  .cta-container {
  padding: 2rem;
}

#hs_cos_wrapper_widget_1747295222227 .form .custom-form-select .options .room {
  padding: 0rem 2rem 1rem;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .options
  .room
  h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .options
  .room
  label {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: space-between;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .options
  .room
  .child-ages {
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .options
  .room
  .child-ages
  > label {
  margin-bottom: 0px;
  grid-column: 1/-1;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .options
  .room
  .child-ages
  select.child-age {
  max-width: 100%;
}

#hs_cos_wrapper_widget_1747295222227
  .form
  .custom-form-select
  .options
  .room
  select {
  max-width: 7rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #e8e8e8;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1747043163697 .section-intro .container .content {
  max-width: 670px;
}

#hs_cos_wrapper_widget_1747043163697 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1747043163697 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1747043163697 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1747043163697 .section-intro .container:before {
  background-color: #e09d3c;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1747296433567 .section-intro .container .content {
  max-width: 570px;
}

#hs_cos_wrapper_widget_1747296433567 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1747296433567 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1747296433567 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1747296433567 .section-intro .container:before {
  background-color: #e09d3c;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1747296575325 .container-width-slides .container {
}

#hs_cos_wrapper_widget_1747296575325
  .container-width-slides
  .container.cta-container {
  padding-top: 4rem;
}

#hs_cos_wrapper_widget_1747296575325
  .container-width-slides
  .container.pagination {
  display: flex;
  padding: 0 0px;
  position: relative;
  padding-top: 4.5rem;
  justify-content: space-between;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_widget_1747296575325
  .container-width-slides
  .container.pagination
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  position: relative;
}

#hs_cos_wrapper_widget_1747296575325
  .container-width-slides
  .container.pagination
  .swiper-button-next {
  height: auto;
  width: 70px;
  position: relative;
  top: unset;
  bottom: unset;
  margin: 0;
  left: unset;
  right: unset;
}

#hs_cos_wrapper_widget_1747296575325 .swiper {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

#hs_cos_wrapper_widget_1747296575325 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: end;
  height: auto;
  min-height: 622px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hs_cos_wrapper_widget_1747296575325 .swiper-slide:after {
  content: "";
  height: 100%;
  width: 100%;
  max-width: 65%;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 16%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

#hs_cos_wrapper_widget_1747296575325 .swiper-slide .content {
  width: 100%;
  max-width: 500px;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1747296575325 .swiper-slide .content {
    padding: 0 2rem;
  }
}

#hs_cos_wrapper_widget_1747296575325 .swiper-slide .content h3 {
  color: #fff;
}

#hs_cos_wrapper_widget_1747296575325 .swiper-slide .content p {
  color: #fff;
  max-width: 400px;
}

#hs_cos_wrapper_widget_1747296575325 .swiper-slide .content .rich-text {
}

#hs_cos_wrapper_widget_1747296575325 .swiper-pagination-bullet-active {
  background-color: #e09d3c;
  border-color: #e09d3c;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1747297983332 .section-intro .container .content {
  max-width: 770px;
}

#hs_cos_wrapper_widget_1747297983332 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1747297983332 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_widget_1747297983332 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_widget_1747297983332 .section-intro .container:before {
  background-color: #2e7d32;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1747298049385 .swiper {
  max-width: 740px;
}

#hs_cos_wrapper_widget_1747298049385 .slider {
  padding: 0;
}

#hs_cos_wrapper_widget_1747298049385 .slider .swiper-pagination-bullet-active {
  background-color: var(--primaryColour);
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1747299539044 .testimonial-slider {
  padding: 0;
  overflow: hidden;
}

#hs_cos_wrapper_widget_1747299539044 .testimonial-slider .container.pagination {
  display: flex;
  padding: 0 0px;
  position: relative;
  padding-top: 4.5rem;
  justify-content: space-between;
  max-width: var(--containerWidth);
}

#hs_cos_wrapper_widget_1747299539044
  .testimonial-slider
  .swiper-slide
  .details
  .name {
  margin: 0px;
  font-size: 3.5rem;
  letter-spacing: 0px;
  line-height: 4rem;
  margin-bottom: 2rem;
  font-family: var(--secondaryFont);
  font-weight: 500;
}

#hs_cos_wrapper_widget_1747299539044
  .testimonial-slider
  .container.pagination
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  position: relative;
}

#hs_cos_wrapper_widget_1747299539044
  .testimonial-slider
  .container.pagination
  .swiper-button-next {
  height: auto;
  width: 70px;
  position: relative;
  top: unset;
  bottom: unset;
  margin: 0;
  left: unset;
  right: unset;
}

#hs_cos_wrapper_widget_1747299539044 .swiper-pagination-bullet-active {
  background-color: #1065b0;
  border-color: #1065b0;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_module_17472997552044 .section-intro .container .content {
  max-width: 770px;
}

#hs_cos_wrapper_module_17472997552044 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_module_17472997552044 .section-intro.right .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#hs_cos_wrapper_module_17472997552044 .section-intro.left .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#hs_cos_wrapper_module_17472997552044 .section-intro .container:before {
  background-color: #2e7d32;
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_module_17472997958174 .swiper {
  max-width: 740px;
}

#hs_cos_wrapper_module_17472997958174 .slider {
  padding: 0;
}

#hs_cos_wrapper_module_17472997958174 .slider .swiper-pagination-bullet-active {
  background-color: var(--primaryColour);
}

/* ===== CSS Block Separator ===== */

#hs_cos_wrapper_widget_1744282612411 .call-to-action {
  padding: 13rem 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#hs_cos_wrapper_widget_1744282612411 .call-to-action > .container:after {
  content: "";
  height: 100%;
  width: 100%;
  max-width: 65%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(
    258deg,
    rgba(0, 0, 0, 0) 16%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

@media (max-width: 480px) {
  #hs_cos_wrapper_widget_1744282612411 .call-to-action > .container:after {
    max-width: 100%;
  }
}

#hs_cos_wrapper_widget_1744282612411 .section-intro {
  margin-bottom: 5rem;
}

#hs_cos_wrapper_widget_1744282612411 .section-intro .container.rich-text {
  padding: 0;
}

#hs_cos_wrapper_widget_1744282612411 .section-intro .container:before {
  background-color: #fff;
}

@media (max-width: 480px) {
  #hs_cos_wrapper_widget_1744282612411 .section-intro p {
    font-weight: 400;
  }
}

/* ===== CSS Block Separator ===== */

/* ===== CSS Block Separator ===== */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant/static/Cormorant-LightItalic.ttf") format("ttf");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant/static/Cormorant-Italic.ttf") format("ttf");
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant/static/Cormorant-Regular.ttf") format("ttf");
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant/static/Cormorant-Medium.ttf") format("ttf");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

/* ===== CSS Block Separator ===== */

@font-face {
  font-family: "Cormorant Garamond";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Cormorant_Garamond/regular.woff2")
      format("woff2"),
    url("/_hcms/googlefonts/Cormorant_Garamond/regular.woff") format("woff");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Cormorant_Garamond/700.woff2") format("woff2"),
    url("/_hcms/googlefonts/Cormorant_Garamond/700.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Roboto/regular.woff2") format("woff2"),
    url("/_hcms/googlefonts/Roboto/regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/Roboto/700.woff2") format("woff2"),
    url("/_hcms/googlefonts/Roboto/700.woff") format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/DM_Sans/regular.woff2") format("woff2"),
    url("/_hcms/googlefonts/DM_Sans/regular.woff") format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/_hcms/googlefonts/DM_Sans/700.woff2") format("woff2"),
    url("/_hcms/googlefonts/DM_Sans/700.woff") format("woff");
}

/* ===== CSS Block Separator ===== */

/* HubSpot Styles (default) */
.dnd_area-row-1-padding {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.dnd_area-row-2-margin {
  margin-bottom: 165px !important;
}
.dnd_area-row-2-padding {
  padding-top: 0px !important;
}
.dnd_area-row-3-padding {
  padding-top: 155px !important;
  padding-bottom: 165px !important;
}
.dnd_area-row-3-background-layers {
  background-image: linear-gradient(
    rgba(58, 58, 58, 1),
    rgba(58, 58, 58, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.dnd_area-row-4-padding {
  padding-bottom: 160px !important;
}
.dnd_area-row-4-background-layers {
  background-image: linear-gradient(
    rgba(58, 58, 58, 1),
    rgba(58, 58, 58, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.dnd_area-row-5-padding {
  padding-bottom: 65px !important;
}
.dnd_area-row-5-background-layers {
  background-image: linear-gradient(
    rgba(58, 58, 58, 1),
    rgba(58, 58, 58, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.dnd_area-row-6-padding {
  padding-bottom: 100px !important;
}
.dnd_area-row-6-background-layers {
  background-image: linear-gradient(
    rgba(58, 58, 58, 1),
    rgba(58, 58, 58, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.dnd_area-row-7-padding {
  padding-top: 160px !important;
  padding-bottom: 65px !important;
}
.dnd_area-row-7-hidden {
  display: none !important;
}
.dnd_area-row-8-padding {
  padding-bottom: 105px !important;
}
.dnd_area-row-8-hidden {
  display: none !important;
}
.dnd_area-row-9-padding {
  padding-top: 160px !important;
  padding-bottom: 0px !important;
}
.dnd_area-row-10-padding {
  padding-top: 60px !important;
  padding-bottom: 150px !important;
}
.dnd_area-row-11-padding {
  padding-top: 80px !important;
  padding-bottom: 70px !important;
}
.dnd_area-row-11-background-layers {
  background-image: linear-gradient(
    rgba(58, 58, 58, 0.06),
    rgba(58, 58, 58, 0.06)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
.dnd_area-row-12-padding {
  padding-top: 100px !important;
  padding-bottom: 55px !important;
}
.dnd_area-row-13-padding {
  padding-bottom: 120px !important;
}
.dnd_area-row-14-padding {
  padding-bottom: 0px !important;
}

/* Our Services destination cards with borders */
.destination-card {
  border: 2px solid #ddd;
  border-radius: 0;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  display: block;
  padding: 20px;
}
.destination-card:hover {
  border-color: #007bff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}
.destination-card .featured-image {
  margin-bottom: 20px;
}
.destination-card .content {
  text-align: center;
}
.destination-card .content h4 {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}
.destination-card .content h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #333;
}
.destination-card .content p {
  text-align: center;
}
/* Responsive grid for service cards */
.destinations-grid .destinations-grid-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
}
@media (max-width: 991px) {
  .destinations-grid .destinations-grid-wrapper {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Reduce hero height for about page */
.about-page .hero {
  min-height: 400px !important;
  height: 400px !important;
}

.about-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page .hero {
  min-height: 400px !important;
  height: 400px !important;
}

.contact-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-page .hero {
  min-height: 400px !important;
  height: 400px !important;
}

.terms-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-page .hero {
  min-height: 400px !important;
  height: 400px !important;
}

.privacy-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultant-page .hero {
  min-height: 400px !important;
  height: 400px !important;
}

.consultant-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-page .hero {
  background-image: url(../images/hero-gallery-desktop.webp);
  min-height: 400px !important;
  height: 400px !important;
}

.gallery-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .gallery-page .hero {
    background-image: url(../images/hero-gallery-mobile.webp);
  }
}

/* Zanzibar Page Styles */
.zanzibar-page .hero {
  background-image: url(../images/hero-zanzibar-desktop.webp);
  min-height: 400px !important;
  height: 400px !important;
}

.zanzibar-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .zanzibar-page .hero {
    background-image: url(../images/hero-zanzibar-mobile.webp);
  }
}

.leisure-page .hero {
  background-image: url(../images/hero-zanzibar-desktop.webp);
  min-height: 400px !important;
  height: 400px !important;
}

.leisure-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .leisure-page .hero {
    background-image: url(../images/hero-zanzibar-mobile.webp);
  }
}

/* Zanzibar Page Content Banner Adjustments */
.zanzibar-page .content-banner .image {
  flex-basis: 45% !important;
  max-width: 45% !important;
  flex-shrink: 0;
}

.zanzibar-page .content-banner .content {
  flex-basis: 55% !important;
  flex-grow: 1;
}

.zanzibar-page .content-banner .content .inner-content {
  max-width: 100% !important;
  padding-left: 3rem !important;
  padding-right: 0 !important;
}

.zanzibar-page .content-banner.reverse .content .inner-content {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 3rem !important;
}

@media (max-width: 991px) {
  .zanzibar-page .content-banner .image {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .zanzibar-page .content-banner .content {
    flex-basis: 100% !important;
  }

  .zanzibar-page .content-banner .content .inner-content,
  .zanzibar-page .content-banner.reverse .content .inner-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Booking Page Styles */
.booking-page .hero {
  background-image: url(../images/hero-booking-desktop.webp);
  min-height: 400px !important;
  height: 400px !important;
}

.booking-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .booking-page .hero {
    background-image: url(../images/hero-booking-mobile.webp);
  }
}

/* Booking Form Styles */
.contact-form {
  padding: 60px 0;
}

.booking-form {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.booking-form .form-group {
  margin-bottom: 2.5rem;
}

.booking-form label {
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5;
}

.booking-form .required {
  color: #d32f2f;
  font-weight: 600;
}

.booking-form input[type="text"],
.booking-form input[type="tel"],
.booking-form input[type="email"],
.booking-form input[type="date"],
.booking-form input[type="number"],
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-family: inherit;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  line-height: 1.5;
}

.booking-form input[type="text"]:focus,
.booking-form input[type="tel"]:focus,
.booking-form input[type="email"]:focus,
.booking-form input[type="date"]:focus,
.booking-form input[type="number"]:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: #1065b0;
}

.booking-form .radio-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.booking-form .radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1rem 1.25rem;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-size: 1.125rem;
  line-height: 1.5;
}

.booking-form .radio-label:hover {
  background-color: #f5f5f5;
  border-color: #1065b0;
}

.booking-form .radio-label input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  cursor: pointer;
  flex-shrink: 0;
}

.booking-form .radio-label span {
  flex: 1;
}

.booking-form .btn-submit {
  background-color: #1065b0;
  color: #fff;
  padding: 1.25rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.booking-form .btn-submit:hover {
  background-color: #0d4d8a;
}

.form-message {
  max-width: 800px;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

.form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.form-message p {
  margin: 0;
}

.form-message strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .booking-form {
    padding: 2rem 1.5rem;
  }

  .booking-form label {
    font-size: 1rem;
  }

  .booking-form input[type="text"],
  .booking-form input[type="tel"],
  .booking-form input[type="email"],
  .booking-form input[type="date"],
  .booking-form input[type="number"],
  .booking-form select,
  .booking-form textarea {
    font-size: 1rem;
    padding: 0.875rem 1rem;
  }

  .booking-form .radio-label {
    font-size: 1rem;
    padding: 0.875rem 1rem;
  }

  .booking-form .btn-submit {
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }

  .booking-form .radio-group {
    gap: 0.75rem;
  }

  .form-message {
    font-size: 1rem;
    padding: 1.25rem;
  }
}

/* Gallery Grid Styles */
.gallery-section {
  padding: 60px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

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

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }

  .gallery-item img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery-item img {
    height: 180px;
  }
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}

.lightbox.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.3s ease;
}

.lightbox-close:hover {
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  user-select: none;
  transition: background 0.3s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

@media (max-width: 768px) {
  .lightbox-close {
    top: 10px;
    right: 20px;
    font-size: 30px;
    width: 40px;
    height: 40px;
  }

  .lightbox-prev,
  .lightbox-next {
    font-size: 24px;
    padding: 15px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }
}

/* Objectives and Mission Grid Layout */
.objectives-mission-grid {
  padding: 60px 0;
}

.objectives-mission-grid .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: start;
}

.objectives-mission-grid .grid-column h2 {
  margin-bottom: 30px;
  font-family: var(--secondaryFont);
  font-size: 2.5rem;
  font-weight: 500;
}

.objectives-mission-grid .grid-column p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.objectives-mission-grid .grid-column ul {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .objectives-mission-grid .grid-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Safari Page Hero */
.safari-page .hero {
  background-image: url(../images/hero-safari-desktop.webp);
  min-height: 400px !important;
  height: 400px !important;
}

.safari-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .safari-page .hero {
    background-image: url(../images/hero-safari-mobile.webp);
  }
}

/* Safari Cards Button Styling */
.destination-card .cta-container {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.destination-card .btn {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
}

/* Safari Detail Page Hero */
.safari-detail-page .hero {
  background-image: url(../images/hero-safari-desktop.webp);
  min-height: 400px !important;
  height: 400px !important;
}

.safari-detail-page .hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .safari-detail-page .hero {
    background-image: url(../images/hero-safari-mobile.webp);
  }
}

/* ============================================
   3-Days-2-nights Page Styles
   ============================================ */

/* Hero Section - Only for safari detail pages */
.safari-detail-page .hero,
.safari-page .hero {
  background-image: url(../images/hero-safari-desktop.webp);
}

@media (max-width: 480px) {
  .safari-detail-page .hero,
  .safari-page .hero {
    background-image: url(../images/hero-safari-mobile.webp);
  }
}

.hero .section-intro {
  max-width: 67rem;
}

.hero .section-intro h1 {
  line-height: 6.3rem;
  margin-bottom: 1rem;
}

.hero .section-intro p {
  margin-bottom: 1rem;
}

.hero .section-intro h1,
.hero .section-intro p {
  color: #fff;
}

.duration {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0;
  font-style: italic;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: var(--secondaryFont);
  color: #fff;
}

.price-container span {
  color: var(--white);
  font-size: 1.3rem;
  font-family: var(--alternativeFont);
}

.price-container .price {
  font-size: 3.9rem;
  color: var(--white);
  letter-spacing: 0;
  line-height: 44.57px;
  font-weight: 200;
}

.hero .section-intro:before {
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 40px;
  max-width: 70px;
  width: 100%;
  background-color: #2e7d32;
}

/* Trip Summary */
#hs_cos_wrapper_widget_1746432533475 .trip-summary {
  padding-bottom: 10rem;
  background-color: #bd9459;
}

#hs_cos_wrapper_widget_1746432533475 .trip-summary .container {
  max-width: 87rem;
}

.trip-summary {
  padding-bottom: 10rem;
  background-color: #bd9459;
}

.trip-summary .container {
  max-width: 87rem;
}

/* Itinerary Section */
#hs_cos_wrapper_widget_1746432533475 .itinerary {
  padding: 4rem 0 0rem;
}

#hs_cos_wrapper_widget_1746432533475 .itinerary-days .itinerary-day {
  width: 100%;
  display: flex;
  max-width: 930px;
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: -2rem;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1746432533475 .itinerary-days .itinerary-day {
    height: auto;
    flex-direction: column;
  }
}

#hs_cos_wrapper_widget_1746432533475 .itinerary-days {
  margin: 0 auto;
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1746432533475 .itinerary-days {
    row-gap: 6rem;
  }
}

#hs_cos_wrapper_widget_1746432533475
  .itinerary-days
  .itinerary-day
  .column.day {
  width: 100%;
  color: #2b2b2b;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  max-width: 100px;
  font-family: var(--secondaryFont);
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1746432533475
    .itinerary-days
    .itinerary-day
    .column.day {
    margin-bottom: 1rem;
  }
}

#hs_cos_wrapper_widget_1746432533475
  .itinerary-days
  .itinerary-day
  .column.progress {
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 25px;
  padding-right: 5.5rem;
  padding-left: 3rem;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1746432533475
    .itinerary-days
    .itinerary-day
    .column.progress {
    display: none;
  }
}

#hs_cos_wrapper_widget_1746432533475
  .itinerary-days
  .itinerary-day
  .column.progress:before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50%;
  border: 1px solid #979797;
}

#hs_cos_wrapper_widget_1746432533475
  .itinerary-days
  .itinerary-day
  .column.progress:after {
  content: "";
  top: 43px;
  width: 1px;
  height: calc(100% - 43px);
  display: block;
  position: absolute;
  background-color: #979797;
}

#hs_cos_wrapper_widget_1746432533475
  .itinerary-days
  .itinerary-day
  .column.description {
  padding-right: 0rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

#hs_cos_wrapper_widget_1746432533475
  .itinerary-days
  .itinerary-day
  .column.description
  .swiper-slide {
  gap: 3rem;
  display: grid;
  align-content: start;
  grid-template-columns: 1fr;
}

#hs_cos_wrapper_widget_1746432533475
  .itinerary-days
  .itinerary-day
  .column.description
  hr {
  margin: 0px 0 1.6rem;
  width: 100%;
  height: 1px;
  display: block;
  border: none;
  background-color: #979797;
}

#hs_cos_wrapper_widget_1746432533475
  .itinerary-days
  .itinerary-day
  .column.description
  .bungalow {
  gap: 0.725rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #7b7b7b;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 400;
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: var(--gold);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.3s;
}

.scroll-to-top.show {
  display: flex;
}

/* General Itinerary Styles */
.itinerary-days {
  margin: 0 auto;
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  align-items: end;
  min-height: 100px;
}

.itinerary-day {
  width: 100%;
  display: flex;
  max-width: 930px;
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .itinerary-day {
    height: auto;
    flex-direction: column;
  }
}

.itinerary-day .column.day {
  width: 100%;
  color: #2b2b2b;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  max-width: 100px;
  font-family: var(--secondaryFont, "Cormorant", serif);
}

.itinerary-day .column.description {
  padding-right: 0rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.itinerary-day .column.description .swiper-slide {
  gap: 3rem;
  display: grid;
  align-content: start;
  grid-template-columns: 1fr;
}

.itinerary-day .column.description hr {
  margin: 0px 0 1.6rem;
  width: 100%;
  height: 1px;
  display: block;
  border: none;
  background-color: #979797;
}

.itinerary-day .column.description .bungalow {
  gap: 0.725rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #7b7b7b;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 400;
}

/* Content Banner Styles */
#hs_cos_wrapper_dnd_area-module-4 .content-banner {
  padding-top: 100px;
  padding-bottom: 160px;
}

#hs_cos_wrapper_dnd_area-module-4 .content-banner.contained .container {
  gap: 13rem;
  padding: 0 2rem;
  max-width: var(--containerWidth, 1440px);
  display: flex;
  align-items: center;
}

#hs_cos_wrapper_dnd_area-module-4
  .content-banner.contained
  .container
  .image-container {
  width: 100%;
  max-width: 470px;
}

#hs_cos_wrapper_dnd_area-module-4
  .content-banner.contained
  .container
  .image-container
  img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 6px 9px 30px 0 rgba(0, 0, 0, 0.07);
}

#hs_cos_wrapper_dnd_area-module-4
  .content-banner.contained
  .container
  .content {
  justify-content: start;
  flex: 1;
}

#hs_cos_wrapper_dnd_area-module-4
  .content-banner.contained
  .container
  .content
  .inner-content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#hs_cos_wrapper_dnd_area-module-4
  .content-banner
  .content
  .inner-content:before {
  background-color: #e09d3c;
}

#hs_cos_wrapper_dnd_area-module-4 .map-container .form {
  padding: 5rem;
  background: white;
}

#hs_cos_wrapper_dnd_area-module-4 .form .custom-form-select {
  height: 5rem;
  display: flex;
  cursor: pointer;
  position: relative;
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #e8e8e8;
  background: white;
}

#hs_cos_wrapper_dnd_area-module-4 .form .custom-form-select .options {
  top: 100%;
  z-index: 9999;
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  border-radius: 5px;
  background-color: var(--white, #fff);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

#hs_cos_wrapper_dnd_area-module-4 .form .custom-form-select.open .options {
  display: block;
}

#hs_cos_wrapper_dnd_area-module-4 .form .custom-form-select .option {
  padding: 0.5rem 1rem;
  gap: 1rem;
  display: flex;
  align-items: center;
}

#hs_cos_wrapper_dnd_area-module-4 .form .custom-form-select .option .icon {
  width: 100%;
  max-width: 20px;
}

#hs_cos_wrapper_dnd_area-module-4
  .form
  .custom-form-select
  .option
  .details-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#hs_cos_wrapper_dnd_area-module-4
  .form
  .custom-form-select
  .option
  .details-container
  span {
  font-size: 1.3rem;
  color: #8a8a8a;
}

#hs_cos_wrapper_dnd_area-module-4
  .form
  .custom-form-select
  .option
  .details-container
  span.value {
  color: #363636;
  font-weight: 500;
}

#hs_cos_wrapper_dnd_area-module-4 .form .btn {
  width: 100%;
  margin-top: 1rem;
}

/* Trip Highlights Styles */
#hs_cos_wrapper_widget_1744805786967 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1744805786967 .section-intro .container:before {
  background-color: #e09d3c;
}

/* Centered Slider Styles */
#hs_cos_wrapper_widget_1746166640984 .centered-slider .swiper-slide {
  height: 387px;
  display: flex;
  padding: 3rem;
  transform: scale(1);
  flex-direction: column;
  justify-content: end;
  transition: transform 250ms ease;
}

#hs_cos_wrapper_widget_1746166640984 .centered-slider .swiper-slide:after {
  content: "";
  z-index: -1;
  height: 50%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 16%,
    rgba(0, 0, 0, 1) 100%
  );
}

#hs_cos_wrapper_widget_1746166640984 .centered-slider .swiper-slide .title {
  letter-spacing: 0;
  line-height: 4rem;
  font-weight: 500;
  color: var(--white, #fff);
}

#hs_cos_wrapper_widget_1746166640984
  .centered-slider
  .swiper-slide
  .description {
  color: var(--white, #fff);
  letter-spacing: 0;
  font-weight: 400;
}

/* Trip Summary Section Styles */
#hs_cos_wrapper_widget_1746431480655 .section-intro.center .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#hs_cos_wrapper_widget_1746431480655 .section-intro .container:before {
  background-color: #ffffff;
}

/* Itinerary Section Styles */
#hs_cos_wrapper_widget_1746432533475
  .itinerary
  .section-intro
  .container:before {
  background-color: var(--gold, #e09d3c);
}

#hs_cos_wrapper_widget_1746432533475 .itinerary .container {
  padding: 0;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1746432533475 .itinerary .container {
    padding: 0 2rem;
  }
}

/* General Content Banner Styles (Fallback) */
.content-banner {
  padding: 60px 0;
}

/* Header Underlines - Green */
.content-banner .content .inner-content:before,
.section-intro .container:before {
  background-color: #2e7d32 !important;
}

.content-banner .container {
  display: flex;
  gap: 3rem;
  align-items: center;
  max-width: var(--containerWidth, 1440px);
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 991px) {
  .content-banner .container {
    flex-direction: column;
  }
}

.content-banner.reverse .container {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .content-banner.reverse .container {
    flex-direction: column;
  }
}

.content-banner .content {
  flex: 1;
}

.content-banner .content h2 {
  margin-bottom: 1.5rem;
}

.content-banner .content p {
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Image Container Styles */
.image-container {
  width: 100%;
  max-width: 470px;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 6px 9px 30px 0 rgba(0, 0, 0, 0.07);
}

/* Ensure Itinerary Section is Visible */
.itinerary {
  padding: 4rem 0;
  min-height: 200px;
}

.itinerary .section-intro {
  margin-bottom: 2rem;
}

/* Make Sure Sections are Visible */
section {
  display: block;
}

/* Reduce spacing before itinerary section */
.dnd_area-row-5-padding {
  padding-top: 2rem !important;
}

/* Itinerary Introduction */
.itinerary-intro {
  max-width: 900px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
}

.itinerary-intro h3 {
  margin-bottom: 1.5rem;
}

.itinerary-intro p {
  margin-bottom: 2rem;
  line-height: 1.8;
}

/* Inclusions Section */
.inclusions-section {
  max-width: 900px;
  margin: 4rem auto;
  padding: 0 2rem;
}

.inclusions-section h3 {
  margin-bottom: 2rem;
}

.inclusions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.inclusions-section h4 {
  margin-bottom: 1rem;
  color: #e09d3c;
}

.inclusions-list {
  list-style: none;
  padding: 0;
  line-height: 2;
}

/* Sustainability Section */
.sustainability-section {
  max-width: 900px;
  margin: 4rem auto;
  padding: 0 2rem;
}

.sustainability-section h3 {
  margin-bottom: 1.5rem;
}

.sustainability-section p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.sustainability-quote {
  line-height: 1.8;
  font-style: italic;
  color: #666;
}

/* Package Slider Styles */
.package-slider-section {
  padding: 60px 0;
}

.package-slider-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.package-slider {
  position: relative;
  margin-bottom: 100px; /* Space for thumbnails */
}

.slider-track {
  position: relative;
  overflow: hidden;
}

.package-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.package-slide.active {
  display: block;
  opacity: 1;
}

.slide-content-wrapper {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.slide-image {
  flex: 0 0 50%;
  max-width: 50%;
}

.slide-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.slide-content {
  flex: 1;
  position: relative;
}

/* Navigation Buttons */
.slider-nav-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
  margin-bottom: 20px;
}

.slider-btn {
  width: 45px;
  height: 45px;
  border: 2px solid #3a9ca1;
  background: white;
  color: #3a9ca1;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.slider-btn:hover {
  background: #3a9ca1;
  color: white;
  transform: scale(1.1);
}

.slider-btn:active {
  transform: scale(0.95);
}

.slider-btn svg {
  width: 20px;
  height: 20px;
}

/* Package Header */
.package-header {
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.package-header h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Package Details */
.package-details {
  padding-right: 1rem;
}

.package-description {
  font-size: 1.7rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.package-full-description {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
}

.package-info {
  margin-top: 2rem;
}

.package-info p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
}

.package-info strong {
  color: #2b2b2b;
  font-weight: 600;
}

.package-price {
  font-size: 1.25rem !important;
  color: #3a9ca1 !important;
  font-weight: 600 !important;
  margin-top: 1.5rem !important;
  padding-top: 1.5rem;
  border-top: 2px solid #e0e0e0;
}

/* Thumbnail Navigation */
.slider-thumbnails {
  display: flex;
  gap: 15px;
  justify-content: center;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.thumbnail-item {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.thumbnail-item:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.thumbnail-item.active {
  opacity: 1;
  border-color: #3a9ca1;
  transform: scale(1.1);
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .package-slider-section {
    padding: 40px 0;
  }

  .package-slider-wrapper {
    padding: 0 1.5rem;
  }

  .slide-content-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .slide-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .slide-image img {
    height: 400px;
  }

  .slider-nav-buttons {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .package-slider {
    margin-bottom: 120px;
  }

  .slider-thumbnails {
    bottom: -100px;
    flex-wrap: wrap;
    max-width: 90%;
  }

  .package-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
  }

  .package-header h2 {
    font-size: 1.25rem;
  }

  .package-details {
    padding-right: 0;
  }

  .package-description {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }

  .package-full-description {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .package-info {
    margin-top: 1.5rem;
  }

  .package-info p {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 0.875rem;
  }

  .package-price {
    font-size: 1.2rem !important;
    margin-top: 1.25rem !important;
    padding-top: 1.25rem;
  }
}

@media (max-width: 768px) {
  .package-slider-section {
    padding: 30px 0;
  }

  /* Ensure slider functionality works on mobile */
  .package-slide {
    display: none !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out;
  }

  .package-slide.active {
    display: block !important;
    opacity: 1 !important;
  }

  .package-slider-wrapper {
    padding: 0 1rem;
  }

  .package-slider {
    margin-bottom: 120px;
  }

  .slider-track {
    position: relative;
    overflow: visible;
  }

  .slide-content-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }

  .slide-image {
    flex: none;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }

  .slide-content {
    flex: 1;
    width: 100%;
  }

  .slider-nav-buttons {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 10px !important;
    margin: 0 !important;
    z-index: 10 !important;
    pointer-events: none !important;
  }

  .slider-btn {
    pointer-events: auto !important;
    width: 45px !important;
    height: 45px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid #3a9ca1 !important;
    color: #3a9ca1 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(4px) !important;
    transition: all 0.3s ease !important;
  }

  .slider-btn:hover,
  .slider-btn:active {
    background: #3a9ca1 !important;
    color: white !important;
    transform: scale(1.1) !important;
  }

  .slide-image img {
    height: 350px;
  }

  .package-header {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .package-header h2 {
    font-size: 1rem !important;
    letter-spacing: 0.3px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
  }

  .package-description {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .package-full-description {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .package-info {
    margin-top: 1.25rem;
  }

  .package-info p {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }

  .package-price {
    font-size: 1.15rem !important;
    margin-top: 1rem !important;
    padding-top: 1rem;
  }

  .slider-btn {
    width: 40px;
    height: 40px;
  }

  .slider-thumbnails {
    display: flex !important;
    justify-content: center !important;
    bottom: -100px;
    gap: 10px;
    padding: 12px 15px;
    max-width: 90%;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 5 !important;
  }

  .thumbnail-item {
    width: 75px;
    height: 75px;
    border-width: 3px;
    border-radius: 8px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    opacity: 0.6 !important;
    transition: all 0.3s ease !important;
    border: 3px solid transparent !important;
  }

  .thumbnail-item:hover,
  .thumbnail-item:active,
  .thumbnail-item:focus {
    opacity: 0.8 !important;
    transform: scale(1.05) !important;
  }

  .thumbnail-item.active {
    opacity: 1 !important;
    border-color: #3a9ca1 !important;
    transform: scale(1.1) !important;
  }

  .thumbnail-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .slider-btn svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .package-slider-section {
    padding: 20px 0;
  }

  /* Ensure slider functionality works on mobile */
  .package-slide {
    display: none !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out;
  }

  .package-slide.active {
    display: block !important;
    opacity: 1 !important;
  }

  .package-slider-wrapper {
    padding: 0 0.75rem;
  }

  .slider-track {
    position: relative;
    overflow: visible;
  }

  .slide-content-wrapper {
    flex-direction: column;
    gap: 1.25rem;
  }

  .slide-image {
    flex: none;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }

  .slide-image img {
    height: 280px;
    border-radius: 8px;
  }

  .slide-content {
    flex: 1;
    width: 100%;
  }

  .slider-nav-buttons {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 8px !important;
    margin: 0 !important;
    z-index: 10 !important;
    pointer-events: none !important;
  }

  .slider-btn {
    pointer-events: auto !important;
    width: 42px !important;
    height: 42px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid #3a9ca1 !important;
    color: #3a9ca1 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(4px) !important;
    transition: all 0.3s ease !important;
  }

  .slider-btn:hover,
  .slider-btn:active {
    background: #3a9ca1 !important;
    color: white !important;
    transform: scale(1.1) !important;
  }

  .slider-btn svg {
    width: 16px;
    height: 16px;
  }

  .package-slider {
    margin-bottom: 140px;
  }

  .package-header {
    padding: 0.625rem 0.875rem;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
    border-radius: 4px;
  }

  .package-header h2 {
    font-size: 0.9rem !important;
    letter-spacing: 0.2px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
  }

  .package-details {
    padding-right: 0;
  }

  .package-description {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.875rem;
  }

  .package-full-description {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .package-info {
    margin-top: 1rem;
  }

  .package-info p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0.625rem;
  }

  .package-price {
    font-size: 1.1rem !important;
    margin-top: 0.875rem !important;
    padding-top: 0.875rem;
  }

  .slider-thumbnails {
    display: flex !important;
    justify-content: center !important;
    bottom: -120px;
    gap: 8px;
    padding: 10px 12px;
    max-width: 95%;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 5 !important;
  }

  .thumbnail-item {
    width: 65px;
    height: 65px;
    border-width: 3px;
    border-radius: 8px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    opacity: 0.6 !important;
    transition: all 0.3s ease !important;
    border: 3px solid transparent !important;
    flex-shrink: 0 !important;
  }

  .thumbnail-item:hover,
  .thumbnail-item:active,
  .thumbnail-item:focus {
    opacity: 0.8 !important;
    transform: scale(1.05) !important;
  }

  .thumbnail-item.active {
    opacity: 1 !important;
    border-color: #3a9ca1 !important;
    transform: scale(1.1) !important;
  }

  .thumbnail-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    pointer-events: none !important;
  }
}

/* MOBILE SLIDER OVERRIDES - High Priority - Force viewport containment */
@media screen and (max-width: 768px) {
  /* Override any other navigation positioning */
  .package-slider-wrapper .slider-nav-buttons {
    position: static !important;
    display: none !important;
  }
  .leisure-page .package-slider-section .slider-nav-buttons {
    position: absolute !important;
    top: 175px !important; /* Center on image height (350px/2) */
    left: 10px !important;
    right: 10px !important;
    width: calc(100% - 20px) !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 100 !important;
    pointer-events: none !important;
  }

  .leisure-page .package-slider-section .slider-btn {
    pointer-events: auto !important;
    width: 45px !important;
    height: 45px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #3a9ca1 !important;
    color: #3a9ca1 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(6px) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .leisure-page .package-slider-section .slider-btn:hover,
  .leisure-page .package-slider-section .slider-btn:active {
    background: #3a9ca1 !important;
    color: white !important;
    transform: scale(1.15) !important;
    box-shadow: 0 6px 20px rgba(58, 156, 161, 0.4) !important;
  }

  .leisure-page .package-slider-section .package-header h2 {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
  }

  .leisure-page .package-slider-section .package-header {
    padding: 0.75rem 1rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  /* Leisure page specific mobile content font size */
  .leisure-page .package-slider-section .package-description {
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
  }

  .leisure-page .package-slider-section .package-full-description {
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
  }

  .leisure-page .package-slider-section .package-info p {
    font-size: 1.3rem !important;
    line-height: 1.6 !important;
  }

  /* Hide thumbnails completely on mobile */
  .slider-thumbnails {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .leisure-page .package-slider-section .slider-thumbnails {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .leisure-page .package-slider-section .thumbnail-item {
    display: none !important;
  }
}

/* DESKTOP ARROW POSITIONING - Outside content area to avoid hiding content */
@media screen and (min-width: 769px) {
  .leisure-page .package-slider-section .slider-nav-buttons {
    position: absolute !important;
    top: 50% !important;
    left: -40px !important;
    right: -40px !important;
    width: calc(100% + 80px) !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 100 !important;
    pointer-events: none !important;
  }

  /* Desktop header font size */
  .leisure-page .package-slider-section .package-header h2 {
    font-size: 2rem !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
  }

  .leisure-page .package-slider-section .slider-btn {
    pointer-events: auto !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid #3a9ca1 !important;
    color: #3a9ca1 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(6px) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .leisure-page .package-slider-section .slider-btn:hover {
    background: #3a9ca1 !important;
    color: white !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(58, 156, 161, 0.4) !important;
  }
}

@media screen and (max-width: 480px) {
  .leisure-page .package-slider-section .slider-nav-buttons {
    top: 140px !important; /* Center on smaller image height (280px/2) */
    left: 8px !important;
    right: 8px !important;
    width: calc(100% - 16px) !important;
    padding: 0 !important;
  }

  .leisure-page .package-slider-section .slider-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .leisure-page .package-slider-section .package-header h2 {
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
  }

  .leisure-page .package-slider-section .package-header {
    padding: 0.625rem 0.875rem !important;
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
  }

  .leisure-page .package-slider-section .thumbnail-item {
    width: 65px !important;
    height: 65px !important;
  }
}
