@charset "UTF-8";
.btn_1 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
  padding: 10px 30px;
  border: 1px solid #ffffff !important;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  background: none;
}
.btn_1 span {
  padding-left: 5px;
  font-size: 1.2rem;
}
@media (width <= 768px) {
  .btn_1 {
    padding: 10px 30px;
    font-size: 0.875rem;
  }
}
.btn_1:hover {
  background: #ffffff;
  color: #1F3A40 !important;
}

.btn_2 {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  color: #1F3A40;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s ease-in-out;
}
.btn_2 span {
  padding-left: 0.5rem;
  transition: all 0.4s ease-in-out;
}
.btn_2:hover {
  color: #1F3A40;
}
.btn_2:hover span {
  padding-left: 1.5rem;
  transition: all 0.4s ease-in-out;
}

.btn_3 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
  padding: 10px 30px;
  border: 1px solid #ffffff !important;
  font-size: 1rem;
  font-weight: 400;
  color: #1F3A40 !important;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.btn_3 span {
  padding-left: 5px;
  font-size: 1.2rem;
}
@media (width <= 768px) {
  .btn_3 {
    padding: 10px 30px;
    font-size: 0.875rem;
  }
}
.btn_3:hover {
  background: #1F3A40;
  color: #ffffff !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Jost", sans-serif;
  color: #1F3A40;
  background: #F9F6F3;
}

section {
  padding: 120px 0px;
  width: 100%;
}
@media (max-width: 991px) {
  section {
    padding: 80px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 60px 0px;
  }
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  box-shadow: none !important;
  outline: none !important;
}

.hero-header {
  position: relative;
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  .hero-header {
    height: 78vh;
  }
}
@media (max-width: 767.98px) {
  .hero-header {
    height: 75vh;
  }
}

.hero-media-slider {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  .hero-media-slider {
    height: 78vh;
  }
}
@media (max-width: 767.98px) {
  .hero-media-slider {
    height: 75vh;
    overflow: hidden;
  }
}

.hero-media-slider .swiper-wrapper,
.hero-media-slide,
.hero-media-slide img,
.hero-media-frame {
  pointer-events: none;
}

.hero-media-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-media-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-media-frame iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .hero-media-frame iframe {
    width: 160vw;
    height: 90vw;
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .hero-media-frame iframe {
    width: 220vw;
    height: 124vw;
  }
}

/* Video wrapper */
.hero-media-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  overflow: hidden;
}

/* Poster (optional overlay before video loads) */
.hero-video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

/* YouTube iframe */
video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* ✅ works perfectly */
}

.hero-content-shell {
  z-index: 2;
  min-height: 100vh;
}

.hero-overlay,
.footer-overlay,
.cta-overlay {
  position: absolute;
  inset: 0;
}

.navbar-shell {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 9;
  margin-top: 0;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transition: top 0.35s ease, transform 0.35s ease, border-radius 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}
@media (width <= 575.98px) {
  .navbar-shell {
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

.navbar-shell-inner {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  margin-top: 0;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  transition: top 0.35s ease, transform 0.35s ease, border-radius 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}
@media (width <= 575.98px) {
  .navbar-shell-inner {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0.5rem 0;
  }
}

.navbar-shell.is-scrolled {
  position: fixed;
  top: env(safe-area-inset-top, 0);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.814), rgba(255, 255, 255, 0.16));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 16px 34px rgba(12, 28, 32, 0.14);
  transform: translate3d(0, 0, 0);
}

.navbar-shell.is-scrolled .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
}

.brand-logo {
  width: 184px;
  max-width: 100%;
}

.navbar .nav-link {
  position: relative;
  display: block;
  color: #1F3A40;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-bottom: 0.95rem;
  transition: color 0.3s ease;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #8A2327;
}

.navbar .nav-link::before {
  content: attr(data-text);
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-weight: 500;
  pointer-events: none;
}

.navbar .nav-link.active {
  font-weight: 500;
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.12rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #8A2327;
  transform: translateX(-50%);
}

.nav-main {
  gap: 0.1rem;
}

.desktop-nav-wrap {
  display: flex;
}

.nav-actions {
  margin-left: 1.8rem;
  padding-left: 1.6rem;
  gap: 0.8rem;
}
.nav-actions .lang-switch {
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 1px solid rgba(31, 58, 64, 0.12);
  border-right: 1px solid rgba(31, 58, 64, 0.12);
}

.dropdown-menu {
  border: 0;
  border-radius: 18px;
  padding: 0.75rem;
  box-shadow: 0 18px 40px rgba(16, 38, 43, 0.14);
}

.dropdown-item {
  border-radius: 12px;
  padding: 0.5rem;
}

.dropdown-item:hover {
  color: #8A2327;
  background: rgba(138, 35, 39, 0.08);
}

.btn-brand {
  padding: 0.9rem 1.45rem;
  border: 0;
  border-radius: 999px;
  background: #618244;
  color: #ffffff;
  font-weight: 600;
}

.btn-brand:hover {
  background: #8A2327;
  color: #ffffff;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 12px;
}

.btn-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1F3A40;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.45rem 0.2rem;
}

.btn-lang::after {
  display: none;
}

.btn-lang .bi-chevron-down {
  font-size: 0.72rem;
  line-height: 1;
}

.lang-icon {
  width: 14px;
  height: 14px;
}

.lang-icon img {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-call-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}

.btn-call-icon img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-toggle {
  border: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #1F3A40;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.mobile-header-lang {
  display: none;
}

.navbar .nav-toggle {
  display: none;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: #ffffff;
}

@media (max-width: 902px) {
  .desktop-nav-wrap {
    display: none !important;
  }
  .mobile-header-lang {
    display: block;
    margin-left: auto;
    margin-right: 0.45rem;
  }
  .mobile-header-lang .btn-lang {
    min-height: 42px;
    padding: 0.45rem 0.2rem 0.45rem 0.75rem;
    gap: 0.35rem;
    background: transparent;
    border: 0;
    color: #1F3A40;
    font-size: 0.95rem;
    box-shadow: none;
  }
  .mobile-header-lang .lang-icon {
    width: 18px;
    height: 18px;
  }
  .mobile-header-lang .bi-chevron-down {
    font-size: 0.78rem;
  }
  .navbar .nav-toggle {
    display: inline-flex;
  }
}
@media (min-width: 903px) and (max-width: 1199.98px) {
  .desktop-nav-wrap {
    display: flex !important;
    align-items: center;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .brand-logo {
    width: 156px;
  }
  .nav-main {
    gap: 0;
  }
  .navbar .nav-link {
    font-size: 0.86rem;
    padding-left: 0.42rem;
    padding-right: 0.42rem;
    padding-bottom: 0.85rem;
  }
  .nav-actions {
    margin-left: 0.9rem;
    padding-left: 0.8rem;
    gap: 0.45rem;
  }
  .nav-actions .lang-switch {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
  .btn-lang {
    font-size: 0.76rem;
    gap: 0.3rem;
  }
  .btn-call {
    width: 38px;
    height: 38px;
  }
  .navbar .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar .nav-toggle {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-nav {
    flex-direction: row;
  }
}
.mobile-menu {
  background: linear-gradient(180deg, rgba(250, 246, 241, 0.98) 0%, rgba(241, 233, 224, 0.98) 100%);
  backdrop-filter: blur(18px);
  border-left: 1px solid rgba(31, 58, 64, 0.08);
}

.brand-logo-mobile {
  width: 180px;
}

.mobile-menu-top {
  max-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.mobile-menu-tagline {
  margin: 1rem 0 0;
  color: rgba(31, 58, 64, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.mobile-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(31, 58, 64, 0.08);
  font-size: 1rem;
  font-weight: 500;
}

.mobile-nav .nav-link::before {
  content: none;
}

.mobile-nav .nav-link::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 0.9rem;
  color: rgba(31, 58, 64, 0.5);
}

.mobile-contact-list {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}
.mobile-contact-list li a {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(31, 58, 64, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(31, 58, 64, 0.06);
}
.mobile-contact-list li span:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  color: #1F3A40;
  font-size: 0.96rem;
  font-weight: 500;
}
.mobile-contact-list li small {
  color: rgba(31, 58, 64, 0.58);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mobile-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(31, 58, 64, 0.08);
  color: #8A2327;
  font-size: 1rem;
}

.mobile-menu-footer {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(31, 58, 64, 0.08);
}

.mobile-menu .btn-lang {
  justify-content: space-between;
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 58, 64, 0.08);
}

.mobile-menu-top .mobile-menu-lang {
  width: auto;
  max-width: 100%;
}

.mobile-menu-top .mobile-menu-lang .btn-lang {
  width: auto;
  min-height: 44px;
  padding: 0.75rem 0.95rem;
  justify-content: flex-start;
  gap: 0.55rem;
  border-radius: 14px;
}

.mobile-menu-top .mobile-menu-lang .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 902px) {
  .mobile-menu-top .mobile-menu-lang {
    display: none;
  }
}
.mobile-menu .btn-brand {
  min-height: 52px;
  border-radius: 16px;
}

.mobile-menu .btn-close {
  width: 42px;
  height: 42px;
  margin-top: 0.25rem;
  border-radius: 50%;
  background-color: rgba(31, 58, 64, 0.08);
  opacity: 1;
}

.offcanvas-header {
  padding: 2rem 2rem 0rem 2rem;
}

.offcanvas-body {
  padding: 0rem 2rem 2rem 2rem;
}

.hero-stage {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100vh;
}
@media (max-width: 767.98px) {
  .hero-stage {
    height: 75vh;
  }
}

.hero-copy {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 0;
  color: #ffffff;
}

.hero-kicker {
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Meow Script", cursive;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  line-height: 1;
}

.hero-copy h1 {
  margin-bottom: 1.75rem;
  font-family: "Forum", serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trip-search {
  margin-bottom: 1rem;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 550px;
  margin: 0 auto;
  padding: 0.55rem 0.7rem 0.55rem 1rem;
  border: 1px solid #1F3A40;
  border-radius: 10px;
  background: rgba(81, 92, 77, 0.264);
  backdrop-filter: blur(10px);
}

.search-box .form-control {
  border: 0;
  background: transparent;
  color: #ffffff;
  min-height: 42px;
  font-size: 0.9rem;
}

.search-box .form-control::-moz-placeholder {
  color: #ffffff;
}

.search-box .form-control::placeholder {
  color: #ffffff;
}

.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}

.hero-caption {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.hero-slider-ui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.hero-pagination {
  position: absolute !important;
  right: 2rem;
  bottom: 2rem;
  width: auto !important;
  left: auto !important;
  z-index: 4;
  z-index: 99;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .hero-pagination {
    display: none;
  }
}

.hero-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
}

.hero-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.section-soft {
  background: linear-gradient(180deg, #fbf7f3 0%, #f7f1ec 100%);
}

.featured-section {
  background-color: #F9F6F3;
  position: relative;
  padding: 120px 0;
}
.featured-section .shape1 {
  position: absolute;
  left: 0;
  top: 50px;
}
.featured-section .shape6 {
  position: absolute;
  left: 0;
  top: 0;
}
.featured-section .baloon {
  position: absolute;
  top: -170px;
  left: 0;
  width: 250px;
  z-index: 1;
  animation: balloon-float 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .featured-section .baloon {
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .featured-section .baloon {
    width: 160px;
  }
}
@media (width <= 480px) {
  .featured-section .baloon {
    top: -120px;
  }
}
.featured-section .baloon img {
  width: 250px;
}
@media (max-width: 992px) {
  .featured-section .baloon img {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .featured-section .baloon img {
    width: 180px;
  }
}
@media (width <= 480px) {
  .featured-section .baloon img {
    width: 120px;
  }
}

@keyframes balloon-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.featured-shell {
  position: relative;
}

.featured-heading {
  position: relative;
  margin-bottom: 3.5rem;
  padding-top: 1.2rem;
}

.featured-heading .section-heading {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}

.featured-heading .eyebrow {
  margin-bottom: 1rem;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  color: #1F3A40;
}

.featured-heading h2 {
  font-size: clamp(2.5rem, 4.2vw, 3.85rem);
  line-height: 1.08;
}

.featured-balloon,
.featured-cloud,
.featured-curve {
  position: absolute;
  pointer-events: none;
}

.featured-balloon {
  left: 2.5rem;
  top: 0.75rem;
  z-index: 1;
  width: 72px;
  height: 110px;
  border-radius: 50% 50% 46% 46%;
  background: radial-gradient(circle at 50% 28%, #ffe8d2 0 16%, transparent 17%), repeating-linear-gradient(90deg, #9e5936 0 9px, #f4d9b7 9px 18px);
  box-shadow: inset 0 -10px 0 rgba(255, 255, 255, 0.22);
}

.featured-balloon::before {
  content: "";
  position: absolute;
  left: 21px;
  bottom: -17px;
  width: 30px;
  height: 18px;
  border: 2px solid rgba(104, 61, 44, 0.78);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.featured-balloon::after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -80px;
  width: 1px;
  height: 82px;
  background: rgba(104, 61, 44, 0.28);
}

.featured-curve {
  left: 7rem;
  right: 7rem;
  top: 2rem;
  height: 96px;
  border-top: 1px solid rgba(125, 92, 66, 0.22);
  border-radius: 50%;
}

.featured-cloud {
  right: 4rem;
  top: 0.8rem;
  z-index: 1;
  width: 126px;
  height: 74px;
  opacity: 0.45;
  border-radius: 999px;
  background: radial-gradient(circle at 26% 58%, rgba(240, 214, 193, 0.85) 0 22px, transparent 23px), radial-gradient(circle at 50% 40%, rgba(240, 214, 193, 0.95) 0 28px, transparent 29px), radial-gradient(circle at 73% 59%, rgba(240, 214, 193, 0.85) 0 21px, transparent 22px);
}

.section-heading,
.testimonials-head,
.destinations-head {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .section-heading,
  .testimonials-head,
  .destinations-head {
    margin-bottom: 1rem;
  }
}

.section-heading h2,
.section-title-left,
.destinations-head h2,
.testimonials-head h2,
.cta-content h2 {
  margin: 0;
  font-family: "Forum", serif;
  color: #1F3A40;
  font-size: clamp(2.4rem, 5vw, 3rem);
  line-height: 1.03;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 0.8rem;
  color: #1F3A40;
  font-weight: 300;
  opacity: 0.5;
  font-size: 1rem;
}

.tour-card,
.destination-card,
.testimonial-card,
.highlight-card,
.partner-pill {
  border-radius: var(--radius-lg);
}

.tour-card {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}

.tour-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
}

.tour-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-card-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 1.7rem;
  display: flex;
}
.tour-card-content .left {
  width: 60%;
}
.tour-card-content .right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.tour-card-content h3,
.highlight-card h3,
.destination-info h3,
.testimonial-card h3 {
  margin: 0 0 0.5rem;
  font-family: "Jost", sans-serif;
  font-size: 1.7rem;
}

.tour-card-content p,
.tour-meta span,
.footer-intro,
.office-block p {
  color: rgba(255, 255, 255, 0.86);
}

.tour-card-content span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.featured-grid > a {
  display: block;
  height: 100%;
}

.featured-card {
  aspect-ratio: 1/1;
  border-radius: 12px;
  transform: translateY(0);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.featured-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.65s ease;
}

.featured-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.18) 48%, rgba(255, 255, 255, 0) 74%);
  transform: translateX(-130%);
  transition: transform 0.75s ease;
  pointer-events: none;
}

.featured-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(18, 37, 41, 0.22);
}

.featured-card:hover img {
  transform: scale(1.08);
}

.featured-card:hover::before {
  transform: translateX(130%);
}

.featured-card .tour-card-content {
  padding: 1.5rem;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .featured-card .tour-card-content {
    padding: 1rem;
  }
}

.featured-card .tour-card-content .left h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.featured-card .tour-card-content .left .day__night {
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .featured-card .tour-card-content .left .day__night {
    font-size: 0.875rem;
  }
}

.featured-card .tour-card-content .left .country {
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .featured-card .tour-card-content .left .country {
    font-size: 0.875rem;
  }
}
.featured-card .tour-card-content .left .country span {
  padding: 0 0.5rem;
}

.featured-card .tour-card-content .right h4 {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .featured-card .tour-card-content .right h4 {
    font-size: 0.875rem;
  }
}
.featured-card .tour-card-content .right h4 span {
  display: block;
  margin-top: 0.5rem;
}

.tour-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.tour-meta strong {
  color: #ffffff;
  font-size: 1rem;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 50%;
  background: none;
  color: #1F3A40;
}

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

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 700;
  display: none;
}

.swiper-pagination {
  position: static;
  width: auto !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(22, 54, 61, 0.2);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #8A2327;
}

.about-large-image img,
.destination-card img,
.gallery-slide img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-side-grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-section {
  padding-top: 0;
  background-color: #F7F1EC;
}

.about-large-image {
  margin-top: 4rem;
  position: relative;
}

.about-side-grid {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 18px;
  align-items: start;
  margin-bottom: 1.7rem;
}

.happiness-card {
  display: grid;
  align-content: center;
  gap: 0.3rem;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.about-badge {
  position: absolute;
  right: 50px;
  top: -50px;
  width: 120px;
  min-height: 120px;
  border-radius: 50%;
  place-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-badge {
    width: 100px;
    min-height: 100px;
  }
}
@media (max-width: 767.98px) {
  .about-badge {
    width: 96px;
    min-height: 96px;
    right: 20px;
  }
}
@media (width <= 480px) {
  .about-badge {
    width: 75px;
    min-height: 75px;
  }
}
.about-badge span {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-badge span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .about-badge span {
    font-size: 1.2rem;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.auto-rotate {
  animation: spin 10s linear infinite;
}

.happiness-card {
  border-radius: 10px;
  height: 100%;
  background: #E6BC89;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.happiness-card .emoji img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.happiness-card h5 {
  font-size: 1.25rem;
  color: #BA1E81;
}
.happiness-card h5 span {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1F3A40;
  font-weight: 600;
}

.highlights-section {
  overflow: hidden;
  background: #ffffff;
}

.highlight-card {
  height: 100%;
  padding: 1.2rem 3rem 1.2rem 3rem;
  position: relative;
}
.highlight-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  /* 👈 image width */
  height: 40px;
  background: url("../images/shape2.svg") no-repeat center/cover;
  border-radius: 16px;
}

.highlight-card h3 {
  font-family: "Forum", serif;
  color: #8A2327;
  font-size: 5rem;
  text-transform: uppercase;
  font-size: 5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .highlight-card h3 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .highlight-card h3 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .highlight-card h3 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .highlight-card h3 {
    font-size: 2.5rem;
  }
}

.highlight-card p {
  color: #1F3A40;
  line-height: 1.8;
}

.highlight-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 1.3rem;
  width: 30%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .highlight-images {
    width: 30%;
  }
}
@media (width <= 767.98px) {
  .highlight-images {
    width: 60%;
  }
}

.highlight-images img {
  width: 100%;
  aspect-ratio: 1/1;
  /* 👈 makes it square */
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.destinations-section {
  background: #F9F6F3;
  position: relative;
  z-index: 0;
}
.destinations-section .shape5 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.destinations-section .shape5 img {
  width: 250px;
}
.destinations-section .shape6 {
  position: absolute;
  right: 15%;
  top: -8%;
  z-index: -1;
}
.destinations-section .shape6 img {
  width: 200px;
}
.destinations-section .destinations-head {
  width: 55%;
  display: grid;
  grid-template-columns: 3fr 2fr;
  /* 30% / 70% */
  gap: 2rem;
  align-items: end;
}
@media (max-width: 767.98px) {
  .destinations-section .destinations-head {
    width: 100%;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.destinations-section .destination-card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 14px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  border: 1px solid rgba(31, 58, 64, 0.2117647059);
}
.destinations-section .destination-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.14) 48%, rgba(255, 255, 255, 0) 74%);
  transform: translateX(-130%);
  transition: transform 0.75s ease;
  pointer-events: none;
}
.destinations-section .destination-card img {
  align-self: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.65s ease;
}
.destinations-section .destination-card .destination-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 1.2rem 0.5rem 0.3rem;
  position: relative;
  z-index: 2;
}
.destinations-section .destination-card .destination-info h3 {
  font-family: "Caveat Brush", cursive;
}
.destinations-section .destination-card .destination-info a {
  font-weight: 400;
}
.destinations-section .destination-card .destination-info a span {
  font-size: 1.2rem;
}
.destinations-section .destination-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(18, 37, 41, 0.18);
}
.destinations-section .destination-card:hover::before {
  transform: translateX(130%);
}

.testimonials-section {
  background: #F9F6F3;
  padding: 40px 0;
  position: relative;
}
@media (width <= 575.98px) {
  .testimonials-section {
    padding-top: 0;
  }
}
.testimonials-section .testimonials-head {
  width: 65%;
  display: grid;
  grid-template-columns: 3fr 2fr;
  /* 30% / 70% */
  gap: 2rem;
  align-items: end;
}
@media (max-width: 767.98px) {
  .testimonials-section .testimonials-head {
    width: 100%;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.testimonials-section .testimonial-card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #ffffff;
  padding: 2rem;
  min-height: 360px;
}
.testimonials-section .testimonial-card .testimonial-top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2196078431);
}
.testimonials-section .testimonial-card .testimonial-top .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #edd9cb 0%, #d8b0a8 100%);
  color: #1F3A40;
  font-weight: 700;
}
.testimonials-section .testimonial-card .testimonial-top h3 {
  font-family: "Forum", serif;
  text-transform: uppercase;
  font-weight: 500;
}
.testimonials-section .testimonial-card p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  max-height: 140px;
  transition: all 0.3s ease;
}
.testimonials-section .testimonial-card p.expanded {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  max-height: none;
  overflow: visible;
}
.testimonials-section .testimonial-card .read-more-btn {
  background: none;
  border: none;
  color: #C43131;
  cursor: pointer;
  font-weight: 400;
  padding: 0;
  text-decoration: underline;
  display: inline;
}
.testimonials-section .testimonial-card .rating {
  color: #8A2327;
  margin-top: 1.5rem;
}
.testimonials-section .testimonial-card .rating span {
  opacity: 0.4;
}

.testimonial-wrapper {
  position: relative;
  overflow: visible;
  /* 🔥 THIS is important */
}

.testimonial-swiper {
  overflow: hidden;
  /* keep slides clipped */
}

/* Arrows */
.testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

body.mobile-menu-open .slider-controls,
body.mobile-menu-open .testimonial-prev,
body.mobile-menu-open .testimonial-next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Move OUTSIDE */
.testimonial-prev {
  left: -50px !important;
  /* adjust */
}

.testimonial-next {
  right: -50px !important;
  /* adjust */
}

.gallery-section {
  background: #F9F6F3;
  padding: 60px 0 0 0;
}

.hero {
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
}

.slider-viewport {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.track {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  animation: scroll-left 34s linear infinite;
  will-change: transform;
}
.track .slide {
  flex: 0 0 auto;
  width: auto;
  height: 350px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(30, 45, 58, 0.12);
}
.track .slide img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 350px;
  transition: transform 0.6s ease;
}
.track:hover {
  animation-play-state: paused;
}
.track:hover .slide img {
  transform: scale(1.04);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ── MOBILE (≤ 768px) ── */
@media (max-width: 768px) {
  .hero {
    height: auto;
    flex-direction: column;
    align-items: stretch;
  }
  /* slider viewport back to normal flow, full width */
  .slider-viewport {
    position: static;
    width: 100%;
    height: 240px;
  }
  .slide {
    width: 155px;
    height: 195px;
  }
  .slide.tall {
    height: 215px;
  }
  .slide.short {
    height: 170px;
  }
}
.gallery-swiper {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.gallery-swiper .swiper-wrapper {
  align-items: center;
}

.gallery-swiper .swiper-slide {
  width: auto;
  height: 350px;
  flex-shrink: 0;
}

.gallery-slide-card {
  height: 350px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.gallery-slide-card img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: auto;
  min-width: 240px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

@media (max-width: 768px) {
  .gallery-swiper {
    height: 240px;
  }
  .gallery-swiper .swiper-slide,
  .gallery-slide-card {
    height: 240px;
  }
  .gallery-slide-card img {
    min-width: 155px;
  }
}
.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  min-height: 500px;
  box-shadow: var(--shadow-soft);
  z-index: 0;
}
.cta-banner .cta-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* same as background-size: cover */
  z-index: 0;
}
.cta-banner .cta-content {
  position: absolute;
  z-index: 1;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.cta-banner .cta-content h3 {
  color: #ffffff;
  font-family: "Forum", serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
}
.cta-banner .cta-content p {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.cta-banner .shape4 {
  position: absolute;
  left: -100px;
  top: -100px;
  width: 400px;
  height: 400px;
  z-index: 9;
}
.cta-banner .shape4 img {
  width: 400px;
  height: 400px;
}
.cta-banner .cta-logo {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 100px;
  z-index: 9;
}
.cta-banner .cta-logo img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.cta-banner .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.75rem;
}
@media (width <= 575.98px) {
  .cta-banner .cta-actions {
    margin-top: 1rem;
  }
}

.cta-overlay {
  background: linear-gradient(90deg, rgba(14, 34, 38, 0.58) 0%, rgba(14, 34, 38, 0.76) 100%);
}

.partners-section {
  padding-top: 0;
  padding-bottom: 60px;
}
.partners-section .partner-slider {
  overflow: hidden;
}
.partners-section .partner-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partners-section .partner-pill {
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: 500;
}
.partners-section .swiper-slide {
  width: auto;
  /* 🔥 important for different widths */
}

.site-footer {
  position: relative;
  padding: 100px 0 32px;
  background: url(../images/footerbg.jpg) center/cover no-repeat;
  color: #ffffff;
}
.site-footer .footer-logo {
  width: 245px;
  margin-bottom: 1.75rem;
}
.site-footer .footer-intro,
.site-footer .footer-links a,
.site-footer .footer-intro p,
.site-footer .footer-bottom {
  color: #ffffff;
  font-size: 1.063rem;
  font-weight: 400;
}
.site-footer .para {
  max-width: 285px;
  font-size: 1.3rem;
  font-weight: 300;
}
.site-footer h3 {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  opacity: 0.8;
}

.footer-socials {
  display: flex;
  margin-top: 1.5rem;
}
.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.paynow {
  margin-top: 1.5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  background-color: none;
  border: 1px solid rgba(176, 174, 174, 0.7607843137);
  padding: 8px 20px;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}
.paynow:hover {
  background: #8A2327;
  color: #ffffff;
  letter-spacing: 0.1rem;
}

.footer-links {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links a {
  position: relative;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
  transition: color 0.3s ease, transform 0.3s ease, padding-left 0.3s ease;
}
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.85);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.footer-links a:hover {
  color: #E6BC89;
}
.footer-links a:hover::after {
  transform: scaleX(1);
}

.payment {
  display: flex;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  flex-wrap: wrap;
}

.office-block + .office-block {
  margin-top: 1.5rem;
  border-bottom: none;
}

.office-block h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.office-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 2rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.95rem;
}
.footer-bottom p {
  font-weight: 300;
}

.packages-page {
  background: #f9f4ef;
}

.listing-hero {
  position: relative;
  overflow: hidden;
}

.listing-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.listing-hero-media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  margin-top: 80px;
  height: 40vh;
  background-size: cover;
  position: relative;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .inner-hero-stage {
    margin-top: 65px;
  }
}

.inner-hero-copy {
  width: 95%;
  color: #ffffff;
  z-index: 9;
}

.inner-breadcrumb {
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 300;
}

.inner-hero-copy h1 {
  margin-bottom: 1.2rem;
  font-family: "Forum", serif;
  font-size: clamp(2.7rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.inner-search-box {
  max-width: 620px;
}

.packages-listing-section {
  position: relative;
  padding-bottom: 0;
  background: #f9f4ef;
}

.shape7 {
  position: absolute;
  top: -90px;
  right: 0;
  width: 250px;
}
@media (max-width: 767.98px) {
  .shape7 {
    display: none;
  }
}

.packages-heading {
  margin-bottom: 3rem;
  width: 55%;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2rem;
  align-items: end;
}
@media (max-width: 767.98px) {
  .packages-heading {
    width: 100%;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}

.packages-heading h2 {
  margin: 0;
  font-family: "Forum", serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.packages-heading p {
  max-width: 360px;
  margin: 0;
  color: rgba(31, 58, 64, 0.78);
  font-size: 0.96rem;
  line-height: 1.7;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
@media (max-width: 991.98px) {
  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .packages-grid {
    grid-template-columns: 1fr;
  }
}

.package-card {
  aspect-ratio: 1/1;
  border-radius: 14px;
}

.package-card .tour-card-content {
  padding: 1.15rem;
}

.package-card .tour-card-content h3 {
  font-size: 1.35rem;
}

.package-card .day__night,
.package-card .country {
  font-size: 0.88rem;
}

.package-card .right h4 {
  font-size: 0.88rem;
  text-align: right;
}

.package-card .right h4 span {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
}

.packages-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 2rem;
}

.packages-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(31, 58, 64, 0.16);
}

.packages-dots span.active {
  background: rgba(31, 58, 64, 0.38);
}

.listing-cta-section {
  padding-top: 0;
}

.partners-showcase {
  padding: 48px 0 90px;
  background: #f9f4ef;
}
@media (max-width: 767.98px) {
  .partners-showcase {
    padding: 34px 0 70px;
  }
}

.partners-showcase-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .partners-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .partners-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.partner-logo-card {
  min-height: 88px;
  display: grid;
  place-items: center;
}

.partner-logo-card img {
  max-height: 54px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.policy-content-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.policy-block {
  padding: 0 0 1.8rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid rgba(31, 58, 64, 0.12);
}

.policy-block-last {
  margin-bottom: 0;
}

.policy-block h2 {
  margin: 0 0 1.35rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1F3A40;
}

.policy-block p:last-child {
  margin-bottom: 0;
}

.policy-block ul,
.policy-block ol {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  color: rgba(31, 58, 64, 0.82);
}

.policy-block li {
  margin-bottom: 0.55rem;
  line-height: 1.75;
}

.terms-bullet-list {
  list-style: disc;
}

.terms-decimal-list {
  list-style: decimal;
}

.terms-tick-list {
  list-style: none;
  padding-left: 0;
}

.terms-tick-list li {
  position: relative;
  padding-left: 1.5rem;
}

.terms-tick-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #6b8f3c;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-page {
  background: #f9f4ef;
}

.contact-section {
  padding: 84px 0 64px;
  background: #f9f4ef;
}
@media (max-width: 767.98px) {
  .contact-section {
    padding: 64px 0 52px;
  }
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 420px);
  gap: 3rem;
  align-items: start;
}
@media (max-width: 991.98px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.contact-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(31, 58, 64, 0.12);
  border-radius: 0;
}

.contact-accordion .accordion-button {
  padding: 1.25rem 0.5rem 1.25rem 0;
  background: transparent;
  color: #1F3A40;
  font-weight: 600;
  box-shadow: none;
}

.contact-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #1F3A40;
  box-shadow: none;
}

.contact-accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.office-contact-card {
  padding: 0 0 1.25rem;
}

.office-contact-card p {
  margin-bottom: 0.85rem;
  color: rgba(31, 58, 64, 0.82);
  font-size: 0.96rem;
  line-height: 1.75;
  position: relative;
  padding-left: 2rem;
}
.office-contact-card p span {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.office-contact-card i {
  margin-right: 0.4rem;
  color: #8A2327;
}

.contact-form-card {
  padding: 2rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 50px rgba(18, 37, 41, 0.08);
  border: 1px solid rgba(31, 58, 64, 0.06);
}
@media (max-width: 575.98px) {
  .contact-form-card {
    padding: 1.5rem;
  }
}

.contact-form-card h2 {
  margin: 0 0 1.25rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(31, 58, 64, 0.1);
  font-size: 1.35rem;
  font-weight: 600;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-field label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #1F3A40;
}

.form-field input,
.form-field textarea,
.phone-field select {
  width: 100%;
  border: 1px solid rgba(31, 58, 64, 0.1);
  border-radius: 10px;
  background: #fff;
  padding: 0.85rem 0.95rem;
  font-size: 0.92rem;
  color: #1F3A40;
}

.phone-field {
  display: grid;
  grid-template-columns: 102px 1fr;
  gap: 0.65rem;
}
@media (max-width: 575.98px) {
  .phone-field {
    grid-template-columns: 88px 1fr;
  }
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.78rem;
  color: rgba(31, 58, 64, 0.72);
}

.consent-check input {
  margin-top: 0.15rem;
}

.submit-btn {
  width: 100%;
  min-height: 52px;
  border-radius: 10px;
}

.contact-map-wrap {
  margin-top: 5rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(18, 37, 41, 0.08);
}
@media (max-width: 767.98px) {
  .contact-map-wrap {
    margin-top: 2rem;
  }
}

.contact-map-wrap iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
@media (max-width: 767.98px) {
  .contact-map-wrap iframe {
    height: 320px;
  }
}

.about-story-section {
  position: relative;
  z-index: 0;
}
.about-story-section .shape7 {
  position: absolute;
  top: -90px;
  right: 0;
  width: 250px;
}
.about-story-section .shape8 {
  position: absolute;
  left: 5%;
  top: 3%;
  z-index: -1;
}

.about-story-heading {
  margin-bottom: 1.5rem;
}

.about-story-intro {
  width: 100%;
}
.about-story-intro .img-1 img,
.about-story-intro .img-2 img {
  width: 100%;
  height: 250px;
  /* same height for both */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about-story-title h2,
.services-heading h3,
.mission-copy h4,
.vision-copy h4,
.experience-grid-heading h3,
.timeline-heading h3 {
  margin: 0;
  font-family: "Forum", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.about-story-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  padding-left: 1.4rem;
}
@media (max-width: 767.98px) {
  .about-story-copy-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 0;
  }
}

.about-story-copy p {
  margin: 0;
  color: rgba(31, 58, 64, 0.92);
  font-size: 0.95rem;
  line-height: 1.72;
}

.about-highlights-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 2rem;
}
@media (max-width: 991.98px) {
  .about-highlights-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .about-highlights-row {
    grid-template-columns: 1fr;
  }
}

.about-highlights-row article {
  padding: 0 2rem;
  text-align: center;
  color: rgba(31, 58, 64, 0.82);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
}
.about-highlights-row article img {
  max-width: 55px;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-highlights-row article img {
    max-width: 45px;
  }
}
@media (max-width: 767.98px) {
  .about-highlights-row article img {
    max-width: 32px;
    margin-bottom: 0.5rem;
  }
}
.about-highlights-row article strong {
  font-family: "Forum", serif;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-highlights-row article strong {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-highlights-row article strong {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-highlights-row article strong {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .about-highlights-row article strong {
    font-size: 1rem;
  }
}

.services-provided-section {
  padding: 28px 0 78px;
}

.services-heading {
  margin-bottom: 0;
}

.services-heading p {
  max-width: 320px;
  margin-top: 0.9rem;
  color: rgba(31, 58, 64, 0.76);
  font-size: 0.94rem;
  line-height: 1.7;
}

.services-card-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(10px, auto));
  gap: 1.2rem;
  align-items: start;
}
@media (max-width: 991.98px) {
  .services-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}
@media (max-width: 575.98px) {
  .services-card-grid {
    grid-template-columns: 1fr;
  }
}

.services-card-grid > article.gap-3 {
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.service-tile {
  position: relative;
  min-height: 220px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(18, 37, 41, 0.08);
}
.service-tile::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
  width: 100%;
  position: absolute;
  content: "";
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.service-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.service-tile > a {
  display: block;
  width: 100%;
  height: 100%;
}

.service-tile span {
  position: absolute;
  inset: auto 0 0;
  z-index: 99;
  padding: 1rem;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  font-family: "Forum", serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.service-tile:hover img {
  transform: scale(1.06);
}

.service-tile-group {
  grid-column: 1;
  grid-row: 1/span 2;
  min-height: 288px;
  margin-top: 6.5rem;
}
@media (max-width: 991.98px) {
  .service-tile-group {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
}

.service-tile-custom {
  grid-column: 2;
  grid-row: 1;
  min-height: 218px;
  margin-top: 2.3rem;
}
@media (max-width: 991.98px) {
  .service-tile-custom {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
}

.service-tile-corporate {
  grid-column: 3;
  grid-row: 1/span 2;
  min-height: 318px;
}
@media (max-width: 991.98px) {
  .service-tile-corporate {
    grid-column: auto;
    grid-row: auto;
  }
}

.service-tile-honeymoon {
  grid-column: 4;
  grid-row: 1;
  min-height: 218px;
  margin-top: -8rem;
}
@media (max-width: 991.98px) {
  .service-tile-honeymoon {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
}

.service-tile-luxury {
  grid-column: 4;
  grid-row: 2;
  min-height: 220px;
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .service-tile-luxury {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .services-card-grid > article.gap-3 {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    height: auto;
    max-height: none;
  }
  .services-card-grid > article,
  .services-card-grid > article > div,
  .services-card-grid .service-tile,
  .services-card-grid .service-tile-group,
  .services-card-grid .service-tile-custom,
  .services-card-grid .service-tile-corporate,
  .services-card-grid .service-tile-honeymoon,
  .services-card-grid .service-tile-luxury {
    height: 100%;
    max-height: 320px;
  }
  .services-card-grid .service-tile > a,
  .services-card-grid .service-tile img {
    height: 100%;
  }
  .services-card-grid > article.gap-3 > .service-tile {
    height: 100%;
    max-height: 320px;
  }
}
.mission-vision-section {
  padding: 0 0 80px;
}

.mission-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: center;
  width: 85%;
}
@media (max-width: 991.98px) {
  .mission-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .mission-row {
    width: 100%;
  }
}

.vision-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: center;
  width: 85%;
  margin-left: auto;
  /* 👈 pushes to right */
}
@media (max-width: 991.98px) {
  .vision-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .vision-row {
    width: 100%;
  }
}

.vision-row {
  margin-top: 3rem;
}

.vision-copy {
  order: 1;
}

.vision-image-wrap {
  order: 2;
}

.mission-image-wrap,
.vision-image-wrap {
  position: relative;
}
.mission-image-wrap .about-badge,
.vision-image-wrap .about-badge {
  position: absolute;
  right: 50px;
  top: -50px;
  width: 120px;
  min-height: 120px;
  border-radius: 50%;
  place-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mission-image-wrap .about-badge,
  .vision-image-wrap .about-badge {
    width: 100px;
    min-height: 100px;
  }
}
@media (max-width: 767.98px) {
  .mission-image-wrap .about-badge,
  .vision-image-wrap .about-badge {
    width: 96px;
    min-height: 96px;
    right: 20px;
  }
}
@media (width <= 480px) {
  .mission-image-wrap .about-badge,
  .vision-image-wrap .about-badge {
    width: 75px;
    min-height: 75px;
  }
}
.mission-image-wrap .about-badge span,
.vision-image-wrap .about-badge span {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mission-image-wrap .about-badge span,
  .vision-image-wrap .about-badge span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .mission-image-wrap .about-badge span,
  .vision-image-wrap .about-badge span {
    font-size: 1.2rem;
  }
}

.mission-copy {
  width: 100%;
  padding-left: 2rem;
}
@media (max-width: 991.98px) {
  .mission-copy {
    padding-left: 0;
  }
}
.mission-copy h4 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mission-copy h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mission-copy h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .mission-copy h4 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767.98px) {
  .mission-copy h4 {
    font-size: 1.5rem;
  }
}

.vision-copy {
  width: 100%;
  padding-right: 2rem;
}
@media (max-width: 991.98px) {
  .vision-copy {
    padding-right: 0;
  }
}
.vision-copy h4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .vision-copy h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .vision-copy h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .vision-copy h4 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767.98px) {
  .vision-copy h4 {
    font-size: 1.5rem;
  }
}
.vision-copy h4 {
  margin-bottom: 1rem;
}

.timeline-section {
  background: #ffffff;
  overflow: hidden;
}
.timeline-section .heading__full {
  position: relative;
  margin-bottom: 2rem;
}
.timeline-section .heading__full::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #ACB688;
  transform: translateY(-50%);
}
.timeline-section .heading__full h3 {
  display: inline-block;
  position: relative;
  margin-left: 15%;
  padding: 0 1.25rem;
  background: #ffffff;
  font-family: "Forum", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  text-transform: uppercase;
  z-index: 1;
}

.timeline-heading {
  margin-bottom: 2.2rem;
}

.timeline-swiper {
  overflow: hidden;
}

.timeline-swiper .swiper-slide {
  height: auto;
}

.timeline-card {
  position: relative;
  padding: 0 8rem 0 8rem;
  box-sizing: border-box;
}
@media (max-width: 1199.98px) {
  .timeline-card {
    padding-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .timeline-card {
    padding: 0 0.5rem;
  }
}

.timeline-image img {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 400px !important;
}
@media (max-width: 767.98px) {
  .timeline-image img {
    height: 260px !important;
  }
}

.timeline-content {
  position: relative;
  width: min(100%, 430px);
  margin: -4.2rem -4rem 0 auto;
  padding: 1.8rem 1.5rem 1.6rem;
  border-radius: 12px;
  background: #f2ede6;
  box-shadow: 0 18px 40px rgba(18, 37, 41, 0.05);
  z-index: 99;
}
@media (max-width: 767.98px) {
  .timeline-content {
    width: calc(100% - 1.5rem);
    margin: -2.8rem 0 0 auto;
    padding: 1.35rem 1.15rem;
  }
}
.timeline-content .timeline-year {
  position: absolute;
  left: -12rem;
  bottom: 4rem;
  color: rgba(31, 58, 64, 0.08);
  font-size: clamp(5.8rem, 13vw, 8.8rem);
  font-family: "Forum", serif;
  line-height: 1;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .timeline-content .timeline-year {
    left: 0.2rem;
    bottom: 100%;
    transform: translateY(30%);
    font-size: clamp(4rem, 18vw, 6.4rem);
  }
}
.timeline-content h3 {
  margin: 0 0 1rem;
  font-family: "Forum", serif;
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .timeline-content h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .timeline-content h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .timeline-content h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .timeline-content h3 {
    font-size: 1.3rem;
  }
}
.timeline-content h3 {
  text-transform: uppercase;
}
.timeline-content p {
  margin: 0;
  color: rgba(31, 58, 64, 0.76);
  font-size: 0.92rem;
  line-height: 1.7;
}

.experience-grid-section {
  width: 100%;
}
.experience-grid-section .experience-grid-heading {
  max-width: 620px;
  margin: 0 auto 2.4rem;
}
.experience-grid-section .experience-grid-heading p {
  margin-top: 0.9rem;
  color: rgba(31, 58, 64, 0.76);
  font-size: 0.95rem;
  line-height: 1.7;
}

.experience-grid-shell {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 350px) 1fr;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .experience-grid-shell {
    grid-template-columns: 1fr;
  }
}

.experience-side-list {
  display: grid;
  gap: 1rem;
}

.experience-side-list article {
  min-height: 118px;
  padding: 1.2rem;
  border-radius: 10px;
  border: 1px solid rgba(31, 58, 64, 0.08);
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.5rem;
}

.experience-side-list img {
  width: 48px;
}
@media (width <= 575.98px) {
  .experience-side-list img {
    width: 30px;
  }
}

.experience-side-list span {
  max-width: 200px;
  line-height: 1.5;
  font-family: "Forum", serif;
  color: #1F3A40;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .experience-side-list span {
    font-size: 0.938rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .experience-side-list span {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .experience-side-list span {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .experience-side-list span {
    font-size: 0.875rem;
  }
}

.experience-center-image img {
  width: 100%;
  height: 100%;
  min-height: 370px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.awards-section {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .awards-section {
    padding-top: 0;
  }
}
.awards-section .awards-top {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  /* center bigger */
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .awards-section .awards-top {
    grid-template-columns: 1fr;
  }
}
.awards-section .awards-top .awards-heading h4 {
  margin: 0;
  font-family: "Forum", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  text-transform: uppercase;
}
.awards-section .awards-top .awards-cta {
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .awards-section .awards-top .awards-cta {
    justify-content: start;
  }
}

.award-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.award-card img {
  aspect-ratio: 9/14;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.award-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 22, 0.08) 0%, rgba(8, 20, 22, 0.88) 100%);
}

.award-card-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 1.2rem;
  color: #ffffff;
  text-align: center;
}

.award-card-content span {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.8;
}

.award-card-content h3 {
  margin: 0 0 0.55rem;
  font-family: "Forum", serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1803921569);
}

.award-card-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.6;
}

.awards-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}

.offcanvas-body {
  padding: 2rem;
}

@media (max-width: 1199.98px) {
  .floating-actions {
    display: none;
  }
  .navbar-shell {
    top: 24px;
    padding: 0.95rem 1rem;
  }
  .hero-stage {
    min-height: auto;
  }
  .hero-copy {
    max-width: 680px;
    padding: 6.8rem 0 4rem;
  }
  .hero-copy h1 {
    font-size: clamp(2.8rem, 6vw, 4.1rem);
  }
  .search-box {
    max-width: 520px;
  }
  .hero-pagination {
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .destinations-head,
  .testimonials-head {
    width: 100% !important;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .testimonial-prev,
  .testimonial-next {
    position: static;
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .featured-balloon {
    left: 0.5rem;
    width: 58px;
    height: 90px;
  }
  .featured-cloud {
    right: 0.5rem;
    width: 92px;
    height: 58px;
  }
  .featured-curve {
    left: 3.5rem;
    right: 3.5rem;
  }
  .navbar-shell {
    top: 18px;
    padding: 0.85rem 0.95rem;
    border-radius: 18px;
  }
  .navbar-shell.is-scrolled {
    padding: 0.75rem 0.95rem;
  }
  .hero-header {
    min-height: auto;
  }
  .hero-content-shell {
    min-height: auto;
  }
  .hero-copy {
    max-width: 620px;
    padding: 5.5rem 0 2rem;
  }
  .hero-caption {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-pagination {
    right: 1.25rem;
    bottom: 1.25rem;
  }
  .featured-section {
    padding: 96px 0;
  }
  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .featured-card-wide {
    grid-column: span 2;
  }
  .destinations-head {
    grid-template-columns: 1fr;
  }
  .partner-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-side-grid {
    grid-template-columns: minmax(0, 1fr) 180px;
  }
  .cta-banner {
    min-height: 440px;
  }
  .cta-banner .cta-content {
    width: 72%;
  }
  .cta-banner .shape4 {
    left: -70px;
    top: -70px;
    width: 280px;
    height: 280px;
  }
  .cta-banner .shape4 img {
    width: 280px;
    height: 280px;
  }
  .cta-banner .cta-logo {
    left: 28px;
    top: 28px;
    width: 104px;
  }
  .site-footer .row {
    row-gap: 2rem;
  }
  .navbar-shell {
    top: 14px;
  }
  .brand-logo {
    width: 165px;
  }
  .brand-logo-mobile {
    width: 150px;
  }
  .mobile-menu {
    width: min(88vw, 360px) !important;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-copy h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .hero-copy h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-copy h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) and (max-width: 1399.98px) {
  .hero-copy h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .hero-copy h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  .search-box {
    max-width: 85%;
    gap: 10px;
    padding: 0.5rem 0.55rem 0.5rem 0.85rem;
  }
  .search-submit {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  .hero-pagination {
    right: 1rem;
    bottom: 1rem;
  }
  .section-heading h2,
  .section-title-left,
  .destinations-head h2,
  .testimonials-head h2,
  .cta-content h2 {
    font-size: 2.2rem;
  }
  .featured-section {
    padding: 80px 0;
  }
  .featured-heading {
    padding-top: 2rem;
  }
  .featured-card {
    aspect-ratio: auto;
  }
  .tour-meta,
  .destination-info,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .happiness-card {
    min-height: 180px;
  }
  .destinations-section .shape5,
  .destinations-section .shape6 {
    display: none;
  }
  .destinations-section .destination-card {
    padding: 12px;
  }
  .destinations-section .destination-card .destination-info {
    gap: 10px;
    padding: 1rem 0.15rem 0.1rem;
  }
  .testimonial-card {
    min-height: auto !important;
    padding: 1.35rem !important;
  }
  .slider-controls {
    gap: 0.85rem;
    margin-top: 1.35rem;
  }
  .cta-banner {
    min-height: 400px;
  }
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-banner .cta-content {
    width: calc(100% - 2.5rem);
    padding: 1.5rem;
  }
  .cta-banner .cta-content h3 {
    font-size: 2.25rem;
  }
  .cta-banner .shape4 {
    display: none;
  }
  .cta-banner .cta-logo {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .featured-heading {
    margin-bottom: 2.25rem;
    padding-top: 2.8rem;
  }
  .featured-heading .section-heading {
    max-width: 100%;
  }
  .featured-balloon {
    left: 50%;
    top: 0;
    transform: translateX(-190px);
    width: 46px;
    height: 72px;
  }
  .featured-balloon::before {
    left: 12px;
    width: 22px;
    height: 14px;
  }
  .featured-balloon::after {
    left: 22px;
    bottom: -56px;
    height: 58px;
  }
  .featured-cloud,
  .featured-curve {
    display: none;
  }
  .featured-grid {
    grid-template-columns: 1fr;
  }
  .featured-card,
  .featured-card-wide {
    grid-column: auto;
  }
  .navbar-shell {
    border-radius: 18px;
  }
  .navbar-shell,
  .navbar-shell.is-scrolled {
    padding: 0.72rem 0.8rem;
  }
  .hero-copy {
    padding: 4rem 0 0.8rem;
  }
  .hero-kicker {
    font-size: 1.4rem;
  }
  .hero-copy h1 {
    letter-spacing: 0.02em;
  }
  .search-box {
    padding: 0.48rem;
    padding-left: 0.8rem;
  }
  .search-box .form-control {
    min-height: 38px;
    font-size: 0.85rem;
  }
  .search-submit {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .hero-caption {
    font-size: 0.78rem;
  }
  .hero-pagination {
    right: 0.8rem;
    bottom: 0.8rem;
  }
  .partner-grid {
    grid-template-columns: 1fr;
  }
  .section-heading h2,
  .section-title-left,
  .destinations-head h2,
  .testimonials-head h2,
  .cta-content h2 {
    font-size: 1.9rem;
  }
  .featured-card .tour-card-content,
  .tour-card-content {
    padding: 1rem;
  }
  .featured-card .tour-card-content .left h3 {
    font-size: 1.05rem;
  }
  .happiness-card {
    padding: 1.1rem;
    min-height: 150px;
  }
  .happiness-card .emoji img {
    width: 64px;
    height: 64px;
  }
  .happiness-card h5 {
    font-size: 1.05rem;
  }
  .happiness-card h5 span {
    font-size: 1.6rem;
  }
  .destinations-section .destination-card .destination-info h3 {
    font-size: 1.5rem;
  }
  .btn_2 {
    font-size: 0.9rem;
  }
  .testimonial-card .testimonial-top {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .testimonial-card .testimonial-top h3 {
    font-size: 1.1rem;
  }
  .cta-banner {
    min-height: 360px;
  }
  .cta-banner .cta-content {
    width: calc(100% - 1.6rem);
    padding: 1.2rem;
  }
  .cta-banner .cta-content h3 {
    font-size: 1.9rem;
  }
  .cta-banner .cta-content p {
    font-size: 0.92rem;
  }
  .cta-banner .cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .cta-banner .cta-actions .btn_1,
  .cta-banner .cta-actions .btn_3 {
    justify-content: center;
    width: 100%;
  }
  .site-footer {
    padding-bottom: 38px;
  }
  .site-footer .footer-logo {
    width: 180px;
  }
  .footer-bottom {
    margin-top: 2rem;
    padding-top: 1.2rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 46px;
    height: 46px;
  }
}
.package-detail-page {
  background: #f9f4ef;
}

.package-detail-hero {
  padding-top: 84px;
  padding-bottom: 0;
  background: #f9f4ef;
}

.package-detail-gallery {
  overflow: hidden;
  position: relative;
}

.package-detail-gallery .swiper-wrapper {
  align-items: stretch;
}

.package-detail-gallery .swiper-slide {
  width: 27%;
  height: auto;
}
@media (max-width: 991.98px) {
  .package-detail-gallery .swiper-slide {
    width: 52%;
  }
}
@media (max-width: 575.98px) {
  .package-detail-gallery .swiper-slide {
    width: 86%;
  }
}

.package-detail-gallery .detail-gallery-main {
  width: 50%;
}
@media (max-width: 991.98px) {
  .package-detail-gallery .detail-gallery-main {
    width: 68%;
  }
}
@media (max-width: 575.98px) {
  .package-detail-gallery .detail-gallery-main {
    width: 92%;
  }
}

.package-detail-gallery article {
  height: 500px;
}
@media (max-width: 991.98px) {
  .package-detail-gallery article {
    height: 420px;
  }
}
@media (max-width: 575.98px) {
  .package-detail-gallery article {
    height: 320px;
  }
}

.package-detail-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.package-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 1.5rem;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .package-gallery-nav {
    width: 40px;
    height: 40px;
  }
}

.package-gallery-prev {
  left: 1rem;
}

.package-gallery-next {
  right: 1rem;
}

.package-detail-section {
  padding-bottom: 0;
  background: #F9F6F3;
}

.package-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .package-detail-head {
    flex-direction: column;
  }
}
.package-detail-head .package-meta-line {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.package-detail-head .package-meta-line h1 {
  margin: 0 0 0.65rem;
  color: #1F3A40;
  line-height: 1.05;
  font-size: 2.75rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .package-detail-head .package-meta-line h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .package-detail-head .package-meta-line h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .package-detail-head .package-meta-line h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .package-detail-head .package-meta-line h1 {
    font-size: 2rem;
  }
}
.package-detail-head .package-meta-line .days,
.package-detail-head .package-meta-line .countries {
  color: #1F3A40;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .package-detail-head .package-meta-line .days,
  .package-detail-head .package-meta-line .countries {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .package-detail-head .package-meta-line .days,
  .package-detail-head .package-meta-line .countries {
    font-size: 0.938rem;
  }
}
.package-detail-head .package-meta-line .days span,
.package-detail-head .package-meta-line .countries span {
  padding: 0 0.3rem;
}
.package-detail-head .package-meta-line .days + .countries {
  margin-top: 0.5rem;
}

.package-detail-main {
  min-width: 0;
}

.detail-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.95rem;
  border-radius: 3px;
  background: #F79E1B;
  background: linear-gradient(90deg, rgb(247, 158, 27) 0%, rgb(189, 40, 46) 100%);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.detail-badge-pill i {
  font-size: 1.5rem;
}

.package-detail-text {
  margin: 0 0 1rem;
  color: rgba(31, 58, 64, 0.8);
  line-height: 1.75;
}

.detail-block,
.detail-copy-block {
  padding-top: 1.65rem;
  margin-top: 1.65rem;
}

.detail-block h4,
.detail-copy-block h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1F3A40;
}

.detail-enquiry-card h5 {
  font-size: 1.563rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.detail-block h4,
.detail-copy-block h4 {
  position: relative;
}
.detail-block h4::before,
.detail-copy-block h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #D8D8D8;
  transform: translateY(-50%);
  z-index: 0;
}
.detail-block h4 span,
.detail-copy-block h4 span {
  position: relative;
  font-size: 1.25rem;
  background: #F9F6F3;
  padding-right: 1rem;
  z-index: 1;
}

.detail-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 991.98px) {
  .detail-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .detail-highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.highlight-mini-card {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(18, 37, 41, 0.05);
}

.highlight-mini-card img {
  aspect-ratio: 4/3;
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight-mini-card span {
  display: block;
  font-size: 0.813rem;
}

.detail-itinerary-route {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.4rem;
}
@media (width <= 575.98px) {
  .detail-itinerary-route {
    gap: 0.8rem;
  }
}

.detail-itinerary-route article {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: auto;
  max-width: 100%;
  color: #1F3A40;
  font-size: 0.8rem;
  padding-right: 1rem;
}

.detail-itinerary-route article span {
  color: #8A2327;
  color: #1F3A40;
}

.detail-itinerary-route article .box {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  width: auto;
  min-width: 0;
  max-width: 180px;
  font-size: 0.95rem;
  color: #1F3A40;
  padding-left: 0.35rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.detail-itinerary-route article .box span {
  display: block;
  color: #1F3A40;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.3;
}

.route-arrow {
  color: #1F3A40;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding-right: 1rem;
}

.route-arrow-last {
  color: #1F3A40;
  display: grid;
  width: 22px;
  place-items: center;
  flex: 0 0 auto;
}

.route-arrow-first {
  color: #1F3A40;
  display: grid;
  width: 22px;
  place-items: center;
  flex: 0 0 auto;
}

.detail-accordion {
  margin-top: 3rem;
}

.detail-accordion .accordion-item {
  margin-bottom: 0.75rem;
  border: 1px solid rgba(31, 58, 64, 0.29);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.detail-accordion .accordion-button {
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  background: transparent;
  color: #1F3A40;
  box-shadow: none;
  font-weight: 500;
}

.detail-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #1F3A40;
  box-shadow: none;
}

.detail-accordion .accordion-button::after {
  content: "+";
  width: 1rem;
  height: 1rem;
  background-image: none;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #1F3A40;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}

.detail-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}

.day-pill {
  min-width: 66px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(31, 58, 64, 0.66);
}

.detail-accordion .accordion-body {
  padding: 0 1.1rem 1rem 5.55rem;
  color: rgba(31, 58, 64, 0.78);
  line-height: 1.7;
}
@media (max-width: 575.98px) {
  .detail-accordion .accordion-body {
    padding-left: 1.1rem;
  }
}

.detail-copy-block ul {
  margin: 0;
  padding-left: 1.1rem;
}

.detail-copy-block li::marker {
  font-size: 0.6em;
  color: #1F3A40;
}

.detail-copy-block li,
.detail-copy-block p {
  margin-bottom: 0.45rem;
  line-height: 1.75;
}

.detail-copy-block li {
  padding-left: 0.5rem;
}

.detail-copy-block-last p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .package-detail-aside {
    position: sticky;
    top: 120px;
  }
}

.detail-enquiry-card {
  padding: 1.7rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 50px rgba(18, 37, 41, 0.08);
}
@media (max-width: 575.98px) {
  .detail-enquiry-card {
    padding: 1.25rem;
  }
}

.detail-price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
  margin-top: 1rem;
}

.detail-price-wrap small {
  display: block;
  color: #1F3A40;
  font-size: 1rem;
}

.detail-price-wrap strong {
  font-size: 1.5rem;
  color: #1F3A40;
}

.detail-price-wrap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 36px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #f9ad20;
  color: #1F3A40;
  font-size: 1rem;
  font-weight: 700;
}

.detail-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 575.98px) {
  .detail-form-row {
    grid-template-columns: 1fr;
  }
}

.detail-form-row select {
  width: 100%;
  border: 1px solid rgba(31, 58, 64, 0.1);
  border-radius: 10px;
  background: #fff;
  padding: 0.85rem 0.95rem;
  font-size: 0.92rem;
  color: #1F3A40;
}

.related-journeys-section {
  padding-bottom: 0;
  background: #f9f4ef;
}

.related-journeys-grid {
  margin-top: 2rem;
}

@media (max-width: 991.98px) {
  .package-detail-section {
    padding: 34px 0 60px;
  }
  .package-detail-section .row {
    row-gap: 2rem;
  }
  .package-detail-head {
    align-items: flex-start;
  }
  .detail-badge-pill {
    padding: 0.55rem 0.8rem;
    font-size: 0.76rem;
  }
  .detail-enquiry-card h5 {
    font-size: 1.35rem;
  }
  .detail-price-wrap {
    margin-top: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .package-detail-hero {
    padding-top: 76px;
  }
  .package-detail-head .package-meta-line h1 {
    margin-bottom: 0.4rem;
  }
  .package-detail-head .package-meta-line .days + .countries {
    margin-top: 0.25rem;
  }
  .detail-block,
  .detail-copy-block {
    padding-top: 1.2rem;
    margin-top: 1.2rem;
  }
  .detail-block h4 span,
  .detail-copy-block h4 span {
    font-size: 1.05rem;
  }
  .detail-accordion {
    margin-top: 2rem;
  }
  .detail-accordion .accordion-button {
    padding: 0.9rem 0.95rem;
    font-size: 0.92rem;
    align-items: flex-start;
  }
  .day-pill {
    min-width: 58px;
  }
  .detail-accordion .accordion-body {
    padding: 0 0.95rem 0.9rem;
  }
  .detail-price-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .detail-price-wrap span {
    min-width: 64px;
    min-height: 32px;
    font-size: 0.82rem;
  }
}
.contact-form .form-field label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 10%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.floating-actions a {
  text-decoration: none;
}

.floating-plan,
.floating-whatsapp {
  box-shadow: var(--shadow-soft);
}

.floating-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #ffffff;
  color: #1F3A40;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}
@media (width <= 575.98px) {
  .floating-plan {
    width: 60px;
    height: 60px;
  }
}

.floating-plan-icon {
  width: 20px;
  height: 20px;
  line-height: 1;
}
.floating-plan-icon i {
  font-size: 1.2rem;
}

.floating-plan-text {
  max-width: 44px;
  font-size: 0.5rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.floating-whatsapp {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #29A71A;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 0 0 6px rgba(41, 167, 26, 0.14), 0 18px 34px rgba(41, 167, 26, 0.42);
}
@media (width <= 575.98px) {
  .floating-whatsapp {
    width: 60px;
    height: 60px;
  }
}

.trip-modal .modal-dialog {
  max-width: 520px;
}

.trip-modal .modal-content {
  border: 0;
  padding: 1rem;
  border-radius: 20px;
  background: #fffdf9;
  box-shadow: 0 24px 60px rgba(18, 37, 41, 0.16);
}

.trip-modal .modal-header {
  padding: 1.15rem 1.15rem 0.35rem;
}

.trip-modal .modal-title {
  font-family: "Forum", serif;
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  color: #1F3A40;
}

.trip-modal .modal-body {
  padding: 0.5rem 1.15rem 1.15rem;
}

.trip-modal-form {
  display: grid;
  gap: 0.75rem;
}

.trip-modal-form .form-field input,
.trip-modal-form .form-field textarea {
  width: 100%;
  border: 1px solid rgba(31, 58, 64, 0.12);
  border-radius: 12px;
  background: #ffffff;
  padding: 0.78rem 0.95rem;
  color: #1F3A40;
  font-size: 0.94rem;
}

.trip-modal-form .form-field textarea {
  min-height: 96px;
  resize: vertical;
}

.trip-modal .submit-btn {
  margin-top: 0.25rem;
}

.gallery-showcase-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0 90px;
  background: #f9f4ef;
}

.gallery-showcase-head {
  margin-bottom: 2.75rem;
  position: relative;
  z-index: 1;
}
.gallery-showcase-head h2 {
  margin: 0;
  font-family: "Forum", serif;
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: #1F3A40;
}
.gallery-showcase-head p {
  margin: 0;
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(31, 58, 64, 0.82);
}

.inner-header {
  background: #ffffff;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}/*# sourceMappingURL=main.css.map */
