.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
:root {
  --primary-color: #147dfe;
  --primary-color-rgb: 20, 125, 254;
  --black-color: #000000;
  --black-color-rgb: 0, 0, 0;
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255;
}
* {
  box-sizing: border-box;
}
iframe {
  border: none;
}
.wpte-admin-menu svg {
  vertical-align: -0.5em;
}
.trip-content-area {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.required {
  color: #eb5757;
}
@media (max-width: 1024px) {
  .trip-content-area {
    max-width: 720px;
  }
}
input.enquiry-submit,
input[type="submit"],
input.wp-block-button__link,
.category-trip-viewmre-btn,
.wpte-trip-explore-btn,
.load-more-search,
.wte-process-btn-next {
  text-decoration: none;
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.3s;
}
input.enquiry-submit:hover,
input[type="submit"]:hover,
input.wp-block-button__link:hover,
.category-trip-viewmre-btn:hover,
.wpte-trip-explore-btn:hover,
.load-more-search:hover,
.wte-process-btn-next:hover {
  background-color: var(--primary-color);
  filter: brightness(0.8);
  color: #fff;
}
.load-more-search {
  background: none;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.wte-button-group {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.wte-check-button {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  background: none;
  border: 1px solid rgba(var(--primary-color-rgb), 0.3);
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--primary-color);
  padding: 14px 15px;
  margin: 0;
  cursor: pointer;
  transition: all 0.2s linear;
}
.wte-check-button svg {
  width: 1em;
  height: 1em;
}
.wte-check-button:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.wte-check-button.checked {
  color: #fff;
  border-color: var(--primary-color);
  background: var(--primary-color);
}
@media (max-width: 575px) {
  .wte-check-button {
    padding: 10px;
    flex-grow: 1;
  }
}
.wptravelengine-trip-booking-modal {
  position: relative;
  z-index: 11;
}
.wptravelengine-trip-booking-modal button {
  padding: 8px 12px;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
.wptravelengine-trip-booking-modal button:hover {
  filter: brightness(0.8);
}
button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
button:disabled.btn-loading {
  opacity: 0.9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
button:disabled.btn-loading::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  animation: spin 1s infinite linear;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden=%27true%27 focusable=%27false%27 data-prefix=%27fad%27 data-icon=%27spinner-third%27 role=%27img%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27 class=%27svg-inline--fa fa-spinner-third fa-w-16 fa-spin fa-lg%27%3E%3Cg class=%27fa-group%27%3E%3Cpath fill=%27%23cccccc36%27 d=%27M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z%27 class=%27fa-secondary%27%3E%3C/path%3E%3Cpath fill=%27%23ccc%27 d=%27M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z%27 class=%27fa-primary%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.wte_enquiry_contact_form-wrap input[type="text"],
.wte_enquiry_contact_form-wrap input[type="email"],
.wte_enquiry_contact_form-wrap input[type="url"],
.wte_enquiry_contact_form-wrap input[type="password"],
.wte_enquiry_contact_form-wrap input[type="search"],
.wte_enquiry_contact_form-wrap input[type="number"],
.wte_enquiry_contact_form-wrap input[type="tel"],
.wte_enquiry_contact_form-wrap input[type="range"],
.wte_enquiry_contact_form-wrap input[type="date"],
.wte_enquiry_contact_form-wrap input[type="month"],
.wte_enquiry_contact_form-wrap input[type="week"],
.wte_enquiry_contact_form-wrap input[type="time"],
.wte_enquiry_contact_form-wrap input[type="datetime"],
.wte_enquiry_contact_form-wrap input[type="datetime-local"],
.wte_enquiry_contact_form-wrap input[type="color"],
.wte_enquiry_contact_form-wrap textarea,
.wte_enquiry_contact_form-wrap select,
.rating-form input[type="text"],
.rating-form input[type="email"],
.rating-form input[type="url"],
.rating-form input[type="password"],
.rating-form input[type="search"],
.rating-form input[type="number"],
.rating-form input[type="tel"],
.rating-form input[type="range"],
.rating-form input[type="date"],
.rating-form input[type="month"],
.rating-form input[type="week"],
.rating-form input[type="time"],
.rating-form input[type="datetime"],
.rating-form input[type="datetime-local"],
.rating-form input[type="color"],
.rating-form textarea,
.rating-form select,
.wpte-bf-checkout-form input[type="text"],
.wpte-bf-checkout-form input[type="email"],
.wpte-bf-checkout-form input[type="url"],
.wpte-bf-checkout-form input[type="password"],
.wpte-bf-checkout-form input[type="search"],
.wpte-bf-checkout-form input[type="number"],
.wpte-bf-checkout-form input[type="tel"],
.wpte-bf-checkout-form input[type="range"],
.wpte-bf-checkout-form input[type="date"],
.wpte-bf-checkout-form input[type="month"],
.wpte-bf-checkout-form input[type="week"],
.wpte-bf-checkout-form input[type="time"],
.wpte-bf-checkout-form input[type="datetime"],
.wpte-bf-checkout-form input[type="datetime-local"],
.wpte-bf-checkout-form input[type="color"],
.wpte-bf-checkout-form textarea,
.wpte-bf-checkout-form select,
#wp-travel-engine-order-form input[type="text"],
#wp-travel-engine-order-form input[type="email"],
#wp-travel-engine-order-form input[type="url"],
#wp-travel-engine-order-form input[type="password"],
#wp-travel-engine-order-form input[type="search"],
#wp-travel-engine-order-form input[type="number"],
#wp-travel-engine-order-form input[type="tel"],
#wp-travel-engine-order-form input[type="range"],
#wp-travel-engine-order-form input[type="date"],
#wp-travel-engine-order-form input[type="month"],
#wp-travel-engine-order-form input[type="week"],
#wp-travel-engine-order-form input[type="time"],
#wp-travel-engine-order-form input[type="datetime"],
#wp-travel-engine-order-form input[type="datetime-local"],
#wp-travel-engine-order-form input[type="color"],
#wp-travel-engine-order-form textarea,
#wp-travel-engine-order-form select,
.wpte-lrf-field input[type="text"],
.wpte-lrf-field input[type="email"],
.wpte-lrf-field input[type="url"],
.wpte-lrf-field input[type="password"],
.wpte-lrf-field input[type="search"],
.wpte-lrf-field input[type="number"],
.wpte-lrf-field input[type="tel"],
.wpte-lrf-field input[type="range"],
.wpte-lrf-field input[type="date"],
.wpte-lrf-field input[type="month"],
.wpte-lrf-field input[type="week"],
.wpte-lrf-field input[type="time"],
.wpte-lrf-field input[type="datetime"],
.wpte-lrf-field input[type="datetime-local"],
.wpte-lrf-field input[type="color"],
.wpte-lrf-field textarea,
.wpte-lrf-field select,
.wte-user-input input[type="text"],
.wte-user-input input[type="email"],
.wte-user-input input[type="url"],
.wte-user-input input[type="password"],
.wte-user-input input[type="search"],
.wte-user-input input[type="number"],
.wte-user-input input[type="tel"],
.wte-user-input input[type="range"],
.wte-user-input input[type="date"],
.wte-user-input input[type="month"],
.wte-user-input input[type="week"],
.wte-user-input input[type="time"],
.wte-user-input input[type="datetime"],
.wte-user-input input[type="datetime-local"],
.wte-user-input input[type="color"],
.wte-user-input textarea,
.wte-user-input select {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  line-height: 1.572;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-family: inherit;
  vertical-align: top;
  min-height: 54px;
}
.wte_enquiry_contact_form-wrap textarea,
.rating-form textarea,
.wpte-bf-checkout-form textarea,
#wp-travel-engine-order-form textarea,
.wpte-lrf-field textarea,
.wte-user-input textarea {
  min-height: 166px;
}
.lrf-tooltip {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.15px;
  opacity: 0.7;
}
.wpte-bf-field {
  margin: 0 0 32px;
}
.wpte-bf-field:last-of-type {
  margin: 0;
}
.wpte-bf-radio,
.wpte-bf-field.wpte-bf-radio {
  display: flex;
  flex-wrap: wrap;
}
.wpte-bf-radio .wpte-bf-label,
.wpte-bf-field.wpte-bf-radio .wpte-bf-label {
  color: rgba(var(--black-color-rgb), 0.8);
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
.wpte-bf-radio .wpte-bf-radio-wrap,
.wpte-bf-field.wpte-bf-radio .wpte-bf-radio-wrap {
  width: 100%;
  margin: 0 0 32px;
}
.wpte-bf-radio .wpte-bf-radio-wrap:last-child,
.wpte-bf-field.wpte-bf-radio .wpte-bf-radio-wrap:last-child {
  margin-bottom: 0;
}
.lrf-toggle-box {
  width: 60px;
  height: 30px;
  background: rgba(var(--black-color-rgb), 0.1);
  border-radius: 50px;
  margin-left: 25px;
  line-height: 30px;
  text-align: center;
  padding: 0 7px;
  position: relative;
  cursor: pointer;
  transition: all ease 0.35s;
}
.lrf-toggle-box::before {
  content: "";
  background: var(--white-color);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 100%;
  transition: all ease 0.35s;
}
.lrf-toggle-box .lrf-chkbx-txt {
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 0.15px;
  font-size: 12px;
  display: inline-block;
}
.lrf-toggle-box .lrf-chkbx-txt:first-child {
  display: none;
}
.lrf-toggle-box .lrf-chkbx-txt:last-child {
  float: right;
  color: var(--black-color);
}
.lrf-toggle-box.active {
  background: var(--primary-color);
}
.lrf-toggle-box.active::before {
  left: 32px;
}
.lrf-toggle-box.active .lrf-chkbx-txt:first-child {
  display: block;
  float: left;
}
.lrf-toggle-box.active .lrf-chkbx-txt:last-child {
  display: none;
}
.lrf-rememberme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.lrf-rememberme input[type="checkbox"] {
  display: none;
}
.lrf-rememberme label {
  line-height: 1;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: rgba(35, 35, 35, 0.9);
  font-weight: 400;
}
.lrf-rememberme label::before,
.lrf-rememberme label::after {
  top: 50%;
  transform: translateY(-50%);
}
.lrf-rememberme label::before {
  content: "";
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(35, 35, 35, 0.9);
  border-radius: 2px;
}
.lrf-rememberme label::after {
  content: "";
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23232323%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z%27/%3E%3C/svg%3E")
    center center no-repeat;
  background-size: 12px;
  background-position: center;
  opacity: 0;
  transition: all ease 0.2s;
}
.lrf-rememberme a:hover {
  text-decoration-style: dotted;
}
.lrf-rememberme input[type="checkbox"]:checked ~ label:after {
  opacity: 1;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px !important;
  flex: 0 0 20px;
  border: 1px solid rgba(15, 29, 35, 0.2);
  position: relative;
  margin: 0 8px 0 0;
  transform: translateY(12%);
  transition: all 0.3s ease;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  border-color: var(--wpte-primary-color, var(--primary-color));
  background-color: #f9f5ff !important;
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]:checked::before {
  content: "";
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--wpte-primary-color, var(--primary-color));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type="checkbox"] {
  border-radius: 6px;
}
input[type="checkbox"]:checked::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--wpte-primary-color, var(--primary-color));
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.6667 3.5L5.25 9.91667L2.33333 7%27 stroke=%27%230C68E9%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.6667 3.5L5.25 9.91667L2.33333 7%27 stroke=%27%230C68E9%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A")
    no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpte-trip-review-stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.wpte-trip-review-stars .stars-group-wrapper {
  position: relative;
  overflow: hidden;
  margin-right: 8px;
  max-width: unset !important;
  display: flex;
}
.wpte-trip-review-stars .stars-group-wrapper svg {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group svg path {
  fill: #ccc;
}
.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group svg path {
  fill: #ebad34;
}
.wpte-trip-review-stars .stars-group-wrapper > [class*="-group"] {
  display: inline-flex;
  align-items: center;
  height: 22px;
  white-space: nowrap;
}
.wpte-trip-review-stars
  .stars-group-wrapper
  > [class*="-group"]
  svg:not(:last-child) {
  margin-right: 4px;
}
.wpte-trip-review-stars .wpte-trip-review-count {
  font-size: 13px;
  line-height: 1;
  color: rgba(var(--font-color-rgb), 0.4);
  text-decoration: underline;
}
.tippy-popper p {
  margin-top: 0;
  margin-bottom: 1em;
}
.tippy-popper p:last-child {
  margin-bottom: 0;
}
.tippy-popper .tippy-tooltip {
  font-size: 14px;
}
.tippy-popper .tippy-tooltip .tippy-content {
  padding: 12px !important;
  background: none !important;
  border-radius: 5px;
}
.tippy-popper .tippy-arrow {
  width: auto;
  height: auto;
}
.tippy-popper[x-placement="top"] .tippy-arrow {
  transform: translateY(1px);
}
.tippy-popper[x-placement="bottom"] .tippy-arrow {
  transform: translateY(-1px);
}
.tippy-box[data-theme="light"],
.tippy-box .light-theme,
.tippy-popper[data-theme="light"],
.tippy-popper .light-theme {
  color: #333;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
}
.tippy-box[x-placement="top"] .light-theme .tippy-arrow,
.tippy-box[x-placement="top"][data-theme="light"] .tippy-arrow,
.tippy-box[data-placement="top"] .light-theme .tippy-arrow,
.tippy-box[data-placement="top"][data-theme="light"] .tippy-arrow,
.tippy-popper[x-placement="top"] .light-theme .tippy-arrow,
.tippy-popper[x-placement="top"][data-theme="light"] .tippy-arrow,
.tippy-popper[data-placement="top"] .light-theme .tippy-arrow,
.tippy-popper[data-placement="top"][data-theme="light"] .tippy-arrow {
  border-top-color: #fff;
}
.tippy-box[x-placement="top"] .light-theme .tippy-arrow::before,
.tippy-box[x-placement="top"][data-theme="light"] .tippy-arrow::before,
.tippy-box[data-placement="top"] .light-theme .tippy-arrow::before,
.tippy-box[data-placement="top"][data-theme="light"] .tippy-arrow::before,
.tippy-popper[x-placement="top"] .light-theme .tippy-arrow::before,
.tippy-popper[x-placement="top"][data-theme="light"] .tippy-arrow::before,
.tippy-popper[data-placement="top"] .light-theme .tippy-arrow::before,
.tippy-popper[data-placement="top"][data-theme="light"] .tippy-arrow::before {
  border-top-color: #fff;
}
.tippy-box[x-placement="bottom"] .light-theme .tippy-arrow,
.tippy-box[x-placement="bottom"][data-theme="light"] .tippy-arrow,
.tippy-box[data-placement="bottom"] .light-theme .tippy-arrow,
.tippy-box[data-placement="bottom"][data-theme="light"] .tippy-arrow,
.tippy-popper[x-placement="bottom"] .light-theme .tippy-arrow,
.tippy-popper[x-placement="bottom"][data-theme="light"] .tippy-arrow,
.tippy-popper[data-placement="bottom"] .light-theme .tippy-arrow,
.tippy-popper[data-placement="bottom"][data-theme="light"] .tippy-arrow {
  border-bottom-color: #fff;
}
.tippy-box[x-placement="bottom"] .light-theme .tippy-arrow::before,
.tippy-box[x-placement="bottom"][data-theme="light"] .tippy-arrow::before,
.tippy-box[data-placement="bottom"] .light-theme .tippy-arrow::before,
.tippy-box[data-placement="bottom"][data-theme="light"] .tippy-arrow::before,
.tippy-popper[x-placement="bottom"] .light-theme .tippy-arrow::before,
.tippy-popper[x-placement="bottom"][data-theme="light"] .tippy-arrow::before,
.tippy-popper[data-placement="bottom"] .light-theme .tippy-arrow::before,
.tippy-popper[data-placement="bottom"][data-theme="light"]
  .tippy-arrow::before {
  border-bottom-color: #fff;
}
.wrapper--style,
.wte_enquiry_contact_form,
.comment-respond {
  background-color: rgba(
    var(--wpte-primary-color-rgb, var(--primary-color-rgb)),
    0.04
  );
  border-radius: 8px;
  padding: 32px 24px;
}
.trip-post-content > p:first-child {
  margin-top: 0;
}
.single-trip .trip-content-area > .row {
  margin: 0 -20px !important;
}
.single-trip .content-area {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.single-trip .widget-area {
display:none;
}
.single-trip .entry-header {
  padding-bottom: 24px !important;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single-trip .entry-header {
    min-height: 100px;
    padding-right: 100px;
  }
}
.single-trip .entry-header .entry-title {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .single-trip .entry-header .wte-title-duration {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .single-trip .entry-header.has-night {
    padding-right: 170px;
  }
}
.single-trip .entry-header.has-night .wte-title-duration {
  right: 78px;
}
.single-trip .entry-header.has-night .wte-title-duration.wte-duration-night {
  right: 0;
}
.tab-content .overview {
  margin: 0 0 24px;
}
.tab-content h2[class*="wpte"],
.tab-content .wte-fsd-list-header h2,
.tab-content .trip-review-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.375;
  margin: 0 0 24px;
}
.tab-content h3[class*="wpte"],
.tab-content h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 12px !important;
}
.wp-travel-engine-itinerary-header,
.wp-travel-engine-faq-tab-header {
  margin: 0 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.wp-travel-engine-itinerary-header .wpte-itinerary-title,
.wp-travel-engine-itinerary-header .wpte-faqs-title,
.wp-travel-engine-faq-tab-header .wpte-itinerary-title,
.wp-travel-engine-faq-tab-header .wpte-faqs-title {
  margin: 0 !important;
}
.accordion-tabs-toggle .rotator {
  position: absolute;
  top: 6px !important;
  right: 0;
  width: 20px !important;
  height: 20px !important;
  background-color: rgba(15, 29, 35, 0.48) !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M6 9L12 15L18 9%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
    no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M6 9L12 15L18 9%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
    no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
}
.accordion-tabs-toggle .rotator::before,
.accordion-tabs-toggle .rotator::after {
  content: none !important;
}
.accordion-tabs-toggle.active .rotator {
  background-color: var(--wpte-primary-color, var(--primary-color)) !important;
  transform: rotate(180deg) !important;
}
.expand-all-button {
  display: inline-flex;
  align-items: center;
}
.expand-all-button label {
  font-size: 16px;
  line-height: 1.75;
  margin-right: 8px;
  color: rgba(15, 29, 35, 0.64);
}
.expand-all-button input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 44px !important;
  height: 24px !important;
  flex: unset;
  border: none;
  border-radius: 12px;
  background-color: #f2f4f7;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
  cursor: pointer;
}
.expand-all-button input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-mask: unset;
  mask: unset;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 2px !important;
  transform: unset;
  transition: all 0.3s ease;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
  z-index: 1;
}
.expand-all-button input[type="checkbox"]:checked {
  background-color: var(--wpte-primary-color, var(--primary-color)) !important;
}
.expand-all-button input[type="checkbox"]:checked::before {
  left: 22px !important;
}
.wte-title-duration {
  width: 70px;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  border: 1px solid var(--wpte-primary-color, var(--primary-color));
}
.wte-title-duration .duration {
  font-size: 32px;
  font-weight: 500;
  line-height: auto;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: #fff;
  border-bottom: 1px solid var(--wpte-primary-color, var(--primary-color));
}
.wte-title-duration .days {
  height: 30px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wte-title-duration.wte-duration-night .duration {
  color: var(--wpte-primary-color, var(--primary-color));
  background-color: rgba(
    var(--wpte-primary-color-rgb, var(--primary-color-rgb)),
    0.1
  );
}
.wpte-gallery-wrapper .splide {
  border-radius: 8px;
  overflow: hidden;
}
.wpte-gallery-wrapper .splide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wpte-gallery-wrapper .splide__list {
  height: auto;
}
.wpte-gallery-wrapper .splide__arrow {
  font-size: 16px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(33, 131, 223, 0.18),
    0px 0px 2px rgba(33, 131, 223, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
  color: var(--primary-color);
  opacity: 1;
  border-radius: var(--nav-roundness, 50%);
}
.wpte-gallery-wrapper .splide__arrow svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.wpte-gallery-wrapper .splide__arrow.splide__arrow--prev {
  left: var(--nav-offset, 16px);
}
.wpte-gallery-wrapper .splide__arrow.splide__arrow--next {
  right: var(--nav-offset, 16px);
}
.wpte-gallery-wrapper .splide__pagination .splide__pagination__page {
  width: var(--dots-size, 8px);
  height: var(--dots-size, 8px);
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0 var(--dots-spacing, 2px);
  opacity: 1;
}
.wpte-gallery-wrapper .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #fff;
}
.wpte-gallery-wrapper .splide.single-trip-main-carousel img {
  height: 432px;
}
@media (max-width: 767px) {
  .wpte-gallery-wrapper .splide.single-trip-main-carousel img {
    height: 300px;
  }
}
.wpte-gallery-wrapper[class*="banner-layout-"] .splide {
  border-radius: 0;
}
.category-trips-single-inner-wrap .splide {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  right: 0;
}
.category-trips-single-inner-wrap .splide .splide__track,
.category-trips-single-inner-wrap .splide .splide__list {
  height: 100%;
  width: 100%;
}
.category-trips-single-inner-wrap .splide__arrow {
  height: 100%;
  padding: 0 8px;
  color: #fff;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
  width: 80px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .category-trips-single-inner-wrap .splide__arrow {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
.category-trips-single-inner-wrap .splide__arrow.splide__arrow--prev {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  justify-content: flex-start;
}
.category-trips-single-inner-wrap .splide__arrow.splide__arrow--next {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
  justify-content: flex-end;
}
.category-trips-single-inner-wrap .splide__pagination {
  padding: 18px 0 8px;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
@media (min-width: 768px) {
  .category-trips-single-inner-wrap .category-trip-fig:hover .splide__arrow {
    opacity: 1;
    visibility: visible;
  }
}
.wp-block-wptravelenginetripblocks-trip-gallery .splide___arrows,
.wp-block-wptravelenginetripblocks-trip-gallery .splide__pagination {
  display: none;
}
.wp-block-wptravelenginetripblocks-trip-gallery
  .splide-nav-enabled
  .splide__arrows {
  display: block;
}
.wp-block-wptravelenginetripblocks-trip-gallery
  .splide-dots-enabled
  .splide__pagination {
  display: flex;
}
.wte-trip-facts {
  padding-top: 32px;
  border-top: 1px solid rgba(15, 29, 35, 0.1019607843);
  margin-bottom: 32px;
}
.wte-trip-facts .widget-title {
  margin: 0 0 24px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.375;
}
.trip-facts-value {
  padding: 0;
  margin: 0 !important;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 40px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.trip-facts-value li {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin: 0 !important;
}
.trip-facts-value li svg,
.trip-facts-value li img {
  width: 1em;
  height: 1em;
  font-size: inherit;
}
.trip-facts-value li label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(15, 29, 35, 0.64);
}
.trip-facts-value li [class*="trip-facts-"] .value {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  color: #0f1d23;
}
.trip-facts-value li a:hover {
  color: var(--wpte-primary-color, var(--primary-color));
}
.trip-facts-value .icon-holder {
  flex: 0 0 40px;
  font-size: 40px;
  color: rgba(15, 29, 35, 0.48);
  display: flex;
  align-items: center;
  height: 1.5em;
  grid-row: span 2;
}
.widget-area .wte-trip-facts {
  padding: 24px !important;
  border: 1px solid rgba(15, 29, 35, 0.1019607843);
  box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  background-color: #fff;
}
.widget-area .wte-trip-facts .widget-title {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(15, 29, 35, 0.1);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  margin: -24px -24px 16px !important;
}
.widget-area .trip-facts-value {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  row-gap: 24px;
}
.widget-area .trip-facts-value li {
  align-items: flex-start;
}
.widget-area .trip-facts-value .icon-holder {
  font-size: 32px;
  align-self: flex-start;
}
.wpte-gallery-wrapper {
  position: relative;
}
.wpte-gallery-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wpte-gallery-wrapper .wpte-gallery-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  padding: 22px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .wpte-gallery-wrapper .wpte-gallery-container {
    width: 100%;
    padding: 12px;
  }
}
.wpte-gallery-wrapper .wp-travel-engine-vid-gal-popup {
  margin: 0;
}
.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger,
.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 16px;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  color: rgba(6, 22, 38, 0.8);
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}
.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger::before,
.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 8px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.1475 5.3625C16.0335 5.29667 15.9042 5.26202 15.7725 5.26202C15.6408 5.26202 15.5115 5.29667 15.3975 5.3625L12.75 6.6675C12.7286 6.08518 12.4822 5.53385 12.0625 5.12958C11.6429 4.7253 11.0827 4.49961 10.5 4.5H3.75C3.15326 4.5 2.58097 4.73705 2.15901 5.15901C1.73705 5.58097 1.5 6.15326 1.5 6.75V11.25C1.5 11.8467 1.73705 12.419 2.15901 12.841C2.58097 13.2629 3.15326 13.5 3.75 13.5H10.5C11.0827 13.5004 11.6429 13.2747 12.0625 12.8704C12.4822 12.4661 12.7286 11.9148 12.75 11.3325L15.42 12.6675C15.5222 12.7199 15.6351 12.7481 15.75 12.75C15.8904 12.7505 16.0281 12.7115 16.1475 12.6375C16.2556 12.5699 16.3447 12.476 16.4063 12.3644C16.468 12.2529 16.5003 12.1275 16.5 12V6C16.5003 5.87254 16.468 5.74712 16.4063 5.63558C16.3447 5.52404 16.2556 5.43005 16.1475 5.3625ZM11.25 11.25C11.25 11.4489 11.171 11.6397 11.0303 11.7803C10.8897 11.921 10.6989 12 10.5 12H3.75C3.55109 12 3.36032 11.921 3.21967 11.7803C3.07902 11.6397 3 11.4489 3 11.25V6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H10.5C10.6989 6 10.8897 6.07902 11.0303 6.21967C11.171 6.36032 11.25 6.55109 11.25 6.75V11.25ZM15 10.785L12.75 9.66V8.34L15 7.215V10.785Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.1475 5.3625C16.0335 5.29667 15.9042 5.26202 15.7725 5.26202C15.6408 5.26202 15.5115 5.29667 15.3975 5.3625L12.75 6.6675C12.7286 6.08518 12.4822 5.53385 12.0625 5.12958C11.6429 4.7253 11.0827 4.49961 10.5 4.5H3.75C3.15326 4.5 2.58097 4.73705 2.15901 5.15901C1.73705 5.58097 1.5 6.15326 1.5 6.75V11.25C1.5 11.8467 1.73705 12.419 2.15901 12.841C2.58097 13.2629 3.15326 13.5 3.75 13.5H10.5C11.0827 13.5004 11.6429 13.2747 12.0625 12.8704C12.4822 12.4661 12.7286 11.9148 12.75 11.3325L15.42 12.6675C15.5222 12.7199 15.6351 12.7481 15.75 12.75C15.8904 12.7505 16.0281 12.7115 16.1475 12.6375C16.2556 12.5699 16.3447 12.476 16.4063 12.3644C16.468 12.2529 16.5003 12.1275 16.5 12V6C16.5003 5.87254 16.468 5.74712 16.4063 5.63558C16.3447 5.52404 16.2556 5.43005 16.1475 5.3625ZM11.25 11.25C11.25 11.4489 11.171 11.6397 11.0303 11.7803C10.8897 11.921 10.6989 12 10.5 12H3.75C3.55109 12 3.36032 11.921 3.21967 11.7803C3.07902 11.6397 3 11.4489 3 11.25V6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H10.5C10.6989 6 10.8897 6.07902 11.0303 6.21967C11.171 6.36032 11.25 6.55109 11.25 6.75V11.25ZM15 10.785L12.75 9.66V8.34L15 7.215V10.785Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger:hover,
.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.wpte-gallery-wrapper .wp-travel-engine-image-gal-popup {
  margin-right: 16px;
}
.wpte-gallery-wrapper
  .wp-travel-engine-image-gal-popup
  .wte-trip-image-gal-popup-trigger::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.25 0H2.75C2.15326 0 1.58097 0.237053 1.15901 0.65901C0.737053 1.08097 0.5 1.65326 0.5 2.25V9.75C0.5 10.3467 0.737053 10.919 1.15901 11.341C1.58097 11.7629 2.15326 12 2.75 12H13.25C13.8467 12 14.419 11.7629 14.841 11.341C15.2629 10.919 15.5 10.3467 15.5 9.75V2.25C15.5 1.65326 15.2629 1.08097 14.841 0.65901C14.419 0.237053 13.8467 0 13.25 0ZM2.75 10.5C2.55109 10.5 2.36032 10.421 2.21967 10.2803C2.07902 10.1397 2 9.94891 2 9.75V7.935L4.475 5.4675C4.6152 5.33008 4.80369 5.25311 5 5.25311C5.19631 5.25311 5.3848 5.33008 5.525 5.4675L10.5575 10.5H2.75ZM14 9.75C14 9.94891 13.921 10.1397 13.7803 10.2803C13.6397 10.421 13.4489 10.5 13.25 10.5H12.6725L9.815 7.6275L10.475 6.9675C10.6152 6.83008 10.8037 6.75311 11 6.75311C11.1963 6.75311 11.3848 6.83008 11.525 6.9675L14 9.435V9.75ZM14 7.32L12.59 5.9175C12.1625 5.50682 11.5928 5.27747 11 5.27747C10.4072 5.27747 9.83746 5.50682 9.41 5.9175L8.75 6.5775L6.59 4.4175C6.16254 4.00682 5.59277 3.77747 5 3.77747C4.40723 3.77747 3.83746 4.00682 3.41 4.4175L2 5.82V2.25C2 2.05109 2.07902 1.86032 2.21967 1.71967C2.36032 1.57902 2.55109 1.5 2.75 1.5H13.25C13.4489 1.5 13.6397 1.57902 13.7803 1.71967C13.921 1.86032 14 2.05109 14 2.25V7.32Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.25 0H2.75C2.15326 0 1.58097 0.237053 1.15901 0.65901C0.737053 1.08097 0.5 1.65326 0.5 2.25V9.75C0.5 10.3467 0.737053 10.919 1.15901 11.341C1.58097 11.7629 2.15326 12 2.75 12H13.25C13.8467 12 14.419 11.7629 14.841 11.341C15.2629 10.919 15.5 10.3467 15.5 9.75V2.25C15.5 1.65326 15.2629 1.08097 14.841 0.65901C14.419 0.237053 13.8467 0 13.25 0ZM2.75 10.5C2.55109 10.5 2.36032 10.421 2.21967 10.2803C2.07902 10.1397 2 9.94891 2 9.75V7.935L4.475 5.4675C4.6152 5.33008 4.80369 5.25311 5 5.25311C5.19631 5.25311 5.3848 5.33008 5.525 5.4675L10.5575 10.5H2.75ZM14 9.75C14 9.94891 13.921 10.1397 13.7803 10.2803C13.6397 10.421 13.4489 10.5 13.25 10.5H12.6725L9.815 7.6275L10.475 6.9675C10.6152 6.83008 10.8037 6.75311 11 6.75311C11.1963 6.75311 11.3848 6.83008 11.525 6.9675L14 9.435V9.75ZM14 7.32L12.59 5.9175C12.1625 5.50682 11.5928 5.27747 11 5.27747C10.4072 5.27747 9.83746 5.50682 9.41 5.9175L8.75 6.5775L6.59 4.4175C6.16254 4.00682 5.59277 3.77747 5 3.77747C4.40723 3.77747 3.83746 4.00682 3.41 4.4175L2 5.82V2.25C2 2.05109 2.07902 1.86032 2.21967 1.71967C2.36032 1.57902 2.55109 1.5 2.75 1.5H13.25C13.4489 1.5 13.6397 1.57902 13.7803 1.71967C13.921 1.86032 14 2.05109 14 2.25V7.32Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.wpte-trip-feat-img-gallery {
  position: relative;
}
.wpte-trip-feat-img-gallery .owl-next,
.wpte-trip-feat-img-gallery .owl-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff !important;
  box-shadow: 0px 4px 8px rgba(33, 131, 223, 0.18),
    0px 0px 2px rgba(33, 131, 223, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
  font-size: 16px !important;
  z-index: 1;
}
.wpte-trip-feat-img-gallery .owl-next::before,
.wpte-trip-feat-img-gallery .owl-next::after,
.wpte-trip-feat-img-gallery .owl-prev::before,
.wpte-trip-feat-img-gallery .owl-prev::after {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  background-image: none;
  width: 1em;
  height: 1em;
}
.wpte-trip-feat-img-gallery .owl-next span,
.wpte-trip-feat-img-gallery .owl-prev span {
  display: none;
}
.wpte-trip-feat-img-gallery .owl-prev {
  left: 16px;
}
.wpte-trip-feat-img-gallery .owl-prev:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.wpte-trip-feat-img-gallery .owl-next {
  right: 16px;
}
.wpte-trip-feat-img-gallery .owl-next::after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.wpte-gallery-wrapper + .entry-content {
  margin-top: 0;
}
body.single-trip {
  overflow-x: hidden;
}
.wpte-gallery-wrapper__multi-banners {
  margin: 0 0 48px;
  width: 100%;
}
.wpte-gallery-wrapper__multi-banners img {
  vertical-align: top;
}
.wpte-gallery-wrapper__multi-banners .wpte-gallery-container {
  padding: 20px;
  left: auto;
  right: 0;
}
.wpte-gallery-wrapper__multi-banners .wpte-multi-banner-image {
  background-color: #efefef;
  overflow: hidden;
  transition: all 0.7s ease-out;
}
.wpte-gallery-wrapper__multi-banners .wpte-multi-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .wpte-gallery-wrapper__multi-banners
    .banner-layout-default
    .splide.single-trip-main-carousel
    img {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .wpte-gallery-wrapper__multi-banners .banner-layout-default img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wpte-gallery-wrapper__multi-banners .banner-layout-1 {
  overflow: hidden;
}
.wpte-gallery-wrapper__multi-banners .banner-layout-1 .wpte-trip-feat-img {
  text-align: center;
}
.wpte-gallery-wrapper__multi-banners .banner-layout-1 .wpte-trip-feat-img img {
  width: auto;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}
.wpte-gallery-wrapper__multi-banners .banner-layout-1 .wpte-gallery-container {
  padding: 40px 60px;
}
.wpte-gallery-wrapper__multi-banners .banner-layout-1::after {
  content: "";
  width: 100%;
  height: 80px;
  background-color: var(
    --wp--preset--color--base,
    var(--tmp-background-color, #fff)
  );
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%271440%27 height=%2780%27 viewBox=%270 0 1440 80%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0_38_4%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%271440%27 height=%2780%27%3E%3Crect width=%271440%27 height=%2780%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_38_4%29%27%3E%3Cpath d=%27M1439.89 32.8057C1438.25 29.8957 1436.64 30.4357 1434.03 25.3557C1428.62 29.2257 1423.41 38.5857 1418.39 29.1257C1413.11 31.6157 1406.78 27.9157 1400.34 33.0257C1393.9 27.3357 1387.41 28.7457 1381.74 31.7757C1374.02 34.2057 1369.32 19.1857 1361.21 23.4957C1351.4 20.7157 1341 37.4657 1331.26 34.6257C1324.21 26.3457 1316.72 27.1157 1309.74 30.5057C1306.84 32.9957 1305.07 29.8357 1302.63 27.2757C1298.93 21.3357 1295.55 21.4957 1291.14 23.5657C1284.32 24.4957 1276.89 19.8257 1270.07 23.6957C1263.09 21.3357 1259.58 24.9757 1252.47 18.1357C1249.9 20.8857 1244.94 14.9357 1242.66 18.0757C1239.51 17.2157 1238.35 22.9957 1234.65 21.9757C1229.73 23.1857 1223.68 23.4157 1218.69 21.8457C1218.69 22.9557 1216.75 21.9857 1216.45 21.2457L1216.51 21.1857C1212.17 19.8457 1197.62 20.7657 1201.42 21.2857C1201.32 22.7257 1192.31 21.7657 1182.73 22.9157C1173.14 25.2157 1163 18.8557 1160.65 22.5657C1154.22 24.8957 1147.91 16.8157 1141.64 20.7757C1135.37 23.2057 1129.06 20.5857 1122.63 18.9557C1111.3 19.1157 1099.33 9.87572 1088.01 18.8557C1081.44 20.7757 1076.13 18.4357 1069.44 20.9057C1061.78 21.9257 1053.84 13.5257 1046.24 16.9157C1042.64 11.3557 1041.23 17.8757 1037.36 20.9057C1034.76 21.3557 1031.96 28.2857 1029.39 20.6857C1025.33 25.6757 1021.95 25.0357 1017.74 24.4857C1013.2 22.2857 1007.99 27.8057 1003.39 24.3857C999.37 27.2957 994.8 24.8957 990.87 24.2857C990.04 24.9857 989.04 24.7057 988.72 25.7557C983.34 21.8257 977.91 31.9557 972.66 29.8457C964.04 30.5157 955.29 31.2557 946.67 29.8157C938.72 26.7457 930.64 31.1557 922.73 29.7557C916.2 25.0857 910.25 33.9057 903.88 33.0757C899.21 34.4857 895.77 35.9157 892.32 31.3457C889.33 25.0157 886.98 30.7357 883.38 25.0457C876.91 23.3157 871.77 16.1957 864.4 18.9057C855.16 12.9657 847.7 7.62572 838.34 15.2957C833.19 15.1657 829.26 16.5057 824.41 17.1457C818.58 13.7857 815.78 12.3857 810.28 13.9157C800.34 10.1157 791.81 7.23572 781.52 8.13572C775.66 3.24572 782.1 15.3757 776.05 21.1957C773.99 19.5957 769.35 21.7757 767.62 21.4857C766.36 24.3957 766.39 25.7657 765.2 25.9957C761.44 29.2857 748.31 27.3657 744.26 26.3457C739.4 23.5657 735.28 24.1757 730.39 23.0557C725.28 20.2157 719.97 27.8857 714.85 23.0857C711.05 19.2857 703.24 22.7057 699.34 22.9557C695.19 21.6157 693.42 32.5457 688.5 26.7857C684.64 25.7357 680.78 27.0057 676.95 26.5957C670.32 27.6157 664.3 34.3257 657.61 28.5157C651.69 30.4057 645.8 33.1157 639.88 28.5157C635.21 33.9457 620.64 11.1157 616.88 13.3757C614.34 14.3657 612.54 23.4457 609.77 18.9057C606.46 22.3257 602.4 22.7357 599.06 21.1057C598.09 21.9057 597.19 15.9957 595.91 22.5757C593.69 22.1557 590.5 22.4157 588.22 22.5157C579.4 25.4257 570.59 18.8057 561.77 22.5157C556.49 22.7057 551.06 22.7757 545.78 22.5457C542.43 18.9057 540.5 17.5657 537.41 19.7357C535.48 18.1057 532.87 24.0157 531.07 18.5857C529.56 17.3757 528.85 17.5957 527.56 15.1657C523.92 16.7957 519.61 15.3557 515.21 13.4357C512.51 14.8057 510.35 15.3857 507.75 13.8157C507.65 15.3457 506.53 13.6257 505.98 15.3157C500.61 18.6057 492.66 15.8557 486.84 15.2157C477.35 13.2957 467.57 15.5057 458.11 15.3157C454.51 16.2457 451.35 15.4157 447.78 13.3357C445.01 11.8357 442.12 8.41572 439.35 13.3957C434.91 19.2757 430.21 11.1557 425.84 13.2657C419.63 12.1457 414.93 16.3357 408.4 17.0357C402.32 16.3357 399.84 21.3457 394.47 20.7757C388.68 19.5257 382.79 18.4757 377 18.8257C371.98 15.6957 366.9 15.8557 361.88 18.8257C356.28 21.5057 350.68 18.8257 345.08 18.8557C339.45 16.6157 334.37 12.4657 328.74 16.8457C327.1 14.5157 325.46 14.9257 323.88 17.3257C323.4 19.3357 322.79 18.1557 321.98 19.5657C319.21 18.6057 317.25 19.2457 314.03 20.6557C309.27 18.7057 305.73 21.0357 301.26 22.0257C293.28 25.2557 283.95 22.5357 275.71 22.2457C268.34 22.7257 270.85 20.9957 266.54 27.5457C264.19 32.1157 264.74 26.7757 261.91 29.7857C257.82 27.7757 252.93 31.3557 248.78 29.6857C241.09 32.3057 233.43 29.2057 225.74 29.6857C216.79 33.2957 208.08 22.4957 199.42 25.5657C192.05 23.6157 185.01 32.5457 177.64 32.9257C172.36 31.1357 169.76 36.1557 165.22 28.1357C161.29 25.0957 157.08 15.8357 152 19.6657C144.41 20.0857 135.79 19.8257 128.06 19.8857C119.57 20.0157 107.79 33.5557 100.23 28.1557C91.58 27.7357 82.79 26.1057 73.66 26.2357C65.84 31.5357 57.83 23.8057 49.46 28.0557C45.98 24.7657 41.93 33.9057 38.52 27.9957C33.08 34.5157 32.7 21.9057 30.9 21.3957C26.78 30.1557 24.85 21.6857 21.28 26.2857C17.87 32.0657 15.46 20.9857 12.11 16.9257C9.82999 21.9457 8.12 21.1157 5.87 18.9057C3.14 8.87572 -0.499987 25.0757 -3.32999 18.8057C-9.69999 23.0857 -16.1 18.5157 -22.47 18.8057C-27.07 17.7157 -36.82 19.1857 -40.87 18.8657C-43.54 22.4157 -43.16 28.9657 -44.8 24.3257C-46.44 21.4157 -48.05 32.9557 -50.66 27.8757C-56.07 31.7457 -61.28 37.1057 -66.3 27.6457C-71.58 30.1357 -78.12 25.4357 -84.56 30.5457C-90.99 24.8557 -97.28 31.2657 -102.95 34.2957C-110.67 36.7257 -115.37 21.7057 -123.48 26.0157C-133.29 23.2357 -143.69 28.9857 -153.43 26.1457C-160.48 17.8657 -167.97 18.6357 -174.95 22.0257C-177.85 24.5157 -179.61 21.3557 -182.06 18.7957C-185.76 12.8557 -189.14 13.0157 -193.55 15.0857C-200.37 16.0157 -207.8 11.3457 -214.62 15.2157C-221.6 12.8557 -225.11 16.4957 -232.22 9.65572C-234.79 12.4057 -239.75 6.45572 -242.03 9.59572C-245.18 8.73572 -246.34 14.5157 -250.04 13.4957C-254.96 14.7057 -261.01 14.9357 -266 13.3657C-266 13.5957 -265.94 14.2057 -265.84 15.1057C-266 14.3457 -266.11 13.8557 -266.16 13.7257L-266.1 13.6657C-270.44 12.3257 -284.99 13.2457 -281.19 13.7657C-281.29 15.2057 -290.3 14.2457 -299.88 15.3957C-309.47 17.6957 -319.61 11.3357 -321.96 15.0457C-328.39 17.3757 -334.7 9.29572 -340.97 13.2557C-347.24 15.6857 -353.55 13.0657 -359.98 11.4357C-371.31 11.5957 -383.28 2.35572 -394.6 11.3357C-401.17 13.2557 -406.48 10.9157 -413.17 13.3857C-420.83 14.4057 -428.77 6.00572 -436.37 9.39572C-439.97 3.83572 -441.38 10.3557 -445.25 13.3857C-447.85 13.8357 -450.65 20.7657 -453.22 13.1657C-457.28 18.1557 -460.66 17.5157 -464.87 16.9657C-469.41 14.7657 -474.62 20.2857 -479.22 16.8657C-479.48 17.0557 -479.74 17.2157 -480 17.3657V56.6257C-473.65 60.5057 -465.35 58.8957 -460.01 53.9357C-454.87 52.6257 -451.55 48.2457 -445.47 49.5557C-438.42 42.2657 -431.35 51.0557 -424.3 49.5557C-417 52.0757 -407.41 53.0057 -400.23 49.6857C-396.47 48.2157 -396.08 38.6657 -393.06 44.3857C-389.84 36.3357 -384.28 45.9557 -381.03 45.4357C-370.89 41.5357 -360.69 55.4657 -350.65 53.2357C-343.87 58.9257 -338.46 59.5357 -331.22 60.4857C-321.54 60.3257 -312.66 61.0257 -303.55 56.3657C-295.03 46.2657 -287.66 51.6957 -278.42 53.1357C-274.6 46.9957 -271.22 58.4357 -267.32 55.0557C-263.78 50.9057 -260.15 51.1557 -256.61 54.9957C-256.61 53.3557 -257.31 50.6057 -258.33 46.7257C-256.49 47.6057 -254.53 48.2257 -251.36 49.6457C-247.82 49.3257 -244.31 48.7557 -240.77 49.6457C-235.53 49.6157 -227.64 50.6357 -223.3 48.5957C-221.4 44.0557 -220.79 46.1657 -218.44 45.1157C-215.67 38.0557 -213.23 41.6957 -210.27 44.2257C-205.44 45.2457 -202.58 46.9057 -198.43 46.9457C-194.73 48.6757 -193.51 54.2657 -189.16 49.3457C-187.65 55.6457 -189.19 56.2457 -189.26 56.7957C-184.72 55.6157 -179.61 60.9457 -174.75 58.2357C-170.53 57.6257 -167 60.5657 -162.56 60.5957C-151.62 67.2457 -140.2 62.2557 -129.65 59.1557C-120.87 49.6057 -110.28 58.3857 -101.31 58.7357C-92.17 58.8357 -84.93 60.3357 -75.86 53.2057C-67.95 46.9057 -57.91 54.7057 -50.44 52.9857C-48.03 49.3457 -48.32 57.5557 -46.74 50.0157C-44.75 44.6457 -42.17 49.8257 -40.02 48.7657C-37.99 45.1257 -35.97 46.4057 -33.94 47.4257C-31.49 54.9357 -27.51 48.7057 -25.48 46.1457C-22.13 44.0057 -21.56 37.0057 -17.05 42.3457C-12.93 47.2957 -8.75 47.2957 -4.63 42.4757C-0.480005 43.4357 -0.190009 41.0057 2.95999 42.5057C6.26999 38.4757 12.56 41.4057 16.51 40.1557C20.34 40.3157 23.87 45.2557 27.63 41.6157C32.71 41.3257 37.48 50.6157 42.05 44.8057C45.17 47.1657 48.13 41.7557 51.28 42.3057C55.56 39.9057 64.08 43.7157 68.43 42.0857C75.25 42.9157 79.56 38.2857 85.67 44.8657C87.66 54.8057 89.53 46.3357 91.49 46.7557C93.61 49.3457 94.74 46.1457 96.7 50.8157C100.69 52.1557 107.38 41.8657 111.95 44.4257C117.55 49.5057 123.92 45.3557 129.58 44.7757C132.77 45.5757 137.05 47.9057 140.13 44.5157C146.69 46.4357 146.5 42.1657 151.91 42.1657C153.68 43.7957 156.57 51.3357 159.47 51.1457C161.56 53.4457 165.87 49.4857 168.32 53.2257C173.34 53.9257 178.39 62.3357 183.34 58.4957C186.59 62.4257 192.22 56.3857 195.5 58.8457C199.65 56.8357 202.42 54.0557 207.02 55.0157C210.59 55.7457 215.51 54.4057 219.02 55.4657C220.89 59.5857 222.46 62.8157 224.49 58.4657C227.48 53.7657 230.38 55.6557 233.34 59.1657C236.88 67.3757 240.8 58.1457 244.63 62.2357C248.78 56.0057 253.64 67.3157 257.85 62.3957C261.74 66.8357 265.64 69.0757 269.53 62.3957C275.51 64.9157 280.63 63.7357 286.42 60.5057C292.37 58.1457 300.67 55.2357 306.63 60.9557C310.75 63.6357 314.8 67.0557 318.95 64.6657C324.19 65.7857 328.92 67.5057 333.97 68.8557C338.12 71.0957 351.6 70.6457 355.65 69.3957C354.97 58.2757 368.26 62.6857 373.6 64.2557C383.09 64.9957 391.55 63.1357 401.11 66.0757C409.54 66.3657 415.65 72.2457 423.79 71.1257C429.81 70.4857 439.23 74.7657 445.31 71.3457C451.81 70.7057 457.66 71.0857 464.36 64.6057C472.08 67.5457 478.71 67.3857 486.33 66.0757C492.09 65.3057 497.85 67.4457 503.61 66.0757C506.31 65.4657 509.01 69.1457 511.65 65.7557C514.13 64.2857 516.35 63.1657 518.79 62.7857C520.3 61.1557 522.2 62.4957 523.65 62.1457C527.12 61.5057 529.67 59.8457 533.14 56.2657C536.13 52.8457 540.41 53.2657 543.72 53.3257C547.35 52.8757 549.9 54.6957 553.63 52.6257C558.87 50.3257 562.22 50.7357 566.76 45.1457C575.16 41.1557 586.8 43.0957 596.1 42.5257C605.33 38.5957 612.48 45.7857 620.97 41.8157C625.57 37.6257 626.85 43.5557 631.81 41.5757C634.74 36.2357 642.17 46.1257 645.13 46.8657C651.44 49.6157 655.97 49.7057 662.02 44.2757C665.46 46.9957 669.39 43.3857 673.09 43.1257C674.18 39.7357 675.44 40.8557 676.53 43.5057C677.24 45.1957 677.72 43.6657 678.88 46.6057C681.94 43.9257 685.41 46.1857 687.95 44.0457C696.8 43.4657 705.81 46.4057 714.82 45.0657C720.35 46.4357 725.88 40.7157 731.42 45.0357C739.43 49.1557 746.54 46.5657 752.94 48.1657C757.32 45.4857 763.59 46.7957 769.06 42.5457C776.3 38.7457 781.52 49.8057 790.04 40.7157C795.73 45.0957 801.75 47.4557 807.7 45.5757C813.91 49.9257 823.27 55.7657 831.03 53.3457C833.25 55.1657 833.6 49.2857 835.82 49.6757C838.43 47.6257 843.61 53.1557 846.63 49.8057C852.33 50.0657 860.21 59.3957 864.81 48.0757C868.86 46.0957 868.35 45.2957 874.24 44.2457C878.16 45.7457 881.7 46.3857 885.59 46.2557C888.17 44.4357 890.84 44.5957 893.41 46.1957C898.4 49.1057 900.62 42.0457 904.93 48.9157C911.11 47.6357 918.03 48.8557 924.65 55.3357C934.43 58.6957 945.41 67.4757 955.93 62.5557C963.33 61.0257 970.73 63.7657 978.13 62.4257C985.53 62.4257 992.93 59.7757 1000.33 62.4857C1006.83 68.3657 1016.54 66.9957 1022.53 61.4357C1027.67 60.1257 1030.99 55.7457 1037.07 57.0557C1044.12 49.7657 1051.19 58.5557 1058.24 57.0557C1065.54 59.5757 1075.13 60.5057 1082.31 57.1857C1086.07 55.7157 1086.46 46.1657 1089.48 51.8857C1092.7 43.8357 1098.26 53.4557 1101.51 52.9357C1111.65 49.0357 1121.85 62.9657 1131.89 60.7357C1138.67 66.4257 1144.08 67.0357 1151.32 67.9857C1161 67.8257 1169.88 68.5257 1178.99 63.8657C1187.51 53.7657 1194.88 59.1957 1204.12 60.6357C1207.94 54.4957 1211.32 65.9357 1215.22 62.5557C1217.65 59.6957 1220.13 58.9257 1222.59 59.9657C1224.01 60.5657 1225.51 59.3557 1225.15 57.8657L1225.13 57.7757C1224.79 56.3757 1226.18 55.1757 1227.51 55.7357C1229.03 56.3757 1230.78 56.9957 1233.26 58.1057C1236.8 57.7857 1240.31 57.2157 1243.85 58.1057C1249.09 58.0757 1256.98 59.0957 1261.32 57.0557C1263.22 52.5157 1263.83 54.6257 1266.18 53.5757C1268.95 46.5157 1271.39 50.1557 1274.35 52.6857C1279.18 53.7057 1282.04 55.3657 1286.19 55.4057C1289.89 57.1357 1291.11 62.7257 1295.46 57.8057C1296.97 64.1057 1295.43 64.7057 1295.36 65.2557C1299.9 64.0757 1305.01 69.4057 1309.87 66.6957C1314.08 66.0857 1317.62 69.0257 1322.06 69.0557C1333 75.7057 1344.42 70.7157 1354.97 67.6157C1363.75 58.0657 1374.34 55.8457 1383.31 56.1957C1392.45 56.2957 1399.69 57.7957 1408.76 50.6657C1416.67 44.3657 1426.71 52.1657 1434.18 50.4457C1436.59 46.8057 1436.3 55.0157 1437.88 47.4757C1438.52 45.7657 1439.28 45.11 1440 45V37C1440 33.5 1439.85 32.9257 1439.81 32.8057H1439.89Z%27 fill=%27white%27/%3E%3C/g%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%271440%27 height=%2780%27 viewBox=%270 0 1440 80%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0_38_4%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%271440%27 height=%2780%27%3E%3Crect width=%271440%27 height=%2780%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_38_4%29%27%3E%3Cpath d=%27M1439.89 32.8057C1438.25 29.8957 1436.64 30.4357 1434.03 25.3557C1428.62 29.2257 1423.41 38.5857 1418.39 29.1257C1413.11 31.6157 1406.78 27.9157 1400.34 33.0257C1393.9 27.3357 1387.41 28.7457 1381.74 31.7757C1374.02 34.2057 1369.32 19.1857 1361.21 23.4957C1351.4 20.7157 1341 37.4657 1331.26 34.6257C1324.21 26.3457 1316.72 27.1157 1309.74 30.5057C1306.84 32.9957 1305.07 29.8357 1302.63 27.2757C1298.93 21.3357 1295.55 21.4957 1291.14 23.5657C1284.32 24.4957 1276.89 19.8257 1270.07 23.6957C1263.09 21.3357 1259.58 24.9757 1252.47 18.1357C1249.9 20.8857 1244.94 14.9357 1242.66 18.0757C1239.51 17.2157 1238.35 22.9957 1234.65 21.9757C1229.73 23.1857 1223.68 23.4157 1218.69 21.8457C1218.69 22.9557 1216.75 21.9857 1216.45 21.2457L1216.51 21.1857C1212.17 19.8457 1197.62 20.7657 1201.42 21.2857C1201.32 22.7257 1192.31 21.7657 1182.73 22.9157C1173.14 25.2157 1163 18.8557 1160.65 22.5657C1154.22 24.8957 1147.91 16.8157 1141.64 20.7757C1135.37 23.2057 1129.06 20.5857 1122.63 18.9557C1111.3 19.1157 1099.33 9.87572 1088.01 18.8557C1081.44 20.7757 1076.13 18.4357 1069.44 20.9057C1061.78 21.9257 1053.84 13.5257 1046.24 16.9157C1042.64 11.3557 1041.23 17.8757 1037.36 20.9057C1034.76 21.3557 1031.96 28.2857 1029.39 20.6857C1025.33 25.6757 1021.95 25.0357 1017.74 24.4857C1013.2 22.2857 1007.99 27.8057 1003.39 24.3857C999.37 27.2957 994.8 24.8957 990.87 24.2857C990.04 24.9857 989.04 24.7057 988.72 25.7557C983.34 21.8257 977.91 31.9557 972.66 29.8457C964.04 30.5157 955.29 31.2557 946.67 29.8157C938.72 26.7457 930.64 31.1557 922.73 29.7557C916.2 25.0857 910.25 33.9057 903.88 33.0757C899.21 34.4857 895.77 35.9157 892.32 31.3457C889.33 25.0157 886.98 30.7357 883.38 25.0457C876.91 23.3157 871.77 16.1957 864.4 18.9057C855.16 12.9657 847.7 7.62572 838.34 15.2957C833.19 15.1657 829.26 16.5057 824.41 17.1457C818.58 13.7857 815.78 12.3857 810.28 13.9157C800.34 10.1157 791.81 7.23572 781.52 8.13572C775.66 3.24572 782.1 15.3757 776.05 21.1957C773.99 19.5957 769.35 21.7757 767.62 21.4857C766.36 24.3957 766.39 25.7657 765.2 25.9957C761.44 29.2857 748.31 27.3657 744.26 26.3457C739.4 23.5657 735.28 24.1757 730.39 23.0557C725.28 20.2157 719.97 27.8857 714.85 23.0857C711.05 19.2857 703.24 22.7057 699.34 22.9557C695.19 21.6157 693.42 32.5457 688.5 26.7857C684.64 25.7357 680.78 27.0057 676.95 26.5957C670.32 27.6157 664.3 34.3257 657.61 28.5157C651.69 30.4057 645.8 33.1157 639.88 28.5157C635.21 33.9457 620.64 11.1157 616.88 13.3757C614.34 14.3657 612.54 23.4457 609.77 18.9057C606.46 22.3257 602.4 22.7357 599.06 21.1057C598.09 21.9057 597.19 15.9957 595.91 22.5757C593.69 22.1557 590.5 22.4157 588.22 22.5157C579.4 25.4257 570.59 18.8057 561.77 22.5157C556.49 22.7057 551.06 22.7757 545.78 22.5457C542.43 18.9057 540.5 17.5657 537.41 19.7357C535.48 18.1057 532.87 24.0157 531.07 18.5857C529.56 17.3757 528.85 17.5957 527.56 15.1657C523.92 16.7957 519.61 15.3557 515.21 13.4357C512.51 14.8057 510.35 15.3857 507.75 13.8157C507.65 15.3457 506.53 13.6257 505.98 15.3157C500.61 18.6057 492.66 15.8557 486.84 15.2157C477.35 13.2957 467.57 15.5057 458.11 15.3157C454.51 16.2457 451.35 15.4157 447.78 13.3357C445.01 11.8357 442.12 8.41572 439.35 13.3957C434.91 19.2757 430.21 11.1557 425.84 13.2657C419.63 12.1457 414.93 16.3357 408.4 17.0357C402.32 16.3357 399.84 21.3457 394.47 20.7757C388.68 19.5257 382.79 18.4757 377 18.8257C371.98 15.6957 366.9 15.8557 361.88 18.8257C356.28 21.5057 350.68 18.8257 345.08 18.8557C339.45 16.6157 334.37 12.4657 328.74 16.8457C327.1 14.5157 325.46 14.9257 323.88 17.3257C323.4 19.3357 322.79 18.1557 321.98 19.5657C319.21 18.6057 317.25 19.2457 314.03 20.6557C309.27 18.7057 305.73 21.0357 301.26 22.0257C293.28 25.2557 283.95 22.5357 275.71 22.2457C268.34 22.7257 270.85 20.9957 266.54 27.5457C264.19 32.1157 264.74 26.7757 261.91 29.7857C257.82 27.7757 252.93 31.3557 248.78 29.6857C241.09 32.3057 233.43 29.2057 225.74 29.6857C216.79 33.2957 208.08 22.4957 199.42 25.5657C192.05 23.6157 185.01 32.5457 177.64 32.9257C172.36 31.1357 169.76 36.1557 165.22 28.1357C161.29 25.0957 157.08 15.8357 152 19.6657C144.41 20.0857 135.79 19.8257 128.06 19.8857C119.57 20.0157 107.79 33.5557 100.23 28.1557C91.58 27.7357 82.79 26.1057 73.66 26.2357C65.84 31.5357 57.83 23.8057 49.46 28.0557C45.98 24.7657 41.93 33.9057 38.52 27.9957C33.08 34.5157 32.7 21.9057 30.9 21.3957C26.78 30.1557 24.85 21.6857 21.28 26.2857C17.87 32.0657 15.46 20.9857 12.11 16.9257C9.82999 21.9457 8.12 21.1157 5.87 18.9057C3.14 8.87572 -0.499987 25.0757 -3.32999 18.8057C-9.69999 23.0857 -16.1 18.5157 -22.47 18.8057C-27.07 17.7157 -36.82 19.1857 -40.87 18.8657C-43.54 22.4157 -43.16 28.9657 -44.8 24.3257C-46.44 21.4157 -48.05 32.9557 -50.66 27.8757C-56.07 31.7457 -61.28 37.1057 -66.3 27.6457C-71.58 30.1357 -78.12 25.4357 -84.56 30.5457C-90.99 24.8557 -97.28 31.2657 -102.95 34.2957C-110.67 36.7257 -115.37 21.7057 -123.48 26.0157C-133.29 23.2357 -143.69 28.9857 -153.43 26.1457C-160.48 17.8657 -167.97 18.6357 -174.95 22.0257C-177.85 24.5157 -179.61 21.3557 -182.06 18.7957C-185.76 12.8557 -189.14 13.0157 -193.55 15.0857C-200.37 16.0157 -207.8 11.3457 -214.62 15.2157C-221.6 12.8557 -225.11 16.4957 -232.22 9.65572C-234.79 12.4057 -239.75 6.45572 -242.03 9.59572C-245.18 8.73572 -246.34 14.5157 -250.04 13.4957C-254.96 14.7057 -261.01 14.9357 -266 13.3657C-266 13.5957 -265.94 14.2057 -265.84 15.1057C-266 14.3457 -266.11 13.8557 -266.16 13.7257L-266.1 13.6657C-270.44 12.3257 -284.99 13.2457 -281.19 13.7657C-281.29 15.2057 -290.3 14.2457 -299.88 15.3957C-309.47 17.6957 -319.61 11.3357 -321.96 15.0457C-328.39 17.3757 -334.7 9.29572 -340.97 13.2557C-347.24 15.6857 -353.55 13.0657 -359.98 11.4357C-371.31 11.5957 -383.28 2.35572 -394.6 11.3357C-401.17 13.2557 -406.48 10.9157 -413.17 13.3857C-420.83 14.4057 -428.77 6.00572 -436.37 9.39572C-439.97 3.83572 -441.38 10.3557 -445.25 13.3857C-447.85 13.8357 -450.65 20.7657 -453.22 13.1657C-457.28 18.1557 -460.66 17.5157 -464.87 16.9657C-469.41 14.7657 -474.62 20.2857 -479.22 16.8657C-479.48 17.0557 -479.74 17.2157 -480 17.3657V56.6257C-473.65 60.5057 -465.35 58.8957 -460.01 53.9357C-454.87 52.6257 -451.55 48.2457 -445.47 49.5557C-438.42 42.2657 -431.35 51.0557 -424.3 49.5557C-417 52.0757 -407.41 53.0057 -400.23 49.6857C-396.47 48.2157 -396.08 38.6657 -393.06 44.3857C-389.84 36.3357 -384.28 45.9557 -381.03 45.4357C-370.89 41.5357 -360.69 55.4657 -350.65 53.2357C-343.87 58.9257 -338.46 59.5357 -331.22 60.4857C-321.54 60.3257 -312.66 61.0257 -303.55 56.3657C-295.03 46.2657 -287.66 51.6957 -278.42 53.1357C-274.6 46.9957 -271.22 58.4357 -267.32 55.0557C-263.78 50.9057 -260.15 51.1557 -256.61 54.9957C-256.61 53.3557 -257.31 50.6057 -258.33 46.7257C-256.49 47.6057 -254.53 48.2257 -251.36 49.6457C-247.82 49.3257 -244.31 48.7557 -240.77 49.6457C-235.53 49.6157 -227.64 50.6357 -223.3 48.5957C-221.4 44.0557 -220.79 46.1657 -218.44 45.1157C-215.67 38.0557 -213.23 41.6957 -210.27 44.2257C-205.44 45.2457 -202.58 46.9057 -198.43 46.9457C-194.73 48.6757 -193.51 54.2657 -189.16 49.3457C-187.65 55.6457 -189.19 56.2457 -189.26 56.7957C-184.72 55.6157 -179.61 60.9457 -174.75 58.2357C-170.53 57.6257 -167 60.5657 -162.56 60.5957C-151.62 67.2457 -140.2 62.2557 -129.65 59.1557C-120.87 49.6057 -110.28 58.3857 -101.31 58.7357C-92.17 58.8357 -84.93 60.3357 -75.86 53.2057C-67.95 46.9057 -57.91 54.7057 -50.44 52.9857C-48.03 49.3457 -48.32 57.5557 -46.74 50.0157C-44.75 44.6457 -42.17 49.8257 -40.02 48.7657C-37.99 45.1257 -35.97 46.4057 -33.94 47.4257C-31.49 54.9357 -27.51 48.7057 -25.48 46.1457C-22.13 44.0057 -21.56 37.0057 -17.05 42.3457C-12.93 47.2957 -8.75 47.2957 -4.63 42.4757C-0.480005 43.4357 -0.190009 41.0057 2.95999 42.5057C6.26999 38.4757 12.56 41.4057 16.51 40.1557C20.34 40.3157 23.87 45.2557 27.63 41.6157C32.71 41.3257 37.48 50.6157 42.05 44.8057C45.17 47.1657 48.13 41.7557 51.28 42.3057C55.56 39.9057 64.08 43.7157 68.43 42.0857C75.25 42.9157 79.56 38.2857 85.67 44.8657C87.66 54.8057 89.53 46.3357 91.49 46.7557C93.61 49.3457 94.74 46.1457 96.7 50.8157C100.69 52.1557 107.38 41.8657 111.95 44.4257C117.55 49.5057 123.92 45.3557 129.58 44.7757C132.77 45.5757 137.05 47.9057 140.13 44.5157C146.69 46.4357 146.5 42.1657 151.91 42.1657C153.68 43.7957 156.57 51.3357 159.47 51.1457C161.56 53.4457 165.87 49.4857 168.32 53.2257C173.34 53.9257 178.39 62.3357 183.34 58.4957C186.59 62.4257 192.22 56.3857 195.5 58.8457C199.65 56.8357 202.42 54.0557 207.02 55.0157C210.59 55.7457 215.51 54.4057 219.02 55.4657C220.89 59.5857 222.46 62.8157 224.49 58.4657C227.48 53.7657 230.38 55.6557 233.34 59.1657C236.88 67.3757 240.8 58.1457 244.63 62.2357C248.78 56.0057 253.64 67.3157 257.85 62.3957C261.74 66.8357 265.64 69.0757 269.53 62.3957C275.51 64.9157 280.63 63.7357 286.42 60.5057C292.37 58.1457 300.67 55.2357 306.63 60.9557C310.75 63.6357 314.8 67.0557 318.95 64.6657C324.19 65.7857 328.92 67.5057 333.97 68.8557C338.12 71.0957 351.6 70.6457 355.65 69.3957C354.97 58.2757 368.26 62.6857 373.6 64.2557C383.09 64.9957 391.55 63.1357 401.11 66.0757C409.54 66.3657 415.65 72.2457 423.79 71.1257C429.81 70.4857 439.23 74.7657 445.31 71.3457C451.81 70.7057 457.66 71.0857 464.36 64.6057C472.08 67.5457 478.71 67.3857 486.33 66.0757C492.09 65.3057 497.85 67.4457 503.61 66.0757C506.31 65.4657 509.01 69.1457 511.65 65.7557C514.13 64.2857 516.35 63.1657 518.79 62.7857C520.3 61.1557 522.2 62.4957 523.65 62.1457C527.12 61.5057 529.67 59.8457 533.14 56.2657C536.13 52.8457 540.41 53.2657 543.72 53.3257C547.35 52.8757 549.9 54.6957 553.63 52.6257C558.87 50.3257 562.22 50.7357 566.76 45.1457C575.16 41.1557 586.8 43.0957 596.1 42.5257C605.33 38.5957 612.48 45.7857 620.97 41.8157C625.57 37.6257 626.85 43.5557 631.81 41.5757C634.74 36.2357 642.17 46.1257 645.13 46.8657C651.44 49.6157 655.97 49.7057 662.02 44.2757C665.46 46.9957 669.39 43.3857 673.09 43.1257C674.18 39.7357 675.44 40.8557 676.53 43.5057C677.24 45.1957 677.72 43.6657 678.88 46.6057C681.94 43.9257 685.41 46.1857 687.95 44.0457C696.8 43.4657 705.81 46.4057 714.82 45.0657C720.35 46.4357 725.88 40.7157 731.42 45.0357C739.43 49.1557 746.54 46.5657 752.94 48.1657C757.32 45.4857 763.59 46.7957 769.06 42.5457C776.3 38.7457 781.52 49.8057 790.04 40.7157C795.73 45.0957 801.75 47.4557 807.7 45.5757C813.91 49.9257 823.27 55.7657 831.03 53.3457C833.25 55.1657 833.6 49.2857 835.82 49.6757C838.43 47.6257 843.61 53.1557 846.63 49.8057C852.33 50.0657 860.21 59.3957 864.81 48.0757C868.86 46.0957 868.35 45.2957 874.24 44.2457C878.16 45.7457 881.7 46.3857 885.59 46.2557C888.17 44.4357 890.84 44.5957 893.41 46.1957C898.4 49.1057 900.62 42.0457 904.93 48.9157C911.11 47.6357 918.03 48.8557 924.65 55.3357C934.43 58.6957 945.41 67.4757 955.93 62.5557C963.33 61.0257 970.73 63.7657 978.13 62.4257C985.53 62.4257 992.93 59.7757 1000.33 62.4857C1006.83 68.3657 1016.54 66.9957 1022.53 61.4357C1027.67 60.1257 1030.99 55.7457 1037.07 57.0557C1044.12 49.7657 1051.19 58.5557 1058.24 57.0557C1065.54 59.5757 1075.13 60.5057 1082.31 57.1857C1086.07 55.7157 1086.46 46.1657 1089.48 51.8857C1092.7 43.8357 1098.26 53.4557 1101.51 52.9357C1111.65 49.0357 1121.85 62.9657 1131.89 60.7357C1138.67 66.4257 1144.08 67.0357 1151.32 67.9857C1161 67.8257 1169.88 68.5257 1178.99 63.8657C1187.51 53.7657 1194.88 59.1957 1204.12 60.6357C1207.94 54.4957 1211.32 65.9357 1215.22 62.5557C1217.65 59.6957 1220.13 58.9257 1222.59 59.9657C1224.01 60.5657 1225.51 59.3557 1225.15 57.8657L1225.13 57.7757C1224.79 56.3757 1226.18 55.1757 1227.51 55.7357C1229.03 56.3757 1230.78 56.9957 1233.26 58.1057C1236.8 57.7857 1240.31 57.2157 1243.85 58.1057C1249.09 58.0757 1256.98 59.0957 1261.32 57.0557C1263.22 52.5157 1263.83 54.6257 1266.18 53.5757C1268.95 46.5157 1271.39 50.1557 1274.35 52.6857C1279.18 53.7057 1282.04 55.3657 1286.19 55.4057C1289.89 57.1357 1291.11 62.7257 1295.46 57.8057C1296.97 64.1057 1295.43 64.7057 1295.36 65.2557C1299.9 64.0757 1305.01 69.4057 1309.87 66.6957C1314.08 66.0857 1317.62 69.0257 1322.06 69.0557C1333 75.7057 1344.42 70.7157 1354.97 67.6157C1363.75 58.0657 1374.34 55.8457 1383.31 56.1957C1392.45 56.2957 1399.69 57.7957 1408.76 50.6657C1416.67 44.3657 1426.71 52.1657 1434.18 50.4457C1436.59 46.8057 1436.3 55.0157 1437.88 47.4757C1438.52 45.7657 1439.28 45.11 1440 45V37C1440 33.5 1439.85 32.9257 1439.81 32.8057H1439.89Z%27 fill=%27white%27/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-full
  .wpte-trip-feat-img
  img {
  width: 100%;
  height: 650px;
}
.wpte-gallery-wrapper__multi-banners .banner-layout-2 .wpte-multi-banner-layout,
.wpte-gallery-wrapper__multi-banners .banner-layout-3 .wpte-multi-banner-layout,
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-2
  .wpte-multi-banner-layout
  .wpte-multi-banner-image,
.wpte-gallery-wrapper__multi-banners
  .banner-layout-3
  .wpte-multi-banner-layout
  .wpte-multi-banner-image,
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout
  .wpte-multi-banner-image {
  border-radius: 12px;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-2
  .wpte-multi-banner-layout
  .wpte-multi-banner-image
  img,
.wpte-gallery-wrapper__multi-banners
  .banner-layout-3
  .wpte-multi-banner-layout
  .wpte-multi-banner-image
  img,
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout
  .wpte-multi-banner-image
  img {
  aspect-ratio: 324/284;
  transition: transform 0.5s ease-in-out;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-2
  .wpte-multi-banner-layout
  .wpte-multi-banner-image
  a:hover
  img,
.wpte-gallery-wrapper__multi-banners
  .banner-layout-3
  .wpte-multi-banner-layout
  .wpte-multi-banner-image
  a:hover
  img,
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout
  .wpte-multi-banner-image
  a:hover
  img {
  transform: scale(1.1);
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-2
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-2
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(n + 6) {
  display: none;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-3
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-3
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(2) {
  grid-column: 3 / span 2;
  grid-row: 1 / span 1;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-3
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(2)
  img {
  aspect-ratio: 657/284;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-3
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(n + 5) {
  display: none;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout
  .wpte-multi-banner-image {
  border-radius: 0;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(1) {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(1)
  img {
  aspect-ratio: 888/576;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(2) {
  border-top-right-radius: 12px;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(3) {
  border-bottom-right-radius: 12px;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-4
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(n + 4) {
  display: none;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-5
  .wpte-multi-banner-layout {
  display: flex;
  gap: 8px;
  padding: 0 16px;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-5
  .wpte-multi-banner-layout
  .wpte-multi-banner-image {
  flex: 1;
  height: 320px;
}
@media (max-width: 1024px) {
  .wpte-gallery-wrapper__multi-banners
    .banner-layout-5
    .wpte-multi-banner-layout
    .wpte-multi-banner-image {
    height: 200px;
  }
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-5
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:nth-child(n + 6) {
  display: none;
}
.wpte-gallery-wrapper__multi-banners
  .banner-layout-5
  .wpte-multi-banner-layout
  .wpte-multi-banner-image:hover {
  flex: 2;
}
.wpte-gallery-wrapper__multi-banners .banner-layout-1,
.wpte-gallery-wrapper__multi-banners .banner-layout-5,
.wpte-gallery-wrapper__multi-banners .banner-layout-default {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.wpte-booking-area-wrapper {
  box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(15, 29, 35, 0.1);
}
.wpte-booking-area-wrapper
  .wte-currency-switcher-drpdown
  .wte-cc-currency-list-display {
  border: none;
  border-radius: 8px 8px 0 0 !important;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  background-color: var(--wpte-primary-color, var(--primary-color));
  color: #fff;
  margin-bottom: 0 !important;
}
.wpte-booking-area-wrapper
  .wte-currency-switcher-drpdown
  .wte-cc-currency-list-display::after {
  border-color: #fff;
  height: 8px;
  width: 8px;
}
.wpte-booking-area-wrapper
  .wte-currency-switcher-drpdown
  .wte-cc-currency-list-display
  .list {
  box-shadow: none;
  border: none;
}
.wpte-booking-area-wrapper
  .wte-currency-switcher-drpdown
  .wte-cc-currency-list-display
  .list
  li {
  border-bottom: 1px solid rgba(15, 29, 35, 0.1);
}
.wpte-booking-area-wrapper
  .wte-currency-switcher-drpdown
  .wte-cc-currency-list-display
  .list
  li:hover {
  background-color: #efefef;
  color: var(--wpte-primary-color, var(--primary-color));
}
.wpte-booking-area-wrapper .wte-currency-switcher-drpdown select {
  width: 100%;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 8px 8px 0 0;
  border: none;
  padding-right: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0_3386_5033%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2720%27 height=%2720%27%3E%3Crect width=%2720%27 height=%2720%27 transform=%27matrix%28-1 -8.74228e-08 -8.74228e-08 1 20 0%29%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_3386_5033%29%27%3E%3C/g%3E%3Cpath d=%27M15 7.5L10 12.5L5 7.5%27 stroke=%27white%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A")
    no-repeat right 16px center;
  background-size: 20px;
  background-color: var(--wpte-primary-color, var(--primary-color));
  color: #fff;
  height: auto;
}
.wpte-booking-area .wpte-booking-inner-wrapper {
  position: relative;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.wpte-booking-area .wpte-custom-tooltip {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8 15.5C3.86492 15.5 0.5 12.1351 0.5 8C0.5 3.86492 3.86492 0.5 8 0.5C12.1351 0.5 15.5 3.86492 15.5 8C15.5 12.1351 12.1351 15.5 8 15.5Z%27 stroke=%27%230F1D23%27 stroke-opacity=%270.32%27/%3E%3Cpath d=%27M9.39064 8.25797C9.09564 8.3616 8.83969 8.5519 8.65706 8.80339C8.47444 9.05488 8.37386 9.35555 8.36878 9.66515V10.0178H7.35485C7.33392 9.62174 7.37219 9.22476 7.4684 8.83972C7.68165 8.37702 8.03998 7.99461 8.49026 7.74922C9.3861 7.23037 9.80053 6.69582 9.73922 6.14552C9.65066 5.35938 9.12834 4.94608 8.17914 4.89442C7.68909 4.84987 7.20015 4.99048 6.81067 5.28801C6.42119 5.58554 6.16005 6.01792 6.07976 6.49816L5 6.04894L5.17824 5.64462C5.46425 5.07546 5.9277 4.6123 6.50014 4.32354C7.07257 4.03477 7.72369 3.93568 8.35741 4.04089C9.96515 4.11838 10.8428 4.79896 10.9904 6.07026C11.0797 6.88036 10.5438 7.61071 9.38267 8.26133L9.39064 8.25797ZM8.37671 12H7.35485V10.9982H8.37671V12Z%27 fill=%27%230F1D23%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
}
.wpte-booking-area .wpte-custom-tooltip::before {
  content: attr(data-title);
  width: 200px;
  background: rgba(9, 20, 38, 0.8);
  border-radius: 5px;
  line-height: 1.4;
  font-size: 14px;
  padding: 12px;
  color: #fff;
  position: absolute;
  margin-bottom: 10px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 111;
}
.wpte-booking-area .wpte-custom-tooltip::after {
  content: "";
  border-top: 5px solid rgba(9, 20, 38, 0.8);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wpte-booking-area .wpte-custom-tooltip:hover::before,
.wpte-booking-area .wpte-custom-tooltip:hover::after {
  visibility: visible;
  opacity: 1;
}
.wpte-booking-area .wpte-bf-btn {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--wpte-primary-color, var(--primary-color));
  border: none;
  cursor: pointer;
  border-radius: 100px;
  color: #fff;
  width: 100%;
  text-decoration: none;
}
.wpte-booking-area .wpte-bf-btn:hover {
  filter: brightness(0.9);
}
.wpte-booking-area .wpte-bf-gd-text {
  display: inline-block;
  max-width: 100%;
  font-size: 13px;
  background: rgba(var(--primary-color-rgb), 0.1);
  padding: 1px 10px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 0 0;
}
.wpte-booking-area .wpte-bf-discount-tag {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
  color: #011f27;
  background: #f7bf0a;
  border-radius: 14px;
  padding: 4px 10px;
  margin: 0 0 12px 24px !important;
}
.wpte-booking-area .wpte-bf-content {
  padding: 0 24px !important;
  margin: 0 0 24px !important;
  border: none !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #566267;
}
.wpte-booking-area .wpte-bf-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpte-booking-area .wpte-bf-content ul li {
  position: relative;
  padding-left: 28px !important;
  margin-bottom: 8px;
}
.wpte-booking-area .wpte-bf-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #12b76a;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.2514 8.76988C15.7603 8.76988 15.3622 9.16805 15.3622 9.6591V16.0865C15.3622 16.4593 15.0589 16.7626 14.6861 16.7626H3.07961C2.7068 16.7626 2.40344 16.4593 2.40344 16.0865V4.47992C2.40344 4.10711 2.7068 3.80383 3.07961 3.80383H12.6007C13.0917 3.80383 13.4899 3.40566 13.4899 2.91461C13.4899 2.42355 13.0917 2.02539 12.6007 2.02539H3.07961C1.72609 2.02539 0.625 3.12648 0.625 4.47992V16.0864C0.625 17.4399 1.72609 18.541 3.07961 18.541H14.6861C16.0396 18.541 17.1407 17.4399 17.1407 16.0864V9.6591C17.1407 9.16801 16.7425 8.76988 16.2514 8.76988Z%27 fill=%27%2312B76A%27/%3E%3Cpath d=%27M17.8559 1.72057L7.96658 11.6471L5.42498 9.09635C5.07834 8.74842 4.51537 8.74749 4.16744 9.09405C3.81951 9.44069 3.8185 10.0037 4.16514 10.3516L6.98955 13.1862C7.25021 13.4481 7.59713 13.5923 7.96662 13.5923H7.96736C8.33713 13.592 8.6842 13.4474 8.94385 13.1862L19.1158 2.97581C19.4624 2.62788 19.4613 2.06479 19.1134 1.71827C18.7654 1.37163 18.2024 1.37272 17.8559 1.72057Z%27 fill=%27%2312B76A%27/%3E%3C/svg%3E%0A")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.2514 8.76988C15.7603 8.76988 15.3622 9.16805 15.3622 9.6591V16.0865C15.3622 16.4593 15.0589 16.7626 14.6861 16.7626H3.07961C2.7068 16.7626 2.40344 16.4593 2.40344 16.0865V4.47992C2.40344 4.10711 2.7068 3.80383 3.07961 3.80383H12.6007C13.0917 3.80383 13.4899 3.40566 13.4899 2.91461C13.4899 2.42355 13.0917 2.02539 12.6007 2.02539H3.07961C1.72609 2.02539 0.625 3.12648 0.625 4.47992V16.0864C0.625 17.4399 1.72609 18.541 3.07961 18.541H14.6861C16.0396 18.541 17.1407 17.4399 17.1407 16.0864V9.6591C17.1407 9.16801 16.7425 8.76988 16.2514 8.76988Z%27 fill=%27%2312B76A%27/%3E%3Cpath d=%27M17.8559 1.72057L7.96658 11.6471L5.42498 9.09635C5.07834 8.74842 4.51537 8.74749 4.16744 9.09405C3.81951 9.44069 3.8185 10.0037 4.16514 10.3516L6.98955 13.1862C7.25021 13.4481 7.59713 13.5923 7.96662 13.5923H7.96736C8.33713 13.592 8.6842 13.4474 8.94385 13.1862L19.1158 2.97581C19.4624 2.62788 19.4613 2.06479 19.1134 1.71827C18.7654 1.37163 18.2024 1.37272 17.8559 1.72057Z%27 fill=%27%2312B76A%27/%3E%3C/svg%3E%0A")
    no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.wpte-booking-area .wpte-bf-btn-wrap {
  padding: 0 24px !important;
  position: relative;
  z-index: 11;
}
.wpte-booking-area .wpte-booking-footer-text {
  margin-top: -12px;
  text-align: center;
  padding: 0 24px 24px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(86, 98, 103, 0.8);
}
.wpte-booking-area .wpte-booking-footer-text a,
.wpte-booking-area .wpte-booking-footer-text a:link {
  color: var(--wpte-primary-color, var(--primary-color));
  text-decoration: none;
}
.wpte-booking-area .wpte-booking-footer-text a:hover,
.wpte-booking-area .wpte-booking-footer-text a:link:hover {
  text-decoration: underline;
}
.wpte-booking-area .wpte-bf-price-wrap {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0;
  border: none;
  background: none;
  gap: 0 !important;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(15, 29, 35, 0.1);
}
.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-ptitle {
  font-size: 15px;
  line-height: 1.53;
  margin-bottom: 10px;
}
.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price {
  width: 100%;
  flex-direction: column;
  flex: 1 0 50%;
  padding: 0 24px 0 !important;
  margin: 0 0 24px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
}
.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:nth-child(2n) {
  border-left: 1px solid rgba(43, 38, 54, 0.1);
}
.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price del {
  color: #f04438;
}
.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price ins {
  background: none;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 800;
}
.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-pqty {
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(43, 38, 54, 0.48);
  white-space: nowrap;
}
.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-reg-price {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #2b2636;
}
.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-offer-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  grid-gap: 5px;
  line-height: 1;
}
.wpte-booking-area.wpte-form-layout-1 .wpte_price-toggle-btn-mb::after {
  margin-left: 8px;
}
.wpte-booking-area.wpte-form-layout-1 .wpte_price-toggle-btn-mb.active::before {
  content: attr(data-active-text);
}
.wpte-booking-area.wpte-form-layout-2 button.wpte_price-toggle-btn-mb {
  background-color: #fff !important;
  color: rgba(6, 22, 38, 0.8) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  justify-content: center;
  transform: translate(-50%, 50%);
}
.wpte-booking-area.wpte-form-layout-2 button.wpte_price-toggle-btn-mb::after {
  margin: 0;
}
.wte-cc-currency-list-display {
  background: #fff;
}
.wpte-form-layout-1 button.wpte_price-toggle-btn-mb::after,
.wpte-form-layout-1 button.wpte_price-toggle-btn-mb:focus::after,
.wpte-form-layout-2 button.wpte_price-toggle-btn-mb::after,
.wpte-form-layout-2 button.wpte_price-toggle-btn-mb:focus::after {
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0.792893 7.70711C0.402369 7.31658 0.402369 6.68342 0.792893 6.29289L6.79289 0.292893C7.18342 -0.0976314 7.81658 -0.0976314 8.20711 0.292894L14.2071 6.29289C14.5976 6.68342 14.5976 7.31658 14.2071 7.70711C13.8166 8.09763 13.1834 8.09763 12.7929 7.70711L7.5 2.41421L2.20711 7.70711C1.81658 8.09763 1.18342 8.09763 0.792893 7.70711Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0.792893 7.70711C0.402369 7.31658 0.402369 6.68342 0.792893 6.29289L6.79289 0.292893C7.18342 -0.0976314 7.81658 -0.0976314 8.20711 0.292894L14.2071 6.29289C14.5976 6.68342 14.5976 7.31658 14.2071 7.70711C13.8166 8.09763 13.1834 8.09763 12.7929 7.70711L7.5 2.41421L2.20711 7.70711C1.81658 8.09763 1.18342 8.09763 0.792893 7.70711Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
button.wpte_price-toggle-btn-mb,
button.wpte_price-toggle-btn-mb:focus {
  background-color: #fff;
  border: none;
  padding: 8px 24px;
  font-size: 16px;
  text-transform: unset;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  border-radius: 6px 6px 0 0;
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 11;
}
button.wpte_price-toggle-btn-mb::after,
button.wpte_price-toggle-btn-mb:focus::after {
  content: attr(data-text);
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}
button.wpte_price-toggle-btn-mb.active .current-text,
button.wpte_price-toggle-btn-mb:focus.active .current-text {
  display: none;
}
button.wpte_price-toggle-btn-mb.active::after,
button.wpte_price-toggle-btn-mb:focus.active::after {
  transform: rotate(180deg);
}
.widget.wpte-booking-area-wrapper {
  margin: 0 0 32px;
  padding: 0 !important;
}
.widget.wpte-booking-area-wrapper #wte-cc-currency-list-container {
  margin: 0;
  z-index: 111;
}
.widget.wpte-booking-area-wrapper #wte-cc-currency-list-container ul li {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.widget.wpte-booking-area-wrapper
  #wte-cc-currency-list-container
  + .wpte-booking-area {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .wpte_has-sticky-booking-widget .wpte-booking-area-wrapper {
    transition: all 0.3s;
  }
  .wpte_has-sticky-booking-widget .wpte-booking-area-wrapper.is-sticky {
    position: sticky;
    top: 50px;
    z-index: 11;
  }
  .wpte_has-sticky-booking-widget.wte-tabs-fixed
    .wpte-booking-area-wrapper.is-sticky {
    top: 90px;
  }
  .wpte_has-sticky-booking-widget.wte-tabs-fixed.admin-bar
    .wpte-booking-area-wrapper.is-sticky {
    top: 130px;
  }
  .wpte-booking-area.wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3 {
    display: none;
  }
  .wpte-booking-area .wpte-bf-whatsapp-cta {
    display: none;
  }
  button.wpte_price-toggle-btn-mb,
  button.wpte_price-toggle-btn-mb:focus {
    display: none;
  }
}
.wpte-tabs-container {
  margin-bottom: 32px;
}
.wpte-tabs-container.fixed-header .tab-inner-wrapper {
  justify-content: center;
}
.wpte-tabs-container.fixed-header .tab-anchor-wrapper .nav-tab {
  padding: 16px;
  transition: all 0.3s ease;
}
.wpte-tabs-container .nb-configurations {
  padding: 24px 0 0;
}
.wpte-tabs-container.wpte-tabs-scrollable .nb-configurations {
  display: block !important;
  padding: 32px 0;
}
.wpte-tabs-container.wpte-tabs-scrollable .nb-configurations:not(:first-child) {
  border-top: 1px solid rgba(15, 29, 35, 0.1);
}
.wpte-tabs-container.wpte-tabs-scrollable .nb-configurations:last-child {
  padding-bottom: 0;
}
.wpte-tabs-container .wpte-sticky-tab-mobile {
  display: none;
}
.admin-bar .wpte-tabs-container.fixed-header .nav-tab-wrapper {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .wpte-tabs-container.fixed-header .nav-tab-wrapper {
    top: 32px;
  }
}
.nav-tab-wrapper {
  border-bottom: 1px solid #eff1f5;
}
.nav-tab-wrapper .tab-icon {
  display: flex;
  font-size: 18px;
}
.nav-tab-wrapper .wte-tab-title {
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: normal;
  height: 100%;
}
.nav-tab-wrapper .tab-inner-wrapper {
  display: flex;
  overflow: hidden;
  gap: 40px;
}
.nav-tab-wrapper .tab-inner-wrapper:hover {
  overflow-x: auto;
}
.nav-tab-wrapper .tab-anchor-wrapper.nav-tab-active {
  border-bottom-color: #fff;
}
.nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
  font-size: 16px;
  display: flex !important;
  align-items: center;
  text-align: center;
  padding: 16px 4px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  white-space: nowrap;
  gap: 8px;
  color: rgba(15, 29, 35, 0.56);
}
.nav-tab-wrapper .tab-anchor-wrapper .nav-tab svg,
.nav-tab-wrapper .tab-anchor-wrapper .nav-tab img {
  width: 1em;
  height: 1em;
}
.nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}
.nav-tab-wrapper .tab-anchor-wrapper .nav-tab:hover {
  color: var(--primary-color);
}
@media (min-width: 768px) {
  .wpte-tabs-container.fixed-header .nav-tab-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    z-index: 111;
  }
}
@media (max-width: 767px) {
  .wpte-tabs-container.fixed-header .wpte-sticky-tab-mobile {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  }
  .wpte-tabs-container.wpte-tabs-sticky .tab-inner-wrapper .wte-tab-title {
    display: none !important;
  }
  .wpte-tabs-container.wpte-tabs-sticky .wpte-sticky-tab-mobile {
    display: flex;
  }
  .wpte-tabs-container .wpte-sticky-tab-mobile {
    border-bottom: 1px solid rgba(4, 15, 26, 0.1);
    overflow-x: auto;
  }
  .wpte-tabs-container .wpte-sticky-tab-mobile .tab-anchor-wrapper {
    width: auto;
  }
  .wpte-tabs-container .wpte-sticky-tab-mobile .tab-anchor-wrapper .nav-tab {
    padding-right: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
    color: inherit;
    text-decoration: none;
    box-shadow: none !important;
  }
  .wpte-tabs-container
    .wpte-sticky-tab-mobile
    .tab-anchor-wrapper
    .nav-tab::after {
    content: none !important;
  }
  .wpte-tabs-container
    .wpte-sticky-tab-mobile
    .tab-anchor-wrapper
    .nav-tab.nav-tab-active {
    border-bottom-color: var(--primary-color) !important;
    color: var(--primary-color);
  }
}
.wpte-trip-highlights {
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none;
}
.wpte-trip-highlights:last-child {
  margin-bottom: 0;
}
.wpte-trip-highlights li {
  line-height: 1.5;
  position: relative;
  padding-left: 32px;
  margin: 0 0 12px !important;
}
.wpte-trip-highlights li:last-child {
  margin: 0 !important;
}
.wpte-trip-highlights li::before {
  font-size: 20px;
  content: "";
  width: 1em;
  height: 1em;
  background-color: var(--wpte-primary-color, var(--primary-color));
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3423_5452%29%27%3E%3Cpath d=%27M18.3333 9.23818V10.0049C18.3323 11.8019 17.7504 13.5504 16.6745 14.9897C15.5985 16.429 14.0861 17.4819 12.3628 17.9914C10.6395 18.501 8.79772 18.4398 7.11206 17.817C5.42641 17.1942 3.98722 16.0433 3.00914 14.5357C2.03106 13.0282 1.5665 11.2449 1.68474 9.45178C1.80297 7.65866 2.49768 5.95179 3.66524 4.58575C4.8328 3.2197 6.41066 2.26767 8.1635 1.87164C9.91633 1.47561 11.7502 1.6568 13.3917 2.38818M18.3333 3.33341L10 11.6751L7.50001 9.17508%27 stroke=%27%230C68E9%27 stroke-width=%271.67%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3423_5452%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3423_5452%29%27%3E%3Cpath d=%27M18.3333 9.23818V10.0049C18.3323 11.8019 17.7504 13.5504 16.6745 14.9897C15.5985 16.429 14.0861 17.4819 12.3628 17.9914C10.6395 18.501 8.79772 18.4398 7.11206 17.817C5.42641 17.1942 3.98722 16.0433 3.00914 14.5357C2.03106 13.0282 1.5665 11.2449 1.68474 9.45178C1.80297 7.65866 2.49768 5.95179 3.66524 4.58575C4.8328 3.2197 6.41066 2.26767 8.1635 1.87164C9.91633 1.47561 11.7502 1.6568 13.3917 2.38818M18.3333 3.33341L10 11.6751L7.50001 9.17508%27 stroke=%27%230C68E9%27 stroke-width=%271.67%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3423_5452%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 1em 1em;
  mask-size: 1em 1em;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.itinerary {
  padding: 12px 0;
}
.itinerary .wte-itinerary-head-wrap {
  position: relative;
  cursor: pointer;
}
.itinerary .wte-itinerary-head-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.itinerary-row {
  padding: 0 0 24px !important;
  margin: 0 0 24px 64px !important;
  position: relative !important;
  border: none !important;
  border-bottom: 1px solid rgba(4, 15, 26, 0.1) !important;
}
.itinerary-row:not(:last-child)::before {
  width: 0;
  height: 100%;
  border-left: 1px dashed rgba(15, 29, 35, 0.1);
  background: none;
  position: absolute;
  top: 0px;
  left: -40px;
}
.itinerary-row::before {
  content: "" !important;
}
.itinerary-row:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.itinerary-row .title,
.itinerary-row .itinerary-title {
  font-size: 18px !important;
  line-height: 1.66;
  color: #0f1d23 !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.itinerary-row .title {
  position: relative;
  white-space: nowrap;
  margin-right: 4px !important;
  float: left;
}
.itinerary-row .title::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--wpte-primary-color, var(--primary-color));
  background-color: #fff;
  position: absolute;
  left: -40px;
  top: 14px;
  transform: translate(-50%, -50%);
}
.itinerary-row .itinerary-content > *:first-child:not(.itinerary-title) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .itinerary-row .itinerary-content .content img {
    float: none;
  }
}
.itinerary-row:first-child .title::before,
.itinerary-row.advanced-itinerary-row:first-child .title::before,
.itinerary-row:last-child .title::before {
  width: 48px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 12.5C13.6569 12.5 15 11.1569 15 9.5C15 7.84315 13.6569 6.5 12 6.5C10.3431 6.5 9 7.84315 9 9.5C9 11.1569 10.3431 12.5 12 12.5Z%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12 22C14 18 20 15.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 15.4183 10 18 12 22Z%27 stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A")
    no-repeat center;
  background-size: 24px;
  background-color: var(--wpte-primary-color, var(--primary-color));
}
.itinerary-row:not(:last-child)::before {
  height: calc(100% + 32px);
}
.itinerary-row .accordion-tabs-toggle {
  border: none;
  flex-grow: 1;
  padding: 0 !important;
  text-decoration: none;
}
.itinerary-row .accordion-tabs-toggle > .itinerary-title {
  padding: 0 32px 0 0;
}
.itinerary-row .accordion-tabs-toggle::after {
  content: none !important;
}
.itinerary .itinerary-content {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
  will-change: max-height;
}
.itinerary .itinerary-content .mCustomScrollBox {
  height: auto;
}
.itinerary .itenary-detail-gallery {
  clear: both;
  margin-top: 24px;
}
.itinerary .itenary-detail-gallery a {
  vertical-align: top;
  width: 230px;
  height: 150px;
  margin-right: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.itinerary .itenary-detail-gallery a::before {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.itinerary .itenary-detail-gallery a:hover::before {
  background-size: 32px !important;
}
.itinerary
  .itenary-detail-gallery
  .mCSB_horizontal.mCSB_inside
  > .mCSB_container {
  margin: 0;
  font-size: 0;
}
.itinerary .itenary-detail-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.itinerary .itinerary-detail-additional-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px !important;
}
.itinerary .itinerary-detail-additional-info [class*="itinerary-"] {
  border-right: none;
  color: #0f1d23;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
}
.itinerary
  .itinerary-detail-additional-info
  [class*="itinerary-"]
  .itinierary-icon-wrap {
  display: flex;
  align-items: center;
  height: 1.5em;
  color: var(--wpte-primary-color, var(--primary-color));
}
.itinerary .itinerary-detail-additional-info [class*="itinerary-"] a {
  text-decoration: none;
  color: inherit;
}
.itinerary .itinerary-detail-additional-info [class*="itinerary-"] a:hover {
  color: var(--wpte-primary-color, var(--primary-color));
}
.itinerary .itinerary-detail-additional-info > .itinerary-sleep-mode .label a {
  display: inline-flex;
  align-items: center;
}
.itinerary
  .itinerary-detail-additional-info
  > .itinerary-sleep-mode
  .label
  a:hover
  span {
  color: var(--primary-color);
}
.itinerary
  .itinerary-detail-additional-info
  > .itinerary-sleep-mode
  .label
  span {
  position: static;
  margin-left: 4px;
}
.cost ul {
  margin: 0 0 24px !important;
  padding: 0;
  list-style: none;
}
.cost ul li {
  margin: 0 0 12px !important;
  padding-left: 32px;
  position: relative;
  line-height: 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: rgba(15, 29, 35, 0.64);
}
.cost ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 1.75em;
}
.cost ul#include-result li::before {
  background: #43a32d;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3641_2938%29%27%3E%3Cpath d=%27M6.25 10.0001L8.75 12.5001L13.75 7.50008M18.3333 10.0001C18.3333 14.6025 14.6024 18.3334 10 18.3334C5.39763 18.3334 1.66667 14.6025 1.66667 10.0001C1.66667 5.39771 5.39763 1.66675 10 1.66675C14.6024 1.66675 18.3333 5.39771 18.3333 10.0001Z%27 stroke=%27%2312B76A%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3641_2938%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3641_2938%29%27%3E%3Cpath d=%27M6.25 10.0001L8.75 12.5001L13.75 7.50008M18.3333 10.0001C18.3333 14.6025 14.6024 18.3334 10 18.3334C5.39763 18.3334 1.66667 14.6025 1.66667 10.0001C1.66667 5.39771 5.39763 1.66675 10 1.66675C14.6024 1.66675 18.3333 5.39771 18.3333 10.0001Z%27 stroke=%27%2312B76A%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3641_2938%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    no-repeat center;
  -webkit-mask-size: 1em 1em;
  mask-size: 1em 1em;
}
.cost ul#exclude-result {
  margin-bottom: 0 !important;
}
.cost ul#exclude-result li::before {
  background: #d80808;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3641_3079%29%27%3E%3Cpath d=%27M12.5 7.50008L7.5 12.5001M7.5 7.50008L12.5 12.5001M18.3333 10.0001C18.3333 14.6025 14.6024 18.3334 10 18.3334C5.39763 18.3334 1.66667 14.6025 1.66667 10.0001C1.66667 5.39771 5.39763 1.66675 10 1.66675C14.6024 1.66675 18.3333 5.39771 18.3333 10.0001Z%27 stroke=%27%23F04438%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3641_3079%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_3641_3079%29%27%3E%3Cpath d=%27M12.5 7.50008L7.5 12.5001M7.5 7.50008L12.5 12.5001M18.3333 10.0001C18.3333 14.6025 14.6024 18.3334 10 18.3334C5.39763 18.3334 1.66667 14.6025 1.66667 10.0001C1.66667 5.39771 5.39763 1.66675 10 1.66675C14.6024 1.66675 18.3333 5.39771 18.3333 10.0001Z%27 stroke=%27%23F04438%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_3641_3079%27%3E%3Crect width=%2720%27 height=%2720%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    no-repeat center;
  -webkit-mask-size: 1em 1em;
  mask-size: 1em 1em;
}
.wp-travel-engine-faq-tab-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wp-travel-engine-faq-tab-header {
  margin-bottom: 24px;
}
.faq-row {
  border: 1px solid rgba(15, 29, 35, 0.1);
  padding: 24px;
  border-radius: 8px;
}
.faq-row .accordion-tabs-toggle {
  text-decoration: none;
  color: rgba(6, 22, 38, 0.8);
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  padding-right: 24px;
  display: block;
  border: none;
  cursor: pointer;
}
.faq-row .accordion-tabs-toggle .rotator {
  top: 4px !important;
}
.faq-row .accordion-tabs-toggle.active {
  color: var(--wpte-primary-color, var(--primary-color));
}
.faq-row .faq-content p {
  margin: 16px 0;
}
.faq-row .faq-content p:first-child,
.faq-row .faq-content p:last-child {
  margin: 0;
}
.trip-map {
  border-radius: 4px;
  overflow: hidden;
}
.trip-map iframe,
.trip-map img {
  width: 100%;
  vertical-align: top;
  border-radius: 8px;
}
.trip-map img {
  height: auto;
}
.trip-map + .trip-map {
  margin-top: 16px;
}
.review-wrap {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(15, 29, 35, 0.1);
}
.review-wrap .review-sub-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .review-wrap .review-sub-wrap > div:first-child {
    padding-right: 32px;
  }
  .review-wrap .review-sub-wrap > div:nth-child(2) {
    padding-left: 32px;
    padding-right: 32px;
    border-left: 1px solid rgba(15, 29, 35, 0.1);
    border-right: 1px solid rgba(15, 29, 35, 0.1);
  }
  .review-wrap .review-sub-wrap > div:last-child {
    padding-left: 32px;
  }
}
.review-wrap .total-review-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.review-wrap .total-review-wrap .average-rating-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
  color: #0f1d23;
}
.review-wrap .total-review-wrap .trip-review-total-reviews {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  color: #0f1d23;
}
.review-wrap .wte-btn-response-review {
  text-decoration: none;
  display: inline-block;
  padding: 15px 32px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.23;
  color: var(--wpte-primary-color, var(--primary-color));
  border-radius: 100px;
  border: 2px solid var(--wpte-primary-color, var(--primary-color));
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.review-wrap .wte-btn-response-review:hover {
  background: var(--wpte-primary-color, var(--primary-color));
  color: #fff;
  text-decoration: none;
}
.review-wrap .trip-review-title {
  display: block !important;
  width: 100%;
}
.review-wrap .trip-review-title b {
  font-weight: inherit;
}
.review-wrap .average-rating {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.review-wrap .average-rating .emoji {
  margin-bottom: 8px !important;
}
.review-wrap
  .average-rating
  .jq-ry-container
  > .jq-ry-group-wrapper
  > .jq-ry-group
  > svg {
  margin: 0 2px;
}
.review-wrap .average-rating .average-rating-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
  color: #0f1d23;
  margin: 0 0 4px;
}
.review-wrap .average-rating .aggregate-rating {
  overflow: hidden;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f1d23;
}
.review-wrap .average-rating .aggregate-rating .stars {
  flex-flow: row wrap !important;
  gap: 16px;
  margin-bottom: 4px !important;
}
.review-wrap .average-rating .aggregate-rating .stars .rating-star {
  margin: 0 !important;
}
.review-wrap
  .average-rating
  .aggregate-rating
  > span:not(.stars, .review-based-on-wrap) {
  color: var(--wpte-primary-color, var(--primary-color));
  text-decoration: underline;
}
@media (max-width: 767px) {
  .review-wrap .overall-rating-wrap {
    width: 100%;
    padding: 40px 0 0;
    margin-top: 40px;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.review-wrap .overall-rating-wrap .rating-bar-outer-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  margin: 0 0 2px;
  padding: 2px 0;
}
.review-wrap .overall-rating-wrap .rating-bar-outer-wrap:last-child {
  margin-bottom: 0;
}
.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .review-emoji-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.review-wrap
  .overall-rating-wrap
  .rating-bar-outer-wrap
  .trip-review-rating-value {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #0f1d23;
  margin-right: 8px;
}
.review-wrap
  .overall-rating-wrap
  .rating-bar-outer-wrap
  .trip-review-rating-star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.review-wrap
  .overall-rating-wrap
  .rating-bar-outer-wrap
  .trip-review-rating-star
  svg {
  width: 16px;
  height: 16px;
}
.review-wrap
  .overall-rating-wrap
  .rating-bar-outer-wrap
  .trip-review-response-text {
  display: none;
}
.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar {
  position: static;
  height: 8px;
  border-radius: 50px;
  margin: 0;
  background: none;
  width: 100%;
  transform: unset;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #0f1d23;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner {
  position: static !important;
  height: 8px;
  border-radius: 50px !important;
  min-width: 7px;
}
.review-wrap
  .overall-rating-wrap
  .rating-bar-outer-wrap:nth-child(1)
  .rating-bar-inner {
  background-color: #03a63c;
}
.review-wrap
  .overall-rating-wrap
  .rating-bar-outer-wrap:nth-child(2)
  .rating-bar-inner {
  background-color: #99d700;
}
.review-wrap
  .overall-rating-wrap
  .rating-bar-outer-wrap:nth-child(3)
  .rating-bar-inner {
  background-color: #fcd600;
}
.review-wrap
  .overall-rating-wrap
  .rating-bar-outer-wrap:nth-child(4)
  .rating-bar-inner {
  background-color: #ffa100;
}
.review-wrap
  .overall-rating-wrap
  .rating-bar-outer-wrap:nth-child(5)
  .rating-bar-inner {
  background-color: #f56a3c;
}
.review-wrap ol.comment-list {
  width: 100%;
  margin-top: 24px;
}
.review-wrap ol.comment-list ul {
  list-style: none;
  margin-left: 24px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .review-wrap ol.comment-list ul {
    margin-left: 32px;
  }
}
.review-wrap ol.comment-list .comment-author {
  float: left;
  margin-right: 16px;
}
.review-wrap ol.comment-list .comment-author img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .review-wrap ol.comment-list .comment-author img {
    width: 48px;
    height: 48px;
  }
}
.review-wrap ol.comment-list .comment-reply-link {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wpte-primary-color, var(--primary-color));
  display: inline-flex;
  align-items: center;
  padding: 0;
  gap: 4px;
  margin-top: 8px;
  text-decoration: none !important;
  border-bottom: 1px solid;
  border-radius: 0;
  transition: all 0.3s ease;
}
.review-wrap ol.comment-list .comment-reply-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 14L4 9M4 9L9 4M4 9H10.4C13.7603 9 15.4405 9 16.7239 9.65396C17.8529 10.2292 18.7708 11.1471 19.346 12.2761C20 13.5595 20 15.2397 20 18.6V20%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 14L4 9M4 9L9 4M4 9H10.4C13.7603 9 15.4405 9 16.7239 9.65396C17.8529 10.2292 18.7708 11.1471 19.346 12.2761C20 13.5595 20 15.2397 20 18.6V20%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A")
    no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.review-wrap ol.comment-list .comment-reply-link:hover {
  border-color: rgba(0, 0, 0, 0);
}
.review-wrap ol.comment-list .comment-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  display: block;
  clear: both;
  margin-top: 16px;
}
.review-wrap ol.comment-list .comment-content {
  margin-top: 16px;
}
.review-wrap ol.comment-list li {
  padding: 24px !important;
  border: 1px solid rgba(15, 29, 35, 0.1019607843);
  border-radius: 8px;
  position: relative;
}
.review-wrap ol.comment-list li:not(:last-child) {
  margin: 0 0 24px !important;
}
.review-wrap ol.comment-list li .wte-review-verified-text {
  position: absolute;
  top: 24px;
  right: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #12b76a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.review-wrap ol.comment-list li .wte-review-verified-text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0_3884_2694%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2724%27 height=%2724%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_3884_2694%29%27%3E%3Cpath d=%27M8.6 22.5L6.7 19.3L3.1 18.5L3.45 14.8L1 12L3.45 9.2L3.1 5.5L6.7 4.7L8.6 1.5L12 2.95L15.4 1.5L17.3 4.7L20.9 5.5L20.55 9.2L23 12L20.55 14.8L20.9 18.5L17.3 19.3L15.4 22.5L12 21.05L8.6 22.5ZM10.95 15.55L16.6 9.9L15.2 8.45L10.95 12.7L8.8 10.6L7.4 12L10.95 15.55Z%27 fill=%27%2312B76A%27/%3E%3C/g%3E%3C/svg%3E%0A")
    no-repeat center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .review-wrap ol.comment-list li .wte-review-verified-text {
    top: 6px;
    right: 10px;
    font-size: 14px;
    gap: 4px;
  }
  .review-wrap ol.comment-list li .wte-review-verified-text::before {
    width: 16px;
    height: 16px;
  }
}
.review-wrap ol.comment-list li .trip-comment-content {
  position: relative;
  margin-top: 0;
}
.review-wrap ol.comment-list li .trip-comment-content .comment-rating {
  display: block !important;
}
.review-wrap ol.comment-list li .trip-comment-content .comment-rating .url,
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-rating
  .comment-meta {
  font-size: 16px;
  color: #566267;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-rating
  .url
  strong,
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-rating
  .comment-meta
  strong {
  color: #0f1d23;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-rating
  .comment-client-location {
  margin-right: 0;
  color: #566267;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-rating
  .comment-meta {
  padding-left: 14px;
  position: relative;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-rating
  .comment-meta::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-rating
  .trip-review-stars {
  padding: 0;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-rating
  .trip-review-stars
  .jq-ry-group-wrapper {
  margin: 0 -5px;
  width: auto;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-rating
  .trip-review-stars
  .jq-ry-group
  svg {
  margin: 0 5px;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .trip-review-detail-gallery
  .trip-review-gallery-link {
  width: 114px;
  height: 80px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 3px;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .trip-review-detail-gallery
  .trip-review-gallery-link
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .trip-review-detail-gallery
  .trip-review-gallery-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 22, 38, 0.8);
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M15.0004 9.99942H12.0004V6.99942C12.0004 6.7342 11.895 6.47985 11.7075 6.29231C11.52 6.10477 11.2656 5.99942 11.0004 5.99942C10.7352 5.99942 10.4808 6.10477 10.2933 6.29231C10.1058 6.47985 10.0004 6.7342 10.0004 6.99942V9.99942H7.00039C6.73518 9.99942 6.48082 10.1048 6.29329 10.2923C6.10575 10.4798 6.00039 10.7342 6.00039 10.9994C6.00039 11.2646 6.10575 11.519 6.29329 11.7065C6.48082 11.8941 6.73518 11.9994 7.00039 11.9994H10.0004V14.9994C10.0004 15.2646 10.1058 15.519 10.2933 15.7065C10.4808 15.8941 10.7352 15.9994 11.0004 15.9994C11.2656 15.9994 11.52 15.8941 11.7075 15.7065C11.895 15.519 12.0004 15.2646 12.0004 14.9994V11.9994H15.0004C15.2656 11.9994 15.52 11.8941 15.7075 11.7065C15.895 11.519 16.0004 11.2646 16.0004 10.9994C16.0004 10.7342 15.895 10.4798 15.7075 10.2923C15.52 10.1048 15.2656 9.99942 15.0004 9.99942ZM21.7104 20.2894L18.0004 16.6094C19.4405 14.8138 20.1379 12.5347 19.9492 10.2407C19.7605 7.94672 18.7001 5.8122 16.9859 4.27606C15.2718 2.73992 13.0342 1.91893 10.7333 1.98189C8.43243 2.04485 6.24311 2.98698 4.61553 4.61456C2.98795 6.24214 2.04582 8.43145 1.98286 10.7323C1.9199 13.0332 2.7409 15.2708 4.27704 16.9849C5.81318 18.6991 7.94769 19.7595 10.2417 19.9482C12.5357 20.1369 14.8148 19.4395 16.6104 17.9994L20.2904 21.6794C20.3834 21.7731 20.494 21.8475 20.6158 21.8983C20.7377 21.9491 20.8684 21.9752 21.0004 21.9752C21.1324 21.9752 21.2631 21.9491 21.385 21.8983C21.5068 21.8475 21.6174 21.7731 21.7104 21.6794C21.8906 21.493 21.9914 21.2438 21.9914 20.9844C21.9914 20.7251 21.8906 20.4759 21.7104 20.2894ZM11.0004 17.9994C9.61592 17.9994 8.26255 17.5889 7.1114 16.8197C5.96026 16.0505 5.06305 14.9573 4.53324 13.6782C4.00342 12.3991 3.8648 10.9917 4.1349 9.63378C4.40499 8.27592 5.07168 7.02864 6.05065 6.04967C7.02961 5.0707 8.27689 4.40402 9.63476 4.13392C10.9926 3.86382 12.4001 4.00245 13.6792 4.53226C14.9583 5.06207 16.0515 5.95928 16.8207 7.11042C17.5899 8.26157 18.0004 9.61495 18.0004 10.9994C18.0004 12.8559 17.2629 14.6364 15.9501 15.9492C14.6374 17.2619 12.8569 17.9994 11.0004 17.9994Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .trip-review-detail-gallery
  .trip-review-gallery-link:hover::before {
  visibility: visible;
  opacity: 1;
}
.review-wrap ol.comment-list li .trip-comment-content .comment-experience-date {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(6, 22, 38, 0.4);
}
.review-wrap
  ol.comment-list
  li
  .trip-comment-content
  .comment-experience-date
  .experience-date-text {
  font-weight: normal;
  color: rgba(6, 22, 38, 0.8);
}
.review-wrap
  ol.comment-list
  li
  .client-intro-sc
  .client-intro-rght
  .comment-indvidual-rating
  > .jq-ry-group-wrapper
  > .jq-ry-group
  > svg {
  fill: #ebad34;
}
.comment-respond .comment-reply-title {
  margin: 0 0 8px;
}
.comment-respond a {
  text-decoration: none;
  color: var(--primary-color);
}
.comment-respond a:hover {
  text-decoration: underline;
}
.comment-respond .rating-form {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.comment-respond .rating-form legend {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px !important;
}
.comment-respond .rating-form .review-sub-wrap-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 24px;
  width: 100%;
}
.comment-respond .rating-form .logged-in-as {
  color: #566267;
  margin: 0 0 24px;
}
.comment-respond
  .rating-form
  label:not([for="wp-comment-cookies-consent"], .error) {
  display: none !important;
  margin: 0 24px 8px 0;
}
.comment-respond .rating-form label.error {
  color: #f04438;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0 0;
}
.comment-respond .rating-form label.error::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.9998 8.99999V13M11.9998 17H12.0098M10.6151 3.89171L2.39019 18.0983C1.93398 18.8863 1.70588 19.2803 1.73959 19.6037C1.769 19.8857 1.91677 20.142 2.14613 20.3088C2.40908 20.5 2.86435 20.5 3.77487 20.5H20.2246C21.1352 20.5 21.5904 20.5 21.8534 20.3088C22.0827 20.142 22.2305 19.8857 22.2599 19.6037C22.2936 19.2803 22.0655 18.8863 21.6093 18.0983L13.3844 3.89171C12.9299 3.10654 12.7026 2.71396 12.4061 2.58211C12.1474 2.4671 11.8521 2.4671 11.5935 2.58211C11.2969 2.71396 11.0696 3.10655 10.6151 3.89171Z%27 stroke=%27%23F04438%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A")
    no-repeat center;
  background-size: 100%;
  margin-right: 8px;
  display: inline-block;
}
.comment-respond
  .rating-form
  .review-title-rating
  .comment-form-wte-trip-review-rating {
  margin-top: 0 !important;
}
.comment-respond
  .rating-form
  .review-title-rating
  .comment-form-wte-trip-review-rating
  label {
  display: inline-block !important;
  margin: 0 16px 0 0 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.66;
  color: #566267;
}
.comment-respond .rating-form > *,
.comment-respond .rating-form .review-title-rating > * {
  margin: 0 0 20px;
}
.comment-respond .rating-form > *:last-child,
.comment-respond .rating-form .review-title-rating > *:last-child {
  margin: 0;
}
.comment-respond .rating-form .review-combined-field {
  padding-top: 20px;
  border-top: 1px solid rgba(15, 29, 35, 0.1);
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.comment-respond
  .rating-form
  .review-combined-field
  .comment-form-avatar-wrapper {
  width: 100%;
}
.comment-respond .rating-form .review-combined-field .dropzone {
  all: unset;
  flex: 0 0 130px;
}
.comment-respond .rating-form .review-combined-field .dropzone .fallback-icon {
  margin: 0 0 12px;
  color: var(--wpte-primary-color, var(--primary-color));
}
.comment-respond
  .rating-form
  .review-combined-field
  .dropzone
  .fallback-icon
  svg {
  vertical-align: top;
}
.comment-respond .rating-form .review-combined-field .dropzone .upload-text,
.comment-respond .rating-form .review-combined-field .dropzone .dz-remove {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: var(--wpte-primary-color, var(--primary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.comment-respond .rating-form .review-combined-field .dropzone .dz-default {
  margin: 0;
}
.comment-respond .rating-form .review-combined-field .dropzone .dz-preview {
  background: none;
  margin: 0;
}
.comment-respond
  .rating-form
  .review-combined-field
  .dropzone
  .dz-preview
  .dz-image {
  border-radius: 50%;
  margin: 0 0 12px;
}
.comment-respond
  .rating-form
  .review-combined-field
  .review-combined-field-inner {
  flex: 1;
}
.comment-respond
  .rating-form
  .review-combined-field
  .review-combined-field-inner
  p {
  margin: 0 0 20px;
}
.comment-respond
  .rating-form
  .review-combined-field
  .review-combined-field-inner
  p:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .comment-respond .rating-form .review-combined-field {
    justify-content: center;
  }
  .comment-respond
    .rating-form
    .review-combined-field
    .review-combined-field-inner {
    width: 100%;
    flex: 0 0 100%;
    margin: 20px 0 0;
  }
}
.comment-respond .rating-form p.comment-form-photo-gallery {
  margin: 0 0 8px;
}
.comment-respond .rating-form .form-submit {
  margin: 0;
}
.comment-respond
  .rating-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.comment-respond .rating-form textarea,
.comment-respond .rating-form select {
  width: 100%;
}
.comment-respond .comment-form-wte-trip-review-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comment-respond .comment-form-wte-trip-review-rating label {
  margin-bottom: 0;
}
.comment-respond .comment-form-wte-trip-review-rating .wte-trip-review-rating {
  padding: 0 !important;
  background: none;
  border: none;
  width: auto;
}
.comment-respond
  .comment-form-wte-trip-review-rating
  .wte-trip-review-rating
  .jq-ry-container {
  padding: 0;
  font-size: 30px;
  width: auto !important;
}
.comment-respond
  .comment-form-wte-trip-review-rating
  .wte-trip-review-rating
  .jq-ry-container
  .jq-ry-group-wrapper {
  display: inline-block;
  width: auto;
  margin: 0 -5px;
}
.comment-respond
  .comment-form-wte-trip-review-rating
  .wte-trip-review-rating
  .jq-ry-container
  svg {
  width: 1em;
  height: 1em;
  margin: 0 5px !important;
  fill: #ebad34;
}
.wte_enquiry_contact_form {
  --column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--column-gap);
  column-gap: var(--column-gap);
}
.wte_enquiry_contact_form .row-repeater {
  margin: 0 0 var(--column-gap);
  width: 100%;
}
.wte_enquiry_contact_form .row-repeater:last-child {
  margin: 0;
}
.wte_enquiry_contact_form .row-repeater label {
  font-size: 16px;
  font-weight: normal;
  display: none;
  margin: 0 0 8px;
}
.wte_enquiry_contact_form .enquiry-form-title {
  font-size: 24px;
  font-weight: 600;
  color: #0f1d23;
  margin: 0 0 8px;
}
.wte_enquiry_contact_form .package-name-holder {
  font-size: 16px;
  color: #566267;
  margin: 0 0 24px;
}
.wte_enquiry_contact_form .package-name-holder label {
  display: inline-block;
  margin: 0;
}
.wte_enquiry_contact_form .confirm-holder {
  width: 100%;
}
.wte_enquiry_contact_form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wte_enquiry_contact_form textarea,
.wte_enquiry_contact_form select {
  width: 100%;
}
@media (min-width: 768px) {
  .wte_enquiry_contact_form .row-repeater.country-holder,
  .wte_enquiry_contact_form .row-repeater.contact,
  .wte_enquiry_contact_form .row-repeater.adult,
  .wte_enquiry_contact_form .row-repeater.children {
    width: calc(50% - var(--column-gap) / 2);
    max-width: calc(50% - var(--column-gap) / 2);
  }
}
.wte-related-trips-wrapper {
  margin: 64px 0 0;
}
.wte-related-trips-wrapper .wte-related-trips__heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.375;
  margin: 0 0 24px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: unset !important;
}
.category-grid,
[class*="wte-col-"]:not(.category-list),
.wte-category-outer-wrap .category-main-wrap.category-grid,
.single-trip .wte-related-trips.category-grid {
  --gap: 30px;
  display: flex;
  flex-wrap: wrap;
  width: unset !important;
  gap: var(--gap);
  margin: 0 !important;
}
.category-grid .category-trips-single,
.category-grid .wpte-trip-category,
.category-grid .wpte-trip-single,
[class*="wte-col-"]:not(.category-list) .category-trips-single,
[class*="wte-col-"]:not(.category-list) .wpte-trip-category,
[class*="wte-col-"]:not(.category-list) .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid
  .category-trips-single,
.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category,
.wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single,
.single-trip .wte-related-trips.category-grid .category-trips-single,
.single-trip .wte-related-trips.category-grid .wpte-trip-category,
.single-trip .wte-related-trips.category-grid .wpte-trip-single {
  padding: 0 !important;
  margin: 0 !important;
}
.category-grid .category-trips-single.wpte-layout-6,
.category-grid .wpte-trip-category.wpte-layout-6,
.category-grid .wpte-trip-single.wpte-layout-6,
[class*="wte-col-"]:not(.category-list) .category-trips-single.wpte-layout-6,
[class*="wte-col-"]:not(.category-list) .wpte-trip-category.wpte-layout-6,
[class*="wte-col-"]:not(.category-list) .wpte-trip-single.wpte-layout-6,
.wte-category-outer-wrap
  .category-main-wrap.category-grid
  .category-trips-single.wpte-layout-6,
.wte-category-outer-wrap
  .category-main-wrap.category-grid
  .wpte-trip-category.wpte-layout-6,
.wte-category-outer-wrap
  .category-main-wrap.category-grid
  .wpte-trip-single.wpte-layout-6,
.single-trip
  .wte-related-trips.category-grid
  .category-trips-single.wpte-layout-6,
.single-trip .wte-related-trips.category-grid .wpte-trip-category.wpte-layout-6,
.single-trip .wte-related-trips.category-grid .wpte-trip-single.wpte-layout-6 {
  padding-top: 40px !important;
}
.category-grid.wte-col-1 .category-trips-single,
.category-grid.wte-col-1 .wpte-trip-category,
.category-grid.wte-col-1 .wpte-trip-single,
.category-grid.col-1 .category-trips-single,
.category-grid.col-1 .wpte-trip-category,
.category-grid.col-1 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).wte-col-1 .category-trips-single,
[class*="wte-col-"]:not(.category-list).wte-col-1 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).wte-col-1 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).col-1 .category-trips-single,
[class*="wte-col-"]:not(.category-list).col-1 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).col-1 .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-1
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-1
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-1
  .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-1
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-1
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-1
  .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.wte-col-1 .category-trips-single,
.single-trip .wte-related-trips.category-grid.wte-col-1 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.wte-col-1 .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.col-1 .category-trips-single,
.single-trip .wte-related-trips.category-grid.col-1 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.col-1 .wpte-trip-single {
  flex: 0 0 100%;
  max-width: 100%;
}
.category-grid.wte-col-2 .category-trips-single,
.category-grid.wte-col-2 .wpte-trip-category,
.category-grid.wte-col-2 .wpte-trip-single,
.category-grid.col-2 .category-trips-single,
.category-grid.col-2 .wpte-trip-category,
.category-grid.col-2 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).wte-col-2 .category-trips-single,
[class*="wte-col-"]:not(.category-list).wte-col-2 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).wte-col-2 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).col-2 .category-trips-single,
[class*="wte-col-"]:not(.category-list).col-2 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).col-2 .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-2
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-2
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-2
  .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-2
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-2
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-2
  .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.wte-col-2 .category-trips-single,
.single-trip .wte-related-trips.category-grid.wte-col-2 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.wte-col-2 .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.col-2 .category-trips-single,
.single-trip .wte-related-trips.category-grid.col-2 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.col-2 .wpte-trip-single {
  flex: 0 0 calc(50% - var(--gap) * 1 / 2) !important;
  max-width: calc(50% - var(--gap) * 1 / 2) !important;
}
.category-grid.wte-col-3 .category-trips-single,
.category-grid.wte-col-3 .wpte-trip-category,
.category-grid.wte-col-3 .wpte-trip-single,
.category-grid.col-3 .category-trips-single,
.category-grid.col-3 .wpte-trip-category,
.category-grid.col-3 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).wte-col-3 .category-trips-single,
[class*="wte-col-"]:not(.category-list).wte-col-3 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).wte-col-3 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).col-3 .category-trips-single,
[class*="wte-col-"]:not(.category-list).col-3 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).col-3 .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-3
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-3
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-3
  .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-3
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-3
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-3
  .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.wte-col-3 .category-trips-single,
.single-trip .wte-related-trips.category-grid.wte-col-3 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.wte-col-3 .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.col-3 .category-trips-single,
.single-trip .wte-related-trips.category-grid.col-3 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.col-3 .wpte-trip-single {
  flex: 0 0 calc(33.3333333333% - var(--gap) * 2 / 3) !important;
  max-width: calc(33.3333333333% - var(--gap) * 2 / 3) !important;
}
.category-grid.wte-col-4 .category-trips-single,
.category-grid.wte-col-4 .wpte-trip-category,
.category-grid.wte-col-4 .wpte-trip-single,
.category-grid.col-4 .category-trips-single,
.category-grid.col-4 .wpte-trip-category,
.category-grid.col-4 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).wte-col-4 .category-trips-single,
[class*="wte-col-"]:not(.category-list).wte-col-4 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).wte-col-4 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).col-4 .category-trips-single,
[class*="wte-col-"]:not(.category-list).col-4 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).col-4 .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-4
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-4
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-4
  .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-4
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-4
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-4
  .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.wte-col-4 .category-trips-single,
.single-trip .wte-related-trips.category-grid.wte-col-4 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.wte-col-4 .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.col-4 .category-trips-single,
.single-trip .wte-related-trips.category-grid.col-4 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.col-4 .wpte-trip-single {
  flex: 0 0 calc(25% - var(--gap) * 3 / 4) !important;
  max-width: calc(25% - var(--gap) * 3 / 4) !important;
}
.category-grid.wte-col-5 .category-trips-single,
.category-grid.wte-col-5 .wpte-trip-category,
.category-grid.wte-col-5 .wpte-trip-single,
.category-grid.col-5 .category-trips-single,
.category-grid.col-5 .wpte-trip-category,
.category-grid.col-5 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).wte-col-5 .category-trips-single,
[class*="wte-col-"]:not(.category-list).wte-col-5 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).wte-col-5 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).col-5 .category-trips-single,
[class*="wte-col-"]:not(.category-list).col-5 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).col-5 .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-5
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-5
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-5
  .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-5
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-5
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-5
  .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.wte-col-5 .category-trips-single,
.single-trip .wte-related-trips.category-grid.wte-col-5 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.wte-col-5 .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.col-5 .category-trips-single,
.single-trip .wte-related-trips.category-grid.col-5 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.col-5 .wpte-trip-single {
  flex: 0 0 calc(20% - var(--gap) * 4 / 5) !important;
  max-width: calc(20% - var(--gap) * 4 / 5) !important;
}
.category-grid.wte-col-6 .category-trips-single,
.category-grid.wte-col-6 .wpte-trip-category,
.category-grid.wte-col-6 .wpte-trip-single,
.category-grid.col-6 .category-trips-single,
.category-grid.col-6 .wpte-trip-category,
.category-grid.col-6 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).wte-col-6 .category-trips-single,
[class*="wte-col-"]:not(.category-list).wte-col-6 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).wte-col-6 .wpte-trip-single,
[class*="wte-col-"]:not(.category-list).col-6 .category-trips-single,
[class*="wte-col-"]:not(.category-list).col-6 .wpte-trip-category,
[class*="wte-col-"]:not(.category-list).col-6 .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-6
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-6
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.wte-col-6
  .wpte-trip-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-6
  .category-trips-single,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-6
  .wpte-trip-category,
.wte-category-outer-wrap
  .category-main-wrap.category-grid.col-6
  .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.wte-col-6 .category-trips-single,
.single-trip .wte-related-trips.category-grid.wte-col-6 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.wte-col-6 .wpte-trip-single,
.single-trip .wte-related-trips.category-grid.col-6 .category-trips-single,
.single-trip .wte-related-trips.category-grid.col-6 .wpte-trip-category,
.single-trip .wte-related-trips.category-grid.col-6 .wpte-trip-single {
  flex: 0 0 calc(16.6666666667% - var(--gap) * 5 / 6) !important;
  max-width: calc(16.6666666667% - var(--gap) * 5 / 6) !important;
}
@media (max-width: 1024px) {
  .category-grid.wte-col-2 .category-trips-single,
  .category-grid.wte-col-2 .wpte-trip-category,
  .category-grid.wte-col-2 .wpte-trip-single,
  .category-grid.wte-col-3 .category-trips-single,
  .category-grid.wte-col-3 .wpte-trip-category,
  .category-grid.wte-col-3 .wpte-trip-single,
  .category-grid.wte-col-4 .category-trips-single,
  .category-grid.wte-col-4 .wpte-trip-category,
  .category-grid.wte-col-4 .wpte-trip-single,
  .category-grid.wte-col-5 .category-trips-single,
  .category-grid.wte-col-5 .wpte-trip-category,
  .category-grid.wte-col-5 .wpte-trip-single,
  .category-grid.wte-col-6 .category-trips-single,
  .category-grid.wte-col-6 .wpte-trip-category,
  .category-grid.wte-col-6 .wpte-trip-single,
  .category-grid.col-2 .category-trips-single,
  .category-grid.col-2 .wpte-trip-category,
  .category-grid.col-2 .wpte-trip-single,
  .category-grid.col-3 .category-trips-single,
  .category-grid.col-3 .wpte-trip-category,
  .category-grid.col-3 .wpte-trip-single,
  .category-grid.col-4 .category-trips-single,
  .category-grid.col-4 .wpte-trip-category,
  .category-grid.col-4 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-2 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-2 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-2 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-3 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-3 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-3 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-4 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-4 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-4 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-5 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-5 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-5 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-6 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-6 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-6 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).col-2 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).col-2 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).col-2 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).col-3 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).col-3 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).col-3 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).col-4 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).col-4 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).col-4 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-2
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-2
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-2
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-3
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-3
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-3
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-4
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-4
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-4
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-5
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-5
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-5
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-6
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-6
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-6
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-2
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-2
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-2
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-3
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-3
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-3
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-4
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-4
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-4
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-2
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-2 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-2 .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-3
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-3 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-3 .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-4
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-4 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-4 .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-5
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-5 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-5 .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-6
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-6 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-6 .wpte-trip-single,
  .single-trip .wte-related-trips.category-grid.col-2 .category-trips-single,
  .single-trip .wte-related-trips.category-grid.col-2 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.col-2 .wpte-trip-single,
  .single-trip .wte-related-trips.category-grid.col-3 .category-trips-single,
  .single-trip .wte-related-trips.category-grid.col-3 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.col-3 .wpte-trip-single,
  .single-trip .wte-related-trips.category-grid.col-4 .category-trips-single,
  .single-trip .wte-related-trips.category-grid.col-4 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.col-4 .wpte-trip-single {
    flex: 0 0 calc(50% - var(--gap) / 2) !important;
    max-width: calc(50% - var(--gap) / 2) !important;
  }
  .category-grid.columns-tablet-1 .category-trips-single,
  .category-grid.columns-tablet-1 .wpte-trip-category,
  .category-grid.columns-tablet-1 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-1
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-1 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-tablet-1 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-1
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-1
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-1
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-1
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-1
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-1
    .wpte-trip-single {
    flex: 0 0 calc(100% - var(--gap) * 0 / 1) !important;
    max-width: calc(100% - var(--gap) * 0 / 1) !important;
  }
  .category-grid.columns-tablet-2 .category-trips-single,
  .category-grid.columns-tablet-2 .wpte-trip-category,
  .category-grid.columns-tablet-2 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-2
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-2 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-tablet-2 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-2
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-2
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-2
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-2
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-2
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-2
    .wpte-trip-single {
    flex: 0 0 calc(50% - var(--gap) * 1 / 2) !important;
    max-width: calc(50% - var(--gap) * 1 / 2) !important;
  }
  .category-grid.columns-tablet-3 .category-trips-single,
  .category-grid.columns-tablet-3 .wpte-trip-category,
  .category-grid.columns-tablet-3 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-3
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-3 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-tablet-3 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-3
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-3
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-3
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-3
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-3
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-3
    .wpte-trip-single {
    flex: 0 0 calc(33.3333333333% - var(--gap) * 2 / 3) !important;
    max-width: calc(33.3333333333% - var(--gap) * 2 / 3) !important;
  }
  .category-grid.columns-tablet-4 .category-trips-single,
  .category-grid.columns-tablet-4 .wpte-trip-category,
  .category-grid.columns-tablet-4 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-4
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-4 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-tablet-4 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-4
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-4
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-4
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-4
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-4
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-4
    .wpte-trip-single {
    flex: 0 0 calc(25% - var(--gap) * 3 / 4) !important;
    max-width: calc(25% - var(--gap) * 3 / 4) !important;
  }
  .category-grid.columns-tablet-5 .category-trips-single,
  .category-grid.columns-tablet-5 .wpte-trip-category,
  .category-grid.columns-tablet-5 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-5
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-5 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-tablet-5 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-5
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-5
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-5
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-5
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-5
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-5
    .wpte-trip-single {
    flex: 0 0 calc(20% - var(--gap) * 4 / 5) !important;
    max-width: calc(20% - var(--gap) * 4 / 5) !important;
  }
  .category-grid.columns-tablet-6 .category-trips-single,
  .category-grid.columns-tablet-6 .wpte-trip-category,
  .category-grid.columns-tablet-6 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-6
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-tablet-6 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-tablet-6 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-6
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-6
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-tablet-6
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-6
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-6
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-tablet-6
    .wpte-trip-single {
    flex: 0 0 calc(16.6666666667% - var(--gap) * 5 / 6) !important;
    max-width: calc(16.6666666667% - var(--gap) * 5 / 6) !important;
  }
}
@media (max-width: 767px) {
  .category-grid.wte-col-2 .category-trips-single,
  .category-grid.wte-col-2 .wpte-trip-category,
  .category-grid.wte-col-2 .wpte-trip-single,
  .category-grid.wte-col-3 .category-trips-single,
  .category-grid.wte-col-3 .wpte-trip-category,
  .category-grid.wte-col-3 .wpte-trip-single,
  .category-grid.wte-col-4 .category-trips-single,
  .category-grid.wte-col-4 .wpte-trip-category,
  .category-grid.wte-col-4 .wpte-trip-single,
  .category-grid.wte-col-5 .category-trips-single,
  .category-grid.wte-col-5 .wpte-trip-category,
  .category-grid.wte-col-5 .wpte-trip-single,
  .category-grid.wte-col-6 .category-trips-single,
  .category-grid.wte-col-6 .wpte-trip-category,
  .category-grid.wte-col-6 .wpte-trip-single,
  .category-grid.col-2 .category-trips-single,
  .category-grid.col-2 .wpte-trip-category,
  .category-grid.col-2 .wpte-trip-single,
  .category-grid.col-3 .category-trips-single,
  .category-grid.col-3 .wpte-trip-category,
  .category-grid.col-3 .wpte-trip-single,
  .category-grid.col-4 .category-trips-single,
  .category-grid.col-4 .wpte-trip-category,
  .category-grid.col-4 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-2 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-2 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-2 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-3 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-3 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-3 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-4 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-4 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-4 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-5 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-5 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-5 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).wte-col-6 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).wte-col-6 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).wte-col-6 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).col-2 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).col-2 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).col-2 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).col-3 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).col-3 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).col-3 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).col-4 .category-trips-single,
  [class*="wte-col-"]:not(.category-list).col-4 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).col-4 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-2
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-2
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-2
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-3
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-3
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-3
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-4
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-4
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-4
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-5
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-5
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-5
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-6
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-6
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.wte-col-6
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-2
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-2
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-2
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-3
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-3
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-3
    .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-4
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-4
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.col-4
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-2
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-2 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-2 .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-3
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-3 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-3 .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-4
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-4 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-4 .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-5
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-5 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-5 .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.wte-col-6
    .category-trips-single,
  .single-trip .wte-related-trips.category-grid.wte-col-6 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.wte-col-6 .wpte-trip-single,
  .single-trip .wte-related-trips.category-grid.col-2 .category-trips-single,
  .single-trip .wte-related-trips.category-grid.col-2 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.col-2 .wpte-trip-single,
  .single-trip .wte-related-trips.category-grid.col-3 .category-trips-single,
  .single-trip .wte-related-trips.category-grid.col-3 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.col-3 .wpte-trip-single,
  .single-trip .wte-related-trips.category-grid.col-4 .category-trips-single,
  .single-trip .wte-related-trips.category-grid.col-4 .wpte-trip-category,
  .single-trip .wte-related-trips.category-grid.col-4 .wpte-trip-single {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .category-grid.columns-mobile-1 .category-trips-single,
  .category-grid.columns-mobile-1 .wpte-trip-category,
  .category-grid.columns-mobile-1 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-1
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-1 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-mobile-1 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-1
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-1
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-1
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-1
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-1
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-1
    .wpte-trip-single {
    flex: 0 0 calc(100% - var(--gap) * 0 / 1) !important;
    max-width: calc(100% - var(--gap) * 0 / 1) !important;
  }
  .category-grid.columns-mobile-2 .category-trips-single,
  .category-grid.columns-mobile-2 .wpte-trip-category,
  .category-grid.columns-mobile-2 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-2
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-2 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-mobile-2 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-2
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-2
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-2
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-2
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-2
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-2
    .wpte-trip-single {
    flex: 0 0 calc(50% - var(--gap) * 1 / 2) !important;
    max-width: calc(50% - var(--gap) * 1 / 2) !important;
  }
  .category-grid.columns-mobile-3 .category-trips-single,
  .category-grid.columns-mobile-3 .wpte-trip-category,
  .category-grid.columns-mobile-3 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-3
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-3 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-mobile-3 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-3
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-3
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-3
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-3
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-3
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-3
    .wpte-trip-single {
    flex: 0 0 calc(33.3333333333% - var(--gap) * 2 / 3) !important;
    max-width: calc(33.3333333333% - var(--gap) * 2 / 3) !important;
  }
  .category-grid.columns-mobile-4 .category-trips-single,
  .category-grid.columns-mobile-4 .wpte-trip-category,
  .category-grid.columns-mobile-4 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-4
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-4 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-mobile-4 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-4
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-4
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-4
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-4
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-4
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-4
    .wpte-trip-single {
    flex: 0 0 calc(25% - var(--gap) * 3 / 4) !important;
    max-width: calc(25% - var(--gap) * 3 / 4) !important;
  }
  .category-grid.columns-mobile-5 .category-trips-single,
  .category-grid.columns-mobile-5 .wpte-trip-category,
  .category-grid.columns-mobile-5 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-5
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-5 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-mobile-5 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-5
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-5
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-5
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-5
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-5
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-5
    .wpte-trip-single {
    flex: 0 0 calc(20% - var(--gap) * 4 / 5) !important;
    max-width: calc(20% - var(--gap) * 4 / 5) !important;
  }
  .category-grid.columns-mobile-6 .category-trips-single,
  .category-grid.columns-mobile-6 .wpte-trip-category,
  .category-grid.columns-mobile-6 .wpte-trip-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-6
    .category-trips-single,
  [class*="wte-col-"]:not(.category-list).columns-mobile-6 .wpte-trip-category,
  [class*="wte-col-"]:not(.category-list).columns-mobile-6 .wpte-trip-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-6
    .category-trips-single,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-6
    .wpte-trip-category,
  .wte-category-outer-wrap
    .category-main-wrap.category-grid.columns-mobile-6
    .wpte-trip-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-6
    .category-trips-single,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-6
    .wpte-trip-category,
  .single-trip
    .wte-related-trips.category-grid.columns-mobile-6
    .wpte-trip-single {
    flex: 0 0 calc(16.6666666667% - var(--gap) * 5 / 6) !important;
    max-width: calc(16.6666666667% - var(--gap) * 5 / 6) !important;
  }
}
.wte-fsd__filter-buttons .wte-fsd__button {
  border-radius: 100px;
}
.category-trip-wtetags {
  flex-wrap: wrap;
}
.category-trip-wtetags a {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-block;
  padding: 4px 12px;
  background-color: #e8e9e7;
  border-radius: 15px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
}
.category-trip-wtetags a:hover {
  text-decoration: none;
}
.category-trips-single-inner-wrap {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
  transition: all 0.5s ease;
  overflow: visible;
}
.category-trips-single-inner-wrap:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.category-trips-single-inner-wrap .category-trip-viewmre-btn {
  display: flex;
  justify-content: center;
  padding: 14px 40px;
  line-height: 1.25;
  margin: 32px 0 0;
}
@media (max-width: 767px) {
  .category-trips-single-inner-wrap .category-trip-viewmre-btn {
    width: 100%;
  }
}
.category-trips-single-inner-wrap .wpte_trip-details-btn-wrap {
  margin-top: 24px;
}
.category-trips-single-inner-wrap .wishlist-toggle {
  all: unset;
  display: flex;
  align-items: center;
}
.category-trips-single-inner-wrap .wishlist-toggle svg {
  vertical-align: top;
}
.category-trips-single-inner-wrap .wishlist-toggle:hover path {
  fill: #c5bcbc;
}
.category-trips-single-inner-wrap .wishlist-toggle.active svg path {
  fill: #e31e18;
}
.category-trips-single-inner-wrap .category-trip-fig {
  order: unset;
  position: relative;
  align-self: flex-start;
  margin: 0;
  width: 100%;
}
.category-trips-single-inner-wrap .category-trip-fig > a {
  position: relative;
  display: block;
  padding-top: 75%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #efefef;
}
.category-trips-single-inner-wrap .category-trip-fig > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 4px;
  transition: all 1s ease;
}
.category-trips-single-inner-wrap .category-trip-fig > a:hover {
  background-color: #ccc;
}
.category-trips-single-inner-wrap .category-trip-fig > a:hover img {
  transform: scale(1.1);
}
.category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper {
  width: 100%;
  max-width: 100%;
}
.category-trips-single-inner-wrap .category-trip-fig .toggle-map {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(6, 22, 38, 0.7);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 11;
  padding: 0;
}
.category-trips-single-inner-wrap .category-trip-fig .toggle-map:hover {
  background-color: #061626;
}
.category-trips-single-inner-wrap .category-trip-fig .toggle-map.active {
  background-color: var(--primary-color);
}
.category-trips-single-inner-wrap .category-trip-fig .toggle-map i {
  display: flex;
}
.category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper {
  display: none;
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .trip-map-wrapper
  .trip-map {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .trip-map-wrapper
  .trip-map
  iframe,
.category-trips-single-inner-wrap
  .category-trip-fig
  .trip-map-wrapper
  .trip-map
  img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .wpte-gallery-wrapper
  .wpte-trip-feat-img-gallery {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .wpte-gallery-wrapper
  .wpte-trip-feat-img-gallery
  .owl-stage,
.category-trips-single-inner-wrap
  .category-trip-fig
  .wpte-gallery-wrapper
  .wpte-trip-feat-img-gallery
  .owl-stage-outer {
  max-height: 100%;
  height: 100%;
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .wpte-gallery-wrapper
  .wpte-trip-feat-img-gallery
  .owl-item {
  height: 100%;
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .wpte-gallery-wrapper
  .wpte-trip-feat-img-gallery
  .owl-item
  .item {
  height: 100%;
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .wpte-gallery-wrapper
  .wpte-trip-feat-img-gallery
  .owl-item
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-trips-single-inner-wrap .category-trip-fig .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  padding: 18px 0 8px;
  width: 100%;
}
.category-trips-single-inner-wrap .category-trip-fig .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0 2px;
}
.category-trips-single-inner-wrap .category-trip-fig .owl-dots .owl-dot.active {
  background-color: #fff;
}
.category-trips-single-inner-wrap .category-trip-fig .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev,
.category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next {
  background-color: rgba(0, 0, 0, 0) !important;
  font-size: 24px !important;
  width: 80px;
  height: 100%;
  color: #fff;
  box-shadow: none;
  padding: 0 8px !important;
  border-radius: 0;
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .owl-nav
  button.owl-prev::before,
.category-trips-single-inner-wrap
  .category-trip-fig
  .owl-nav
  button.owl-prev::after,
.category-trips-single-inner-wrap
  .category-trip-fig
  .owl-nav
  button.owl-next::before,
.category-trips-single-inner-wrap
  .category-trip-fig
  .owl-nav
  button.owl-next::after {
  background-color: currentColor;
  left: auto;
  right: auto;
  transform: translateY(-50%);
}
.category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .owl-nav
  button.owl-next::after {
  right: 8px;
}
.category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .owl-nav
  button.owl-prev::before {
  left: 8px;
}
.category-trips-single-inner-wrap
  .category-trip-fig:hover
  .owl-nav:not(.disabled) {
  visibility: visible;
  opacity: 1;
}
.category-trips-single-inner-wrap .category-trip-content-wrap {
  padding-top: 24px;
  box-sizing: border-box;
  flex: 1;
}
.category-trips-single-inner-wrap .category-feat-ribbon {
  display: block;
  position: absolute;
  text-align: right;
  transform: unset;
  margin-top: 8px;
  margin-left: 8px;
  right: auto;
  left: 0;
  top: 0;
  z-index: 1;
}
.category-trips-single-inner-wrap
  .category-feat-ribbon
  .category-feat-ribbon-txt {
  font-size: 0.66em;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  height: auto;
  width: auto;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: #ffc34e;
  color: #8c6b2b;
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
}
.category-trips-single-inner-wrap
  .category-feat-ribbon
  .category-feat-ribbon-txt::before {
  content: "";
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2711%27 viewBox=%270 0 14 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.8081 2.62308C13.6427 2.48191 13.4093 2.45216 13.2137 2.54737L10.2211 4.00424L7.41314 0.766688C7.30929 0.646922 7.15855 0.578125 7.00001 0.578125C6.84147 0.578125 6.69075 0.646922 6.58687 0.766688L3.77888 4.00421L0.786276 2.54734C0.590686 2.45216 0.357334 2.48188 0.191904 2.62305C0.0264748 2.76423 -0.0395877 2.99004 0.0236584 3.19812L2.10178 10.0341C2.17181 10.2644 2.38424 10.4219 2.62501 10.4219H11.375C11.6157 10.4219 11.8282 10.2644 11.8982 10.0341L13.9763 3.19815C14.0396 2.99006 13.9735 2.76426 13.8081 2.62308ZM10.9696 9.32812H3.03032L1.43479 4.07955L3.67758 5.17141C3.90026 5.2798 4.16785 5.22506 4.33008 5.03803L7.00001 1.95967L9.66996 5.03803C9.83216 5.22509 10.0998 5.27977 10.3224 5.17141L12.5652 4.07955L10.9696 9.32812Z%27 fill=%27%238C6B2B%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2711%27 viewBox=%270 0 14 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.8081 2.62308C13.6427 2.48191 13.4093 2.45216 13.2137 2.54737L10.2211 4.00424L7.41314 0.766688C7.30929 0.646922 7.15855 0.578125 7.00001 0.578125C6.84147 0.578125 6.69075 0.646922 6.58687 0.766688L3.77888 4.00421L0.786276 2.54734C0.590686 2.45216 0.357334 2.48188 0.191904 2.62305C0.0264748 2.76423 -0.0395877 2.99004 0.0236584 3.19812L2.10178 10.0341C2.17181 10.2644 2.38424 10.4219 2.62501 10.4219H11.375C11.6157 10.4219 11.8282 10.2644 11.8982 10.0341L13.9763 3.19815C14.0396 2.99006 13.9735 2.76426 13.8081 2.62308ZM10.9696 9.32812H3.03032L1.43479 4.07955L3.67758 5.17141C3.90026 5.2798 4.16785 5.22506 4.33008 5.03803L7.00001 1.95967L9.66996 5.03803C9.83216 5.22509 10.0998 5.27977 10.3224 5.17141L12.5652 4.07955L10.9696 9.32812Z%27 fill=%27%238C6B2B%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  position: static;
  border: none;
}
.category-trips-single-inner-wrap
  .category-feat-ribbon
  .category-feat-ribbon-txt::after {
  content: none;
}
.category-trips-single-inner-wrap .category-trip-review,
.category-trips-single-inner-wrap .wpte-trip-review-stars {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}
.category-trips-single-inner-wrap .category-trip-review .rating-rev,
.category-trips-single-inner-wrap .wpte-trip-review-stars .rating-rev {
  margin-right: 8px;
}
.category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-stars,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .wpte-trip-review-stars {
  margin: 0;
}
.category-trips-single-inner-wrap .category-trip-review .jq-ry-container,
.category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-container {
  padding: 0;
}
.category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper,
.category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-group-wrapper {
  position: relative;
}
.category-trips-single-inner-wrap
  .category-trip-review
  .jq-ry-group-wrapper
  svg,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .jq-ry-group-wrapper
  svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.category-trips-single-inner-wrap
  .category-trip-review
  .jq-ry-group-wrapper
  svg:last-child,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .jq-ry-group-wrapper
  svg:last-child {
  margin-right: 0;
}
.category-trips-single-inner-wrap
  .category-trip-review
  .jq-ry-group-wrapper
  .jq-ry-rated-group,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .jq-ry-group-wrapper
  .jq-ry-rated-group {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
}
.category-trips-single-inner-wrap
  .category-trip-review
  .category-trip-reviewcount,
.category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-stars,
.category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-count,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .category-trip-reviewcount,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .wpte-trip-review-stars,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .wpte-trip-review-count {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-underline-offset: 2px;
  text-decoration: underline;
  transition: text-underline-offset 0.3s ease;
}
.category-trips-single-inner-wrap
  .category-trip-review
  .category-trip-reviewcount:hover,
.category-trips-single-inner-wrap
  .category-trip-review
  .wpte-trip-review-stars:hover,
.category-trips-single-inner-wrap
  .category-trip-review
  .wpte-trip-review-count:hover,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .category-trip-reviewcount:hover,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .wpte-trip-review-stars:hover,
.category-trips-single-inner-wrap
  .wpte-trip-review-stars
  .wpte-trip-review-count:hover {
  text-underline-offset: 1px;
  color: var(--primary-color);
}
.category-trips-single-inner-wrap .category-trip-discount {
  display: inline-block;
  font-size: 0.72em;
  font-weight: 600;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 14px;
  background-color: #ea7810;
  color: #fff;
  margin-bottom: 8px;
  vertical-align: top;
  white-space: nowrap;
}
.category-trips-single-inner-wrap .price-holder {
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.category-trips-single-inner-wrap .price-holder .striked-price {
  text-decoration: line-through;
  font-size: 13px;
  opacity: 0.4;
}
.category-trips-single-inner-wrap .price-holder .actual-price {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
}
.category-trips-single-inner-wrap .category-trip-prc-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-flow: row;
  align-items: center;
  margin: 0 0 24px;
}
.category-trips-single-inner-wrap
  .category-trip-prc-title-wrap
  .category-trip-title {
  font-size: 24px;
  order: unset;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.category-trips-single-inner-wrap
  .category-trip-prc-title-wrap
  .category-trip-title
  a {
  color: inherit;
  text-decoration: none;
  transition: all ease 0.3s;
}
.category-trips-single-inner-wrap
  .category-trip-prc-title-wrap
  .category-trip-title
  a:hover {
  color: var(--primary-color);
}
.category-trips-single-inner-wrap .category-trip-prc-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .category-trips-single-inner-wrap .category-trip-prc-wrap {
    flex-wrap: nowrap;
  }
}
.category-trips-single-inner-wrap .category-trip-prc-wrap > * {
  margin-bottom: 24px;
}
.category-trips-single-inner-wrap .category-trip-budget {
  padding-left: 24px;
  border-left: 1px solid rgba(0, 20, 39, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category-trips-single-inner-wrap .category-trip-desti {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  padding-right: 24px;
  max-width: 60%;
  flex: 1;
  justify-content: center;
}
.category-trips-single-inner-wrap
  .category-trip-desti
  > [class*="category-trip-"] {
  display: inline-flex;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.5;
}
.category-trips-single-inner-wrap
  .category-trip-desti
  > [class*="category-trip-"]:not(:last-child) {
  margin-bottom: 12px;
}
.category-trips-single-inner-wrap
  .category-trip-desti
  > [class*="category-trip-"]
  svg {
  width: 1em;
  height: 1em;
}
.category-trips-single-inner-wrap
  .category-trip-desti
  > [class*="category-trip-"]
  svg
  path {
  fill: var(--primary-color);
  fill-opacity: 1;
}
.category-trips-single-inner-wrap
  .category-trip-desti
  > [class*="category-trip-"]
  i {
  width: 1em;
  height: 1.5em;
  flex: 0 0 1em;
  text-align: center;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.category-trips-single-inner-wrap
  .category-trip-desti
  > [class*="category-trip-"]
  span {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}
.category-trips-single-inner-wrap
  .category-trip-desti
  > [class*="category-trip-"]
  a {
  color: inherit;
  text-decoration: none;
}
.category-trips-single-inner-wrap
  .category-trip-desti
  > [class*="category-trip-"]
  a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.category-trips-single-inner-wrap
  .category-trip-desti
  .category-trip-locations {
  display: flex;
  flex-wrap: wrap;
}
.category-trips-single-inner-wrap
  .category-trip-desti
  .category-trip-locations
  a
  + a::before {
  content: ",";
  margin-right: 5px;
}
.category-trips-single-inner-wrap .category-trip-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.category-trips-single-inner-wrap .category-trip-desc p {
  margin: 0;
}
.category-trips-single-inner-wrap .category-trip-aval-time {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  gap: 16px;
}
.category-trips-single-inner-wrap .category-available-trip-text,
.category-trips-single-inner-wrap .fsd-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  margin: 0 0 6px;
  width: 100%;
}
.category-trips-single-inner-wrap .category-trip-avl-tip-inner-wrap,
.category-trips-single-inner-wrap .next-trip-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  flex: 1;
}
@media (max-width: 767px) {
  .category-trips-single-inner-wrap .category-trip-avl-tip-inner-wrap,
  .category-trips-single-inner-wrap .next-trip-info {
    width: 100%;
  }
}
.category-trips-single-inner-wrap .category-trip-avl-tip-inner-wrap i,
.category-trips-single-inner-wrap .next-trip-info i {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 16px;
}
.category-trips-single-inner-wrap .category-trip-avl-tip-inner-wrap i svg,
.category-trips-single-inner-wrap .next-trip-info i svg {
  vertical-align: middle;
}
.category-trips-single-inner-wrap .category-trip-avl-tip-inner-wrap i path,
.category-trips-single-inner-wrap .next-trip-info i path {
  fill: currentColor;
}
.category-trips-single-inner-wrap .category-trip-avl-tip-inner-wrap.new-layout,
.category-trips-single-inner-wrap .next-trip-info.new-layout {
  flex-flow: row wrap;
}
.category-trips-single-inner-wrap .category-available-months,
.category-trips-single-inner-wrap .next-departure-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  flex: 1;
}
.category-trips-single-inner-wrap .category-available-months li,
.category-trips-single-inner-wrap .next-departure-list li {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
}
.category-trips-single-inner-wrap .category-available-months li:last-child,
.category-trips-single-inner-wrap .next-departure-list li:last-child {
  margin-right: 0;
}
.category-trips-single-inner-wrap .category-available-months a,
.category-trips-single-inner-wrap .next-departure-list a {
  color: var(--primary-color);
}
.category-trips-single-inner-wrap .category-available-months .disabled,
.category-trips-single-inner-wrap .next-departure-list .disabled {
  text-decoration: none;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.24);
}
.category-trips-single-inner-wrap .next-departure-list li {
  width: 100%;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
  z-index: 1;
}
.category-trips-single-inner-wrap .next-departure-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: none;
  transform: translateY(-50%);
  margin-top: -1px;
  margin-left: 10px;
  white-space: nowrap;
  width: 100%;
  height: 2px;
  border-bottom: 1px dotted #b6b6b6;
  z-index: -1;
}
.category-trips-single-inner-wrap .next-departure-list li:last-child {
  margin-bottom: 0;
}
.category-trips-single-inner-wrap .next-departure-list li svg {
  height: 1em;
  width: 1em;
  margin-right: 0;
  display: inline-block;
  vertical-align: -0.125em;
}
.category-trips-single-inner-wrap .next-departure-list li .left,
.category-trips-single-inner-wrap .next-departure-list li .right {
  background: #fff;
}
.category-trips-single-inner-wrap .next-departure-list li .left {
  padding-right: 10px;
  padding-left: 1px;
}
.category-trips-single-inner-wrap .next-departure-list li .right {
  padding-left: 10px;
  padding-right: 1px;
}
.category-trips-single-inner-wrap
  .category-feat-ribbon
  ~ .category-trip-group-avil
  .pop-trip-grpavil-icon,
.category-trips-single-inner-wrap
  .category-feat-ribbon
  ~ .category-trip-group-avil
  .pop-trip-grpavil-txt {
  left: auto;
  right: 10px;
}
.category-trips-single-inner-wrap
  .category-feat-ribbon
  ~ .category-trip-group-avil
  .pop-trip-grpavil-txt {
  right: 0;
}
.category-trips-single-inner-wrap
  .category-feat-ribbon
  ~ .category-trip-group-avil
  .pop-trip-grpavil-txt::before,
.category-trips-single-inner-wrap
  .category-feat-ribbon
  ~ .category-trip-group-avil
  .pop-trip-grpavil-txt::after {
  left: auto;
  right: 17px;
}
.category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: rgba(35, 35, 35, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -39px;
  display: inline-block;
  padding: 9px 15px;
  line-height: 1;
  font-size: 0.944em;
  border-radius: 5px;
  color: rgba(35, 35, 35, 0.4);
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all ease 0.3s;
  z-index: 1;
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .pop-trip-grpavil-txt::after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 100%;
  left: 17px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .pop-trip-grpavil-txt::before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 100%;
  left: 17px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.category-trips-single-inner-wrap
  .category-trip-fig
  .pop-trip-grpavil-icon:hover
  + .pop-trip-grpavil-txt {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap {
  padding: 0;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-discount {
  margin-bottom: 8px;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-prc-title-wrap {
  position: relative;
  padding-right: 24px;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-prc-title-wrap
  .wishlist-toggle {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 8px 0;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-prc-title-wrap {
  padding: 0 24px 0 0;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-prc-title-wrap
  .category-trip-title {
  margin-top: 0;
  margin-bottom: 0;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-prc-title-wrap
  .wpte-trip-review-stars {
  margin-bottom: 0;
  margin-top: 8px;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap {
  padding: 0;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .price-holder
  + .category-trip-dates {
  margin-top: 24px;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-dates {
  width: 100%;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-dates
  span {
  font-size: 12px;
  line-height: 1.33;
  display: block;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-dates
  span:not(:last-child) {
  margin: 0 0 8px;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-dates
  span.trip-dates-title {
  margin: 0 0 12px;
  color: #1c2011;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-dates
  span.category-trip-start-date {
  position: relative;
  padding-left: 18px;
  color: #494d41;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-dates
  span.category-trip-start-date::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0791 3.08753C12.307 3.31533 12.307 3.68468 12.0791 3.91248L5.66248 10.3292C5.43467 10.557 5.06533 10.557 4.83752 10.3292L1.92085 7.41248C1.69305 7.18468 1.69305 6.81533 1.92085 6.58753C2.14866 6.35972 2.51801 6.35972 2.74581 6.58753L5.25 9.09171L11.2542 3.08753C11.482 2.85972 11.8513 2.85972 12.0791 3.08753Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0791 3.08753C12.307 3.31533 12.307 3.68468 12.0791 3.91248L5.66248 10.3292C5.43467 10.557 5.06533 10.557 4.83752 10.3292L1.92085 7.41248C1.69305 7.18468 1.69305 6.81533 1.92085 6.58753C2.14866 6.35972 2.51801 6.35972 2.74581 6.58753L5.25 9.09171L11.2542 3.08753C11.482 2.85972 11.8513 2.85972 12.0791 3.08753Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-desti,
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-budget {
  margin-bottom: 0;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-desti
  > [class*="category-trip-"]:not(:last-child) {
  margin-bottom: 8px;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-desc {
  margin-top: 16px;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-fig
  > a,
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .wpte-gallery-wrapper {
  border-radius: 4px 4px 0 0;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-fig
  > a
  .owl-stage-outer,
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-fig
  > a
  img,
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .wpte-gallery-wrapper
  .owl-stage-outer,
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .wpte-gallery-wrapper
  img {
  border-radius: 0;
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-content-wrap {
  padding: 16px;
}
@media (min-width: 768px) {
  .category-trips-single.wpte_new-layout
    .category-trips-single-inner-wrap
    .category-trip-aval-time
    .category-trip-aval-time {
    flex-wrap: nowrap;
  }
}
.category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-desc {
  padding-top: 0;
}
.category-trips-single[data-thumbnail="map"]
  .category-trips-single-inner-wrap
  .category-trip-fig
  > a,
.category-trips-single[data-thumbnail="map"]
  .category-trips-single-inner-wrap
  .category-trip-fig
  .wpte-gallery-wrapper {
  display: none;
}
.category-trips-single[data-thumbnail="map"]
  .category-trips-single-inner-wrap
  .category-trip-fig
  .trip-map-wrapper {
  display: block;
}
.category-trips-single[data-thumbnail="map"]
  .category-trips-single-inner-wrap
  .category-trip-fig
  .toggle-map {
  background-color: var(--primary-color);
}
.category-trips-single .category-trips-single-inner-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.category-trips-single .category-trip-content-wrap,
.category-trips-single .category-trip-detail-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.category-trips-single .category-trip-detail-wrap {
  justify-content: space-between;
}
.category-trips-single.wpte-layout-6 .category-trip-fig {
  margin-top: -40px;
  border-radius: 8px;
  box-shadow: 0px 24px 24px -16px rgba(0, 0, 0, 0.3215686275);
}
.category-trips-single.wpte-layout-6 .category-trip-fig > a {
  padding: 0 !important;
  border-radius: 8px !important;
  aspect-ratio: 348/232;
}
.category-trips-single.wpte-layout-6 .category-trip-fig img {
  aspect-ratio: 348px 232px;
  position: static;
}
.category-trips-single.wpte-layout-6 .category-trip-fig .category-feat-ribbon {
  margin: 0 !important;
  left: 50%;
  top: 0 !important;
  transform: translate(-50%, -9px) !important;
}
.category-trips-single.wpte-layout-6
  .category-trip-fig
  .category-feat-ribbon::before {
  content: "";
  width: 6px;
  height: 9px;
  background-color: #9c2e12;
  position: absolute;
  top: 0;
  right: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  box-shadow: 1px 0 #9c2e12;
}
.category-trips-single.wpte-layout-6
  .category-trip-fig
  .category-feat-ribbon
  .category-feat-ribbon-txt {
  vertical-align: top;
  background-color: #f75d37 !important;
  color: #fff !important;
  padding: 5px 8px 9px !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.category-trips-single.wpte-layout-6
  .category-trip-fig
  .category-feat-ribbon
  .category-feat-ribbon-txt::before {
  content: none !important;
}
.category-trips-single.wpte-layout-6 .category-trip-discount-ribbon {
  position: absolute;
  top: 16px;
  left: 0;
  background-color: #f75d37;
  color: #fff;
  border-radius: 13px 50px 50px 0;
  padding: 5.5px 14px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.21;
  transform: translateX(-4px);
}
.category-trips-single.wpte-layout-6 .category-trip-discount-ribbon::before,
.category-trips-single.wpte-layout-6 .category-trip-discount-ribbon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 4px;
  background-color: #f75d37;
}
.category-trips-single.wpte-layout-6 .category-trip-discount-ribbon::before {
  height: 2.5px;
}
.category-trips-single.wpte-layout-6 .category-trip-discount-ribbon::after {
  height: 5px;
  background-color: #9c2e12;
  border-radius: 4px 0 0 4px;
}
.category-trips-single.wpte-layout-6 .wishlist-toggle-wrap {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
}
.category-trips-single.wpte-layout-6 .wishlist-toggle {
  cursor: pointer;
  color: #0f1d23;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.category-trips-single.wpte-layout-6 .wishlist-toggle svg {
  width: 1em;
  height: 1em;
}
.category-trips-single.wpte-layout-6 .wishlist-toggle svg path {
  fill: none;
}
.category-trips-single.wpte-layout-6 .wishlist-toggle:hover {
  color: var(--wpte-primary-color, var(--primary-color));
}
.category-trips-single.wpte-layout-6 .wishlist-toggle.active {
  color: var(--wpte-primary-color, var(--primary-color));
}
.category-trips-single.wpte-layout-6 .wishlist-toggle.active svg path {
  fill: var(--wpte-primary-color, var(--primary-color));
}
.category-trips-single.wpte-layout-6 .category-trip-image-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px;
  min-height: 1.8px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  width: 100%;
  color: #fff;
  border-radius: 0 0 8px 8px;
}
.category-trips-single.wpte-layout-6 .wpte-trip-review-stars {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.85;
  margin: 0 !important;
}
.category-trips-single.wpte-layout-6 .wte-trip-regular-price {
  font-size: 14px;
  line-height: 1;
}
.category-trips-single.wpte-layout-6 .wte-trip-sale-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.66;
}
.category-trips-single.wpte-layout-6 .wte-trip-price-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.category-trips-single.wpte-layout-6 .category-trips-single-inner-wrap {
  padding: 0 16px 24px !important;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 16px;
  box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.16);
}
.category-trips-single.wpte-layout-6 .category-trip-content-wrap {
  padding-top: 16px;
}
.category-trips-single.wpte-layout-6 .category-trip-types {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin: 0 0 8px;
}
.category-trips-single.wpte-layout-6 .category-trip-types a {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0px;
  color: rgba(15, 29, 35, 0.64);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.category-trips-single.wpte-layout-6 .category-trip-types a:hover {
  color: var(--wpte-primary-color, var(--primary-color));
  text-decoration: underline;
}
.category-trips-single.wpte-layout-6 .category-trip-types a:not(:first-child) {
  padding-left: 14px;
}
.category-trips-single.wpte-layout-6
  .category-trip-types
  a:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(15, 29, 35, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.category-trips-single.wpte-layout-6 .category-trip-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.category-trips-single.wpte-layout-6 .category-trip-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.category-trips-single.wpte-layout-6 .category-trip-title a:hover {
  color: var(--wpte-primary-color, var(--primary-color));
}
.category-trips-single.wpte-layout-6 .category-trip-meta-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.category-trips-single.wpte-layout-6
  .category-trip-meta-infos
  .category-trip-meta-info {
  display: flex;
  gap: 8px;
}
.category-trips-single.wpte-layout-6
  .category-trip-meta-infos
  .category-trip-meta-info
  .category-trip-meta-info-icon {
  flex: 0 0 24px;
  color: rgba(15, 29, 35, 0.48);
}
.category-trips-single.wpte-layout-6
  .category-trip-meta-infos
  .category-trip-meta-info
  > div {
  display: flex;
  flex-direction: column;
}
.category-trips-single.wpte-layout-6
  .category-trip-meta-infos
  .category-trip-meta-info-label {
  font-size: 14px;
  line-height: 1.71;
  color: rgba(15, 29, 35, 0.64);
}
.category-trips-single.wpte-layout-6
  .category-trip-meta-infos
  .category-trip-meta-info-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #0f1d23;
  display: block;
}
.category-grid
  .category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .wpte_trip-details-btn-wrap {
  padding: 16px 16px 0;
  border-top: 1px solid #e8e9e7;
  margin: 16px -16px 0;
}
.category-grid
  .category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .wpte_trip-details-btn-wrap
  .category-trip-viewmre-btn {
  margin: 0;
}
.category-grid
  .category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .wpte-trip-feat-img-gallery {
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
}
.category-grid
  .category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-detail-wrap
  .category-trip-desc {
  margin-top: 8px;
}
.category-grid
  .category-trips-single.wpte_new-layout
  .category-trips-single-inner-wrap
  .category-trip-aval-time {
  margin: 16px 0 0;
  padding: 0;
  border: none;
}
body.wpte-cc-sticky-converter
  #wte-cc-currency-list-container
  .wte-cc-currency-list-display {
  background-color: var(--wpte-primary-color, var(--primary-color));
  border-radius: 8px 0 0 8px;
}
body.wpte-cc-sticky-converter
  #wte-cc-currency-list-container
  .wte-cc-currency-list-display
  .list {
  border-color: rgba(
    var(--wpte-primary-color-rgb, var(--primary-color-rgb)),
    0.3
  );
}
body.wpte-cc-sticky-converter
  #wte-cc-currency-list-container
  .wte-cc-currency-list-display
  .list
  .option.focus {
  background-color: rgba(
    var(--wpte-primary-color-rgb, var(--primary-color-rgb)),
    0.1
  );
}
@media (max-width: 1199px) {
  .wte-process-tab-controller {
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .single-trip .content-area,
  .single-trip .widget-area {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .single-trip .widget-area {
    margin-top: 32px;
  }
  .wpte-cc-sticky-converter
    .wpte-booking-area-wrapper
    .wte-currency-switcher-drpdown {
    display: none;
  }
  .wpte-booking-area-wrapper {
    display: contents;
  }
  .wpte-booking-area-wrapper
    .wte-currency-switcher-drpdown
    .wte-cc-currency-list-display {
    border-radius: 8px !important;
    margin: 0 !important;
  }
  .wpte-booking-area {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    z-index: 111;
    box-shadow: -2px 0 16px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 24px 24px 16px;
    background-color: #fff;
  }
  .wpte-booking-area .wpte-booking-inner-wrapper {
    padding: 0 !important;
  }
  .wpte-booking-area .wpte-bf-gd-text {
    display: none !important;
  }
  .wpte-booking-area .wpte-bf-discount-tag {
    display: none;
  }
  .wpte-booking-area .wpte-bf-price-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-bottom: none !important;
    margin: 0 !important;
  }
  .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price {
    padding: 16px 0;
  }
  .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-offer-amount {
    font-size: 20px;
  }
  .wpte-booking-area .wpte-bf-price {
    padding: 16px 0;
  }
  .wpte-booking-area .wpte-bf-content {
    display: none;
  }
  .wpte-booking-area .wpte-bf-btn-wrap {
    padding: 0 !important;
    margin: 0 !important;
  }
  .wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.5;
  }
  .wpte-booking-area .wpte-booking-footer-text {
    padding: 12px 0 0 !important;
    margin: 0 0 0 !important;
  }
  .wpte-booking-area.wpte-form-layout-2 {
    border-radius: 16px 16px 0 0;
  }
  .wpte-booking-area.wpte-form-layout-2.wpte-default-form {
    padding-top: 24px;
  }
  .wpte-booking-area.wpte-form-layout-2.wpte-default-form
    .wpte-booking-inner-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .wpte-booking-area.wpte-form-layout-2.wpte-default-form
    .wpte_price-toggle-btn-mb {
    display: none;
  }
  .wpte-booking-area.wpte-form-layout-2.wpte-default-form .wpte-bf-price-wrap {
    max-height: unset;
    overflow: visible;
    display: flex;
    margin: 0 !important;
  }
  .wpte-booking-area.wpte-form-layout-2.wpte-default-form .wpte-bf-price {
    padding-left: 0;
    padding-right: 16px;
    border: none !important;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0 !important;
  }
  .wpte-booking-area.wpte-form-layout-2.wpte-default-form .wpte-bf-btn-wrap {
    padding-top: 0;
  }
  .wpte-booking-area.wpte-form-layout-3 {
    width: calc(100vw - 32px);
    left: auto;
    right: 16px;
    bottom: 16px;
    border-top: none !important;
    border-radius: 16px;
    padding: 0;
    background: none;
  }
  .wpte-booking-area.wpte-form-layout-3 .wpte_price-toggle-btn-mb {
    transform: unset;
    position: fixed;
    left: auto;
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 4px 6px 12px rgba(94, 70, 8, 0.2);
    transform: scale(1, 1);
  }
  .wpte-booking-area.wpte-form-layout-3 .wpte_price-toggle-btn-mb.active {
    visibility: hidden;
    opacity: 0;
    transform: scale(0, 0);
  }
  .wpte-booking-area.wpte-form-layout-3 > .wrap {
    box-sizing: border-box;
    padding: 24px 24px;
    background-color: #fff;
    width: calc(100vw - 32px) !important;
    position: fixed;
    left: auto;
    right: 16px;
    bottom: 16px;
    border-radius: 16px;
    box-shadow: 4px 6px 12px rgba(94, 70, 8, 0.2);
    transition: all 0.3s ease;
    transform: scale(0, 0);
    transform-origin: right bottom;
    opacity: 0;
    z-index: 11;
  }
  .wpte-booking-area.wpte-form-layout-3.show .wrap {
    transform: scale(1, 1);
    opacity: 1;
  }
  .wpte-booking-area.wpte-form-layout-3 .wpte-bf-price-wrap {
    overflow: visible;
    max-height: unset;
  }
  .wpte-booking-area.wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3,
  .wpte-booking-area.wpte-form-layout-3
    .wpte_price-toggle-btn-mb-layout-3:active,
  .wpte-booking-area.wpte-form-layout-3
    .wpte_price-toggle-btn-mb-layout-3:focus {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.4 15L10 11.4L13.6 15L15 13.6L11.4 10L15 6.4L13.6 5L10 8.6L6.4 5L5 6.4L8.6 10L5 13.6L6.4 15ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6873 3.825 17.975 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.262667 12.6833 0 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31267 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.31233 6.1 0.787C7.31667 0.262333 8.61667 0 10 0C11.3833 0 12.6833 0.262333 13.9 0.787C15.1167 1.31233 16.175 2.025 17.075 2.925C17.975 3.825 18.6873 4.88333 19.212 6.1C19.7373 7.31667 20 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6873 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6873 13.9 19.212C12.6833 19.7373 11.3833 20 10 20Z%27 fill=%27%23DE4444%27/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border: none;
  }
  .wpte-booking-area.wpte-form-layout-2 .wpte-bf-price-wrap,
  .wpte-booking-area.wpte-form-layout-3 .wpte-bf-price-wrap {
    justify-content: center;
  }
  .wpte-booking-area.wpte-form-layout-2 .wpte-bf-price:nth-child(2n),
  .wpte-booking-area.wpte-form-layout-3 .wpte-bf-price:nth-child(2n) {
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.1) !important;
  }
  .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:nth-child(2n-1) {
    padding-left: 0 !important;
  }
  .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:nth-child(2n) {
    padding-right: 0 !important;
  }
  .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:last-child,
  .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:nth-last-child(2) {
    border-bottom: none !important;
  }
  .wpte-booking-area.wpte-compact-layout {
    padding: 16px;
    border-radius: 16px 16px 0 0;
  }
  .wpte-booking-area.wpte-compact-layout.wpte-form-layout-3 {
    all: unset;
  }
  .wpte-booking-area.wpte-compact-layout.wpte-form-layout-3
    .wpte-booking-inner-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .wpte-booking-area.wpte-compact-layout.wpte-form-layout-3
    .wpte-booking-inner-wrapper
    .wpte-bf-price-wrap,
  .wpte-booking-area.wpte-compact-layout.wpte-form-layout-3
    .wpte-booking-inner-wrapper
    .wpte-bf-btn-wrap {
    width: 100%;
  }
  .wpte-booking-area.wpte-compact-layout.wpte-form-layout-3
    .wpte-booking-inner-wrapper
    .wpte-bf-offer-price {
    flex-flow: row wrap !important;
  }
  .wpte-booking-area.wpte-compact-layout.wpte-form-layout-3
    .wpte-booking-inner-wrapper
    .wpte-bf-offer-price
    .wpte-bf-pqty {
    line-height: 1.5;
  }
  .wpte-booking-area.wpte-compact-layout .wpte-bf-btn-wrap .wpte-bf-btn {
    padding: 8px 16px !important;
    font-size: 14px !important;
    line-height: 1.8;
  }
  .wpte-booking-area.wpte-compact-layout .wpte-bf-price-wrap {
    max-height: unset;
    flex-wrap: nowrap;
  }
  .wpte-booking-area.wpte-compact-layout .wpte-bf-price-wrap .wpte-bf-price {
    margin-bottom: 0 !important;
    padding-right: 8px !important;
    flex: unset;
  }
  .wpte-booking-area.wpte-compact-layout
    .wpte-bf-price-wrap
    .wpte-bf-price:not(:first-child) {
    padding-left: 8px !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .wpte-booking-area.wpte-compact-layout
    .wpte-bf-price-wrap
    .wpte-bf-price:nth-child(n + 3) {
    display: none !important;
  }
  .wpte-booking-area.wpte-compact-layout
    .wpte-bf-price-wrap
    .wpte-bf-price
    .wpte-bf-reg-price {
    display: none;
  }
  .wpte-booking-area.wpte-compact-layout
    .wpte-bf-price-wrap
    .wpte-bf-price
    .wpte-bf-offer-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .wpte-booking-area.wpte-compact-layout
    .wpte-bf-price-wrap
    .wpte-bf-price
    .wpte-bf-offer-amount {
    font-size: 16px;
    white-space: nowrap;
  }
  .wpte-booking-area.wpte-compact-layout
    .wpte-bf-price-wrap
    .wpte-bf-price
    .wpte-bf-pqty {
    font-size: 12px;
  }
  .wpte-booking-area.wpte-compact-layout .wpte-booking-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wpte-booking-area.wpte-compact-layout .wpte-booking-footer-text {
    padding-top: 0 !important;
    margin-top: 16px !important;
    border-top: none !important;
  }
  .wpte-booking-area .wpte-bf-whatsapp-cta {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
  }
  .wpte-booking-area .wpte-bf-whatsapp-cta svg {
    vertical-align: top;
  }
  .wpte-booking-area .wpte-bf-btn-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .wte-related-trips-wrapper {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wpte-tabs-container:not(.wpte-tabs-sticky) {
    display: flex;
    flex-direction: column;
  }
  .wpte-tabs-container:not(.wpte-tabs-sticky) .nav-tab-wrapper,
  .wpte-tabs-container:not(.wpte-tabs-sticky) .tab-inner-wrapper,
  .wpte-tabs-container:not(.wpte-tabs-sticky) .tab-content {
    display: contents !important;
  }
  .trip-facts-value {
    gap: 24px;
  }
  .wte-process-nav-list .wte-process-nav-item {
    padding: 16px;
  }
  .wte-process-nav-list .wte-process-nav-item a {
    font-size: 0 !important;
    gap: 0;
  }
  .wte-process-nav-list .wte-process-nav-item .wte-icon {
    font-size: 16px;
  }
  .wpte-booking-area .wpte-bf-price {
    width: 50%;
  }
  .wpte-booking-area .wpte-booking-footer-text {
    font-size: 12px;
  }
  .itinerary-row .title,
  .itinerary-row .itinerary-title {
    font-size: 16px;
  }
  .review-wrap .review-sub-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .review-wrap .overall-rating-wrap,
  .review-wrap .average-rating {
    padding: 24px 0 0;
    margin-top: 24px;
    border-top: 1px solid rgba(15, 29, 35, 0.1);
  }
  .review-wrap ol.comment-list .comment-title {
    padding-right: 0px;
  }
  .review-wrap
    ol.comment-list
    li
    .trip-comment-content
    .comment-rating
    .comment-meta {
    position: static;
  }
  .wpte-tabs-container {
    padding: 0;
  }
  .wpte-tabs-container .nb-configurations {
    padding: 24px 0 !important;
  }
  .nav-tab-wrapper {
    padding: 0;
    border-bottom: none;
  }
  .nav-tab-wrapper .tab-inner-wrapper {
    flex-direction: column;
    margin: 0;
    gap: 0;
  }
  .nav-tab-wrapper .tab-anchor-wrapper {
    margin: 0;
    width: 100%;
  }
  .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
    position: relative;
    flex-direction: row;
    border-color: rgba(4, 15, 26, 0.1);
    justify-content: flex-start;
    padding-right: 32px;
  }
  .nav-tab-wrapper .tab-anchor-wrapper .nav-tab .tab-icon {
    margin-right: 8px !important;
    margin-bottom: 0;
  }
  .nav-tab-wrapper .tab-anchor-wrapper .nav-tab::after {
    content: "" !important;
    position: absolute;
    top: 7px;
    right: 10px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z%27/%3E%3C/svg%3E")
      center center no-repeat;
    width: 15px;
    height: 20px;
    top: 50% !important;
    transform: translateY(-50%);
    transition: linear 0.2s;
  }
  .nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active::after {
    border-top-color: #fff;
    border-width: 7.5px;
    transform: translateY(-50%) rotate(180deg);
  }
  .wte-fsd__container {
    gap: 24px !important;
  }
  .faq-row {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .wte-process-container {
    max-width: 90% !important;
  }
  .wte-trip-options .wte-trip-guest-wrapper {
    padding: 16px;
  }
  .wte-trip-options .wte-trip-guest-wrapper .select-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .wte-process-tabs .wte-process-container {
    padding-bottom: 0;
  }
  .owl-carousel .owl-item img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  #wte__booking {
    max-width: 1170px;
  }
}
.widget_wte_featured_trips_widget .category-trips-widget {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_wte_featured_trips_widget .category-trips-widget-inner-wrap {
  display: flex;
  flex-wrap: wrap;
}
.widget_wte_featured_trips_widget .category-trip-fig {
  width: 42%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  margin: 0;
  border-radius: 4px;
  position: relative;
  height: 100%;
}
.widget_wte_featured_trips_widget .category-trip-fig svg,
.widget_wte_featured_trips_widget .category-trip-fig img {
  vertical-align: top;
}
.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.widget_wte_featured_trips_widget
  .category-trip-fig
  .pop-trip-grpavil-icon
  svg {
  height: 11px;
  width: 13px;
}
.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -31px;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 5px;
  color: #0d0d0d;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all ease 0.3s;
}
.widget_wte_featured_trips_widget
  .category-trip-fig
  .pop-trip-grpavil-txt:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 100%;
  left: 7px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: rgba(0, 185, 139, 0.05) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    rgba(0, 0, 0, 0);
}
.widget_wte_featured_trips_widget
  .category-trip-fig
  .pop-trip-grpavil-txt:after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 100%;
  left: 7px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.widget_wte_featured_trips_widget
  .category-trip-fig
  .pop-trip-grpavil-icon:hover {
  cursor: pointer;
}
.widget_wte_featured_trips_widget
  .category-trip-fig
  .pop-trip-grpavil-icon:hover
  + .pop-trip-grpavil-txt {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.widget_wte_featured_trips_widget .category-trip-fig img {
  vertical-align: top;
  border-radius: 4px 4px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  max-width: 100%;
}
.widget_wte_featured_trips_widget .category-trip-detail-wrap {
  width: 58%;
  padding-left: 18px;
}
.widget_wte_featured_trips_widget .category-trip-budget {
  padding: 10px 10px;
  line-height: 1;
}
.widget_wte_featured_trips_widget .category-trip-budget .striked-price {
  font-size: 15px;
  color: rgba(13, 13, 13, 0.7);
  text-decoration: line-through;
  font-weight: 600;
}
.widget_wte_featured_trips_widget .category-trip-budget .actual-price {
  font-size: 18px;
  color: #0d0d0d;
  font-weight: 600;
}
.widget_wte_featured_trips_widget .category-disc-feat-wrap {
  display: block;
  margin-bottom: 5px;
}
.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer {
  display: inline-block;
  padding: 2px 7px;
  background: rgba(13, 13, 13, 0.1);
  color: #0d0d0d;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1;
}
.widget_wte_featured_trips_widget
  .category-disc-feat-wrap
  .discount-offer
  span {
  font-size: 15px;
  font-weight: 500;
}
.widget_wte_featured_trips_widget .category-trip-title {
  font-size: 18px;
  display: block;
  line-height: 1.667;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
.widget_wte_featured_trips_widget .category-trip-title a {
  color: #0d0d0d;
  transition: all ease 0.3s;
  text-decoration: none;
}
.widget_wte_featured_trips_widget .category-trip-title a:hover,
.widget_wte_featured_trips_widget .category-trip-title a:focus {
  color: var(--primary-color);
  text-decoration: none;
}
.widget_wte_featured_trips_widget .category-trip-desti {
  display: block;
  font-size: 16px;
}
.widget_wte_featured_trips_widget .category-trip-desti span i {
  color: #0d0d0d;
}
.widget_wte_featured_trips_widget .category-trip-desti span svg {
  height: 13px;
}
.widget_wte_featured_trips_widget .category-trip-desti span a {
  color: rgba(13, 13, 13, 0.7);
  font-weight: 600;
  transition: all ease 0.3s;
  text-decoration: none;
}
.widget_wte_featured_trips_widget .category-trip-desti span a:hover {
  color: #0d0d0d;
  text-decoration: none;
}
.widget_wte_featured_trips_widget .category-trip-desti .category-trip-loc {
  margin-right: 15px;
  display: inline-block;
}
.widget_wte_featured_trips_widget .category-trip-desti > span {
  margin: 0 0 12px;
}
.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur {
  display: inline-block;
}
.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur span {
  color: rgba(13, 13, 13, 0.7);
  font-weight: 600;
}
.widget_wte_featured_trips_widget .category-trip-review {
  display: block;
  margin-top: 5px;
}
.widget_wte_featured_trips_widget
  .category-trip-review
  .rating-rev
  .agg-rating.jq-ry-container {
  padding: 0;
}
.widget_wte_featured_trips_widget
  .category-trip-review
  .rating-rev
  .jq-ry-container
  > .jq-ry-group-wrapper
  > .jq-ry-group
  > svg {
  height: 14px;
  width: 14px;
}
.widget_wte_featured_trips_widget
  .category-trip-review
  .category-trip-reviewcount {
  display: none;
}
.widget-area .secondary-trip-info {
  margin: 0 0 32px;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
