@charset "UTF-8";
.page-reset {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #343434;
}

.page-reset *,
.page-reset *::before,
.page-reset *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-reset header {
  background: transparent;
  height: auto;
}

.page-reset h1,
.page-reset h2,
.page-reset h4,
.page-reset h5 {
  font-weight: revert;
  line-height: normal;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.flex-col {
  display: flex !important;
  flex-direction: column !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-5 {
  gap: 5px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.hidden {
  visibility: hidden !important;
  display: none !important;
}

.w-100 {
  width: 100% !important;
}

@media (min-width: 1024px) {
  .hide-lg {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 769px) {
  .hide-md {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 1023px) {
  .show-lg {
    display: none !important;
    visibility: hidden !important;
  }
}

.of-hidden {
  overflow: hidden;
}

.c-pointer {
  cursor: pointer;
}

.no-select {
  user-select: none; /* Standard */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE10+/Edge */
}

.clr-blue {
  color: #0672ff !important;
}

.filter-blue {
  filter: invert(30%) sepia(69%) saturate(3412%) hue-rotate(208deg)
    brightness(102%) contrast(104%);
}

.filter-white {
  filter: brightness(0) invert(1);
}

a {
  color: #0672ff;
}

.f-md {
  font-size: 14px !important;
}

.f-base {
  font-size: 16px !important;
}

.f-lg {
  font-size: 18px !important;
}

.clr-blue {
  color: #0672ff !important;
}

.link {
  color: #0672ff !important;
  text-decoration: underline !important;
}

.btn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: inset 2px 2px 0px hsla(0, 0%, 100%, 0.161);
  cursor: pointer;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
.btn__red {
  background: transparent linear-gradient(180deg, #bc2525 0%, #a41515 100%);
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.1607843137);
  border: 1px solid #961b20;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .btn-sm {
    height: 40px !important;
  }
	
  .btn__brand {
	font-size: 14px;
	color: #fff;
	background: transparent linear-gradient(180deg, #02989d 0%, #008286 100%);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.1607843137);
	border: 1px solid #017275;
	font-weight: bold;
  }
  
  .btn__white {
	background: #fff;
	font-size: 14px;
	border: 1px solid #dbdbdb;
  }
}

.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.flex-btn {
  flex-shrink: 1;
  flex-grow: 1;
  white-space: nowrap;
  width: auto;
  padding: 0 20px;
}

.icon {
  position: relative;
  background-position: calc(100% - 10px) center !important;
  background-size: 20px !important;
  border-radius: 5px;
  padding: 0;
}

.icon select,
.icon input {
  padding-right: 35px !important;
  padding-left: 10px;
}

.icon__calendar {
  font-family: Arial, Helvetica, sans-serif;
  background: url('../../images/icons/calendar-month.svg') no-repeat #fff;
}

.icon__calendar::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}

.icon__clock {
  background: url('../../images/icons/clock.svg') no-repeat #fff;
}

.package-finder {
  padding: 20px 10px 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .package-finder:has(.pf-cta__wrap) {
    padding: 20px 0 20px;
  }
}
.package-finder > img {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.package-finder > img:is(.active) {
  display: block;
}
.package-finder > picture source,
.package-finder > picture img {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (min-width: 769px) {
  .package-finder > picture source,
  .package-finder > picture img {
    height: auto;
    top: unset;
  }
}
.package-finder > picture:is(.active) source,
.package-finder > picture:is(.active) img {
  display: block;
}
.package-finder:has(.cta-swiper) > img:after,
.package-finder:has(.cta-swiper) > picture:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .package-finder:has(.cta-swiper) > img:after,
  .package-finder:has(.cta-swiper) > picture:after {
    height: 200px;
  }
}
.package-finder:has(.cta-swiper) .cta-swiper {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .package-finder:has(.cta-swiper) .cta-swiper {
    margin-top: 0;
  }
}

.packages {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.sa-pkg-finder {
  background: #fff;
  padding: 20px;
  height: 100%;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 1023px) {
  .sa-pkg-finder:has(.sa-form--tours) {
    padding: 10px;
  }
}

.card-sa {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  opacity: 1;
}
.card-sa__body {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .card-sa {
    flex-direction: column;
    box-shadow: none;
    padding: 0;
  }
  .card-sa__body {
    font-size: 14px;
    padding: 0;
  }
}

.overlay-new {
  display: none;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
}
.overlay-scrollable {
  max-height: 74dvh;
  overflow-y: auto !important;
}
.overlay-scrollable::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.overlay-scrollable .os-st {
  background: #f1f1f2;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 3;
}
.overlay-new.open {
  display: flex;
}
.overlay.open .overlay-container {
  animation: slideUp 0.3s ease-in-out;
}
.overlay-bg {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  min-height: 20px;
  height: 100%;
  width: 100%;
}
.overlay-container-new {
  position: relative;
  align-self: flex-end;
  width: 100%;
  max-height: 93dvh;
}
.overlay-container-new:has(.full-height) {
  height: 100%;
}
.overlay-container-new form {
  display: none;
}
.overlay-container-new header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 50px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 10px;
}
.overlay-container-new header .overlay-heading {
  line-height: 1;
}
.overlay-container-new header .overlay-subtitle {
  font-size: 14px;
}
.overlay-container-new header .overlay-close {
  font-size: 14px;
  padding: 10px;
  right: 10px;
  cursor: pointer;
}
.overlay-container-new .overlay-content {
  position: relative;
  background: #f1f1f2;
  font-size: 14px;
}
.overlay-container-new .overlay-content:is(.full-height) {
  height: 100%;
}
.overlay-container-new .overlay-content p {
  padding-bottom: 10px;
}
.overlay-container-new .overlay-content .form-group select:not(.icon) {
  padding: 0 12px;
}
.overlay-container-new .overlay-content .form-group .icon select {
  padding: 10px 0 0 10px;
}
.overlay-container-new .overlay-content .flt-results:last-of-type {
  margin-bottom: 0 !important;
}
.overlay-container-new input[type='email'],
.overlay-container-new input[type='tel'],
.overlay-container-new input[type='text'] {
  max-height: 40px;
  height: 100%;
  width: 100%;
  padding: 10px;
  border: 1px solid #cecece;
  border-radius: 5px;
}

@media (max-width: 767px) {
  #results {
    width: 100%;
    border-spacing: 0;
  }
  #results tbody {
    width: 100%;
  }
  #results tr td {
    display: flex;
    align-items: center;
  }
  #results tr {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 85px;
    grid-template-areas: 'hotel right' 'destination right' 'icons right';
    column-gap: 5px;
    row-gap: 2px;
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
  }
  #results tr:last-of-type {
    border-bottom: none;
  }
}

.cta-questions {
  width: 100%;
  flex-shrink: 0;
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .cta-questions {
    width: 100%;
    border: 1px solid #e2e2e2;
    box-shadow: none;
  }
  .cta-questions .header {
    font-size: 14px;
  }
}
.cta-questions .header {
  background-color: #bc2525;
  background: url(../../images/cta-questions-bg.jpg);
  color: #fff;
  padding: 0 15px;
  border-radius: 10px 10px 0 0;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.cta-questions .header img {
  height: 45px;
}
.cta-questions .header .num {
  white-space: nowrap;
}
.cta-questions .body {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta-questions .body .expert-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cta-questions .body .expert-list li {
  position: relative;
  border-radius: 2px;
  border: 1px solid #cecece;
  min-height: 35px;
  background: #fff;
  padding: 0 10px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cta-questions .body .expert-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.cta-questions .body .expert-list .available:after,
.cta-questions .body .expert-list .unavailable:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
}
.cta-questions .body .expert-list .available:after {
  background: #7ed321;
}
.cta-questions .body .expert-list .unavailable:after {
  background: #dbdbdb;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 14px;
  font-weight: 900;
  color: #343434;
}

.swiper-button-prev {
  transform: translateX(-30px);
}

.swiper-button-next {
  transform: translateX(30px);
}

.cta-swiper {
  max-height: 300px;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.cta-swiper .swiper-button-prev:after,
.cta-swiper .swiper-button-next:after {
  font-size: 22px;
}
.cta-swiper img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}
.cta-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-swiper .view-media-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2222;
  text-transform: capitalize;
}
.cta-swiper .swiper-pagination {
  overflow: hidden;
}
.cta-swiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}
.cta-swiper .swiper-button-next,
.cta-swiper .swiper-button-prev {
  background: transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cta-swiper .swiper-button-next:after,
.cta-swiper .swiper-button-prev:after {
  color: #fff;
}
.cta-swiper .swiper-button-next {
  right: 30px;
  top: calc(50% - 18px);
}
.cta-swiper .swiper-button-prev {
  left: 30px;
  top: calc(50% - 18px);
}
.cta-swiper:hover .swiper-button-next,
.cta-swiper:hover .swiper-button-prev,
.cta-swiper:hover .view-media-btn {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.4);
}
.swiper-pagination-bullet-active::before {
  background-color: #fff;
  animation: slide-progress 7s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.swiper-md {
  width: 100%;
}

.pricing-cards-swiper {
  width: 100%;
}
.pricing-cards-swiper .swiper-wrapper {
  padding-bottom: 10px;
  margin-bottom: -5px;
  width: 100%;
  box-sizing: border-box;
}
.pricing-cards-swiper .swiper-slide {
  max-width: 264px;
  width: 100%;
  min-height: 237px;
  height: min-content;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
  text-decoration: none;
  color: #343434;
}
.pricing-cards-swiper .swiper-slide:hover .desc span {
  text-decoration: underline;
}
.pricing-cards-swiper .swiper-slide .img {
  width: 100%;
  height: 180px;
}
.pricing-cards-swiper .swiper-slide .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 5px;
  word-break: keep-all;
}
.pricing-cards-swiper .swiper-slide .desc span {
  font-size: 16px;
}
.pricing-cards-swiper .swiper-slide .desc b {
  font-size: 18px;
}
@media (max-width: 768px) {
  .pricing-cards-swiper .swiper-slide {
    max-width: 120px;
    min-height: auto;
    box-shadow: none;
    border: none;
  }
  .pricing-cards-swiper .swiper-slide .img {
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .pricing-cards-swiper .swiper-slide .desc {
    padding: 0;
  }
  .pricing-cards-swiper .swiper-slide .desc span {
    font-size: 11px;
  }
  .pricing-cards-swiper .swiper-slide .desc b {
    font-size: 14px;
  }
}
.pricing-cards-swiper .swiper-button-next,
.pricing-cards-swiper .swiper-button-prev {
  top: calc(50% - 5px);
  transform: translateY(calc(-50% - 5px));
}

.travel-tips-swiper {
  padding-bottom: 10px;
}
.travel-tips-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  width: 335px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
}
.travel-tips-swiper .swiper-slide img {
  height: 180px;
  width: 100%;
}
.travel-tips-swiper .swiper-slide .desc {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}
.travel-tips-swiper .swiper-slide .desc h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.travel-tips-swiper .swiper-slide .desc a {
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .travel-tips-swiper .swiper-slide img {
    border-radius: 10px;
  }
  .travel-tips-swiper .swiper-slide .desc {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.2;
    gap: 5px;
  }
  .travel-tips-swiper .swiper-slide .desc h2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .travel-tips-swiper .swiper-slide {
    box-shadow: none;
    max-width: 240px;
  }
  .travel-tips-swiper .swiper-slide img {
    height: 130px;
    object-fit: cover;
  }
}
.travel-tips-swiper .swiper-button-next {
  transform: translateX(5px);
}
.travel-tips-swiper .swiper-button-prev {
  transform: translateX(-5px);
}
.travel-tips-swiper .swiper-button-next,
.travel-tips-swiper .swiper-button-prev {
  top: calc(50% - 5px);
  transform: translateY(calc(-50% - 5px));
}

@media (max-width: 768px) {
  .travel-tips-swiper .swiper-button-next,
  .travel-tips-swiper .swiper-button-prev,
  .pricing-cards-swiper .swiper-button-next,
  .pricing-cards-swiper .swiper-button-prev {
    display: none;
  }
}

.logo-swiper {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 768px) {
  .logo-swiper {
    border: 1px solid #dbdbdb;
  }
  .logo-swiper img {
    object-fit: contain;
  }
}

.price-table-header {
  height: 50px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .price-table-header {
    padding-left: 0;
    height: auto;
    padding-bottom: 10px;
  }
}
.price-table-header__title {
  font-size: 18px;
}
.price-table-list {
  border-top: 1px solid #f3f3f3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0;
  padding: 0;
}
.price-table-list li {
  border: 1px solid #f3f3f3;
  border-left: none;
  border-top: none;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.price-table-list li .price {
  font-weight: bold;
  color: #bc2525;
}
.price-table-list li a {
  color: #343434;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .price-table-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .price-table-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: none;
  }
  .price-table-list li {
    gap: 10px;
    border-color: #cecece;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-radius: 5px;
    padding: 5px 15px;
    min-height: 40px;
    display: flex;
    align-items: center;
    background: #f3f3f3;
    font-size: 14px;
  }
  .price-table-list li .price {
    color: #343434;
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .price-table-list {
    grid-template-columns: 1fr;
  }
}

body:has([data-modal].open) {
  overflow: hidden;
}

body:has(dialog[open]) {
  overflow: hidden;
}

input,
select {
  padding: inherit;
  box-shadow: none;
}

form:not(.form-reset) b {
  font-size: 12px;
  display: block;
  margin: 10px 0 8px;
}

select {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding-left: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../../images/icons/arrow-down.svg');
  background-repeat: no-repeat, repeat;
  background-position:
    right 0.7em top 50%,
    0 0;
  background-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #343434;
}

input[type='date'] {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}

.input {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
}

.form-group {
  padding-bottom: 5px;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.form-group .form-item {
  width: 100%;
  position: relative;
}
.form-group .form-item .label {
  z-index: 2;
}
.form-group .form-item:not(.icon) select:not(.icon) {
  background-image: url('../../images/icons/arrow-down.svg');
  background-repeat: no-repeat, repeat;
  background-position:
    right 0.7em top 50%,
    0 0;
  background-size: 20px;
  background-color: #fff;
}
.form-group .label {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 11px;
  top: 6px;
}
.form-group select {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-group select:not(.icon) {
  background-image: none;
}
.form-group input[type='text'],
.form-group input[type='date'] {
  width: 100%;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #343434;
}
.form-group .form-item:has(.label) select,
.form-group .form-item:has(.label) input[type='text'],
.form-group .form-item:has(.label) input[type='date'] {
  cursor: pointer;
}
.form-group .form-item:has(.icon) select,
.form-group .form-item:has(.icon) input[type='text'],
.form-group .form-item:has(.icon) input[type='date'] {
  padding-left: 10px;
}

.container {
  max-width: 1480px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0;
  }
}

.results {
  background: #f1f1f2;
}

.standalone {
  position: relative;
}
.standalone .page-banner {
  position: absolute;
  height: 225px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.standalone .page-banner img {
  position: relative;
  width: 100dvw;
  min-width: 1024px;
  min-height: 225px;
}
@media (max-width: 768px) {
  .standalone .page-banner {
    height: 450px;
  }
}
.standalone .page-banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.48) 0%,
    rgba(0, 0, 0, 0.24) 100%
  );
}
.standalone .pf-cta__wrap > * {
  width: 100%;
}
.standalone .pf-cta__wrap .sa-pkg-finder {
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .standalone .pf-cta__wrap .sa-pkg-finder:not(.is-visible-mobile) {
    display: none;
  }
}
@media (min-width: 769px) {
  .standalone .pf-cta__wrap {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
  }
  .standalone .pf-cta__wrap .cta-swiper {
    max-width: 360px;
    height: 220px;
    aspect-ratio: unset;
  }
}
.standalone .container {
  max-width: 1440px;
}
@media (min-width: 769px) {
  .standalone {
    background: #f3f3f3;
  }
  .standalone .card-sa {
    align-items: center;
  }
  .standalone .package-finder .packages {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1019607843);
  }
  .standalone .package-finder:has(.cta-swiper) > img:after,
  .standalone .package-finder:has(.cta-swiper) > picture:after {
    background: #f3f3f3;
  }
}

.cta-swiper {
  max-height: 300px;
  border-radius: 5px;
  aspect-ratio: 16/9;
}
.cta-swiper .swiper-button-next:after,
.cta-swiper .swiper-button-prev:after {
  font-size: 22px;
}
.cta-swiper img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}
.cta-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-swiper .swiper-slide .view-media {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  text-transform: capitalize;
}
.cta-swiper .swiper-pagination {
  overflow: hidden;
}
.cta-swiper .swiper-pagination-bullet {
  width: 35px;
  height: 3px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: transform 0.3s ease;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.cta-swiper .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cta-swiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}
.cta-swiper .swiper-button-next,
.cta-swiper .swiper-button-prev {
  background: 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cta-swiper .swiper-button-next:after,
.cta-swiper .swiper-button-prev:after {
  color: #fff;
}
.cta-swiper .swiper-button-next {
  right: 30px;
  top: calc(50% - 18px);
}
.cta-swiper .swiper-button-prev {
  left: 30px;
  top: calc(50% - 18px);
}
.cta-swiper:hover .swiper-slide-active img {
  transform: scale(1.1);
}
.cta-swiper:hover .swiper-pagination-bullet {
  transform: scaleY(1.75);
}
.cta-swiper:hover .swiper-button-next,
.cta-swiper:hover .swiper-button-prev,
.cta-swiper:hover .view-media {
  opacity: 1;
}
.cta-swiper:hover .swiper-pagination-bullet-active:before {
  animation-play-state: paused;
}

.landing-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1200px) {
  .landing-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .landing-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .landing-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.landing-card-grid .card-sa {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .landing-card-grid .card-sa {
    border: 1px solid #dbdbdb;
  }
}

.landing-card-grid .card-sa .thumbnail {
  width: 100%;
  height: 212px;
  object-fit: cover;
}

.landing-card-grid .card-sa .card-sa__body {
  padding: 20px;
  width: 100%;
}

.landing-card-grid .card-sa .card-sa__body h3 {
  font-size: 16px;
}

.landing-card-grid .card-sa .card-sa__body p {
  font-size: 14px;
}

.landing-card-grid .card-sa .card-footer {
  padding: 5px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5px;
  font-size: 14px;
  margin-top: auto;
  width: 100%;
}

.landing-card-grid .card-sa .card-footer .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.landing-card-grid .card-sa .card-footer .price span {
  font-size: 12px;
  color: #5b5b5b;
}

.landing-card-grid .card-sa .card-footer .price h2 {
  font-size: 24px;
}

.landing-container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
.landing-container .padded-sec {
  padding: 0 20px;
}

.landing--page-header {
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 20px 0;
  overflow: hidden;
}
.landing--page-header:before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background-image: url(../../images/bgimage.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .landing--page-header:before {
    display: none;
  }
}
.landing--page-header:after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.26) 100%
  );
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .landing--page-header:after {
    display: none;
  }
}
.landing--page-header .heading {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.landing--page-header .subheading {
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.landing--page-header .package-finder {
  color: #343434;
}
@media (max-width: 1023px) {
  .landing--page-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .landing--page-header .heading {
    font-size: 22px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .landing--page-header .subheading {
    font-size: 16px;
    line-height: 20px;
  }
}

.landing-table {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1019607843);
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  position: relative;
}

.landing-table thead {
  height: 45px;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .landing-table thead {
    display: none;
  }
}

.landing-table th {
  padding: 15px 4px;
  border-bottom: 1px solid #dbdbdb;
  background: #f3f4f6;
  font-weight: 700;
  cursor: pointer;
}

.landing-table th:is(.active),
.landing-table th:hover {
  text-decoration: underline;
}

.landing-table th img {
  margin-left: 5px;
}

.landing-table tr th:first-of-type,
.landing-table tr td:first-of-type {
  padding-left: 20px;
}

.landing-table tr th:last-of-type,
.landing-table tr td:last-of-type {
  padding-right: 20px;
}

.landing-table td {
  padding: 15px 4px;
  line-height: 1;
}

.landing-table td:has(a) {
  padding: 10px 0;
}

.landing-table td:has(a) a {
  text-decoration: none;
  padding: 5px 4px;
}

.landing-table tbody tr:nth-of-type(even) {
  background: #f6fcff;
}

.tours-landing--table .name,
.tours-landing--table .arrive,
.tours-landing--table .region,
.tours-landing--table .quality {
  text-align: left;
}
.tours-landing--table .days {
  text-align: center;
}
.tours-landing--table .price {
  text-align: right;
}
.tours-landing--table tr td.price {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .tours-landing--table {
    box-shadow: none;
    background: transparent;
    overflow: auto;
  }
  .tours-landing--table:not(.is-collapsed) {
    padding-bottom: 70px;
  }
  .tours-landing--table:not(.is-collapsed) .row-toggle {
    position: fixed;
    bottom: 0;
  }
  .tours-landing--table tbody tr {
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-template-areas: 'name price' 'region price' 'details price';
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e2e2;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
  }
  .tours-landing--table tbody tr.has-link {
    cursor: pointer;
  }
  .tours-landing--table tbody tr:nth-of-type(even) {
    background: #fff;
  }
  .tours-landing--table tbody td {
    padding: 0;
    border: 0;
  }
  .tours-landing--table td.name {
    grid-area: name;
    padding: 20px 15px 0 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .tours-landing--table td.name a {
    padding: 0;
    color: #5b5b5b;
  }
  .tours-landing--table td.price {
    grid-area: price;
    border-left: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
  }
  .tours-landing--table td.price span {
    font-size: 12px;
    font-weight: 700;
  }
  .tours-landing--table td.region {
    grid-area: region;
    padding: 5px 15px 0 20px;
    font-size: 16px;
    font-weight: 600;
  }
  .tours-landing--table td.arrive,
  .tours-landing--table td.days {
    grid-area: details;
    padding: 0 15px 20px 20px;
    font-size: 14px;
  }
  .tours-landing--table td.arrive img {
    transform: translateX(3px);
  }
  .tours-landing--table td.depart,
  .tours-landing--table td.days,
  .tours-landing--table td.quality {
    display: none;
  }
}

.landing-table:has(+ .table-footer) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.landing-table-wrap .table-sort-mbl {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  padding-left: 10px;
}

.landing-table-wrap:has(> .landing-table ~ .table-footer) .table-footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 45px;
  font-size: 14px;
  border-top: 1px solid #dbdbdb;
  background: #fff;
  position: relative;
}

.landing-table-wrap:has(> .landing-table ~ .table-footer)
  .table-footer
  .row-toggle {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}

.landing-table-wrap:has(> .landing-table ~ .table-footer)
  .table-footer
  .row-toggle:is([hidden]) {
  visibility: hidden;
}
@media (max-width: 1023px) {
  .landing-table-wrap:has(> .landing-table ~ .table-footer) .table-footer {
    border-top: none;
    justify-content: space-between;
    font-size: 14px;
    padding: 0;
    box-shadow: none;
    background: transparent;
    min-height: auto;
  }

  .landing-table-wrap:has(> .landing-table ~ .table-footer)
    .table-footer
    .row-toggle {
    justify-content: center;
    width: 100%;
    height: 40px;
    padding: 10px 15px 10px 10px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    font-size: 14px;
  }

  .landing-table-wrap:has(> .landing-table ~ .table-footer)
    .table-footer
    .extra-info {
    display: none;
  }
}

@media (max-width: 1023px) {
  .landing-table-wrap:has(.landing-table.is-expanded) .table-footer.is-sticky {
    position: sticky;
    bottom: 0;
    margin: 0 -20px;
  }

  .landing-table-wrap:has(.landing-table.is-expanded)
    .table-footer.is-sticky
    .row-toggle {
    border-radius: 0;
  }

  .landing--tours-header {
    padding-bottom: 0;
  }
}

table.is-collapsed tbody tr.row--collapsed {
  display: none;
}

.landing--tours-header {
  overflow: visible;
}
.landing--tours-header .package-finder {
  overflow: visible;
  z-index: 4;
}
.landing--tours-header:before,
.landing--tours-header:after {
  display: none;
}
@media (max-width: 768px) {
  .landing--tours-header {
    overflow: hidden;
  }
  .landing--tours-header .package-finder {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .page-banner.page-banner--tours {
    height: 500px;
  }
}

.tour-pricing-sec {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .tour-pricing-sec {
    gap: 20px;
  }
}

.sa-form--tours {
  display: flex;
  flex-direction: column;
}
.sa-form--tours .form-group {
  padding-bottom: 0;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.sa-form--tours .form-group .form-item .icon {
  padding-right: 32px !important;
  padding-top: 0;
  padding-bottom: 0;
}
.sa-form--tours .form-group .form-item input,
.sa-form--tours .form-group .form-item select {
  height: 50px;
}
@media (max-width: 1024px) {
  .sa-form--tours .form-group .form-item input,
  .sa-form--tours .form-group .form-item select {
    height: 45px;
  }
}
.sa-form--tours .form-group .form-item input {
  padding: 10px;
  padding-top: 0;
}
.sa-form--tours .form-group .form-item select {
  padding: 10px 30px 10px 10px;
}
.sa-form--tours .form-group .form-item label {
  position: relative;
  top: unset;
  left: unset;
  padding-bottom: 10px;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 1280px) {
  .sa-form--tours .form-group .form-item label {
    padding-bottom: 5px;
  }
}
.sa-form--tours .span-2 {
  grid-column: span 2;
}
.sa-form--tours .span-3 {
  grid-column: span 3;
}
.sa-form--tours .search-btn {
  min-width: fit-content;
}
@media (max-width: 1023px) {
  .sa-form--tours .form-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .sa-form--tours .form-group .span-3 {
    grid-column: span 2;
  }
  .sa-form--tours .form-group .span-1-mbl {
    grid-column: span 1;
  }
  .sa-form--tours .form-group .form-item .label {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    left: 11px;
    top: 6px;
  }
  .sa-form--tours .form-group .form-item:has(.label) input,
  .sa-form--tours .form-group .form-item:has(.label) select {
    cursor: pointer;
	padding: 10px 0px 0px 10px;
  }
  .sa-form--tours .search-btn {
    max-width: none;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .tours-landing-swiper {
    display: none;
  }
}

.tour-pricing-sec {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .tour-pricing-sec {
    gap: 20px;
  }
}

#datepickerTours {
	.ui-datepicker {
	  width: 100%;
	  padding: 5px 20px 20px 20px;
	  border-radius: 5px;
	}
	.ui-datepicker table {
	  font-size: 14px;
	}
	.ui-datepicker thead span {
	  color: #868686;
	}
	.ui-datepicker td.highlight > a {
	  background: #e50104 !important;
	  color: #fff !important;
	}
	.ui-datepicker .ui-datepicker-calendar {
	  table-layout: fixed;
	}
	.ui-datepicker .ui-datepicker-calendar tbody tr {
	  border-top: 4px solid #fff;
	  border-bottom: 4px solid #fff;
	}
	.ui-datepicker .ui-datepicker-title {
	  text-align: left !important;
	  margin: 0 !important;
	  min-height: 42px;
	  display: flex;
	  align-items: center;
	  font-size: 14px;
	}
	.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
	  position: relative;
	  width: 100px;
	  border: none;
	  font-weight: bold;
	}
	.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	  position: relative;
	  width: 100px;
	  border: none;
	  font-weight: bold;
	}
	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next {
	  height: auto;
	  top: 10px;
	}
	.ui-datepicker .ui-datepicker-prev {
	  left: auto;
	  right: 40px;
	}
	.ui-datepicker .ui-state-disabled span {
	  padding: 0;
	  margin: auto;
	  border: 1px solid transparent;
	  background: transparent !important;
	  max-width: 32px !important;
	  line-height: 32px;
	  text-align: center;
	}
	.ui-datepicker .ui-datepicker-today a:not(.ui-state-highlight),
	.ui-datepicker .ui-datepicker-today a:not(.ui-state-active) {
	  color: #454545 !important;
	  background-color: #fff !important;
	  text-align: center !important;
	  border-radius: 100%;
	}
	.ui-datepicker td {
	  cursor: pointer;
	}
	.ui-datepicker td:hover a:not(.ui-state-active) {
	  background: #f1f1f2 !important;
	  color: #343434 !important;
	  border-radius: 100%;
	}
	.ui-datepicker td a {
	  padding: 0;
	  margin: auto;
	  border: 1px solid transparent;
	  color: #666666;
	  background: transparent !important;
	  max-width: 32px !important;
	  line-height: 32px;
	  text-align: center;
	}

	.ui-widget-header {
	  border: none;
	}

	.ui-datepicker-next,
	.ui-datepicker-prev {
	  background-color: #fff;
	  cursor: pointer;
	}
	.ui-datepicker-next .ui-icon,
	.ui-datepicker-prev .ui-icon {
	  height: 32px;
	  width: 32px;
	  background: url("/style/assets-mobile/images/icons/arrow-down.svg");
	  background-position: center;
	  background-size: 24px 24px;
	  background-repeat: no-repeat;
	}
	.ui-datepicker-next .ui-state-hover,
	.ui-datepicker-prev .ui-state-hover {
	  background-color: #fff;
	  border: none !important;
	}
	.ui-datepicker-next:hover,
	.ui-datepicker-prev:hover {
	  background-color: #fff;
	  border: none !important;
	}
	.ui-datepicker-next span,
	.ui-datepicker-prev span {
	  background: url("/style/assets-mobile/icons/arrow-down.svg");
	  background-repeat: no-repeat;
	}

	.ui-datepicker-next .ui-icon {
	  transform: rotate(-90deg);
	}

	.ui-datepicker-prev .ui-icon {
	  transform: rotate(90deg);
	}

	.ui-widget.ui-widget-content {
	  border-color: #dbdbdb;
	}

	.ui-datepicker-header {
	  background-color: #fff;
	}

	.ui-datepicker-calendar .ui-state-active,
	.ui-datepicker-calendar a.ui-button:active,
	.ui-datepicker-calendar .ui-button:active,
	.ui-datepicker-calendar .ui-button.ui-state-active:hover {
	  background: #008286 !important;
	  border-color: #008286 !important;
	  color: #fff !important;
	  border-radius: 100%;
	  align-items: center;
	  vertical-align: middle;
	}

	.ui-state-default,
	.ui-widget-content .ui-state-default {
	  border: none;
	}

	.datepicker-container .ui-datepicker-calendar .ui-state-hover,
	.datepicker-container .ui-datepicker-calendar .in-between-highlight span,
	.datepicker-container .ui-datepicker-calendar .in-between-highlight a {
	  border: none;
	  background-color: #ececec;
	}

	td.ui-datepicker-days-cell-over a {
	  background: #008286 !important;
	  color: #fff !important;
	  border-radius: 100%;
	}
}

.MsoTableGrid,
.MsoTableGrid tbody,
.MsoTableGrid tr,
.MsoTableGrid td,
.MsoTableGrid td * {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: inherit !important;
	font-family: inherit !important;
	color: inherit !important;
}

.MsoTableGrid td a {
	color: #0672ff !important
}

.MsoTableGrid td [style*="font-family: Symbol"] {
	display: none !important;
}

.MsoTableGrid td:has([style*="font-family: Symbol"]):not(:last-of-type)::after {
	content: ',';
	margin-left: -5px;
}

.MsoTableGrid td p:has([style*="font-family: Symbol"]):not(:last-of-type)::after {
	content: ',';
}

.writeup ul {
	list-style: disc;
	padding-left: 30px;
}
