:root {
  --primary: #2d4571;
  --secondary: #51add8;
  --accent: #ef4137;
  --ink: #1b2d45;
  --muted: #6f7c8d;
  --soft: #f3f8fb;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: #fff;
}

body.has-standard-header {
  padding-top: 102px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800;
}

a {
  text-decoration: none;
}

.brand-logo {
  width: 230px;
  max-height: 76px;
  height: auto;
  object-fit: contain;
}

.brand-logo-text,
.footer-logo-text {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

.hero-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 102px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  background: transparent;
  transition: background .2s ease, box-shadow .2s ease;
}

body.has-overlay-header .hero-nav {
  background: rgba(45, 69, 113, .58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.has-standard-header .hero-nav {
  background: rgba(45, 69, 113, .84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.has-overlay-header.is-header-solid .hero-nav {
  background: rgba(45, 69, 113, .92);
  box-shadow: 0 10px 30px rgba(45, 69, 113, .12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-nav .navbar-brand {
  flex: 0 0 343px;
  width: 343px;
  min-height: 101px;
  margin: 0;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.hero-nav .navbar-collapse {
  align-self: stretch;
}

.nav-panel {
  flex: 1 1 auto;
  width: auto;
  min-height: 101px;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.nav-link {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  padding-inline: 1.6rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: #fff !important;
}

.nav-panel .dropdown-menu {
  padding: 14px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(45, 69, 113, .16);
}

.nav-panel .dropdown-item {
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--primary);
  font-size: .9rem;
  font-weight: 600;
}

.nav-panel .dropdown-item:hover,
.nav-panel .dropdown-item:focus {
  background: rgba(81, 173, 216, .13);
  color: var(--primary);
}

@media (min-width: 1500px) {
  .navbar-expand-stw {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-stw .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-stw .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-stw .navbar-toggler {
    display: none;
  }

  .navbar-expand-stw .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .nav-panel .dropdown:has(.menu-item-object-location),
  .nav-panel .dropdown:has(.menu-item-object-subject) {
    position: static;
  }

  .nav-panel .dropdown:has(.menu-item-object-location) > .dropdown-menu,
  .nav-panel .dropdown:has(.menu-item-object-subject) > .dropdown-menu {
    left: 50%;
    width: min(940px, calc(100vw - 48px));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px 10px;
    padding: 22px;
    transform: translateX(-50%);
  }

  .nav-panel .dropdown:has(.menu-item-object-location) > .dropdown-menu.show,
  .nav-panel .dropdown:has(.menu-item-object-subject) > .dropdown-menu.show {
    display: grid;
  }
}

.nav-phone {
  display: flex;
  flex: 0 0 343px;
  width: 343px;
  min-height: 101px;
  padding-inline: 31px;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

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

@media (max-width: 1499.98px) {
  body.has-standard-header {
    padding-top: 78px;
  }

  .hero-nav {
    min-height: 78px;
    background: rgba(45, 69, 113, .62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .hero-nav .navbar-brand {
    flex: 0 0 auto;
    width: auto;
    min-height: 78px;
    padding-inline: 0;
    border-right: 0;
  }

  .hero-nav .navbar-collapse {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    padding: 0 20px 18px;
    background: rgba(45, 69, 113, .96);
    -webkit-overflow-scrolling: touch;
  }

  .nav-panel {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding-block: 12px;
    align-items: flex-start;
    background: transparent;
  }

  .nav-link {
    width: 100%;
    padding: .65rem 0 !important;
  }

  .nav-panel .dropdown {
    width: 100%;
  }

  .nav-panel .dropdown-menu {
    position: static;
    width: 100%;
    margin: 0 0 10px;
    padding: 14px;
    transform: none;
    box-shadow: none;
  }

  .nav-panel .dropdown-menu.show {
    display: block;
  }

  .nav-panel .dropdown-item {
    white-space: normal;
  }

  .navbar-toggler {
    filter: invert(1);
  }

  .nav-phone-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: 8px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(81, 173, 216, .18);
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
  }

  .nav-phone-toggle:hover,
  .nav-phone-toggle:focus {
    background: var(--secondary);
    color: #fff;
  }

  .nav-phone {
    display: none;
  }
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--secondary);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 890px;
  padding: 236px 0 140px;
  background:
    linear-gradient(rgba(45, 69, 113, .18), rgba(45, 69, 113, .28)),
    var(--stw-hero-fallback-image) center/cover;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 343px;
  width: 500px;
  height: 580px;
  background: rgba(81, 173, 216, .82);
}

.hero::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -166px;
  width: 490px;
  height: 490px;
  background: rgba(81, 173, 216, .75);
  border-radius: 50%;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 1180px;
  margin: 0 auto;
}

.hero-eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .36em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-kicker {
  margin-bottom: 28px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: .48em;
  line-height: 1.2;
  text-transform: uppercase;
}

.script {
  color: var(--secondary);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
}

h2,
.section-title {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800;
  color: inherit;
  line-height: 1.04;
}

.hero h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.search-panel {
  max-width: 1094px;
  margin: 78px auto 0;
  padding: 24px 28px;
  border-radius: 4px;
  background: rgba(57, 45, 39, .68);
  color: var(--primary);
}

.search-panel .form-control,
.search-panel .form-select,
.search-panel .search-static-label,
.search-panel .btn {
  min-height: 76px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.search-panel .form-control,
.search-panel .form-select,
.search-panel .search-static-label {
  padding-inline: 22px;
  border-right: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
  font-size: 1.08rem;
}

.search-panel .form-select {
  appearance: none;
  padding-right: 52px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' fill='none' stroke='%232d4571' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 18px 18px;
}

.search-panel .search-static-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #666;
  cursor: default;
}

.search-panel .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 1.08rem;
}

.search-panel .btn i {
  color: #06223c;
  font-size: 1.55rem;
}

.hero-mobile-filters {
  display: none;
}

.form-label {
  font-weight: 700;
  color: var(--primary);
}

.form-select,
.form-control {
  min-height: 52px;
  border-color: #dbe4ed;
  border-radius: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.1;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-align: center;
}

.btn-accent {
  color: #fff;
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn-accent:hover {
  color: #fff;
  background: #2db8bc;
  border-color: #2db8bc;
}

.btn-primary-custom {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
  padding-inline: 28px;
}

.btn-primary-custom:hover {
  color: #fff;
  background: #183053;
  border-color: #183053;
}

.btn-outline-primary-custom {
  color: var(--primary);
  border-color: var(--primary);
  padding-inline: 24px;
}

.btn-outline-primary-custom:hover {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.hero-media {
  padding: 18px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.section {
  padding: 96px 6vw;
}

.bg-soft {
  background: var(--soft);
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--accent);
  font-family: "Just Me Again Down Here", "Poppins", Arial, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.section-title {
  margin-bottom: 24px;
  color: var(--primary);
  font-size: clamp(2.2rem, 5vw, 3.7rem);
}

.about-img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  box-shadow: none;
}

.image-text-section .section-title {
  font-size: 45px;
}

.callout {
  margin-bottom: 28px;
  padding: 18px 20px;
  border-left: 4px solid var(--secondary);
  background: var(--soft);
  color: var(--primary);
  font-weight: 600;
}

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

.check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--primary);
  font-weight: 600;
  line-height: 1.45;
}

.check-item i {
  margin-top: 3px;
  color: var(--secondary);
}

.feature-card,
.step-card,
.testimonial,
.tour-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(45, 69, 113, .08);
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 26px;
}

.feature-card-heading {
  width: 100%;
}

.feature-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
}

.feature-card i.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(81, 173, 216, .2);
  border-radius: 50%;
  background: rgba(81, 173, 216, .12);
  color: var(--secondary);
  line-height: 1;
}

.feature-card h3,
.tour-card h3,
.step-card h3,
.testimonial h3 {
  color: var(--primary);
  font-size: 1.32rem;
  font-weight: 800;
}

.feature-card p,
.tour-card p,
.step-card p,
.testimonial p {
  color: var(--muted);
}

.feature-card-toggle {
  display: none;
}

.feature-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 18px;
  border-radius: 6px;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.feature-card-link:hover {
  background: #183053;
  color: #fff;
}

.tour-card {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(45, 69, 113, .07);
  box-shadow: 0 6px 18px rgba(45, 69, 113, .08);
}

.tour-packages-slider-wrap {
  position: relative;
}

.tour-packages-swiper {
  overflow: hidden;
  padding: 1px 1px 20px;
}

.tour-packages-swiper .swiper-slide {
  height: auto;
}

.tour-packages-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--primary);
  box-shadow: 0 12px 30px rgba(45, 69, 113, .18);
  transform: translateY(-50%);
}

.tour-packages-arrow:hover {
  background: var(--primary);
  color: #fff;
}

.tour-packages-prev {
  left: -22px;
}

.tour-packages-next {
  right: -22px;
}

.tour-packages-arrow.swiper-button-disabled {
  opacity: .35;
  cursor: default;
}

@media (min-width: 992px) {
  .tour-packages-slider-wrap.mobile-navigation-only .tour-packages-arrow {
    display: none;
  }
}

.tour-card-link {
  color: inherit;
  text-decoration: none;
}

.tour-card-link:hover {
  color: inherit;
  transform: translateY(-4px);
}

.tour-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform .3s ease;
}

.tour-card-link:hover img {
  transform: scale(1.04);
}

.tour-body {
  padding: 24px;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 10px;
  color: var(--secondary);
  font-weight: 700;
}

.meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.travel-point {
  background:
    linear-gradient(90deg, #fff 0 65%, rgba(81, 173, 216, .12) 65% 100%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.stats-grid div {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(45, 69, 113, .08);
}

.stats-grid strong {
  display: block;
  color: var(--secondary);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 8px;
  color: var(--primary);
  font-weight: 700;
}

.destinations-section {
  padding: 38px 6vw 92px;
  background: #fff;
}

.destinations-section .container {
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
}

.destinations-eyebrow {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0;
}

.destinations-title {
  margin-bottom: 42px;
  color: var(--primary);
  line-height: 1.1;
}

.popular-destinations-slider-wrap {
  position: relative;
}

.destinations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin: 0;
}

.destinations-index .destinations-grid,
.location-destinations-section .destinations-grid,
.subject-destinations-section .destinations-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.destinations-index .destination-card,
.location-destinations-section .destination-card,
.subject-destinations-section .destination-card {
  grid-column: auto / span 1;
  max-width: none;
}

.popular-destinations-swiper {
  width: 100%;
  overflow: hidden;
}

.popular-destinations-swiper .swiper-slide {
  height: auto;
}

.destination-card {
  position: relative;
  display: block;
  width: 100%;
  height: 273px;
  min-height: 0;
  overflow: hidden;
  border-radius: 4px;
  color: #fff;
}

.destination-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .35s ease;
}

.destination-card:hover img {
  transform: scale(1.04);
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(45, 69, 113, 0) 42%, rgba(45, 69, 113, .76) 100%);
}

.destination-content {
  position: absolute;
  z-index: 1;
  left: 33px;
  right: 20px;
  bottom: 31px;
}

.destination-content h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.destination-content span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.popular-destinations-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--primary);
  box-shadow: 0 12px 30px rgba(45, 69, 113, .18);
  transform: translateY(-50%);
}

.popular-destinations-arrow:hover {
  background: var(--primary);
  color: #fff;
}

.popular-destinations-prev {
  left: -22px;
}

.popular-destinations-next {
  right: -22px;
}

.popular-destinations-arrow.swiper-button-disabled {
  opacity: .35;
  cursor: default;
}

.related-card-section {
  padding-top: 56px;
  background: #fff;
}

.single-destination-page .related-card-section {
  padding-top: 72px;
}

.related-card-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.related-card-arrows,
.destination-reviews-arrows {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.related-card-arrows button,
.destination-reviews-arrows button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--primary);
  box-shadow: 0 12px 30px rgba(45, 69, 113, .14);
}

.related-card-arrows button:hover,
.destination-reviews-arrows button:hover {
  background: var(--primary);
  color: #fff;
}

.related-card-arrows button.swiper-button-disabled,
.destination-reviews-arrows button.swiper-button-disabled {
  opacity: .35;
  cursor: default;
}

.related-card-swiper {
  overflow: hidden;
}

.taxonomy-empty-state {
  width: 100%;
  margin: 0;
  padding: 34px;
  border: 1px solid #dbe4ed;
  border-radius: 8px;
  background: var(--soft);
  text-align: center;
}

.taxonomy-empty-state h3 {
  margin-bottom: 12px;
  color: var(--primary);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
}

.taxonomy-empty-state p {
  max-width: 620px;
  margin: 0 auto 22px;
  color: var(--muted);
}

.single-destination-page {
  padding: 0 0 84px;
  background: #fff;
}

.single-destination-hero {
  display: flex;
  align-items: center;
  min-height: 360px;
  padding: 190px 0 100px;
  margin-bottom: 56px;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.location-term-hero,
.subject-term-hero {
  margin-bottom: 0;
}

#location-overview,
#subject-overview {
  padding: 64px 0 42px;
}

#location-overview + .location-destinations-section,
#subject-overview + .subject-destinations-section {
  padding-top: 42px;
}

.single-destination-hero h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 1;
}

.destination-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.destination-breadcrumbs a,
.destination-breadcrumbs span {
  color: #fff;
}

.destination-breadcrumbs a {
  text-decoration: none;
}

.destination-breadcrumbs a:hover {
  color: var(--secondary);
}

.destination-breadcrumbs a::after,
.destination-breadcrumbs span:not(:last-child)::after {
  content: ">";
  margin-left: 12px;
  color: #fff;
  opacity: .85;
}

.blog-hero-solid {
  background: var(--primary);
}

.blog-listing-section,
.single-blog-section {
  background: #fff;
}

.blog-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card-link:hover {
  color: inherit;
}

.blog-card .tour-body {
  padding: 26px;
}

.blog-card time,
.blog-post-meta {
  color: var(--secondary);
  font-size: .88rem;
  font-weight: 800;
}

.blog-card h2 {
  margin: 8px 0 10px;
  color: var(--primary);
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.2;
}

.blog-content-narrow {
  max-width: 920px;
  margin: 0 auto;
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 26px;
}

.blog-post-meta a {
  color: var(--secondary);
  text-decoration: none;
}

.blog-content-narrow .entry-content {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.blog-content-narrow .entry-content h2,
.blog-content-narrow .entry-content h3,
.blog-content-narrow .entry-content h4 {
  margin-top: 1.6em;
  color: var(--primary);
  font-weight: 800;
}

.blog-content-narrow .entry-content img {
  max-width: 100%;
  height: auto;
}

.is-load-more-hidden {
  display: none !important;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.destination-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
  max-width: 100%;
}

.destination-main,
.destination-header {
  min-width: 0;
  max-width: 100%;
}

.destination-header h1 {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.destination-price {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 1.12rem;
  font-weight: 800;
}

.destination-duration-line {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.5;
}

.destination-duration-line strong {
  color: var(--primary);
  font-weight: 800;
}

.destination-meta-grid {
  display: grid;
  grid-template-columns: .85fr 1.35fr 1.15fr;
  gap: 14px;
  margin-bottom: 26px;
  color: var(--primary);
}

.destination-meta-grid > div {
  height: 100%;
  min-width: 0;
  padding: 18px 18px 16px;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  background: #f8fbfd;
}

.destination-meta-grid strong {
  display: block;
  margin-bottom: 9px;
  font-size: .82rem;
  font-weight: 800;
}

.destination-meta-grid span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.35;
}

.destination-meta-subjects {
  grid-column: auto;
}

.destination-meta-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destination-meta-grid--two .destination-meta-subjects {
  grid-column: auto;
}

.destination-age-badges,
.destination-subject-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  min-width: 0;
}

.destination-age-badges span,
.destination-subject-badges a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(81, 173, 216, .14);
  color: var(--primary);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
  white-space: normal;
}

.destination-subject-badges a {
  background: rgba(239, 65, 55, .14);
  border: 1px solid rgba(239, 65, 55, .28);
  text-decoration: none;
}

.destination-subject-badges a:hover {
  background: var(--accent);
  color: #fff;
}

.destination-age-info {
  margin-top: 12px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

.destination-age-info p:last-child {
  margin-bottom: 0;
}

.destination-hero-image {
  margin-bottom: 22px;
}

.destination-hero-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.destination-intro h2 {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.15;
}

.destination-intro {
  color: var(--muted);
  font-size: .92rem;
}

.destination-panel,
.destination-side-card {
  margin-top: 24px;
  border: 1px solid #e7eaf0;
  background: #fff;
  box-shadow: 0 12px 34px rgba(45, 69, 113, .05);
}

.destination-panel {
  padding: 26px 28px;
}

.destination-panel h2,
.destination-side-card h2 {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 800;
}

.destination-check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--primary);
  font-size: .92rem;
}

.destination-check-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.destination-check-list .bi-check-lg {
  color: #17b35d;
}

.destination-check-list .bi-star-fill {
  color: #f4b400;
}

.destination-check-list .bi-x-lg {
  color: #dd3042;
}

.destination-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.destination-gallery a {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--soft);
}

.destination-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.destination-gallery a:hover img {
  transform: scale(1.04);
}

.faq-section {
  background: #fff;
}

.faq-section .section-heading {
  max-width: 920px;
  margin: 0 auto 38px;
}

.faq-section .section-heading .eyebrow {
  margin-bottom: 18px;
}

.faq-section .section-heading .section-title {
  margin-bottom: 0;
}

.faq-accordion {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(45, 69, 113, .05);
}

.faq-accordion .accordion-button {
  padding: 20px 24px;
  color: var(--primary);
  background: #fff;
  font-weight: 800;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--primary);
  background: rgba(81, 173, 216, .1);
}

.faq-accordion .accordion-button:focus {
  border-color: rgba(81, 173, 216, .5);
  box-shadow: 0 0 0 .18rem rgba(81, 173, 216, .18);
}

.faq-accordion .accordion-body {
  padding: 14px 24px 24px;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.65;
}

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

.contact-form-section {
  background: #fff;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 46px;
  align-items: start;
}

.contact-form-card {
  padding: 34px;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(45, 69, 113, .08);
}

.contact-form-card form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form-card form > p {
  display: contents;
}

.contact-form-card .hidden-fields-container {
  display: none;
}

.contact-form-card form > div:not(.wpcf7-response-output) {
  display: contents;
}

.contact-form-card form > p > br {
  display: none;
}

.contact-form-card form > p > label {
  margin: 0;
}

.contact-form-card .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form-card label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--primary);
  font-size: .92rem;
  font-weight: 800;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #dbe4ed;
  border-radius: 6px;
  color: var(--primary);
  font: inherit;
  font-weight: 400;
}

.contact-form-card textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form-card label:has(textarea),
.contact-form-card label:has(.wpcf7-checkbox),
.contact-form-card label:has(.wpcf7-acceptance),
.contact-form-card .wpcf7-submit,
.contact-form-card .wpcf7-response-output {
  grid-column: 1 / -1;
}

.contact-form-card .wpcf7-list-item {
  margin: 0;
}

.contact-form-card .wpcf7-list-item label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-weight: 400;
}

.contact-form-card input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  flex: 0 0 18px;
}

.contact-form-card input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 172px;
  padding-inline: 28px;
  border: 0;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
}

.contact-form-card input[type="submit"]:hover {
  background: #183053;
}

.destination-reviews-panel {
  overflow: hidden;
}

.destination-reviews-heading {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.destination-reviews-heading h2 {
  margin-bottom: 0;
}

.destination-reviews-arrows {
  display: flex;
  gap: 8px;
}

.destination-review-prev,
.destination-review-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--primary);
}

.destination-review-prev:hover,
.destination-review-next:hover {
  background: var(--primary);
  color: #fff;
}

.destination-review-card {
  display: block;
  height: 100%;
  min-height: 210px;
  padding: 22px;
  border: 1px solid #e7eaf0;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.destination-review-card h3 {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 800;
}

.destination-review-card h3 a {
  color: inherit;
  text-decoration: none;
}

.destination-review-card h3 a:hover {
  color: var(--secondary);
}

.destination-review-card p,
.review-grid-content {
  color: var(--muted);
  font-size: .9rem;
}

.review-grid-content p:last-child {
  margin-bottom: 0;
}

.review-grid-meta {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.destination-review-card span {
  display: block;
  color: var(--secondary);
  font-size: .82rem;
  font-weight: 800;
}

.review-trip-link {
  color: var(--accent);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.review-trip-link:hover {
  color: var(--primary);
}

.reviews-grid-section .section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
}

.meet-the-team-section .section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.team-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16, 32, 57, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 32, 57, 0.08);
}

.team-card-image {
  overflow: hidden;
  padding: 18px 18px 0;
  background: #fff;
}

.team-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.team-card-content {
  padding: 20px 26px 26px;
}

.team-card-content h3 {
  margin: 0 0 6px;
  color: var(--primary);
  font-size: 1.35rem;
}

.team-card-role {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 700;
}

.team-card-bio p:last-child,
.team-empty-state {
  margin-bottom: 0;
}

.team-empty-state {
  padding: 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed rgba(16, 32, 57, 0.2);
}

@media (max-width: 991.98px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.destination-sidebar {
  position: sticky;
  top: 24px;
}

.destination-side-card {
  padding: 22px 24px;
}

.destination-side-card h3 {
  margin: 16px 0 7px;
  color: var(--primary);
  font-size: .92rem;
  font-weight: 800;
}

.destination-side-card p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

.destination-side-card hr {
  margin: 20px 0;
  opacity: .18;
}

.destination-itinerary-timeline {
  display: grid;
  gap: 15px;
}

.destination-itinerary-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.destination-itinerary-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
}

.destination-itinerary-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--primary);
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.15;
}

.destination-itinerary-item p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.35;
}

.destination-faq {
  border-bottom: 1px solid #e7eaf0;
}

.destination-faq:last-child {
  border-bottom: 0;
}

.destination-faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--primary);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.destination-faq-toggle i {
  flex: 0 0 auto;
  color: var(--secondary);
  transition: transform .2s ease;
}

.destination-faq-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.destination-faq-answer {
  padding: 0 0 12px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

.destination-booking-card .wpcf7-form p,
.destination-booking-fallback label {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: .82rem;
  font-weight: 600;
}

.destination-booking-card input,
.destination-booking-card textarea,
.destination-booking-fallback input,
.destination-booking-fallback textarea {
  width: 100%;
  min-height: 34px;
  border: 1px solid #657082;
  border-radius: 0;
  padding: 7px 9px;
  font-size: .86rem;
}

.destination-booking-card textarea,
.destination-booking-fallback textarea {
  min-height: 90px;
}

.destination-booking-card input[type="submit"],
.destination-booking-fallback button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  border: 0;
  background: #2578f2;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}

.review-single-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #e7eaf0;
  background: #fff;
  box-shadow: 0 12px 34px rgba(45, 69, 113, .05);
}

.review-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 24px;
  color: var(--secondary);
  font-weight: 800;
}

.testimonial {
  padding: 42px;
}

.testimonial i {
  color: var(--secondary);
  font-size: 3rem;
}

.testimonial time {
  display: inline-block;
  margin-top: 10px;
  color: var(--primary);
  font-weight: 800;
}

.step-card {
  position: relative;
  min-height: 260px;
  padding: 34px 28px;
  overflow: hidden;
}

.step-card span {
  position: absolute;
  right: 24px;
  top: 18px;
  color: rgba(45, 69, 113, .08);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.step-card i {
  display: inline-flex;
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--secondary);
  font-size: 2rem;
}

.newsletter {
  position: relative;
  z-index: 2;
  padding: 56px 0;
  margin-bottom: 0;
  background: var(--secondary);
}

.newsletter > .container {
  max-width: none;
  padding-right: 6vw;
  padding-left: 6vw;
}

.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: 196px;
  padding: 42px 48px;
  border-radius: 4px;
  background: transparent;
}

.newsletter h2 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(2.1rem, 3.4vw, 2.65rem);
  line-height: 1.15;
  white-space: nowrap;
}

.newsletter-icon {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  object-fit: contain;
}

.newsletter-copy {
  flex: 1 1 auto;
}

.newsletter-form {
  width: min(100%, 584px);
}

.newsletter-form form,
.newsletter-form .wpcf7-form {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
}

.newsletter-form .wpcf7-form > p {
  display: contents;
  margin: 0;
}

.newsletter-form .wpcf7-form > p > br {
  display: none;
}

.newsletter-form .wpcf7-form-control-wrap {
  flex: 1 1 auto;
}

.newsletter-form .wpcf7-spinner {
  display: none;
}

.newsletter-form .wpcf7-response-output {
  flex: 0 0 100%;
  margin: 10px 0 0 !important;
  color: #fff;
}

.newsletter-form .btn,
.newsletter-form input[type="submit"] {
  width: 160px;
  flex: 0 0 160px;
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  min-height: 58px;
  border-radius: 4px;
  font-weight: 800;
}

.newsletter-form .form-control,
.newsletter-form input[type="email"] {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 4px;
  padding-inline: 20px;
  font-size: 1.05rem;
}

.site-footer {
  position: relative;
  padding: 210px 0 28px;
  color: rgba(255, 255, 255, .86);
  background:
    linear-gradient(rgba(45, 69, 113, .9), rgba(45, 69, 113, .94)),
    var(--stw-footer-bg-image) center/cover;
}

.site-footer > .container {
  max-width: none;
  padding-right: 6vw;
  padding-left: 6vw;
}

.footer-logo {
  width: 188px;
  max-width: 100%;
}

.footer-logo-text {
  max-width: 240px;
  font-size: 1.8rem;
}

.site-footer h3 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
}

.footer-accordion-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.footer-accordion-toggle i {
  display: none;
  font-size: .9rem;
  transition: transform .2s ease;
}

.footer-accordion-toggle:not(.collapsed) i {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .footer-accordion-panel.collapse {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }

  .footer-accordion-toggle {
    pointer-events: none;
  }
}

.footer-main {
  min-height: 296px;
}

.footer-column {
  padding: 0 32px 36px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.footer-column:first-child {
  border-left: 0;
}

.footer-brand-col {
  padding-left: 0;
}

.contact-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.45;
}

.contact-list i {
  margin-top: 4px;
  color: var(--accent);
}

.contact-list a {
  color: var(--accent);
}

.contact-list a:hover {
  color: #fff;
}

.footer-follow > span {
  display: grid;
  gap: 10px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 2px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  transition: background .2s ease, color .2s ease;
}

.footer-socials a:hover {
  background: var(--accent);
  color: #fff;
}

.footer-socials i {
  margin: 0;
  color: inherit;
  font-size: 1rem;
}

.footer-accreditations {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}

.footer-accreditations img {
  width: 82px;
  height: 72px;
  padding: 8px;
  border-radius: 2px;
  background: #fff;
  object-fit: contain;
}

.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links li {
  margin: 0;
}

.footer-links a,
.footer-links span {
  color: var(--secondary);
  font-size: 1.05rem;
}

.footer-links a:hover {
  color: #fff;
}

.footer-view-more {
  margin-top: 8px;
  color: var(--secondary) !important;
  font-weight: 800;
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 46px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-size: .95rem;
}

.footer-copyright {
  min-width: 0;
  white-space: nowrap;
}

.footer-bottom-actions {
  display: inline-flex;
  gap: 46px;
  align-items: center;
  justify-self: end;
  white-space: nowrap;
}

.footer-cookie-settings {
  line-height: 1.2;
}

.footer-bottom a {
  color: var(--secondary);
}

.footer-cookie-settings {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--secondary);
  font: inherit;
  cursor: pointer;
}

.footer-cookie-settings:hover {
  color: #fff;
}

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1080;
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(81, 173, 216, .32);
  border-radius: 8px;
  background: rgba(45, 69, 113, .97);
  color: #fff;
  box-shadow: 0 24px 70px rgba(45, 69, 113, .28);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
}

.cookie-banner h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 1.24rem;
  font-weight: 800;
}

.cookie-banner p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: .94rem;
  line-height: 1.55;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-banner__actions .btn-outline-primary-custom {
  color: var(--secondary);
  border-color: var(--secondary);
  background: transparent;
}

.cookie-banner__actions .btn-outline-primary-custom:hover,
.cookie-banner__actions .btn-outline-primary-custom:focus {
  color: #2d4571;
  border-color: var(--secondary);
  background: var(--secondary);
}

.enquiry-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--secondary);
  box-shadow: 0 16px 36px rgba(45, 69, 113, .22);
  font-weight: 800;
}

.modal-content {
  border: 0;
  border-radius: 8px;
}

.modal-title {
  color: var(--primary);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.12;
}

.enquiry-modal-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.enquiry-modal-form .wpcf7-form > p,
.enquiry-modal-form .wpcf7-form > div:not(.wpcf7-response-output) {
  display: contents;
}

.enquiry-modal-form .wpcf7-form > p > br {
  display: none;
}

.enquiry-modal-form .wpcf7-form label,
.enquiry-modal-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.enquiry-modal-form input,
.enquiry-modal-form select,
.enquiry-modal-form textarea {
  width: 100%;
  min-height: 47px;
  border: 1px solid #dbe4ed;
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--primary);
  font: inherit;
}

.enquiry-modal-form textarea {
  min-height: 100px;
  resize: vertical;
}

.enquiry-modal-form .enquiry-field-full,
.enquiry-modal-form label:has(textarea),
.enquiry-modal-form label:has(.wpcf7-checkbox),
.enquiry-modal-form label:has(.wpcf7-acceptance),
.enquiry-modal-form .wpcf7-submit,
.enquiry-modal-form .wpcf7-response-output {
  grid-column: 1 / -1;
}

.enquiry-modal-form .wpcf7-list-item {
  margin: 0;
}

.enquiry-modal-form .wpcf7-list-item label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--primary);
  font-weight: 400;
}

.enquiry-modal-form input[type="checkbox"] {
  width: 15px;
  min-height: 15px;
  margin-top: 4px;
  flex: 0 0 15px;
}

.enquiry-modal-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 47px;
  border: 0;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
}

.enquiry-modal-form input[type="submit"]:hover {
  background: #183053;
}

@media (max-width: 991.98px) {
  body.has-standard-header {
    padding-top: 78px;
  }

  .hero-nav {
    min-height: 78px;
    background: rgba(45, 69, 113, .62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .hero-nav .navbar-brand {
    width: auto;
    min-height: 78px;
    padding-inline: 0;
    border-right: 0;
  }

  .hero-nav .navbar-collapse {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    padding: 0 20px 18px;
    background: rgba(45, 69, 113, .96);
    -webkit-overflow-scrolling: touch;
  }

  .nav-panel {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding-block: 12px;
    align-items: flex-start;
    background: transparent;
  }

  .nav-link {
    padding: .65rem 0 !important;
  }

  .nav-panel .dropdown {
    width: 100%;
  }

  .nav-panel .dropdown-menu {
    position: static;
    width: 100%;
    margin: 0 0 10px;
    padding: 14px;
    transform: none;
    box-shadow: none;
  }

  .nav-panel .dropdown-menu.show {
    display: block;
  }

  .nav-panel .dropdown-item {
    white-space: normal;
  }

  .navbar-toggler {
    filter: invert(1);
  }

  .hero {
    min-height: auto;
    padding: 150px 0 72px;
  }

  .hero::before {
    left: 50%;
    width: 58%;
    min-width: 230px;
    height: 500px;
    transform: translateX(-50%);
  }

  .hero::after {
    width: 300px;
    height: 300px;
    right: -120px;
    bottom: -90px;
  }

  .hero-kicker {
    font-size: clamp(1rem, 4vw, 25px);
    letter-spacing: .22em;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 9vw, 76px);
    line-height: 1.08;
  }

  .search-panel {
    margin-top: 42px;
    padding: 14px;
  }

  .search-panel .form-control,
  .search-panel .form-select,
  .search-panel .search-static-label,
  .search-panel .btn {
    min-height: 58px;
  }

  .search-panel .form-control,
  .search-panel .form-select,
  .search-panel .search-static-label {
    border-right: 0;
    border-bottom: 1px solid #e1e1e1;
  }

  .popular-destinations-arrow {
    top: auto;
    bottom: -58px;
    transform: none;
  }

  .popular-destinations-prev {
    left: calc(50% - 50px);
  }

  .popular-destinations-next {
    right: calc(50% - 50px);
  }

  .popular-destinations-slider-wrap {
    padding-bottom: 62px;
  }

  .related-card-heading {
    align-items: flex-start;
  }

  .tour-packages-slider-wrap {
    padding-bottom: 62px;
  }

  .tour-packages-prev {
    top: auto;
    bottom: 0;
    left: calc(50% - 50px);
    transform: none;
  }

  .tour-packages-next {
    top: auto;
    right: calc(50% - 50px);
    bottom: 0;
    transform: none;
  }

  .single-destination-hero {
    min-height: 280px;
    padding: 136px 0 72px;
    margin-bottom: 40px;
  }

  .single-destination-hero .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .location-term-hero,
  .subject-term-hero {
    margin-bottom: 0;
  }

  #location-overview,
  #subject-overview {
    padding: 48px 6vw 32px;
  }

  #location-overview .row,
  #subject-overview .row {
    --bs-gutter-x: 0;
  }

  #location-overview + .location-destinations-section,
  #subject-overview + .subject-destinations-section {
    padding-top: 32px;
  }

  .destination-breadcrumbs {
    gap: 8px;
    font-size: .72rem;
  }

  .destination-breadcrumbs a::after,
  .destination-breadcrumbs span:not(:last-child)::after {
    margin-left: 8px;
  }

  .destination-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .destination-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-meta-subjects {
    grid-column: 1 / -1;
  }

  .destination-meta-grid--two .destination-meta-subjects {
    grid-column: auto;
  }

  .destination-sidebar {
    position: static;
  }

  .destination-hero-image img {
    height: 300px;
  }

  .section {
    padding: 72px 6vw;
  }

  .travel-point {
    background: #fff;
  }

  .newsletter-inner {
    flex-direction: column;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom > *,
  .footer-bottom-actions,
  .footer-cookie-settings {
    justify-self: center;
  }

  .footer-copyright {
    white-space: normal;
  }

  .footer-bottom-actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
  }

  .newsletter {
    margin-bottom: 0;
  }

  .newsletter-inner {
    align-items: flex-start;
    gap: 24px;
  }

  .newsletter-form {
    width: 100%;
  }

  .contact-form-layout {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-top: 170px;
  }

  .footer-main {
    display: grid;
    grid-template-columns: minmax(220px, .85fr) minmax(0, 1.15fr);
    column-gap: 44px;
    align-items: start;
  }

  .footer-column {
    width: auto;
    max-width: none;
    padding: 0 0 34px;
    border-left: 0;
  }

  .footer-brand-col {
    grid-row: 1 / span 3;
    grid-column: 1;
  }

  .footer-column:not(.footer-brand-col) {
    grid-column: 2;
  }

  .footer-column:not(.footer-brand-col) {
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .footer-column:not(.footer-brand-col) h3 {
    margin: 0;
    font-size: 1.15rem;
  }

  .footer-accordion-toggle {
    padding: 18px 0;
  }

  .footer-accordion-toggle i {
    display: inline-flex;
  }

  .footer-accordion-panel {
    padding-bottom: 22px;
  }

  .cookie-banner__content {
    grid-template-columns: 1fr;
  }

  .destinations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destinations-index .destinations-grid,
  .location-destinations-section .destinations-grid,
  .subject-destinations-section .destinations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 575.98px) {
  .image-text-section .section-title {
    font-size: clamp(2rem, 10vw, 45px);
  }

  .brand-logo {
    width: 168px;
    max-height: 58px;
  }

  .newsletter-inner,
  .testimonial {
    padding: 24px;
  }

  .newsletter-inner {
    padding: 0;
  }

  .feature-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 16px;
    align-items: center;
    padding: 22px 24px;
  }

  .feature-card .feature-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .feature-card-heading {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .feature-card-heading h3 {
    margin: 0;
    font-size: 1.18rem;
  }

  .feature-card-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 65, 55, .18);
    border-radius: 50%;
    background: rgba(239, 65, 55, .08);
    color: var(--accent);
    font-size: 1.05rem;
    transition: background .2s ease, color .2s ease, transform .2s ease;
  }

  .feature-card-toggle:hover,
  .feature-card-toggle:focus {
    background: var(--accent);
    color: #fff;
  }

  .feature-card.is-open .feature-card-toggle {
    transform: rotate(90deg);
  }

  .feature-card-body {
    display: none;
    grid-column: 1 / -1;
    padding-top: 16px;
  }

  .feature-card.is-open .feature-card-body {
    display: block;
  }

  .feature-card-body p:last-child {
    margin-bottom: 0;
  }

  .related-card-heading {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .hero {
    padding: 126px 0 56px;
  }

  .hero::before {
    width: 54%;
    min-width: 220px;
    height: 430px;
  }

  .hero-eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: .32em;
  }

  .hero-kicker {
    margin-bottom: 24px;
    font-size: clamp(.82rem, 3.2vw, 1rem);
    letter-spacing: .32em;
  }

  .single-destination-hero {
    min-height: 240px;
    padding: 118px 0 56px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 11vw, 48px);
    line-height: 1.14;
  }

  .destination-meta-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .destination-meta-grid > div {
    padding: 16px;
  }

  .destination-age-badges,
  .destination-subject-badges {
    gap: 7px;
  }

  .destination-age-badges span,
  .destination-subject-badges a {
    padding: 6px 9px;
    font-size: .72rem;
  }

  .two-col {
    grid-template-columns: 1fr;
  }

  .travel-point .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .travel-point .stats-grid div {
    padding: 18px 14px;
  }

  .travel-point .stats-grid strong {
    font-size: 2rem;
  }

  .travel-point .stats-grid span {
    font-size: .86rem;
    line-height: 1.25;
  }

  .newsletter-form form,
  .newsletter-form .wpcf7-form {
    flex-direction: column;
  }

  .contact-form-card {
    padding: 24px;
  }

  .contact-form-card .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-card form {
    grid-template-columns: 1fr;
  }

  .enquiry-modal-form .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .newsletter-form .btn,
  .newsletter-form input[type="submit"] {
    width: 100%;
    flex-basis: auto;
  }

  .newsletter {
    padding-top: 56px;
    padding-bottom: 56px;
    margin-bottom: 0;
  }

  .newsletter-icon {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  .newsletter h2 {
    white-space: normal;
  }

  .site-footer {
    padding-top: 142px;
  }

  .footer-main {
    display: block;
  }

  .footer-brand-col,
  .footer-column:not(.footer-brand-col) {
    grid-column: auto;
    grid-row: auto;
  }

  .enquiry-button {
    right: 12px;
    bottom: 12px;
    min-height: 44px;
    padding: 0 14px;
    font-size: .9rem;
    box-shadow: 0 12px 28px rgba(17, 35, 64, .18);
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .cookie-banner__content {
    padding: 20px;
  }

  .cookie-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .destinations-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .destinations-index .destinations-grid,
  .location-destinations-section .destinations-grid,
  .subject-destinations-section .destinations-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .tax-subject .subject-destinations-section .destinations-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: start;
  }

  .tax-subject .subject-destinations-section .destination-card {
    width: auto !important;
    max-width: 100%;
    grid-column: auto / span 1 !important;
  }
}


