body.header-creative.tour-page-template .tour-page h1,
body.header-creative.tour-page-template .tour-page h2 {
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-family: 'Inter';
}
body.header-creative.tour-page-template .tour-page h1,
body.header-creative.tour-page-template .tour-page h2,
body.header-creative.tour-page-template .tour-page h3,
body.header-creative.tour-page-template .tour-page h4,
body.header-creative.tour-page-template .tour-page h5 {
  letter-spacing: 0.3px;
}
body.header-creative.tour-page-template {
  padding-left: 0;
}
body.header-creative.tour-page-template .gtranslate_wrapper {
  display: none;
}
.tour-banner__title p {
  margin: 0;
}

.tour-banner__title span {
  display: inline;
}
.tour-banner {
  background-color: #d9d9d9;
}
.tour-banner__title span {
  font-style: italic;
  color: #ffe2bb;
}
.tour-banner__inner {
  display: flex;
  flex-direction: column;
  background-color: #40504a;
  /*overflow: hidden;*/
}

.tour-banner__content {
  padding: 24px 20px;
  color: #ffffff;
  order: 1;
}

.tour-banner__media {
  display: none;
}

.tour-banner__logo-wrap {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.tour-banner__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.tour-banner__title {
  margin: 0 0 16px;
  color: #f5f1ea;
  font-size:59px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.tour-banner__title em,
.tour-banner__title i {
  color: #e8cfab;
  font-style: italic;
  font-weight: 700;
}

.tour-banner__dates {
  margin: 0 0 24px;
  color: #ffffff;
  font-size:20px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tour-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.tour-banner__dropdown {
  width: 100%;
}

.tour-dropdown__trigger {
  width: 100%;
  height: 48px;
  border: 1px solid #d6d0c7;
  background-color: #ffd495;
  color: #40504a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: none;
  border-radius:5px;
}

.tour-dropdown__trigger:focus {
  outline: none;
}

.tour-dropdown__trigger-text {
  display: block;
}
.tour-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 10px 0 12px;
  background-color: #f3f0ea;
  border-left: 1px solid #d6d0c7;
  border-right: 1px solid #d6d0c7;
  border-bottom: 1px solid #d6d0c7;
}

.tour-dropdown__item {
  padding: 2px 14px;
  color: #4f5855;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.tour-dropdown__item:hover,
.tour-dropdown__item:focus {
  background-color: #ece4d7;
  outline: none;
}

.tour-dropdown__item.is-active {
  background-color: #ffd495;
  color: #40504a;
}

.tour-banner__download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 18px;
  background-color: #f3f0ea;
  color: #4f5855;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*border: 1px solid #d6d0c7;*/
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 5px;
}

.tour-banner__download-btn:hover,
.tour-banner__download-btn:focus {
  background-color: #e5dfd6;
  color: #222222;
  text-decoration: none;
}

.tour-banner__image {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 600px;
  object-fit: cover;
}

.tour-banner__badge {
  position: absolute;
  top: 12px;
  right: 0;
  width: 110px;
  z-index: 2;
}

.tour-banner__badge img {
  display: block;
  width: 100%;
  height: auto;
}

/* HIGHLIGHTS SECTION */

.tour-highlights {
  background-color: #d9d9d9;
  padding: 40px 0;
}

.tour-highlights__container {
  background-color: #d9d9d9;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.tour-highlights__header {
  margin-bottom: 24px;
}

.tour-highlights__title {
  margin: 0 0 10px;
  color: #42504a;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

.tour-highlights__description {
  margin: 0;
  color: #42504a;
  font-size: 13px;
  line-height: 1.5;
  max-width: 720px;
}

.tour-highlights__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.tour-highlights__item {
  color: #42504a;
}

.tour-highlights__number {
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: #42504a;
}

.tour-highlights__item-title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #42504a;
}

.tour-highlights__item-description {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #42504a;
}

.tour-highlights__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.tour-highlights__button {
  min-width: 140px;
  padding: 12px 22px;
  border: 1px solid #f0bf74;
  background-color: #f0bf74;
  color: #42504a;
  font-size:16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  box-shadow: none;
  border-radius:5px;
}

.tour-highlights__button:hover,
.tour-highlights__button:focus {
  background-color: #e7b25f;
  border-color: #e7b25f;
  outline: none;
}
/* Package Section */
.tour-package {
  background-color: transparent;
  padding: 0;
}

.tour-package__inner {
  display: flex;
  flex-direction: column;
}

.tour-package__media {
  width: 100%;
}

.tour-package__image {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.tour-package__content {
  width: 100%;
  background-color: #da7354;
  color: #fff3ea;
}

.tour-package__content-inner {
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.tour-package__title {
  margin: 0 0 24px;
  color: #fff3ea;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

.tour-package__includes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.tour-package__include-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.tour-package__include-icon {
  flex: 0 0 16px;
  color: #ffd495;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-top: 2px;
}

.tour-package__include-content {
  flex: 1 1 auto;
}

.tour-package__include-title {
  margin: 0 0 4px;
  color: #fff3ea;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.tour-package__include-text {
  margin: 0;
  color: #fff3ea;
  font-size: 14px;
  line-height: 1.45;
}

.tour-package__divider {
  height: 1px;
  background-color: rgba(255, 243, 234, 0.35);
  margin: 24px 0 18px;
}

.tour-package__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.tour-package__bottom-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 72px;
}

.tour-package__bottom-icon {
  flex: 0 0 16px;
  color: #fff3ea;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-top: 2px;
}

.tour-package__bottom-icon--calendar {
  font-size: 15px;
}

.tour-package__bottom-content {
  flex: 1 1 auto;
}

.tour-package__bottom-title {
  margin: 0 0 4px;
  color: #fff3ea;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.tour-package__bottom-text {
  margin: 0;
  color: #fff3ea;
  font-size: 14px;
  line-height: 1.45;
}

.tour-package__bottom-text--multiline br {
  content: "";
}

.tour-package__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 243, 234, 0.35);
}

.tour-package__button {
  min-width: 220px;
  padding: 12px 22px;
  border: 1px solid #ffd495;
  background-color: #ffd495;
  color: #42504a;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius:5px;
  box-shadow: none;
}

.tour-package__button:hover,
.tour-package__button:focus {
  background-color: #ffd495;
  border-color: #ffd495;
  outline: none;
}
.tour-package__bottom-icon--calendar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1px;
}

.tour-package__calendar-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 16px;
  border: 1.5px solid #fff3ea;
  border-radius: 2px;
  box-sizing: border-box;
}

.tour-package__calendar-icon::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 4px;
  height: 1px;
  background-color: #fff3ea;
}

.tour-package__calendar-icon::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 2px;
  width: 8px;
  height: 3px;
  border-top: 1.5px solid #fff3ea;
  border-left: 1.5px solid #fff3ea;
  border-right: 1.5px solid #fff3ea;
  border-radius: 2px 2px 0 0;
  background: transparent;
}
.tour-package__check-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.tour-package__check-icon::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #ffdca6;
  left: 1px;
  top: 7px;
  transform: rotate(45deg);
}

.tour-package__check-icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #ffdca6;
  left: 4px;
  top: 5px;
  transform: rotate(-45deg);
}
.tour-package__cross-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.tour-package__cross-icon::before,
.tour-package__cross-icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff3ea;
  top: 6px;
  left: 1px;
}

.tour-package__cross-icon::before {
  transform: rotate(45deg);
}

.tour-package__cross-icon::after {
  transform: rotate(-45deg);
}
.tour-package__item-icon,
.tour-package__bottom-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  flex-shrink: 0;
}
/* Itenary Section*/
.tour-itinerary {
  background-color: #40504a;
  padding: 40px 0;
}
.tour-itinerary__header {
  text-align: center;
  margin-bottom: 35px;
}

.tour-itinerary__title {
  margin: 0 0 8px;
  color: #f5f1ea;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 700;
}

.tour-itinerary__subtitle {
  margin: 0;
  color: #f0c987;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.tour-itinerary__accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tour-itinerary__item {
  background-color: #83958e;
  overflow: hidden;
}

.tour-itinerary__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  text-align: left;
  padding: 0;
  cursor: pointer;
  border-left: 4px solid #f0c987;
}

.tour-itinerary__date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  color: #f0c987;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.3px;
}

.tour-itinerary__trigger-content {
  display: block;
  padding: 14px 16px;
}

.tour-itinerary__trigger-title {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.tour-itinerary__trigger-desc {
  display: block;
  color: #f5f1ea;
  font-size:16px;
  line-height: 1.45;
  font-weight: 400;
}

.tour-itinerary__panel {
  display: none;
  background-color: #f3f0ea;
}

.tour-itinerary__item.is-open .tour-itinerary__panel {
  display: block;
}

.tour-itinerary__panel-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 16px;
}

.tour-itinerary__gallery-col,
.tour-itinerary__content-col {
  width: 100%;
}

.tour-itinerary__slider {
  width: 100%;
}

.tour-itinerary__slides {
  position: relative;
}

.tour-itinerary__slide {
  display: none;
}

.tour-itinerary__slide.is-active {
  display: block;
}

.tour-itinerary__slide img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tour-itinerary__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-top: 15px;
}

.tour-itinerary__dot {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  background-color: #d5b3a1;
  padding: 0;
  cursor: pointer;
}

.tour-itinerary__dot.is-active {
  background-color: #da7354;
}

.tour-itinerary__content {
  color: #42504a;
  font-size: 13px;
  line-height: 1.6;
}

.tour-itinerary__content p {
  margin: 0 0 12px;
  font-size:16px;
}

.tour-itinerary__content p:last-child {
  margin-bottom: 0;
}

.tour-itinerary__content strong {
  color: #42504a;
  font-weight: 700;
  font-size:17px;
}

.tour-itinerary__footer {
  text-align: center;
  margin-top: 26px;
}

.tour-itinerary__footer-title {
  
  letter-spacing: 0.5px;
  margin: 0 0 4px;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

.tour-itinerary__footer-price {
  margin: 0;
  color: #ffe2bb;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.tour-itinerary__footer-button-wrap {
  margin-top: 18px;
}

.tour-itinerary__footer-button {
  min-width: 170px;
  padding: 12px 22px;
  border: 1px solid #f0c987;
  background-color: #f0c987;
  color: #42504a;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius:5px;
  box-shadow: none;
}

.tour-itinerary__footer-button:hover,
.tour-itinerary__footer-button:focus {
  background-color: #e7b25f;
  border-color: #e7b25f;
  outline: none;
}
/* Logistics & Leaders Section - Figma Accurate */
.tour-logistics {
  background: #d9d9d9;
}

.tour-logistics__inner {
  display: flex;
  flex-direction: column;
}

.tour-logistics__left,
.tour-logistics__right {
  width: 100%;
  box-sizing: border-box;
}
.tour-logistics__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tour-logistics__left {
  background-color: #ecebe8;
  padding: 34px 24px 26px;
}

.tour-logistics__right {
  background-color: #d96f51;
  padding: 34px 24px 30px;
}

.tour-logistics__heading {
  margin: 0 0 28px;
  color: #43514b;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0;
}

.tour-logistics__heading--light {
  color: #fff7f1;
}

.tour-logistics__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.tour-logistics__item {
  padding: 18px 0 16px;
  border-top: 1px solid #d8d1ab;
}

.tour-logistics__item:first-child {
  border-top: 0;
  padding-top: 0;
}

.tour-logistics__item-title {
  margin: 0 0 5px;
  color: #43514b;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.tour-logistics__item-value {
  color: #43514b;
  font-size:16px;
  line-height: 1.28;
  font-weight: 600;
}

.tour-logistics__item-text {
  margin: 2px 0 0;
  color: #43514b;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 240px;
}

.tour-logistics__pricing-row + .tour-logistics__pricing-row {
  margin-top: 10px;
}

.tour-logistics__pricing-label,
.tour-logistics__pricing-value {
  display: block;
  color: #43514b;
  font-size: 14px;
  line-height: 1.22;
}

.tour-logistics__pricing-label {
  font-weight: 400;
  margin-bottom: 5px;
}

.tour-logistics__pricing-value {
  font-weight: 700;
}

.tour-logistics__leaders {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 640px;
}

.tour-logistics__leader {
  max-width: 620px;
}

.tour-logistics__leader-name {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 700;
}

.tour-logistics__leader-bio {
  margin: 0;
  color: #fff7f1;
  font-size: 12px;
  line-height: 1.58;
  font-weight: 400;
  letter-spacing: 0;
}
/* Related Expeditions */
.tour-related {
  background-color: #d9d9d9;
  padding: 46px 20px 52px;
}

.tour-related__container {
  max-width: 1220px;
  margin: 0 auto;
}

.tour-related__header {
  text-align: center;
  margin-bottom: 28px;
}

.tour-related__title {
  margin: 0;
  color: #43514b;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

.tour-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.tour-related__card {
  background-color: transparent;
}

.tour-related__image-wrap {
  overflow: hidden;
}

.tour-related__image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tour-related__content {
  background-color: #ffffff;
  padding: 14px 16px 16px;
  min-height: 148px;
}

.tour-related__days {
  margin-bottom: 8px;
  color: #6d726f;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.tour-related__card-title {
  margin: 0 0 8px;
  color: #43514b;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.tour-related__description {
  margin: 0;
  color: #43514b;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.tour-related__button-wrap {
  margin-top: 12px;
}

.tour-related__button {
  display: inline-block;
  color: #43514b;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #d96f51;
  padding-bottom: 1px;
}

.tour-related__button:hover,
.tour-related__button:focus {
  color: #43514b;
  text-decoration: none;
}
/* Contact & Booking */
.tour-booking {
  background-color: white;
  padding: 42px 20px 30px;
}

.tour-booking__container {
  max-width: 1180px;
  margin: 0 auto;
}

.tour-booking__header {
  text-align: center;
  margin-bottom: 15px;
}

.tour-booking__title {
  margin: 0;
  color: #43514b;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

.tour-booking__content {
  text-align: center;
}

.tour-booking__inquiry-title {
  margin: 0 0 6px;
  color: #d96f51;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.tour-booking__inquiry-text {
  margin: 0;
  color: #635f5d;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.tour-booking__bank-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.tour-booking__bank-item {
  color: #43514b;
  font-size: 17px;
  line-height: 1.35;
}

.tour-booking__bank-label {
  font-weight: 700;
  font-size: 16px;
  margin-right: 4px;
}

.tour-booking__bank-value {
  font-size: 16px;
  font-weight: 400;
}

.tour-booking__divider {
  height: 1px;
  background-color: #bcb8b3;
  margin: 26px auto 20px;
  width: 100%;
}

.tour-booking__logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.tour-booking__logo {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.tour-booking__copyright {
  margin: 0;
  color: #8a8580;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  margin-top: 10px;
}
.tour-itinerary__container {
  padding: 0 20px;
  margin: auto;
}
.tour-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.tour-popup.is-open {
  display: block;
}

.tour-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.tour-popup__box {
  position: relative;
  width: calc(100% - 32px);
  max-width: 720px;
  max-height:65vh;
  overflow-y: auto;
  margin: 60px auto;
  background: #ffffff;
  padding: 30px 24px;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.tour-popup__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: none;
  background: none;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #43514b;
  box-shadow: none;
}

.tour-popup__title {
  margin: 0 0 16px;
  color: #43514b;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.tour-popup__desc {
  color: #43514b;
  font-size: 15px;
  line-height: 1.8;
}

body.tour-popup-open {
  overflow: hidden;
}
.tour-inquiry-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}

.tour-inquiry-popup.is-open {
  display: block;
}

.tour-inquiry-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.tour-inquiry-popup__box {
  position: relative;
  width: calc(100% - 32px);
  max-width: 500px;
  margin: 70px auto;
  background: #f1f1ed;
  padding: 42px 28px 28px;
  z-index: 2;
  box-sizing: border-box;
  border-radius: 3px;
}

.tour-inquiry-popup__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #3f4c47;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  padding: 0;
}

.tour-inquiry-popup__title {
  margin: 0 0 14px;
  color: #3f4c47;
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}

.tour-inquiry-popup__subtitle {
  margin: 0 0 24px;
  color: #5f645f;
  font-size: 15px;
  line-height: 1.6;
}

.tour-inquiry-popup__form .wpcf7 {
  margin: 0;
}

.tour-inquiry-popup__form .wpcf7 form {
  margin: 0;
}

.tour-inquiry-popup__form p {
  margin: 0 0 16px;
}

.tour-inquiry-popup__form input[type="text"],
.tour-inquiry-popup__form input[type="email"] {
  width: 100%;
  height: 50px;
  border: 1px solid #d4d0c8;
  background: #ffffff;
  color: #43514b;
  font-size: 15px;
  padding: 0 16px;
  box-sizing: border-box;
  box-shadow: none;
}


/* Focus style */
.tour-inquiry-popup__form input[type="text"]:focus,
.tour-inquiry-popup__form input[type="email"]:focus {
 background: #ffffff;
 color: #43514b;
}





.tour-inquiry-popup__form input[type="text"]::placeholder,
.tour-inquiry-popup__form input[type="email"]::placeholder {
  color: #8e8a86;
}

.tour-inquiry-popup__form input[type="submit"] {
  width: 100%;
  height: 48px;
  border: 1px solid #ffd495;
  background: #ffd495;
  color: #2f4543;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
}

.tour-inquiry-popup__form input[type="submit"]:hover,
.tour-inquiry-popup__form input[type="submit"]:focus {
  background: #c6925d;
  border-color: #c6925d;
  outline: none;
}

.tour-inquiry-popup__form .wpcf7-spinner {
  display: none;
}



.tour-banner__dropdown {
    position: relative;
    display: inline-block;
}

.tour-dropdown__trigger {
    background: #0d285f;
    color: #fff;
    border: none;
    padding: 14px 24px;
    font-size: 15px !important;
    cursor: pointer;
    border-radius:5px;
}

.tour-dropdown__list {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 6px 0 0;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    display: none;
    z-index: 20;
}

/*..................... add css..................*/

.tour-banner__dropdown.is-open .tour-dropdown__list { display: block; } 

.tour-dropdown__item { padding: 12px 18px; cursor: pointer; transition: 0.2s; } 
.tour-dropdown__item.is-active { font-weight: 600; }

.tour-dropdown__item {
    position: relative;
    padding: 12px 18px 12px 32px; /* extra space for arrow */
}

.tour-dropdown__trigger::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff; /* DOWN arrow */
}

/*..................... End add css..................*/

@media (min-width: 768px) {
  .tour-itinerary__container {
    max-width: 720px;
  }
  .tour-highlights__container {
    max-width: 720px;
  }
  .tour-banner__content {
    padding: 42px 36px;
  }

  .tour-banner__logo-wrap {
    width: 82px;
    height: 82px;
    margin-bottom: 24px;
  }

  .tour-banner__title {
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .tour-banner__dates {
    margin-bottom: 28px;
  }

  .tour-banner__actions {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }

  .tour-banner__dropdown {
    width: auto;
    min-width: 270px;
  }

  .tour-dropdown__trigger {
    padding: 0 12px;
    font-size: 12px;
  }

  .tour-dropdown__list {
    padding: 10px 0 12px;
  }

  .tour-dropdown__item {
    font-size: 14px;
    padding: 2px 14px;
  }

  .tour-banner__download-btn {
    padding: 0 22px;
    white-space: nowrap;
    font-size: 15px;
  }

  .tour-highlights__header {
    margin-bottom: 28px;
  }

  .tour-highlights__title {
    font-size: 40px;
  }

  .tour-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 22px;
  }

  .tour-package__image {
    height: 420px;
  }

  .tour-package__content-inner {
    padding: 34px 30px;
  }

  .tour-package__title {
    margin-bottom: 26px;
    font-size: 38px;
  }

  .tour-package__includes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 26px;
  }

  .tour-package__bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .tour-package__button-wrap {
    margin-top: 28px;
  }

  .tour-itinerary__trigger {
    grid-template-columns: 96px 1fr;
  }

  .tour-itinerary__date {
    min-height: 82px;
    font-size: 12px;
  }

  .tour-itinerary__trigger-content {
    padding: 18px 20px;
  }

  .tour-logistics__left {
    padding: 42px 38px 30px;
  }

  .tour-logistics__right {
    padding: 42px 38px 34px;
  }

  .tour-logistics__heading {
    font-size: 42px;
    margin-bottom: 34px;
  }

  .tour-logistics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
  }

  .tour-logistics__item {
    min-height: 108px;
    padding: 20px 0 16px;
  }

  .tour-logistics__item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }

  .tour-logistics__item-title {
    font-size: 18px;
  }

  .tour-logistics__pricing-label,
  .tour-logistics__pricing-value {
    font-size: 15px;
  }

  .tour-logistics__item-text {
    font-size: 16px;
    max-width: 250px;
  }

  .tour-logistics__leader-name {
    font-size: 22px;
  }

  .tour-logistics__leader-bio {
    font-size: 13px;
    line-height: 1.62;
  }
  .tour-related {
    padding: 54px 28px 58px;
  }

  .tour-related__header {
    margin-bottom: 34px;
  }

  .tour-related__title {
    font-size: 40px;
  }

  .tour-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .tour-related__image {
    height: 230px;
  }

  .tour-related__content {
    padding: 16px 18px 18px;
  }
  .tour-booking {
    padding: 52px 28px 34px;
  }

  .tour-booking__inquiry-title {
    font-size: 28px;
  }

  .tour-booking__bank-item {
    font-size: 18px;
  }
  .tour-popup__box {
    padding: 36px 30px;
    margin: 80px auto;
  }

  .tour-popup__title {
    font-size: 34px;
  }

  .tour-popup__desc {
    font-size: 16px;
  }
  .tour-inquiry-popup__box {
    padding: 48px 40px 34px;
    margin: 90px auto;
  }

  .tour-inquiry-popup__title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .tour-itinerary {
    padding: 60px 0;
  }
  .tour-itinerary__subtitle {
    font-size: 16px;
  }
  .tour-itinerary__container {
    max-width: 960px;
  }
  .tour-highlights__container {
    max-width: 960px;
  }
  .tour-banner__title span {
    display: block;
  }
  .tour-banner__inner {
    flex-direction: row;
    min-height: 600px;
  }

  .tour-banner__content {
    width: 60%;
    padding: 56px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .tour-banner__media {
    display: block;
    width: 50%;
    min-height: 600px;
    position: relative;
    order: 2;
  }

  .tour-highlights {
    padding: 60px 0;
  }

  .tour-highlights__title {
    font-size: 38px;
  }

  .tour-highlights__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
  }

  .tour-highlights__number {
    margin-bottom: 15px;
  }

  .tour-highlights__item-title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.25;
  }

  .tour-highlights__button-wrap {
    margin-top: 35px;
  }

  .tour-highlights__button {
    min-width: 100px;
  }
  .tour-package__inner {
    flex-direction: row;
    align-items: stretch;
  }

  .tour-package__media {
    width: 44%;
    display: flex;
  }

  .tour-package__content {
    width: 56%;
    display: flex;
  }

  .tour-package__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .tour-package__content-inner {
    padding: 0 40px 80px 40px;
    width: 100%;
  }

  .tour-package__title {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .tour-package__includes {
    gap: 16px 24px;
  }

  .tour-package__include-title,
  .tour-package__bottom-title {
    font-size: 16px;
  }

  .tour-package__include-text,
  .tour-package__bottom-text {
    font-size: 12px;
    line-height: 1.35;
  }

  .tour-package__divider {
    margin: 18px 0 18px;
  }

  .tour-package__bottom {
    gap: 22px;
  }

  .tour-package__button-wrap {
    margin-top: 18px;
    padding-top:31px;
  }

  .tour-package__button {
    min-width: 188px;
    letter-spacing: 0.9px;
  }

  .tour-itinerary__accordion {
    gap: 14px;
    max-width: 800px;
    margin: auto;
  }

  .tour-itinerary__trigger {
    grid-template-columns: 120px 1fr;
  }

  .tour-itinerary__trigger-content {
    padding: 25px 16px;
  }

  .tour-itinerary__panel-inner {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    padding: 22px;
  }

  .tour-itinerary__gallery-col {
    width: 40%;
    flex: 0 0 40%;
  }

  .tour-itinerary__content-col {
    width: 60%;
    flex: 0 0 60%;
  }

  .tour-itinerary__dots {
    gap: 4px;
  }

  .tour-itinerary__dot {
    width:10px;
    height:10px;
  }

  .tour-itinerary__content {
    font-size: 10px;
    line-height: 1.45;
  }

  .tour-itinerary__content p {
    margin: 0 0 16px;
  }

  .tour-itinerary__footer {
    margin-top: 35px;
  }
  .tour-itinerary__footer-button-wrap {
    margin-top: 22px;
  }

  .tour-itinerary__footer-button {
    min-width: 120px;
    letter-spacing: 0.8px;
  }
  .tour-logistics__inner {
    flex-direction: row;
    align-items: stretch;
  }

  .tour-logistics__left {
    width: 44.2%;
    padding: 28px 38px 20px 54px;
  }

  .tour-logistics__right {
    width: 55.8%;
    padding: 28px 42px 22px 62px;
  }

  .tour-logistics__heading {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.05;
  }

  .tour-logistics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 0;
  }

  .tour-logistics__item {
    min-height: 86px;
    padding: 21px 0 15px;
  }

  .tour-logistics__item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }

  .tour-logistics__item-title {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.15;
  }
  .tour-logistics__item-text {
    margin-top: 2px;
    max-width: 220px;
  }

  .tour-logistics__pricing-label,
  .tour-logistics__pricing-value {
    font-size: 13px;
    line-height: 1.18;
  }

  .tour-logistics__pricing-row + .tour-logistics__pricing-row {
    margin-top: 7px;
  }

  .tour-logistics__leaders {
    gap: 18px;
    max-width: 585px;
  }

  .tour-logistics__leader {
    max-width: 560px;
  }

  .tour-logistics__leader-name {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1.16;
  }

  .tour-logistics__leader-bio {
    font-size: 11px;
    line-height: 1.58;
    max-width: 560px;
  }
  .tour-related {
    padding: 54px 38px 52px;
  }

  .tour-related__header {
    margin-bottom: 26px;
  }

  .tour-related__title {
    font-size: 29px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .tour-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .tour-related__image {
    height: 131px;
  }

  .tour-related__content {
    padding: 12px 16px 14px;
    min-height: 116px;
  }
  .tour-related__card-title {
    margin-bottom: 7px;
  }

  .tour-related__button-wrap {
    margin-top: 11px;
  }

  .tour-booking {
    padding: 28px 34px 22px;
  }

  .tour-booking__container {
    max-width: 904px;
  }

  .tour-booking__title {
    letter-spacing: 0;
  }

  .tour-booking__inquiry-title {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.2;
  }

  .tour-booking__bank-row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }

  .tour-booking__bank-item {
    position: relative;
    color: #43514b;
    font-size: 11px;
    line-height: 1.3;
    padding: 0 14px;
  }

  .tour-booking__bank-item + .tour-booking__bank-item::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    color: #8e8a86;
    font-weight: 400;
  }

  .tour-booking__bank-label {
    margin-right: 3px;
  }

  .tour-booking__divider {
    margin: 16px auto 14px;
    background-color: #b7b3ae;
  }

  .tour-booking__logo-wrap {
    margin-bottom: 4px;
  }
}

@media (min-width: 1024px) {
  .tour-banner__content {
    padding: 0 36px 0 36px;
  }

  .tour-banner__media {
    width:60%;
    min-height: 600px;
  }

  .tour-banner__title {
    max-width: 470px;
  }

  .tour-banner__badge {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .tour-itinerary__accordion {
    max-width: 900px;
  }
  .tour-itinerary__container {
    max-width: 1140px;
  }
  .tour-highlights__container {
    max-width: 1140px;
  }
  .tour-highlights__description {
    font-size:20px;
    max-width: 500px;
  }
  .tour-logistics__left {
    width: 44%;
    padding: 31px 42px 22px 58px;
  }

  .tour-logistics__right {
    width: 56%;
    padding: 31px 48px 24px 62px;
  }

  .tour-logistics__heading {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .tour-logistics__item {
    min-height: 92px;
    padding: 22px 0 16px;
  }

  .tour-logistics__item-title {
    font-size: 17px;
  }

  .tour-logistics__item-text {
    max-width: 235px;
  }

  .tour-logistics__pricing-label {
    font-size: 14px;
  }

  .tour-logistics__leader-name {
    font-size: 18px;
  }

  .tour-logistics__leader-bio {
    font-size: 12px;
    max-width: 590px;
  }
  .tour-related {
    padding: 70px;
  }

  .tour-related__title {
    font-size: 31px;
  }

  .tour-related__grid {
    gap: 20px;
  }

  .tour-related__image {
    height: 137px;
  }

  .tour-related__content {
    min-height: 118px;
    padding: 20px;
  }
  .tour-booking {
    padding: 40px;
  }

  .tour-booking__container {
    max-width: 930px;
  }

  .tour-booking__inquiry-title {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  .tour-banner__content {
    width:40%;
  }

  .tour-banner__badge {
    width: 170px;
  }

  .tour-highlights__title {
    font-size: 40px;
  }
  .tour-package__media {
    width: 43%;
  }

  .tour-package__content {
    width: 57%;
  }
  .tour-package__title {
    font-size: 28px;
  }

  .tour-package__include-title,
  .tour-package__bottom-title {
    font-size: 17px;
  }

  .tour-package__include-text,
  .tour-package__bottom-text {
    font-size:16px;
  }

  .tour-itinerary__panel-inner {
    padding: 25px;
  }

  .tour-itinerary__content {
    font-size: 10px;
  }
}
@media (min-width: 1400px) {
  .tour-itinerary__container {
    max-width: 1320px;
  }
  .tour-highlights__item-description {
    font-size:16px;
  }
  .tour-highlights__container {
    max-width: 1320px;
  }
  .tour-banner__content {
    padding: 0 36px 0 60px;
  }
}
@media (min-width: 1440px) {
  .tour-logistics__left {
    padding: 34px 46px 24px 60px;
  }

  .tour-logistics__right {
    padding: 34px 54px 24px 62px;
  }

  .tour-logistics__heading {
    font-size: 31px;
  }

  .tour-logistics__leaders {
    max-width: 610px;
  }

  .tour-logistics__leader {
    max-width: 610px;
  }

  .tour-logistics__leader-name {
    font-size: 19px;
  }

  .tour-logistics__leader-bio {
    font-size: 16px;
    line-height: 1.6;
  }
  .tour-related__title {
    font-size: 33px;
  }
}
@media (min-width: 1500px) {
  .tour-package__content-inner {
    padding: 18px 70px 18px;
  }
  .tour-package__title {
    margin-bottom: 35px;
    font-size: 35px;
  }
  .tour-package__include-title,
  .tour-package__bottom-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .tour-itinerary__title {
    font-size: 42px;
  }
  .tour-banner__title {
    font-size: 60px;
    line-height: 1.2;
    max-width: 600px;
  }
  .tour-package__include-text,
  .tour-package__bottom-text {
    font-size: 15px;
  }
  .tour-package__include-title,
  .tour-package__bottom-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1700px) {
  .tour-package__button-wrap {
    padding-top: 35px;
  }
}
@media (min-width: 1800px) {
  .tour-banner__dates {
    margin-bottom: 50px;
  }
}


@media (min-width:320px) and (max-width:767px) {

  .tour-dropdown__trigger {
    justify-content: center;
  }

}







