.column-1 {
  grid-column: span 1;
}

.row-1 {
  grid-row: span 1;
}

.column-2 {
  grid-column: span 2;
}

.row-2 {
  grid-row: span 2;
}

.column-3 {
  grid-column: span 3;
}

.row-3 {
  grid-row: span 3;
}

.column-4 {
  grid-column: span 4;
}

.row-4 {
  grid-row: span 4;
}

.column-5 {
  grid-column: span 5;
}

.row-5 {
  grid-row: span 5;
}

.column-6 {
  grid-column: span 6;
}

.row-6 {
  grid-row: span 6;
}

.column-7 {
  grid-column: span 7;
}

.row-7 {
  grid-row: span 7;
}

.column-8 {
  grid-column: span 8;
}

.row-8 {
  grid-row: span 8;
}

.column-9 {
  grid-column: span 9;
}

.row-9 {
  grid-row: span 9;
}

.column-10 {
  grid-column: span 10;
}

.row-10 {
  grid-row: span 10;
}

.column-11 {
  grid-column: span 11;
}

.row-11 {
  grid-row: span 11;
}

.column-12 {
  grid-column: span 12;
}

.row-12 {
  grid-row: span 12;
}

/* Global Styles */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  font-size: 100%;
  font-family: "Outfit", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ese-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.ese-flex {
  display: flex;
}

a {
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
}

.ese-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

::selection {
  color: #000;
  font-weight: 600;
  background: #fdd449;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a:hover,
a,
a:active {
  text-decoration: none;
  outline: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 130%;
  margin: 0;
  font-family: "Outfit", sans-serif;
}

.section-sm {
  padding: 40px 0;
}

.section-md {
  padding: 60px 0;
}

.section-lg {
  padding: 100px 0;
}

.flexbox {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.flex-middle {
  align-items: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
}

.mt-40 {
  margin-top: 40px;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-25 {
  margin-bottom: 25px;
}

.left-column {
  flex: 2;
  padding-right: 30px;
}

.right-column {
  flex: 1;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}

.mt-25 {
  margin-top: 25px;
}

.each-banner:not(:last-child) {
  margin-bottom: 15px;
}
.each-banner img {
  width: 100%;
}

.sticky {
  position: sticky;
  top: 130px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-inline {
  display: inline-flex;
}

.flex-inline::after,
.flex-inline::before,
.flex::after,
.flex::before {
  display: none;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-right {
  justify-content: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

iframe {
  border-radius: 4px;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.ese-container-large {
  max-width: 1600px;
}

.ese-container-small {
  max-width: 960px;
  margin: auto;
}

.uk-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.uk-section-medium {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.position-relative {
  position: relative;
}

.pt-0 {
  padding-top: 0;
}

@font-face {
  font-family: "FFGood-Pro";
  src: url("../fonts/FFGoodPro-Regular.eot");
  src: local("FFGood-Pro"), local("../fonts/FFGoodPro-Regular"), url("../fonts/FFGoodPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FFGoodPro-Regular.woff2") format("woff2"), url("../fonts/FFGoodPro-Regular.woff") format("woff"), url("../fonts/FFGoodPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FFGood-Pro";
  src: url("../fonts/FFGoodPro-Medium.eot");
  src: local("FFGood-Pro Medium"), local("../fonts/FFGoodPro-Medium"), url("../fonts/FFGoodPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FFGoodPro-Medium.woff2") format("woff2"), url("../fonts/FFGoodPro-Medium.woff") format("woff"), url("../fonts/FFGoodPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FFGood-Pro";
  src: url("../fonts/FFGoodPro-Bold.eot");
  src: local("FFGood-Pro Bold"), local("../fonts/FFGoodPro-Bold"), url("../fonts/FFGoodPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FFGoodPro-Bold.woff2") format("woff2"), url("../fonts/FFGoodPro-Bold.woff") format("woff"), url("../fonts/FFGoodPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "altitude-himalaya";
  src: url("../fonts/altitude-himalaya.eot?gy67zo");
  src: url("../fonts/altitude-himalaya.eot?gy67zo#iefix") format("embedded-opentype"), url("../fonts/altitude-himalaya.ttf?gy67zo") format("truetype"), url("../fonts/altitude-himalaya.woff?gy67zo") format("woff"), url("fonts/altitude-himalaya.svg?gy67zo#altitude-himalaya") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
::selection {
  color: #000;
  font-weight: 600;
  background: #fdd449;
}

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "altitude-himalaya";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.altitude-experience:before {
  content: "\e909";
}

.altitude-accomodation:before {
  content: "\e903";
}

.altitude-area .path1:before {
  content: "\e915";
  color: rgb(0, 0, 0);
}

.altitude-area .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.altitude-area .path3:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.altitude-area .path4:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.altitude-average-people:before {
  content: "\e904";
}

.altitude-best-price:before {
  content: "\e905";
}

.altitude-best-season:before {
  content: "\e906";
}

.altitude-calender:before {
  content: "\e907";
}

.altitude-customer-support:before {
  content: "\e908";
}

.altitude-govt-support:before {
  content: "\e90a";
}

.altitude-guides:before {
  content: "\e90b";
}

.altitude-highest-point:before {
  content: "\e90c";
}

.altitude-meals:before {
  content: "\e90d";
}

.altitude-permit:before {
  content: "\e90e";
}

.altitude-tailor-made:before {
  content: "\e90f";
}

.altitude-transportation:before {
  content: "\e910";
}

.altitude-trip-code:before {
  content: "\e911";
}

.altitude-trip-difficulty:before {
  content: "\e912";
}

.altitude-trip-end-point:before {
  content: "\e913";
}

.altitude-trip-start-point:before {
  content: "\e914";
}

.altitude-not-checked:before {
  content: "\e902";
}

.altitude-checked:before {
  content: "\e901";
}

.altitude-chevron-down:before {
  content: "\e900";
}

body.dark {
  background-color: rgb(10, 10, 9);
}
body.dark .section__why-us .accordion-wrapper > div .accordion-slide .page-content__area p {
  color: #000;
}
body.dark .list-tick.exclude h2, body.dark .list-tick.exclude li, body.dark .list-tick.exclude li p {
  color: #ffa0a9;
}
body.dark .page-content__area table tr td ul {
  color: #000;
}
body.dark .connect-about-section .btn-default {
  color: #faf544;
}
body.dark .connect-about-section .btn-default:hover {
  color: #fff;
}
body.dark .btn-toggle {
  color: #fff;
}
body.dark .section-faqs .accordion-wrapper {
  padding-left: 60px;
}
body.dark .section-faqs .accordion-wrapper .accordion-slide .page-content__area p {
  color: #000;
}
body.dark .page-content__area a {
  color: #fdd449;
}
body.dark .page-content__area a:hover {
  opacity: 0.97;
}
body.dark .page-content__area table tr td p, body.dark .page-content__area table tr td p * {
  color: #000 !important;
}
body.dark .travel__choice {
  background: rgba(255, 255, 255, 0.031372549);
}
body.dark .st-total > span {
  color: #fff;
}
body.dark .page-default .accordion-wrapper .page-content__area {
  color: #000;
}
body.dark .page-default .accordion-wrapper .page-content__area p {
  color: #000;
}
body.dark .pagination li .page-link {
  color: #fff;
}
body.dark .related-faq {
  background: rgb(23, 23, 22);
  border: 1px solid rgba(231, 237, 239, 0.1882352941);
}
body.dark .related-faq .accordion-wrapper > div {
  border-color: rgba(255, 255, 255, 0.3294117647) !important;
}
body.dark .related-faq .accordion-wrapper > div .accordion-title {
  font-weight: 500;
  color: #fff;
}
body.dark .related-faq .accordion-wrapper > div i {
  color: #fff;
}
body.dark .related-faq .accordion-wrapper > div .accordion-title-wrap.active .accordion-title,
body.dark .related-faq .accordion-wrapper > div .accordion-title-wrap.active i {
  color: #faf544;
}
body.dark .connect-about-section .main-title .heading {
  color: #000 !important;
  opacity: 1;
}
body.dark .connect-about-section .main-title p {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  color: #000;
}
body.dark .connect-about-section .main-title a.btn {
  color: #faf544;
}
body.dark .faq-section .accordion-wrapper .accordion-list .page-content__area p {
  color: #000;
}
body.dark .tripadvisor-widget {
  background: linear-gradient(180deg, rgba(128, 255, 225, 0.77) 0, rgb(255, 255, 255) 42%);
}
body.dark .package-booking-slot .package-price .duration {
  background: rgba(255, 255, 255, 0.0901960784);
}
body.dark .package-booking-slot .date-selection input {
  background-color: #fff;
}
body.dark .short__intro-wrap::after {
  background: linear-gradient(to top, rgba(3, 0, 0, 0.97), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
body.dark .grid-reviews .review__item-text {
  background: #fff;
}
body.dark .list-tick.exclude {
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.19) 100%);
}
body.dark .list-tick.exclude li {
  color: #d85b5b;
}
body.dark .list-tick.exclude li a {
  color: inherit;
}
body.dark .tour-guide .page-content__area {
  opacity: 0.9;
}
body.dark .tour-guide .accordion-wrapper div {
  border-color: rgba(252, 252, 252, 0.18);
}
body.dark .tour-guide .accordion-wrapper div .accordion-title {
  color: #fff;
}
body.dark .trip-highlights ul li,
body.dark .trip-highlights ol li,
body.dark .short-itenerary__items p {
  color: #fff;
}
body.dark #itinerary .accordion-wrapper .accordion-list .accordion-slide .page-content__area p,
body.dark #itinerary .accordion-wrapper .accordion-list .accordion-slide .page-content__area {
  color: #000;
}
body.dark .short-itenerary__items p:not(:last-child) {
  border-bottom: 1px solid rgba(224, 224, 224, 0.168627451);
}
body.dark .trip-highlights ul li:before,
body.dark .trip-highlights ol li:before {
  background: #fff;
}
body.dark .banner__gallery header {
  margin-bottom: 25px;
}
body.dark .banner__gallery header h1,
body.dark .banner__gallery header .sub-head {
  color: #fff;
}
body.dark .banner__gallery header .cost {
  color: #fff;
}
body.dark .banner__gallery header .cost .discount {
  color: #fff;
}
body.dark .banner__gallery .review-ratings div {
  color: #fff;
}
body.dark .banner__gallery .review-ratings div + div i {
  color: #fff;
}
body.dark .banner__gallery .review-ratings a {
  color: #fff;
}
body.dark .package-quick-info {
  background: #fff;
}
body.dark .review-trip-g strong,
body.dark .review-counter {
  color: #fff;
}
body.dark .team-col .team-bio {
  color: rgba(255, 255, 255, 0.72);
}
body.dark .team-col .team-bio strong {
  color: #fff;
}
body.dark .main-banner.no-bg-banner .banner-caption {
  background: none;
}
body.dark .section-activities {
  background: rgba(255, 255, 255, 0.0196078431);
}
body.dark .all-destination {
  background: rgba(255, 255, 255, 0.0196078431);
  border-bottom: 1px solid rgba(255, 255, 255, 0.0588235294);
}
body.dark .main-header {
  box-shadow: none;
}
body.dark .main-header .main-header__wrapper .main-header__right .main-header__right-top > ul #toggle-mode i {
  color: #fff;
}
body.dark .main-header .main-header__wrapper .main-header__right .main-header__right-top > ul > li > a {
  color: #fff;
}
body.dark .main-header .main-header__wrapper .main-header__right .main-header__right-top > ul > li > a svg path {
  fill: #fff;
}
body.dark .main-header .main-header__wrapper .main-header__left .main-header__nav > ul > li i {
  color: #fff;
}
body.dark .main-header .main-header__wrapper .main-header__left .main-header__nav > ul > li > a {
  color: #fff;
}
body.dark .main-header .main-header__wrapper .main-header__left .main-header__nav > ul > li:hover > a,
body.dark .main-header .main-header__wrapper .main-header__left .main-header__nav > ul > li:hover i {
  opacity: 0.76;
}
body.dark .main-header.header-sticky {
  background-color: rgb(10, 10, 9);
}
body.dark .program-detail-menu {
  background-color: rgb(17, 23, 37);
}
body.dark .program-detail-menu .program-detail-menu-lst ul li.active a, body.dark .program-detail-menu .program-detail-menu-lst ul li:hover a {
  color: #faf544;
}
body.dark .program-detail-menu .program-detail-menu-lst ul li a {
  color: #fff;
}
body.dark .page-content__area,
body.dark .page-content__area p {
  color: #fff;
}
body.dark .main-title .heading,
body.dark .main-title .subtitle,
body.dark .main-title p,
body.dark .main-title a {
  color: #fff;
}
body.dark .main-title .subtitle,
body.dark .main-title p {
  opacity: 0.576;
  -webkit-text-fill-color: #fff;
}
body.dark .trend-listing ul li {
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.75;
}
body.dark .trend-listing ul li:hover, body.dark .trend-listing ul li.active {
  color: #fff;
  opacity: 1;
}
body.dark .trend-listing ul li:hover:before, body.dark .trend-listing ul li.active:before {
  background: #fff;
}
body.dark.header-sticky .main-header {
  background: #000;
  box-shadow: none;
}
body.dark.header-sticky .main-header .main-header__wrapper .main-header__left .main-header__nav > ul > li > a {
  color: #fff;
}
body.dark .c-review .ese-container .c-review__top .c-review__title {
  color: #fff;
}
body.dark .c-review .ese-container .c-review__wrap .c-review__quote p {
  color: #fff;
  opacity: 0.765;
}
body.dark .c-review .ese-container .c-review__wrap .c-review__quote .c-review__quote-title strong {
  color: #fff;
}
body.dark .c-review .ese-container .c-review__wrap .c-review__quote .c-review__media img {
  border: 2px solid rgba(255, 255, 255, 0.23);
}
body.dark .c-review .ese-container .c-review__wrap .c-review__quote .c-review__author,
body.dark .c-review .ese-container .c-review__wrap .c-review__quote address {
  color: #fff;
}
body.dark .push-menu-trigger > span {
  background-color: #fff;
}
body.dark .package-cat a {
  color: #fff;
}
body.dark.package-sticky .adventure-single {
  box-shadow: none;
  background: #0a0a09;
}
body.dark.package-sticky .adventure-single .package-navbar {
  border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
}
body.dark.package-sticky .adventure-single .package-navbar .nav li a,
body.dark.package-sticky .adventure-single .package-navbar .nav li i {
  color: #fff;
  opacity: 0.66;
}
body.dark.package-sticky .adventure-single .package-navbar .nav li.active a,
body.dark.package-sticky .adventure-single .package-navbar .nav li.active i, body.dark.package-sticky .adventure-single .package-navbar .nav li:hover a,
body.dark.package-sticky .adventure-single .package-navbar .nav li:hover i {
  color: #faf544;
  opacity: 1;
}
body.dark .adventure-single__header h1 {
  color: #fff;
}
body.dark .adventure-single__header .review-ratings a,
body.dark .adventure-single__header .review-ratings div + div {
  color: #fff;
}
body.dark .adventure-single__header .button-action ul li a {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}
body.dark .adventure-single__header .button-action ul li a img {
  filter: brightness(0) invert(1);
}
body.dark .adventure-single__header .button-action ul li a:hover {
  border-color: #faf544;
  background: #faf544;
}
body.dark .breadcrumb-nav ol li a {
  color: rgba(255, 255, 255, 0.37);
}
body.dark .breadcrumb-nav ol li:hover, body.dark .breadcrumb-nav ol li.active {
  color: #fff;
}
body.dark .breadcrumb-nav ol li:hover a, body.dark .breadcrumb-nav ol li.active a {
  color: #fff;
}
body.dark .package_quick_fact > p {
  color: #fff;
}
body.dark .package_quick_fact > ul {
  background-color: rgba(255, 255, 255, 0.02);
}
body.dark .package_quick_fact > ul li h5 {
  color: #fff;
  font-weight: 500;
}
body.dark .package_quick_fact > ul li > div {
  color: rgba(255, 255, 255, 0.5019607843);
}
body.dark .package_quick_fact > ul li > div img {
  filter: brightness(0) invert(1);
}
body.dark .travel-alert .content h3,
body.dark .travel-alert .content p {
  color: #fff;
}
body.dark .panel .included .heading {
  color: #fff;
}
body.dark .panel .included ul li {
  color: #fff;
}
body.dark .panel .exclude .heading {
  color: #721c24;
}
body.dark .panel .heading,
body.dark .panel .module-title {
  color: #fff;
}
body.dark .panel .list-tick ul {
  background: none !important;
}
body.dark .package-booking-slot {
  background: #161d2b;
  border: 1px solid #000;
}
body.dark .package-booking-slot .highlights li {
  color: #fff;
}
body.dark .package-booking-slot .package-price .cost,
body.dark .package-booking-slot .package-price .duration {
  color: #fff;
}
body.dark .package-booking-slot .package-price .cost h6,
body.dark .package-booking-slot .package-price .cost .discount,
body.dark .package-booking-slot .package-price .duration h6,
body.dark .package-booking-slot .package-price .duration .discount {
  opacity: 0.85;
  color: #fff;
}
body.dark .tour-guide .tour-faqs > strong {
  color: #fff;
}
body.dark .tour-guide .tour-faqs .accordion-wrapper .accordion-title-wrap .fa-chevron-down {
  opacity: 1;
}
body.dark .tour-guide .tour-faqs .accordion-wrapper .accordion-title-wrap.active .accordion-title {
  color: #faf544;
}
body.dark .tour-guide .tour-faqs .accordion-wrapper .accordion-title-wrap.active i {
  color: #faf544;
}
body.dark .featured__post--section {
  background: rgba(241, 241, 241, 0.031372549);
}
body.dark .featured__post--section .trend-listing li {
  background: none !important;
  color: #fff !important;
  opacity: 0.76;
}
body.dark .featured__post--section .trend-listing li:not(:last-child)::before {
  background: rgba(255, 255, 255, 0.29) !important;
}
body.dark .featured__post--section .trend-listing li:hover, body.dark .featured__post--section .trend-listing li.active {
  opacity: 1;
  color: #faf544 !important;
}
body.dark .blog-contentarea {
  background: rgba(241, 241, 241, 0.0196078431);
}
body.dark .blog-contentarea .adventure-single__breadcrumbs {
  background-color: rgb(15, 15, 14);
  box-shadow: none;
}
body.dark .blog-contentarea .adventure-single__breadcrumbs .share span {
  color: #fff;
}
body.dark .blog-contentarea .page-content__area .related-thumbnail strong {
  background-color: rgba(21, 28, 41, 0.4705882353);
}
body.dark .blog-contentarea .page-content__area .related-thumbnail .thumbnail-news h3 a {
  color: #fff;
}
body.dark .blog-contentarea .page-content__area table {
  background: #fff;
  border: 1px solid rgb(0, 0, 0);
}
body.dark .blog-contentarea .page-content__area table tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.0588235294);
}
body.dark .blog-contentarea .page-content__area table tr td {
  border: 1px solid hsla(0, 8.3%, 9.4%, 0.12);
  color: #fff;
}
body.dark .related-tags {
  border-top: 2px solid rgba(255, 251, 251, 0.0784313725);
}
body.dark .related-tags a {
  border: 1px solid rgba(255, 255, 255, 0.0705882353);
  color: #fff;
  background: hsla(0, 0%, 100%, 0.03);
}
body.dark .related-tags a:hover {
  color: #fff;
  background: #faf544;
}
body.dark .featured__post--section.related-news-section {
  padding-top: 40px;
}
body.dark .insta__section .ese-container::before {
  content: "";
  height: 61px;
  width: 100%;
  background: #111827;
  z-index: 100000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
body.dark .quote-form {
  background: rgba(241, 241, 241, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
body.dark .quote-form label {
  color: #fff;
}
body.dark .section-contact {
  background: rgb(0, 0, 0);
}
body.dark .section-contact .block-hero-contact__content-col .contact-detail .social-media a {
  color: #faf544;
}
body.dark .section-contact .block-hero-contact__content-col .contact-detail .social-media a:hover {
  color: #fff;
}
body.dark .section-contact .block-hero-contact__content-col .contact-detail li i,
body.dark .section-contact .block-hero-contact__content-col .contact-detail li p,
body.dark .section-contact .block-hero-contact__content-col .contact-detail li a {
  color: #fff;
}
body.dark .section-contact .block-hero-contact__content-col .contact-detail li a:hover {
  color: #faf544;
}
body.dark .section-contact .block-hero-contact__content-col .section-heading .heading {
  color: #fff;
}
body.dark .section-contact .block-hero-contact__content-col .section-heading span {
  color: #fff;
}
body.dark .content-title h1 {
  color: #fff;
}
body.dark footer.site-footer {
  background: none;
}
body.dark footer.site-footer .footer-content {
  box-shadow: none;
}
body.dark footer.site-footer .social-icons a {
  background: #0a0a09;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
}
body.dark .banneralt {
  background-color: rgba(233, 236, 222, 0.0392156863);
}
body.dark .banneralt .banneralt__wrap h1,
body.dark .banneralt .banneralt__wrap strong {
  color: #fff;
}
body.dark .adventure-card .adventure-card__inner {
  border: transparent;
}
body.dark .section__why-us,
body.dark .section__journey {
  background: rgba(255, 255, 255, 0.0196078431);
}
body.dark .section-about .stats {
  border-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5019607843);
  background: rgba(229, 229, 229, 0.0588235294);
}
body.dark .section-about .stats i {
  color: #fff;
}
body.dark .section-about .stats .h-title {
  color: #fff;
  opacity: 0.76;
}
body.dark .section-about .stats:nth-child(2n) {
  background: rgba(255, 255, 255, 0.0784313725);
}
body.dark .section-about .stats:hover {
  background: rgba(204, 204, 204, 0.0588235294);
}
body.dark .section-destination,
body.dark .c-review {
  background: none;
}
body.dark .c-review:before {
  opacity: 1;
  mix-blend-mode: inherit;
}
body.dark .faq-section .main-title .subtitle {
  opacity: 1;
  -webkit-text-fill-color: inherit !important;
  color: #faf544;
}
body.dark .faq-section .main-title .subtitle:before {
  background-color: #faf544;
}
body.dark .faq-section .main-title .heading {
  color: #000;
}
body.dark .section-about .grid .column-7 .stats {
  background: rgb(29, 29, 28);
  color: #fff;
}

.top-bar {
  background-color: rgb(35, 37, 45);
  color: #fff;
  font-size: 0.85rem;
  padding: 5px 0;
  position: relative;
  z-index: 2;
}
.top-bar .top-bar-right {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 13px;
}
.top-bar .top-bar-right i {
  font-size: 18px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-bar .top-bar-right a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.top-bar .top-bar-right .translator {
  position: relative;
}
.top-bar .top-bar-right .translator .translator-btn {
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  padding: 7px 23px 7px 10px;
  color: #333;
  border-radius: 6px;
  position: relative;
}
.top-bar .top-bar-right .translator .translator-btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #333;
  border-bottom: 0;
  position: absolute;
  right: 8px;
  top: 14px;
}
.top-bar .top-bar-right .translator i {
  margin-right: 3px;
}
.top-bar .top-bar-right .translator .translator-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  margin: 0;
  list-style: none;
  width: 145px;
  display: none;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.top-bar .top-bar-right .translator .translator-dropdown li {
  padding: 8px 14px;
  cursor: pointer;
  transition: 0.2s;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.top-bar .top-bar-right .translator .translator-dropdown li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}
.top-bar .top-bar-right .translator .translator-dropdown li img {
  width: 18px;
  height: 12px;
  object-fit: cover;
}
.top-bar .top-bar-right .translator .translator-dropdown li:hover {
  background: #f5f5f5;
}
.top-bar .top-bar-right .translator.active .translator-btn {
  border-radius: 6px 6px 0 0;
}
.top-bar .top-bar-right .translator.active .translator-dropdown {
  display: block;
}

.main-header {
  position: relative;
  z-index: 1;
  top: 0;
  background: #fff;
  left: 0;
  transition: 0.2s linear;
}

.main-header__wrapper {
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  z-index: 1;
}
.main-header__wrapper .main-header__left {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
}
.main-header__wrapper .main-header__left > .ese-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.main-header__wrapper .main-header__left .logo {
  height: 5.2rem;
  padding: 10px 0;
  margin-top: auto;
  display: inline-block;
  margin-bottom: auto;
}
.main-header__wrapper .main-header__left .logo img {
  width: auto;
  transition: 0.3s ease;
  height: 100%;
}
.main-header__wrapper .main-header__left .main-header__nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  z-index: 1;
  margin-left: auto;
}
.main-header__wrapper .main-header__left .main-header__nav > ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-self: stretch;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li {
  display: flex;
  padding-right: 22px;
  align-items: center;
  align-self: stretch;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li .sub-description {
  display: block;
  font-size: 13px;
  color: #52658a;
  font-weight: 500;
  margin-top: 3px;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > i {
  color: #000;
  font-size: 10px;
  transition: all 0.35s ease-in-out;
  position: relative;
  left: 7px;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 220px;
  list-style-type: none;
  padding: 6px 0 12px 0px;
  box-shadow: 2px 8px 16px rgba(0, 0, 0, 0.1803921569);
  text-align: left;
  overflow: hidden;
  margin: 0;
  max-height: 0;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.45s linear, opacity 0.3s linear;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > ul > li {
  padding: 5px 15px;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > ul > li:last-child {
  padding-bottom: 0;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > ul > li:last-child a {
  padding-bottom: 0;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > ul > li:first-child {
  padding-top: 0;
  border-top: none;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > ul > li > a {
  text-align: left;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  font-family: "Outfit", sans-serif;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > ul > li > a span {
  margin-top: 4px !important;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > ul > li > a .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0;
  z-index: 70;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > ul > li:hover > a {
  opacity: 0.85;
  color: #000;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li:last-child {
  padding-right: 0;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li.dropdown {
  position: relative;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > a {
  color: rgb(55, 65, 81);
  align-items: center;
  font-size: 15px;
  font-weight: 800;
  height: 100%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  display: flex;
  font-family: "Outfit", sans-serif;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > a:before {
  top: 0;
  background: #fff200;
  height: 2px;
  width: 0;
  position: absolute;
  transition: 0.3s ease-in;
  content: "";
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li.active > ul {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.45s linear, opacity 0.3s linear;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li.active .sub-nav {
  opacity: 1;
  top: 100%;
  transition: all 0.3s ease;
  visibility: visible;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li.active i {
  transform: rotate(180deg);
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li.active a:before {
  width: 100%;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav {
  width: 100%;
  display: flex;
  left: 0;
  text-align: left;
  position: absolute;
  top: 130%;
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, white, #f9fafb);
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid {
  width: 100%;
  gap: 0;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary {
  padding: 20px;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .sub-nav__primary-title {
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
  display: block;
  font-family: "Outfit", sans-serif;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li {
  position: relative;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li > a {
  color: rgba(17, 17, 17, 0.768627451);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 8px 15px 8px 0;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li > a:after {
  position: absolute;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  right: 0px;
  top: 10px;
  font-weight: 600;
  font-size: 12px;
  content: "\f0da";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li > a span.sub-description {
  display: block;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li > ul {
  position: absolute;
  left: 105px;
  top: 0;
  width: 200px;
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li > ul > li {
  position: relative;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li > ul > li > a {
  color: rgba(17, 17, 17, 0.768627451);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  padding: 7px 15px;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li > ul > li > a:hover {
  color: #000;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li:hover > a {
  color: #000;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li:hover > a:after {
  animation: bounceAlpha 0.7s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column div > ul > li:hover > ul {
  left: 100px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column .text-link {
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #374151;
  font-size: 14px;
  text-align: left;
  letter-spacing: -0.2px;
  padding: 9px 0 0 0;
  display: block;
  position: relative;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__primary .mega-menu-column .text-link:after {
  position: absolute;
  opacity: 1;
  visibility: visible;
  right: 0px;
  top: 12px;
  content: "\f054";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__secondary {
  text-align: center;
  background: #374151;
  color: #fff;
  border-radius: 0 0px 8px 0;
  padding: 24px;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__secondary figure {
  margin: 0;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__secondary figure img {
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li > .sub-nav > .grid .sub-nav__secondary p {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.54;
  margin: 12px 0 18px 0;
  font-family: "Outfit", sans-serif;
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li:hover i {
  transform: rotate(180deg);
}
.main-header__wrapper .main-header__left .main-header__nav > ul > li:hover a:before {
  width: 100%;
}
.main-header__wrapper .main-header__right .main-header__right-top {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.main-header__wrapper .main-header__right .main-header__right-top > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-header__wrapper .main-header__right .main-header__right-top > ul > li {
  display: inline-flex;
  margin-left: 1.2rem;
  transition: 0.3s linear;
}
.main-header__wrapper .main-header__right .main-header__right-top > ul > li > a {
  padding: 15px 19px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01px;
  font-weight: 700;
  background: #faf544;
  text-transform: uppercase;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 5px;
}
.main-header__wrapper .main-header__right .main-header__right-top > ul > li > a:hover {
  background: #000;
  color: #fff;
}

.cookie-notification {
  background-color: #fff;
  padding: 14px 13px;
  color: #000;
  line-height: 1.5;
  position: sticky;
  z-index: 100001;
  box-shadow: 0 0 24px rgba(11, 60, 93, 0.15);
  display: flex;
  justify-content: center;
  gap: 15px;
  bottom: 0;
  left: 0;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-notification p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  max-width: 1200px;
  padding: 0 30px;
}
.cookie-notification .btn-close {
  position: absolute;
  top: 25px;
  right: 15px;
  background-color: #c61f4d;
  color: #fff;
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s linear;
  border: 2px solid transparent;
  font-size: 19px;
}
.cookie-notification .btn-close:hover {
  color: #faf544;
  border: 2px solid #faf544;
  background: none;
  transition: 0.3s linear;
}
.cookie-notification .btn-default {
  font-size: 13px;
  padding: 12px 11px;
}

.main-header.header-sticky {
  position: sticky;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  background: #fff;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}

.push-menu-trigger {
  width: 28px;
  display: none;
  cursor: pointer;
}
.push-menu-trigger > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.push-menu-trigger > span:last-child {
  margin-bottom: 0;
}
.push-menu-trigger:hover > span:nth-child(2) {
  width: 30%;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translate(0) scale(1);
  }
  25% {
    opacity: 0;
    transform: translate(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translate(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translate(0) scale(1);
  }
}
.sidenav-wrap {
  position: relative;
}
.sidenav-wrap .responsive--nav {
  z-index: 1000;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: calc(100vh - 40px);
  background-color: #fff;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: column;
  transition: all 0.4s ease;
  max-width: 300px;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul {
  overflow-y: auto;
  overflow-x: hidden;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li {
  padding: 12px 0 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
  position: relative;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > a {
  transition: 0.5s font-size ease-in;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  text-align: left;
  color: rgb(55, 65, 81);
  padding: 0 0 0px 12px;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li:hover {
  background: #f1f1f1;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li.dropdown {
  position: relative;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li.dropdown.dropdown-active > i {
  transform: rotate(180deg);
  transition: all 0.35s ease-in-out;
  opacity: 1;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul {
  margin-top: 15px;
  background: #f1f1f1;
  overflow-x: hidden;
  display: none;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid {
  display: block;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-top: 1px solid #fff;
  position: relative;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column:last-child,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column:last-child {
  border-bottom: none;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column:first-child,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column .sub-nav__primary-title,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column .sub-nav__primary-title {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0 10px 13px;
  display: block;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column .more-links,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column .more-links {
  background: #111;
  margin: 0 10px 10px 10px;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column .more-links a,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column .more-links a {
  color: #fff;
  padding: 8px 0;
  display: block;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column .more-links:hover a,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column .more-links:hover a {
  color: #faf544;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div {
  background: #fff;
  display: none;
  border-radius: 4px;
  box-shadow: -3px 1px 18px rgba(0, 0, 0, 0.2588235294);
  margin: 0px 11px 0 11px;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  position: relative;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > i,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > i {
  display: none;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > ul,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > ul {
  list-style-type: disc;
  margin: 0 0 0 29px;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > ul > li > a,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > ul > li > a {
  color: rgba(17, 17, 17, 0.768627451);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  padding: 4px 0px;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > a,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > a {
  color: rgb(55, 65, 81);
  display: inline-block;
  padding: 10px 10px 10px 11px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > a span,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li > a span {
  display: none;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li:hover > a,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li:hover > a {
  color: #000;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li.active > ul,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li.active > ul {
  display: block;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li.active > i,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > div > ul > li.active > i {
  opacity: 1;
  transform: rotate(180deg);
  transition: all 0.35s ease-in-out;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column > i,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column > i {
  position: absolute;
  right: 0px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  top: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  opacity: 0.4;
  transition: all 0.35s ease-in-out;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column:hover,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column:hover {
  opacity: 1;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column.active > i,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column.active > i {
  transform: rotate(180deg);
  opacity: 1;
  transition: all 0.35s ease-in-out;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__primary .grid .mega-menu-column.active > div,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__primary .grid .mega-menu-column.active > div {
  display: block;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > .sub-nav .grid .sub-nav__secondary,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul .grid .sub-nav__secondary {
  display: none;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul {
  background: #fff;
  border-radius: 4px;
  box-shadow: -3px 1px 18px rgba(0, 0, 0, 0.2588235294);
  margin: 14px 11px 14px 11px;
  list-style-type: none;
  padding: 0;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul > li a {
  color: rgb(55, 65, 81);
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 10px 10px 10px 11px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul > li a span {
  display: none;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > ul > li a:hover {
  color: #000;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > i {
  position: absolute;
  right: 0px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  opacity: 0.4;
  top: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 35px;
  transition: all 0.35s ease-in-out;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li > i:hover {
  opacity: 1;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li.active {
  padding-bottom: 0;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li.active > .sub-nav,
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li.active > ul {
  display: block;
}
.sidenav-wrap .responsive--nav .mobile-menu-wrap > .mobile-menu > ul > li.active > i {
  opacity: 1;
  transform: rotate(180deg);
  transition: all 0.35s ease-in-out;
}
.sidenav-wrap .responsive--nav .responsive-footer {
  width: 100%;
  left: 0;
  bottom: 0;
  margin-top: auto;
  background: #fff;
  padding: 15px;
  text-align: center;
}
.sidenav-wrap .responsive--nav .responsive-footer .btn-default {
  width: 100%;
}

.backdrop {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.sidenav-wrap.show__side--menu .responsive--nav {
  left: 0;
}
.sidenav-wrap.show__side--menu .backdrop {
  display: block;
}

.mobile-menu-wrap {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.experts-section .ese-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1098039216);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.expert-heading {
  margin-bottom: 20px;
  font-size: 22px;
  color: #faf544;
  font-weight: 600;
  text-transform: capitalize;
}

.expert-single {
  display: flex;
  align-items: center;
  gap: 15px;
}
.expert-single span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5294117647);
  display: block;
  margin: 7px 0 5px 0;
  font-weight: 500;
}
.expert-single .image {
  height: 85px;
  width: 85px;
  border-radius: 100%;
  border: 1px solid #94938c;
  padding: 5px;
}
.expert-single .image img {
  object-fit: cover;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.expert-single .contact {
  font-family: "Outfit", sans-serif;
}
.expert-single .contact h4 {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}
.expert-single .contact a {
  margin: 6px 0;
  display: inline-flex;
  font-size: 18px;
  gap: 6px;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
}
.expert-single .contact a svg {
  font-size: 15px;
  margin-right: 3px;
}

footer.site-footer {
  background: #111;
  position: relative;
  padding: 30px 0 0 0;
}
footer.site-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background-image: url(../img/footer-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
footer.site-footer .ese-container {
  z-index: 3;
  position: relative;
}
footer.site-footer .social-icons {
  display: flex;
  align-items: center;
}
footer.site-footer .social-icons h3 {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 400;
}
footer.site-footer .social-icons a {
  color: #000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100px;
  margin: 0 8px 0 0;
  background: #faf544;
  font-size: 14px;
}
footer.site-footer .social-icons a:hover {
  background: #fff;
  color: #000;
}
footer.site-footer p {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  color: #fff;
}
footer.site-footer .contact-address {
  position: relative;
  padding: 20px 0 0 0;
  margin-top: 30px;
  border-top: 0.5px solid rgba(196, 196, 196, 0.2);
  color: #fff;
}
footer.site-footer .contact-address .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  gap: 18px;
  border-left: 1px solid rgba(196, 196, 196, 0.2);
}
footer.site-footer .contact-address .icon-box i {
  font-size: 14px;
}
footer.site-footer .contact-address .icon-box:first-child {
  padding-left: 0;
  border-left: none;
}
footer.site-footer .contact-address .icon-box span {
  font-size: 15px;
  margin-bottom: 4px;
  opacity: 0.95;
  font-weight: 600;
  display: block;
  font-family: "Outfit", sans-serif;
}
footer.site-footer .contact-address .icon-box p,
footer.site-footer .contact-address .icon-box a {
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
}
footer.site-footer .contact-address .icon-box a {
  font-size: 18px;
}
footer.site-footer .footer-con {
  position: relative;
}
footer.site-footer .footer-content .footer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Outfit", sans-serif;
  padding-bottom: 25px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1803921569);
  flex-wrap: wrap;
  gap: 15px;
}
footer.site-footer .footer-content .footer-head span {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding-left: 25px;
  font-family: "HeliosC";
}
footer.site-footer .footer-content .footer-head .foot-head-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer.site-footer .footer-content .footer-head .foot-head-left img {
  border-right: 1px solid #c4c4c4;
  padding-right: 29px;
  width: 190px;
  line-height: 1;
  border-radius: 0;
}
footer.site-footer .footer-content .footer-head .foot-head-right {
  display: flex;
  align-items: center;
}
footer.site-footer .footer-content .footer-head .foot-head-right small {
  display: inline-block;
  padding-right: 20px;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  vertical-align: middle;
  font-weight: 700;
}
footer.site-footer .footer-heading {
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
}
footer.site-footer .footer-heading i {
  display: none;
}
footer.site-footer .btn-green {
  background: #28b328;
  color: #fff !important;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
footer.site-footer .footer-sec .quick-links h6 {
  font-family: "Outfit", sans-serif;
  color: #f4c976;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}
footer.site-footer .footer-sec .quick-links h6 a {
  text-decoration: underline;
  color: inherit;
}
footer.site-footer .footer-sec .quick-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.site-footer .footer-sec .quick-links ul li a {
  color: rgba(255, 255, 255, 0.82);
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
footer.site-footer .footer-sec .quick-links ul li a:before {
  background: #faf544;
  position: absolute;
  left: 0;
  height: 1px;
  width: 0%;
  transition: 0.3s width linear;
  content: "";
  bottom: 3px;
}
footer.site-footer .footer-sec .quick-links ul li a:hover {
  opacity: 1;
  color: #faf544;
}
footer.site-footer .footer-sec .quick-links ul li a:hover:before {
  transition: 0.3s width linear;
  width: 100%;
}
footer.site-footer .footer-sec .allIcons {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
footer.site-footer .footer-sec .allIcons > div {
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  padding: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1803921569);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3607843137);
}
footer.site-footer .footer-sec .allIcons > div img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
footer.site-footer .footer-sec form {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  margin: 15px 0 0 0;
}
footer.site-footer .footer-sec form input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2588235294);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  line-height: 24px;
  outline: none;
  padding: 20px;
  width: 100%;
  font-family: "Outfit", sans-serif;
}
footer.site-footer .footer-sec form button {
  padding: 12px 15px 13px 15px;
  color: #fff;
  height: 100%;
  justify-content: center;
}
footer.site-footer .footer-sec form button i {
  font-size: 22px;
  position: relative;
  z-index: 1;
}
footer.site-footer .footer-sec form button:hover i {
  color: #fff;
}

.payment-info {
  margin: 14px 0 12px 0;
  font-weight: 500;
  font-size: 17px;
  text-decoration: underline;
  color: #fff;
}
.payment-info img {
  max-width: 270px;
  margin-top: 10px;
}

.footer-end {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 0 18px 0;
  margin-top: 20px;
}
.footer-end .ese-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-end .ese-container .copyright-col {
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer-end .ese-container .copyright-col p {
  line-height: 1.6;
  font-size: 14px;
}
.footer-end .ese-container .copyright-col p strong {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
}
.footer-end .ese-container .copyright-col .footer-logo {
  padding-right: 0;
  text-align: center;
}
.footer-end .ese-container .copyright-col .footer-logo img {
  width: 85px;
  transition: 0.3s ease;
}

.contact-panel {
  margin-top: 15px;
}
.contact-panel .ese-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.contact-panel .flex {
  justify-content: space-between;
  gap: 35px;
}
.contact-panel .flex p {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
}
.contact-panel .flex p a {
  display: block;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 4px;
}
.contact-panel .flex p i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 15px;
}

#simple-chat-button--container {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 12;
}
#simple-chat-button--container #simple-chat-button--button {
  display: block;
  position: relative;
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.15);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjU2IiB3aWR0aD0iMjU2IiB2aWV3Qm94PSItMjMgLTIxIDY4MiA2ODIuNjY3IiBmaWxsPSIjZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik01NDQuMzg3IDkzLjAwOEM0ODQuNTEyIDMzLjA2MyA0MDQuODgzLjAzNSAzMjAuMDUxIDAgMTQ1LjI0NiAwIDIuOTggMTQyLjI2MiAyLjkxIDMxNy4xMTNjLS4wMjMgNTUuODk1IDE0LjU3OCAxMTAuNDU3IDQyLjMzMiAxNTguNTUxTC4yNSA2NDBsMTY4LjEyMS00NC4xMDJjNDYuMzI0IDI1LjI3IDk4LjQ3NyAzOC41ODYgMTUxLjU1MSAzOC42MDJoLjEzM2MxNzQuNzg1IDAgMzE3LjA2Ni0xNDIuMjczIDMxNy4xMzMtMzE3LjEzMy4wMzUtODQuNzQyLTMyLjkyMi0xNjQuNDE4LTkyLjgwMS0yMjQuMzU5ek0zMjAuMDUxIDU4MC45NDFoLS4xMDljLTQ3LjI5Ny0uMDItOTMuNjg0LTEyLjczLTEzNC4xNi0zNi43NDJsLTkuNjIxLTUuNzE1LTk5Ljc2NiAyNi4xNzIgMjYuNjI5LTk3LjI3LTYuMjctOS45NzNjLTI2LjM4Ny00MS45NjktNDAuMzItOTAuNDc3LTQwLjI5Ny0xNDAuMjgxLjA1NS0xNDUuMzMyIDExOC4zMDUtMjYzLjU3IDI2My42OTktMjYzLjU3IDcwLjQwNi4wMjMgMTM2LjU5IDI3LjQ3NyAxODYuMzU1IDc3LjMwMXM3Ny4xNTYgMTE2LjA1MSA3Ny4xMzMgMTg2LjQ4NGMtLjA2MiAxNDUuMzQ0LTExOC4zMDUgMjYzLjU5NC0yNjMuNTk0IDI2My41OTR6bTE0NC41ODYtMTk3LjQxOGMtNy45MjItMy45NjktNDYuODgzLTIzLjEzMy01NC4xNDgtMjUuNzgxLTcuMjU4LTIuNjQ1LTEyLjU0Ny0zLjk2MS0xNy44MjQgMy45NjktNS4yODUgNy45My0yMC40NjkgMjUuNzgxLTI1LjA5NCAzMS4wNjZzLTkuMjQyIDUuOTUzLTE3LjE2OCAxLjk4NC0zMy40NTctMTIuMzM2LTYzLjcyNy0zOS4zMzJjLTIzLjU1NS0yMS4wMTItMzkuNDU3LTQ2Ljk2MS00NC4wODItNTQuODkxLTQuNjE3LTcuOTM3LS4wMzktMTEuODEyIDMuNDc3LTE2LjE3MiA4LjU3OC0xMC42NTIgMTcuMTY4LTIxLjgyIDE5LjgwOS0yNy4xMDVzMS4zMi05LjkxOC0uNjY0LTEzLjg4M2MtMS45NzctMy45NjUtMTcuODI0LTQyLjk2OS0yNC40MjYtNTguODQtNi40MzctMTUuNDQ1LTEyLjk2NS0xMy4zNTktMTcuODMyLTEzLjYwMi00LjYxNy0uMjMtOS45MDItLjI3Ny0xNS4xODctLjI3N3MtMTMuODY3IDEuOTgtMjEuMTMzIDkuOTE4LTI3LjczIDI3LjEwMi0yNy43MyA2Ni4xMDUgMjguMzk1IDc2LjY4NCAzMi4zNTUgODEuOTczIDU1Ljg3OSA4NS4zMjggMTM1LjM2NyAxMTkuNjQ4YzE4LjkwNiA4LjE3MiAzMy42NjQgMTMuMDQzIDQ1LjE3NiAxNi42OTUgMTguOTg0IDYuMDMxIDM2LjI1NCA1LjE4IDQ5LjkxIDMuMTQxIDE1LjIyNy0yLjI3NyA0Ni44NzktMTkuMTcyIDUzLjQ4OC0zNy42OCA2LjYwMi0xOC41MTIgNi42MDItMzQuMzc1IDQuNjE3LTM3LjY4NC0xLjk3Ny0zLjMwNS03LjI2Mi01LjI4NS0xNS4xODQtOS4yNTR6bTAgMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") center/44px 44px no-repeat #25D366;
}
#simple-chat-button--container #simple-chat-button--button:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#simple-chat-button--container #simple-chat-button--text {
  display: block;
  position: absolute;
  width: max-content;
  background-color: #fff;
  bottom: 15px;
  right: 70px;
  border-radius: 5px;
  padding: 6px 10px 7px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.03em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-break: keep-all;
  line-height: 1em;
  text-overflow: ellipsis;
  vertical-align: middle;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.15);
}

.btn-default {
  border-radius: 3px;
  border: none;
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 700;
  background-color: #faf544;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-size: 13px;
  padding: 15px 25px 15px 25px;
  color: #000;
}
.btn-default:hover {
  color: #fff;
}
.btn-default:hover span {
  width: 225%;
  height: 562.5px;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.btn-default span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-default.btn-outline {
  border: 1px solid #000;
  color: #000;
  -webkit-transition: 0.5s;
  background: 0 0;
}
.btn-default.btn-outline span {
  background-color: #faf544;
}
.btn-default.btn-outline:hover {
  background-color: #faf544;
  color: #000;
  border-color: rgba(0, 0, 0, 0.1882352941);
}
.btn-default.btn-outline:hover span {
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  width: 225%;
  height: 562.5px;
  background-color: #faf544;
  opacity: 1;
}
.btn-default.btn-outline-white {
  -webkit-transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
  background: 0 0;
}
.btn-default.btn-outline-white span {
  background-color: #faf544;
}
.btn-default.btn-outline-white:hover {
  border-color: transparent;
  color: #000;
}
.btn-default.btn-outline-white:hover span {
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  width: 225%;
  height: 562.5px;
  background: #faf544;
  opacity: 1;
}
.btn-default.btn-outline-primary {
  -webkit-transition: 0.5s;
  border: 1px solid #faf544;
  color: #faf544;
  background: 0 0;
}
.btn-default.btn-outline-primary span {
  background-color: #000;
}
.btn-default.btn-outline-primary:hover {
  border-color: transparent;
  color: #fff;
}
.btn-default.btn-outline-primary:hover span {
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  width: 225%;
  height: 562.5px;
  background-color: #000;
  opacity: 1;
}

.main-title {
  position: relative;
  margin-bottom: 35px;
}
.main-title .heading-link {
  color: #000;
  margin-left: 18px;
  font-size: 13px;
  margin-top: 12px;
  font-weight: 700;
}
.main-title .heading-link:hover {
  color: #faf544;
}
.main-title.isWhite .heading,
.main-title.isWhite p,
.main-title.isWhite .subtitle {
  color: #fff;
}
.main-title.isWhite .subtitle {
  background: none;
  -webkit-text-fill-color: #fff;
}
.main-title.mx-90 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main-title.small .heading {
  font-size: 30px;
}
.main-title .heading {
  position: relative;
  font-size: 40px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Outfit", sans-serif;
}
.main-title .sub-heading {
  font-size: 20px;
  margin: 8px 0 18px 0;
}
.main-title p {
  margin: 8px 0 0 0;
  display: block;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 28px;
}

.subtitle {
  position: relative;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 600;
  color: #374151;
  position: relative;
}

.adventure-card {
  height: 100%;
  transition: 0.2s ease-in;
  font-family: "Outfit", sans-serif;
}
.adventure-card .adventure-card__inner {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  overflow: hidden;
  -webkit-transition: ease-in all 0.2s;
  transition: ease-in all 0.2s;
  position: relative;
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
}
.adventure-card .adventure-card__inner p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.adventure-card .adventure-card__inner .adventure-card__footer .btn-default {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.adventure-card .adventure-card__inner .available-dates {
  font-size: 13px;
  color: #fff;
  position: absolute;
  left: 15px;
  gap: 8px;
  bottom: 18px;
  text-align: left;
  display: inline-flex;
  flex-direction: column;
}
.adventure-card .adventure-card__inner .available-dates span {
  font-size: 11px;
  background-color: rgb(255, 255, 255);
}
.adventure-card .adventure-card__inner .seat {
  position: absolute;
  right: 15px;
  bottom: 18px;
}
.adventure-card .adventure-card__inner .adventure-card__top {
  position: relative;
  cursor: pointer;
}
.adventure-card .adventure-card__inner .adventure-card__top:hover img {
  transform: scale(1.05);
  filter: blur(9px);
}
.adventure-card .adventure-card__inner .adventure-card__top .adventure-card__image {
  margin: 0;
  height: 300px;
  line-height: 1;
  overflow: hidden;
}
.adventure-card .adventure-card__inner .adventure-card__top .adventure-card__image img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  object-fit: cover;
}
.adventure-card .adventure-card__inner .adventure-card__content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  padding: 25px;
  padding-top: 15px;
  margin-block-end: auto;
}
.adventure-card .adventure-card__inner .adventure-card__content .ratings {
  margin-bottom: 5px;
}
.adventure-card .adventure-card__inner .adventure-card__content .ratings i {
  font-size: 15px;
  margin-right: 3px;
  color: #d19d11;
}
.adventure-card .adventure-card__inner .adventure-card__content .adventure-card__title {
  margin: 0 0px 10px 0;
  color: #000;
  display: block;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: -0.3px;
  font-weight: 600;
}
.adventure-card .adventure-card__inner .adventure-card__content .adventure-card__title a {
  color: inherit;
  display: block;
  height: 100%;
}
.adventure-card .adventure-card__inner .adventure-card__content .adventure-card__title:hover {
  color: #000;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos {
  display: flex;
  flex-flow: column;
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li {
  color: rgba(51, 51, 51, 0.91);
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #d8d8d8;
  font-size: 13px;
  align-items: center;
  display: flex;
  text-transform: uppercase;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span {
  margin-left: auto;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span.challenging {
  color: #bb1e2e;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span.challenging i {
  color: #bb1e2e;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span.moderate {
  color: #a99a1e;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span.moderate i {
  color: #a99a1e;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span.easy {
  color: #577719;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span.easy i {
  color: #577719;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span i {
  margin-left: 2px;
  font-size: 16px;
  color: rgba(15, 17, 21, 0.6588235294);
  position: relative;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span:after {
  border-radius: 5px;
  min-width: 250px;
  max-width: 250px;
  content: attr(data-tooptip);
  position: absolute;
  bottom: 40px;
  right: 23px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0.9294117647);
  color: #fff;
  white-space: normal;
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li span:hover:after {
  visibility: visible;
  opacity: 1;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li:first-child {
  border-top: none;
  padding-top: none;
  margin-top: 0;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li > i {
  font-size: 18px;
  color: #9fa3a7;
  margin-right: 8px;
}
.adventure-card .adventure-card__inner .adventure-card__content .tripinfos li > div {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.adventure-card .adventure-card__inner .pricesec {
  border-radius: 0 0px 8px 8px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  background: #e9ecef;
}
.adventure-card .adventure-card__inner .pricesec .regular-price {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1px;
  border-radius: 0 0 9px 9px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  color: #172a45;
  margin: 0;
  line-height: 1;
}
.adventure-card .adventure-card__inner .pricesec .regular-price del {
  font-size: 15px;
  text-decoration: line-through;
  color: #9ca3af;
  margin-left: 8px;
  font-weight: 600;
}
.adventure-card .adventure-card__inner .pricesec .explore-btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  color: #111;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  gap: 8px;
}
.adventure-card .adventure-card__inner .pricesec .explore-btn i {
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.adventure-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #ddd;
}
.adventure-card:hover .pricesec .explore-btn {
  color: #bf1d2e;
  gap: 10px;
}

.overlay-col {
  min-height: 340px;
  position: relative;
}
.overlay-col > a {
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.overlay-col > a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.overlay-col > a:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), transparent, transparent, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.overlay-col .overlay-content {
  z-index: 5;
  position: absolute;
  bottom: 0;
  padding: 30px 25px;
  width: 100%;
}
.overlay-col .overlay-content .overlay-title {
  margin: 0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}
.overlay-col .overlay-content .overlay-title a {
  color: #fff;
  display: block;
}
.overlay-col .overlay-content .overlay-detail {
  line-height: 1;
  color: #fff;
  font-size: 15px;
  width: 100%;
  padding-top: 3px;
  display: inline-flex;
  margin: 0;
  font-family: "Outfit", sans-serif;
  vertical-align: middle;
  align-items: center;
  font-weight: 700;
  color: #fff;
}
.overlay-col .overlay-content .overlay-detail svg {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  fill: #fff;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 2.74286rem;
  background: none;
}
.overlay-col:hover a img {
  transform: scale(1.1);
}
.overlay-col:hover .overlay-content .overlay-title a {
  color: #cecc56;
}

.zoom {
  overflow: hidden;
}
.zoom:hover > img {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.buttonWrap.text-center {
  margin-top: 30px;
}

.card-blog {
  border-radius: 4px 4px;
  position: relative;
  min-height: 420px;
}
.card-blog > a {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  display: block;
  height: 100%;
  position: relative;
}
.card-blog > a:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), transparent, transparent, transparent);
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  height: 100%;
  border-radius: 4px;
  width: 100%;
  position: absolute;
}
.card-blog > a img,
.card-blog > a iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s linear;
  border-radius: 4px;
}
.card-blog > a:hover img {
  transform: scale(1.1);
}
.card-blog .card-content {
  padding: 25px;
  border-radius: 0 0 4px 4px;
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.card-blog .card-content .title {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  padding-bottom: 15px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}
.card-blog .card-content .title a {
  color: #fff;
}
.card-blog .card-content .title:hover a {
  color: #ffe988;
}
.card-blog .card-content p {
  margin: 11px 0 15px 0;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.75;
}
.card-blog .card-content .post-detail {
  gap: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  flex-wrap: wrap;
  padding: 0;
}
.card-blog .card-content .post-detail > div {
  font-size: 13px;
  gap: 8px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.card-blog .card-content .post-detail > div img {
  border: 1px solid #fff;
  width: 30px;
  margin: 0 8px 0 0;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  padding: 2px;
}
.card-blog .card-content .post-detail > div svg circle,
.card-blog .card-content .post-detail > div svg rect,
.card-blog .card-content .post-detail > div svg path {
  stroke: #fff;
}
.card-blog .card-content .post-detail > div a {
  font-size: 14px;
}

.adventure-single__breadcrumbs {
  margin: 10px 0 0px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
  padding-bottom: 10px;
}
.adventure-single__breadcrumbs .ese-container {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-nav ol {
  color: rgba(0, 0, 0, 0.631372549);
  padding: 0 0 0 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: inherit;
}
.breadcrumb-nav ol li:not(:first-child):before {
  content: "";
  display: inline-block;
  margin: 0 9px;
  width: 4px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMTM3MzI0IDYuODYyOTFDMC4zMTk3OTggNy4wNDU3IDAuNjEzOTkxIDcuMDQ1NyAwLjc5NjQ2NSA2Ljg2MjkxTDMuODkxMDcgMy43NjI5OUM0LjAzNjMxIDMuNjE3NTEgNC4wMzYzMSAzLjM4MjQ5IDMuODkxMDcgMy4yMzcwMUwwLjc5NjQ2NSAwLjEzNzA5QzAuNjEzOTkxIC0wLjA0NTY5NjYgMC4zMTk3OTkgLTAuMDQ1Njk2NiAwLjEzNzMyNCAwLjEzNzA5Qy0wLjA0NTE0OTMgMC4zMTk4NzcgLTAuMDQ1MTQ5MyAwLjYxNDU3NSAwLjEzNzMyNCAwLjc5NzM2MkwyLjgzMzQ3IDMuNTAxODdMMC4xMzM2MDEgNi4yMDYzN0MtMC4wNDUxNDkzIDYuMzg1NDIgLTAuMDQ1MTQ5OCA2LjY4Mzg1IDAuMTM3MzI0IDYuODYyOTFaIiBmaWxsPSIjOTA5MDkxIi8+Cjwvc3ZnPgo=");
}
.breadcrumb-nav ol li a {
  color: rgba(0, 0, 0, 0.81);
  font-size: 14px;
}
.breadcrumb-nav ol li:hover a {
  color: #000;
}
.breadcrumb-nav ol li.active a {
  font-weight: 600;
  color: #000;
}

.share > div > div {
  display: inline-block !important;
}

.package-cat a {
  color: #fff;
  display: block;
  position: relative;
}
.package-cat a::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.32) 100%);
}
.package-cat a img {
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  transition: 0.3s linear;
}
.package-cat a .package-title {
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  padding-top: 13px;
  z-index: 2;
  text-transform: uppercase;
}
.package-cat a:hover .package-title {
  color: #fff;
}

.accordion-wrapper {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: rgba(250, 245, 68, 0.26);
  border-radius: 13px;
}
.accordion-wrapper .accordion-title-wrap {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.accordion-wrapper .accordion-title-wrap.active svg {
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.accordion-wrapper .accordion-title-wrap svg {
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  margin-top: 5px;
  position: absolute;
  right: 0px;
  top: 0;
}
.accordion-wrapper .accordion-title-wrap svg path {
  stroke: #000;
}
.accordion-wrapper > div {
  padding: 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.accordion-wrapper > div:first-child {
  padding-top: 0;
  border-top: none;
}
.accordion-wrapper > div:last-child {
  padding-bottom: 0;
}
.accordion-wrapper > div .accordion-slide {
  margin-top: 0px;
}
.accordion-wrapper > div .accordion-slide .page-content__area,
.accordion-wrapper > div .accordion-slide .page-content__area p {
  text-align: justify;
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.831372549);
  margin-bottom: 0;
}
.accordion-wrapper > div .accordion-slide .page-content__area a:hover,
.accordion-wrapper > div .accordion-slide .page-content__area p a:hover {
  opacity: 1;
}
.accordion-wrapper > div .accordion-slide p:not(:last-child) {
  margin: 0px 0 15px 0;
}
.accordion-wrapper > div .accordion-title {
  color: rgba(0, 0, 0, 0.8901960784);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
}
.accordion-wrapper > div:last-child {
  margin-bottom: 0;
}

.overlay-card {
  position: relative;
  display: block;
  width: 100%;
  height: 480px;
}
.overlay-card .overlay-card__media {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.overlay-card .overlay-card__media a {
  position: relative;
  display: block;
  height: 100%;
}
.overlay-card .overlay-card__media a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.1607843137) 80%);
}
.overlay-card .overlay-card__media img {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-out;
}
.overlay-card .overlay-card__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 35px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: flex-end;
  border-radius: 4px;
  z-index: 2;
  color: #fff;
}
.overlay-card .overlay-card__text .title {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1.3;
  font-family: "Outfit", sans-serif;
}
.overlay-card .overlay-card__text .title a {
  color: #fff;
}
.overlay-card .overlay-card__text .title:hover {
  transition: 0.3s ease;
}
.overlay-card .overlay-card__text .title:hover a {
  transition: 0.3s ease;
  color: rgb(255, 255, 135);
}
.overlay-card .overlay-card__text .post-detail div + div {
  opacity: 0.765;
}
.overlay-card .overlay-card__text .post-detail div svg circle,
.overlay-card .overlay-card__text .post-detail div svg rect,
.overlay-card .overlay-card__text .post-detail div svg path {
  stroke: #fff;
}
.overlay-card .overlay-card__text .post-detail div a {
  color: #fff;
}

.post-detail {
  display: flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
}
.post-detail div,
.post-detail a {
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}
.post-detail div img,
.post-detail a img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 8px;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
}
.post-detail div:last-child,
.post-detail a:last-child {
  opacity: 0.85;
  margin-right: 0;
}
.post-detail div svg,
.post-detail a svg {
  display: inline-block;
  vertical-align: middle;
  stroke: #fff;
}
.post-detail div svg circle,
.post-detail div svg rect,
.post-detail div svg path,
.post-detail a svg circle,
.post-detail a svg rect,
.post-detail a svg path {
  stroke: #fff;
}

.scale .overlay-card__media > a {
  overflow: hidden;
}
.scale .overlay-card__media > a > img {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.scale .overlay-card__media > a:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  filter: blur(1.2px);
}

.pagination {
  margin: 25px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  flex-wrap: wrap;
  list-style-type: none;
}
.pagination li .page-link {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #111;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  cursor: pointer;
}
.pagination li .page-link.fa {
  font-size: 14px;
}
.pagination li.active span,
.pagination li.active a, .pagination li:hover span,
.pagination li:hover a {
  color: #000;
  background: #faf544;
  font-weight: 600;
  border-color: #000;
}

.trend-listing ul {
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 13px 0 25px 0;
  border-bottom: 1px solid #d9d9e8;
  list-style: none;
  padding: 0;
}
.trend-listing ul li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 25px;
  font-family: "Outfit", sans-serif;
  color: rgba(0, 0, 0, 0.76);
  font-weight: 500;
}
.trend-listing ul li:before {
  width: 0;
  background: #faf544;
  transition: 0.4s ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}
.trend-listing ul li:hover, .trend-listing ul li.active {
  color: #faf544;
}
.trend-listing ul li:hover::before, .trend-listing ul li.active::before {
  width: 100%;
  transition: 0.32s width ease-in;
}
.trend-listing ul li:hover:last-child, .trend-listing ul li.active:last-child {
  margin-right: 0;
}

.form-group input,
.form-group select,
.form-group textarea {
  background-color: #fff;
  border-radius: 4px;
  font-family: "Outfit", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border: solid 1px rgba(0, 0, 0, 0.14);
  transition: 0.3s ease-in-out;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  background-color: #fff;
}
.form-group select {
  padding-left: 18px;
  cursor: pointer;
  color: #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDZMMC44MDM4NDcgMC43NUwxMS4xOTYyIDAuNzUwMDAxTDYgNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-position: calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 184px;
  padding: 14px 25px 14px 16px;
  text-indent: 1px;
  width: 100%;
}
.form-group input {
  font-family: "Outfit", sans-serif;
  width: 100%;
  height: 45px;
  outline: none;
  line-height: 1.3;
  padding: 12px 10px 8px 20px;
}
.form-group button {
  font-family: "Outfit", sans-serif;
}
.form-group label {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
  display: block;
}
.form-group label strong {
  font-size: 13px;
  color: #a81f00;
}
.form-group.message-area {
  grid-column: span 3;
}
.form-group.message-area textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
}
.form-group textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
}
.form-group:not(:last-child) {
  margin-bottom: 20px;
}

.pt-0 {
  padding-top: 0;
}

.team-col {
  position: relative;
  overflow: hidden;
}
.team-col:hover img {
  transform: scale(1.1);
}

.team-col-header .team-anchor {
  cursor: pointer;
  display: block;
  height: 330px;
  border-radius: 8px;
  overflow: hidden;
}
.team-col-header .team-anchor img {
  transition: 0.3s ease-in-out;
  width: 100%;
  object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  display: block;
  position: relative;
}

.team-bio {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  color: #111;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  grid-gap: 8px;
  width: 100%;
  padding: 12px 0 0 0;
}
.team-bio strong {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.team-bio p {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.6;
}

.card-front {
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin: 0;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  display: block;
}
.card-front .icon-wrap svg {
  width: 70px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  height: 86px;
}
.card-front .icon-content {
  margin-top: 20px;
}
.card-front .icon-content h3 {
  display: block;
  font-size: 30px;
  margin: 0;
  line-height: 32px;
  text-transform: uppercase;
}
.card-front .icon-content p {
  margin: 10px 0 0;
  color: #130f0f;
  line-height: 25px;
}

.block-adventure-finder__button-wrapper {
  position: relative;
  flex: 1;
}
.block-adventure-finder__button-wrapper img {
  position: absolute;
  right: 19px;
  font-size: 13px;
  top: 37px;
  font-weight: 400;
  transform: rotate(180deg);
  width: 12px;
  opacity: 0.7;
}
.block-adventure-finder__button-wrapper.datepicker img {
  transform: inherit;
  width: 25px;
  top: 28px;
  right: 16px;
}
.block-adventure-finder__button-wrapper:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2392156863);
  height: 35px;
  top: 50%;
  width: 2px;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.block-adventure-finder__button-wrapper .block-adventure-finder__button {
  width: 100%;
  padding: 18px 8px 18px 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: background-color 0.25s ease-out;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.1px;
  font-family: "Outfit", sans-serif;
  color: #232933;
  text-transform: uppercase;
}
.block-adventure-finder__button-wrapper .block-adventure-finder__button input {
  text-transform: uppercase;
  border: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  font-family: "Outfit", sans-serif;
}
.block-adventure-finder__button-wrapper .block-adventure-finder__button input::placeholder {
  font-weight: bold;
  color: #232933;
}
.block-adventure-finder__button-wrapper .block-adventure-finder__button span {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  padding-top: 6px;
  opacity: 0.6;
  font-weight: 400;
  border: none;
}
.block-adventure-finder__button-wrapper .filter-group {
  position: absolute;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2392156863);
  top: 100%;
  border-top: none !important;
  background: #fff;
  left: 0;
  display: none;
  border-radius: 0 0 10px 10px;
  padding: 10px !important;
  margin: 0 !important;
}
.block-adventure-finder__button-wrapper .filter-group label {
  display: inline-flex;
  gap: 8px;
  width: 100%;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
}
.block-adventure-finder__button-wrapper.active .filter-group {
  display: block;
}
.block-adventure-finder__button-wrapper.active img {
  transform: inherit;
}

.block-adventure-finder__submit {
  background: #faf544;
  color: rgba(35, 37, 45, 0.9490196078);
  border: none;
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 7px;
  margin: 13px;
  margin-left: 0;
}

.short__intro-wrap {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.short__intro-wrap:after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(235, 235, 235, 0), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.short__intro-wrap .read-more,
.short__intro-wrap .read-less {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 4;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding-bottom: 14px;
  z-index: 3;
}
.short__intro-wrap .read-more i,
.short__intro-wrap .read-less i {
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  font-style: normal;
  background: #faf544;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 15px;
}
.short__intro-wrap .read-more i:hover,
.short__intro-wrap .read-less i:hover {
  background: #000;
  color: #fff;
}
.short__intro-wrap.read-full {
  height: auto;
  overflow: auto;
}
.short__intro-wrap.read-full:after {
  height: auto;
  background: none;
}
.short__intro-wrap.read-full .pos-static {
  position: static;
}

.accordion-enter-active,
.accordion-leave-active {
  will-change: height, opacity;
  transition: height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.accordion-enter,
.accordion-leave-to {
  height: 0 !important;
  opacity: 0;
}

.mb-3 {
  margin-bottom: 15px;
}

.date-selection {
  position: relative;
}
.date-selection input {
  padding-top: 10px;
  height: 45px;
  padding-left: 42px;
  font-size: 16px;
  background: #fff no-repeat 9px 9px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-calendar-days'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 18h.01'/%3E%3Cpath d='M12 18h.01'/%3E%3Cpath d='M16 18h.01'/%3E%3C/svg%3E");
}

.btn-modal-close {
  position: absolute;
  right: 30px;
  color: #000;
  z-index: 1;
  top: 30px;
}

.carousel-btn {
  position: absolute;
  cursor: pointer;
  top: calc(50% - 15px);
  z-index: 1;
  left: 20px;
}
.carousel-btn:before {
  width: 55px;
  height: 55px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-left'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
  display: inline-block;
}
.carousel-btn.next {
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}
.carousel-btn:hover:before {
  background-color: rgba(47, 76, 88, 0.1215686275);
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.9490196078);
  z-index: 102;
}
.modal-wrap .btn-modal-close {
  color: #fff;
}
.modal-wrap.team-modal-wrap {
  background: #fafafa;
  color: #000;
}
.modal-wrap.team-modal-wrap .btn-modal-close {
  color: #000;
}
.modal-wrap.team-modal-wrap .carousel-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-left'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
}
.modal-wrap .carousel-btn::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:8;%7D%0A%3C/style%3E%3Cpath class='st0' d='M30,36L18,24l12-12'/%3E%3C/svg%3E%0A");
}

.gallery-modal {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.caption {
  margin-top: 10px;
  opacity: 0.5;
}

.cursor-pointer {
  cursor: pointer;
}

.sitemap-row {
  border: rgba(0, 0, 0, 0.1019607843) 1px solid;
  background: #fafafa;
  border-radius: 4px;
  padding: 24px 22px;
}
.sitemap-row:not(:last-child) {
  margin-bottom: 20px;
}
.sitemap-row .c-title {
  font-size: 22px;
  margin: 0 0 10px 0;
  color: #faf544;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.sitemap-row ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  grid-gap: 10px;
}
.sitemap-row ul li a {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  display: block;
  line-height: 1.3;
  font-weight: 500;
  transition: 0.2s linear;
  padding: 3px 0;
}
.sitemap-row ul li a:hover {
  color: #faf544;
}

.modal-enter-active,
.modal-leave-active {
  transition: opacity 0.4s ease;
}

.modal-enter-from,
.modal-leave-to {
  opacity: 0;
}

.invalid-feedback {
  color: #fff;
  background: #900;
  font-weight: 600;
  padding: 3px 8px;
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
}

.form-group .is-invalid {
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.2117647059);
}

.message-box {
  border-radius: 15px;
  padding: 30px;
  position: relative;
  max-width: 600px;
  margin: 0 auto 20px auto;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 24px;
}
.message-box.success {
  color: rgb(23, 51, 52);
  border: 1px solid #0c6f3c;
  background: rgba(12, 111, 60, 0.0392156863);
}
.message-box.success h3 {
  color: #0c6f3c;
}
.message-box.success i {
  background: #090;
  color: #fff;
}
.message-box.failed {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}
.message-box.failed i {
  color: #9f3a38;
  background: none;
  width: auto;
  box-shadow: none;
  height: auto;
  margin: 0;
}
.message-box h3 {
  font-weight: 700;
  font-size: 25px;
  margin: 0px 0px 3px 0;
}
.message-box p {
  font-size: 18px;
  margin: 10px auto 10px 0;
  line-height: 1.36;
  font-weight: 400;
}
.message-box i {
  font-size: 45px;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  align-items: center;
  font-weight: 800;
  line-height: 70px;
  position: relative;
  margin-bottom: 11px;
  color: #fff;
}

.flatpickr-calendar.open {
  z-index: inherit;
}

.tripadvisor-widget {
  border: 1px solid #00aa6c;
  padding: 25px 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(5, 169, 130, 0.15) 0, rgba(169, 179, 176, 0.06) 42%);
}
.tripadvisor-widget .ta-header {
  margin-bottom: 3px;
}
.tripadvisor-widget .ta-header img {
  width: 150px;
}
.tripadvisor-widget .ta-title {
  color: #000;
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
  display: block;
}
.tripadvisor-widget .ta-title strong {
  font-weight: 800;
}
.tripadvisor-widget .ta-rating {
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
}
.tripadvisor-widget .ta-rating .flex {
  gap: 10px;
  align-items: center;
}
.tripadvisor-widget .ta-rating .rating-label {
  color: #000;
  padding-top: 2px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
  display: block;
}
.tripadvisor-widget .ta-rating .stars {
  color: #00aa6c;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -3px;
  font-weight: 800;
}
.tripadvisor-widget .ta-rating .review-count {
  font-weight: 600;
  color: #057100;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
}
.tripadvisor-widget .ta-ranking {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
}
.tripadvisor-widget .ta-ranking div {
  margin-bottom: 3px;
}
.tripadvisor-widget .ta-ranking strong {
  font-weight: 500;
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8980392157);
}
.tripadvisor-widget .ta-links a {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
  font-family: "Outfit", sans-serif;
}
.tripadvisor-widget .ta-links a:before {
  width: 0%;
  height: 2px;
  content: "";
  background: #057100;
  position: absolute;
  transition: 0.5s linear;
  top: 100%;
  left: 0;
}
.tripadvisor-widget .ta-links a:hover {
  color: #057100;
}
.tripadvisor-widget .ta-links a:hover:before {
  width: 100%;
}

.speak-expert {
  margin-bottom: 28px;
  text-align: center;
  padding: 20px;
  padding-bottom: 15px;
  border: 1px solid #4fbee6;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 24px;
  background: linear-gradient(180deg, #d1f4ff 0, #f6f7fb 42%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.speak-expert .title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
}
.speak-expert .btn-default {
  padding: 13px 44px;
  position: relative;
  font-weight: 500;
  width: 100%;
}
.speak-expert .btn-default i {
  position: absolute;
  right: 13px;
  font-size: 20px;
  top: 10px;
}
.speak-expert p {
  font-size: 15px;
  margin: 3px 0 15px 0;
  font-weight: 400;
  opacity: 0.87;
  line-height: 1.65;
}
.speak-expert .profile-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.speak-expert .profile-item img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  padding: 3px;
}
.speak-expert .profile-item .profile-item-text {
  font-size: 15px;
  text-align: center;
}
.speak-expert .profile-item .profile-item-text .profile-item-name {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.hotel-item img {
  margin-bottom: 8px;
  display: block;
  border-radius: 4px;
  height: 200px;
  object-fit: cover;
}
.hotel-item .title {
  margin: 0 0 2px 0;
  font-size: 16px;
  display: block;
  line-height: 1.45;
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  color: #111;
}
.hotel-item .title a {
  color: inherit;
}
.hotel-item .title:hover a {
  color: #faf544;
}
.hotel-item .available-pax {
  color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.55;
}

.video-slider {
  text-align: center;
  display: block !important;
  cursor: pointer;
}
.video-slider .video-reviewer {
  position: relative;
  height: 194px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  display: block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #0048d6;
}
.video-slider .video-reviewer::before {
  color: #fff;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-circle-play-icon lucide-circle-play'%3E%3Cpath d='M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
  width: 48px;
  height: 48px;
}
.video-slider .video-reviewer:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.video-slider .video-reviewer img {
  object-fit: cover;
  border-radius: 8px;
  transition: 0.3s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  height: 100%;
  -o-border-radius: 8px;
}
.video-slider .review-title {
  margin: 10px 0 0px 0;
  text-transform: capitalize;
  color: #fff;
  z-index: 1;
  font-size: 17px;
  font-weight: 500;
}
.video-slider .review-title span {
  color: #fff;
  font-size: 13px;
  display: block;
  margin-top: 6px;
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
}
.video-slider p {
  font-size: 14px;
}
.video-slider:hover img {
  transform: scale(1.1);
}

.all-btn {
  text-align: center;
  margin-top: 25px;
}

.available-dates {
  font-size: 12px;
  opacity: 0.8;
}
.available-dates span {
  display: inline-block;
  line-height: 23px;
  padding: 0 12px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.88);
  border-radius: 68px;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: 600;
  border: 1px solid rgba(0, 17, 17, 0.2588235294);
}

.awwards-col {
  display: flex;
  gap: 25px;
  -webkit-transition: ease-in all 0.2s;
  transition: ease-in all 0.2s;
  color: #fff;
  align-items: center;
  background: rgba(255, 255, 255, 0.0588235294);
  padding: 25px 30px;
  border-radius: 18px;
}
.awwards-col img {
  width: 170px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  padding: 9px;
  background: #fff;
}
.awwards-col div {
  font-size: 15px;
  flex: 5;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.68;
  font-weight: 300;
}
.awwards-col div .awward-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.awwards-col div span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #faf544;
  font-size: 15px;
}
.awwards-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(11, 10, 10, 0.18);
}

.seat {
  color: #fff;
  font-size: 11px;
  padding: 5px 8px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
}

.status-guaranteed {
  color: #fff;
  background: #22c55e;
}

.status-open {
  color: #fff;
  background: #3b82f6;
}

.status-fast {
  color: #fff;
  background: #ea580c;
}

.status-limited {
  color: #fff;
  background: #dc2626;
}

.trip-card {
  padding: 20px 25px;
  border: 1px solid #cbd5e1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.2s ease-in;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.trip-card .seat {
  padding: 5px 8px 4px 10px;
}
.trip-card .trip-title {
  font-size: 18px;
  letter-spacing: -0.1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.trip-card .trip-title a {
  color: inherit;
  display: block;
  height: 100%;
}
.trip-card .duration {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trip-card .duration i {
  margin: 6px 0 auto 0;
  font-size: 23px;
  opacity: 0.3;
}
.trip-card .duration .trip-days {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1.4;
}
.trip-card .duration .trip-date {
  font-size: 13px;
  color: rgba(8, 9, 11, 0.8196078431);
}
.trip-card .status {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 13px 0px 15px 0;
  font-size: 12px;
  color: #172a45;
  font-weight: 600;
}
.trip-card .status .guaranteed {
  color: #000;
  font-weight: 600;
}
.trip-card .status .seats {
  color: #64748b;
  font-size: 14px;
}
.trip-card .price-box {
  display: inline-flex;
  align-items: center;
  padding-bottom: 25px;
}
.trip-card .price-box .price {
  font-size: 20px;
  color: #172a45;
  font-weight: 800;
}
.trip-card .price-box .old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: rgba(1, 5, 11, 0.4588235294);
  margin-left: 8px;
  font-weight: 500;
  margin-top: auto;
}
.trip-card .btn-default {
  width: 100%;
  margin-top: auto;
  font-size: 13px;
  padding: 13px 25px 13px 25px;
}
.trip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #ddd;
}

.departure-info-block {
  display: flex;
  gap: 25px;
  margin-top: 30px;
  padding: 15px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.departure-info-block .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.departure-info-block .info-item .seat {
  padding: 5px 8px 4px 10px;
}

.rating-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 16px;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.25;
}
.rating-row .rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0b0b0b;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
}
.rating-row .rating-pill svg {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 20px;
  fill: #f5bf00;
}
.rating-row .rating-score {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  margin-right: 0.15rem;
  white-space: nowrap;
}
.rating-row .rating-desc {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #111;
  font-size: 16px;
}
.rating-row .rating-desc strong {
  color: #111;
  font-weight: 700;
}
.rating-row .rating-row .rating-desc span {
  display: inline-block;
}

.review-card {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 20px;
  background: #ffffff;
  color: #1a1a1a;
}
.review-card .review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.review-card .review-header .review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.review-card .review-header .review-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.review-card .review-header .review-contrib {
  font-size: 13px;
  color: #666;
}
.review-card .review-stars {
  display: flex;
  gap: 6px;
  margin: 22px 0 8px 0;
}
.review-card .review-stars i {
  margin-right: 0;
  font-size: 14px;
  letter-spacing: -3px;
  color: #f5bf00;
}
.review-card .review-text {
  font-size: 15px;
  line-height: 1.67;
  color: #2a2a2a;
  margin-bottom: 15px;
}
.review-card .review-link {
  color: #111;
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 600;
}
.review-card .review-link:hover {
  text-decoration: none;
}
.review-card .review-date {
  font-size: 12px;
  color: #333;
  margin: 0;
}

.reviewSwiper {
  margin-top: 30px;
}

.scrolly-container {
  position: relative;
}
.scrolly-container .background-images {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: 1;
}
.scrolly-container .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.scrolly-container .bg-img.active {
  opacity: 1;
}
.scrolly-container .foreground-content {
  position: relative;
  z-index: 2;
}
.scrolly-container .step {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 10%;
}
.scrolly-container .scrolly-card {
  background: rgba(0, 0, 0, 0.7294117647);
  color: #fff;
  padding: 24px;
  max-width: 380px;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  font-size: 1.15rem;
  line-height: 1.6;
}

.homepage_main_banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 125px);
  overflow: hidden;
  z-index: 0;
}
.homepage_main_banner .swiper,
.homepage_main_banner .video-wrap {
  height: 100%;
}
.homepage_main_banner .swiper video,
.homepage_main_banner .video-wrap video {
  height: 100%;
  width: 100%;
}
.homepage_main_banner .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homepage_main_banner iframe {
  border: none;
  position: absolute;
  width: 100vw;
  height: 1920px;
  width: 1920px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.homepage_main_banner .container {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  color: #fff200;
}
.homepage_main_banner .container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.homepage_main_banner .slider-wrapper {
  width: 100%;
  height: 100%;
}
.homepage_main_banner .hero__slider {
  height: 100%;
}
.homepage_main_banner .hero__slider img {
  border-radius: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.homepage_main_banner .hero__slider::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
}
.homepage_main_banner .hero__wrap {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  z-index: 1;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
}
.homepage_main_banner .hero__wrap .hero__contentWrap {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.homepage_main_banner .hero__wrap .hero__contentWrap .ese-container {
  max-width: 900px;
}
.homepage_main_banner .hero__wrap .hero__contentWrap .hero__head {
  font-size: 63px;
  line-height: 1.1;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 800;
  font-family: "Outfit", sans-serif;
  color: #fff;
}
.homepage_main_banner .hero__wrap .hero__contentWrap span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  font-family: "Merriweather", sans-serif;
  font-style: italic;
  display: block;
}

.filter-bar {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.filter-bar form {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  width: 100%;
  padding: 0px 0px 0px 20px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  position: relative;
  overflow: visible;
  gap: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.filter-bar form .block-adventure-finder__button-wrapper:before {
  content: "";
  background: #fff;
}
.filter-bar form .block-adventure-finder__button-wrapper .block-adventure-finder__button {
  color: #fff;
}
.filter-bar form .block-adventure-finder__button-wrapper img {
  filter: brightness(0) invert(1);
}
.filter-bar form .block-adventure-finder__button-wrapper input {
  color: #fff;
}
.filter-bar form .block-adventure-finder__button-wrapper input::placeholder {
  font-weight: bold;
  color: #fff;
}

.section-about img {
  border-radius: 12px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2705882353);
}
.section-about .ese-container .main-title {
  margin-bottom: 25px;
}
.section-about .ese-container .main-title p {
  line-height: 1.7;
  font-weight: 400;
  margin: 15px 0;
  font-size: 16.4px;
}
.section-about .ese-container .main-title p:first-child {
  margin-top: 0;
}
.section-about .ese-container .btn-default {
  margin-top: 22px;
}
.section-about .grid {
  grid-gap: 40px;
}

.fancy-review {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 10px;
}
.fancy-review ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fancy-review ul li a {
  display: flex;
  align-items: center;
  color: #000;
  gap: 8px;
}
.fancy-review ul li a img {
  border-radius: 100%;
  box-shadow: none;
  width: 45px;
  height: 45px;
}
.fancy-review ul li a .review-title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
}
.fancy-review ul li a span {
  font-size: 15px;
  font-weight: 400;
}
.fancy-review ul li a span.underline {
  text-decoration: underline;
}
.fancy-review ul li a .rating {
  display: inline-flex;
  gap: 2px;
  padding: 0 2px;
  align-items: center;
}
.fancy-review ul li a .rating i {
  font-size: 12px;
  font-weight: 600;
  color: #e3a81b;
}

.section-why-us .ese-container > .grid {
  grid-gap: 20px;
}
.section-why-us .ese-container > .grid .sticky {
  top: 130px;
}
.section-why-us .ese-container > .grid .main-title {
  margin: 0;
}
.section-why-us .ese-container > .grid .main-title .heading {
  line-height: 1.1;
}
.section-why-us .ese-container > .grid .main-title p {
  margin: 15px 0 25px 0;
  font-size: 18px;
  opacity: 0.8;
}
.section-why-us .ese-container .intro {
  margin: 25px 0 0 0;
}
.section-why-us .ese-container .intro p {
  line-height: 1.65;
  font-weight: 400;
  margin: 8px 0 22px 0;
  font-size: 16px;
}

.section-package {
  position: relative;
  background: rgba(233, 236, 222, 0.45);
}
.section-package .ese-container {
  position: relative;
  z-index: 2;
}
.section-package:after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url("../img/milestone-bg.svg");
  pointer-events: none;
}

.slider-wrapper {
  position: relative;
  z-index: 3;
}
.slider-wrapper .swiper-button-next,
.slider-wrapper .swiper-button-prev {
  right: 0 !important;
  left: auto !important;
  width: 50% !important;
  top: 50%;
  cursor: default !important;
  z-index: 99 !important;
}
.slider-wrapper .swiper-button-next:after,
.slider-wrapper .swiper-button-prev:after {
  cursor: pointer;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px !important;
  border-radius: 50%;
  position: absolute;
  font-size: 30px !important;
  color: #111;
  opacity: 0.7;
}
.slider-wrapper .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}
.slider-wrapper .swiper-button-prev:after {
  right: calc(100% + 10px);
}
.slider-wrapper .swiper-button-next:after {
  left: calc(100% + 10px);
}

.popular-packages {
  position: relative;
  z-index: 14;
}

.mb-show {
  display: none;
}

.section-destination {
  background: rgba(245, 179, 53, 0.17);
  position: relative;
}
.section-destination .ese-container {
  position: relative;
  z-index: 1;
}
.section-destination .overlay-col span {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 15px 7px 15px;
  border-radius: 41px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.section-destination .overlay-col .overlay-content > img {
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.section-destination .overlay-col .overlay-content .overlay-title {
  font-size: 25px;
}
.section-destination:after {
  content: "";
  background: url(../img/map-vector.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0.1;
  bottom: 0;
}

.section-season-trip .slick-arrow {
  color: #ff6612;
  background: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  font-size: 0;
  z-index: 1;
  color: transparent;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
}
.section-season-trip .slick-arrow:hover {
  background: #faf544;
  color: #fff;
}
.section-season-trip .slick-arrow:hover svg path {
  stroke: #fff;
}
.section-season-trip .slick-arrow svg {
  width: 22px;
}
.section-season-trip .slick-arrow svg path {
  fill: inherit;
}
.section-season-trip .slick-arrow.slick-prev {
  transform: translateX(-30%);
  right: 70px;
}
.section-season-trip .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 30px;
}
.section-season-trip .ese-container .season-packageSlider {
  position: relative;
}
.section-season-trip .ese-container .wrapcontent {
  padding: 0;
  position: absolute;
  max-width: 100%;
  width: auto;
  left: 0;
  z-index: 10;
  height: 100%;
}
.section-season-trip .ese-container .wrapcontent .badge_trip {
  background: #fff;
  display: flex;
  padding: 4px 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #000;
  border-radius: 2px;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip {
  display: flex;
  flex-flow: column;
  max-width: 650px;
  padding: 150px 120px 165px 90px;
  align-items: flex-start;
  border-radius: 10px 0 0 10px;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip .tripMOnthInfo {
  margin-bottom: 10px;
  margin-top: 10px;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip .tripMOnthInfo ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip .tripMOnthInfo ul li {
  margin-right: 12px;
  font-weight: 600;
  border-right: 1px solid #fff;
  padding-right: 12px;
  opacity: 1;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip .tripMOnthInfo ul li:last-child {
  border: none;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip .titleTripofMonth {
  font-size: 45px;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  line-height: 53px;
  margin: 13px 0px 25px 0;
  font-family: "Outfit", sans-serif;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip .price_more_btn {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 35px;
  justify-content: space-between;
  width: 100%;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip .price_more_btn .price {
  font-size: 34px;
  margin-left: auto;
  color: #fff;
  display: flex;
  font-weight: 600;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip .price_more_btn .price strong {
  color: #fff;
  font-size: 35px;
  margin-right: 5px;
}
.section-season-trip .ese-container .wrapcontent .block-season-trip .price_more_btn .price strong del {
  font-weight: 800;
  font-size: 18px;
  opacity: 0.75;
}
.section-season-trip .ese-container .seasontrip-bgm {
  line-height: 1;
  position: relative;
  height: 700px;
  display: flex;
  flex-flow: column;
  border-radius: 4px 4px 4px 4px;
}
.section-season-trip .ese-container .seasontrip-bgm img,
.section-season-trip .ese-container .seasontrip-bgm a {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.section-season-trip .ese-container .seasontrip-bgm:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(65deg, rgba(10, 10, 10, 0.8705882353) 34%, rgba(23, 51, 52, 0) 100.42%);
  z-index: 1;
  border-radius: 4px;
}
.section-season-trip .ese-container .seasontrip-bgm img {
  border-radius: 4px 4px 4px 4px;
}

.blog-categorySlider {
  margin-top: 30px;
}
.blog-categorySlider .overlay-col {
  min-height: 320px;
  margin-right: 15px;
}
.blog-categorySlider .overlay-col .overlay-content {
  padding: 22px;
}
.blog-categorySlider .overlay-col .overlay-content .overlay-title {
  font-size: 18px;
}

.slide-paginations .swiper-navigation {
  position: relative;
  display: flex;
  margin-top: 40px;
  justify-content: center;
  grid-gap: 10px;
}
.slide-paginations .swiper-navigation .swiper-button-next,
.slide-paginations .swiper-navigation .swiper-button-prev {
  color: rgba(0, 0, 0, 0.6901960784);
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  border: 1px solid rgba(17, 17, 17, 0.3019607843);
  z-index: 1;
  height: 35px;
  font-size: 13px;
  top: -130px;
  line-height: 35px;
  text-align: center;
  position: static;
}
.slide-paginations .swiper-navigation .swiper-button-next:after,
.slide-paginations .swiper-navigation .swiper-button-prev:after {
  font-size: 0;
}
.slide-paginations .swiper-navigation .swiper-button-prev {
  left: -20px;
}
.slide-paginations .swiper-navigation .swiper-button-next {
  right: -20px;
}
.slide-paginations .swiper-navigation .swiper-button-next:hover,
.slide-paginations .swiper-navigation .swiper-button-prev:hover {
  background-color: #faf544;
  transform: scale(1.1);
  border-color: #faf544;
  transition: all 0.3s;
  color: rgba(35, 37, 45, 0.9490196078);
}

.allReview-slide .slick-track {
  display: flex;
  align-self: stretch;
}
.allReview-slide svg {
  width: 22px;
}
.allReview-slide .slick-slide {
  margin: 0 10px 0 0;
  height: inherit;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.allReview-slide .slick-slide .review-card {
  box-shadow: none;
  margin: 10px 0;
  height: 100%;
}

.section-trip-style .main-title {
  margin-bottom: 0;
}
.section-trip-style .grid {
  grid-gap: 20px;
}
.section-trip-style .overlay-col {
  grid-column: span 3;
  min-height: 350px;
}
.section-trip-style .overlay-col .overlay-content .overlay-title {
  position: relative;
}
.section-trip-style .overlay-col:first-child, .section-trip-style .overlay-col:last-child {
  grid-column: span 6;
}
.section-trip-style .overlay-col:first-child .overlay-content, .section-trip-style .overlay-col:last-child .overlay-content {
  padding: 20px 25px;
}
.section-trip-style .overlay-col:first-child .overlay-content .overlay-title, .section-trip-style .overlay-col:last-child .overlay-content .overlay-title {
  font-size: 20px;
}
.section-trip-style .overlay-col .overlay-content {
  padding: 20px 18px;
  height: 100%;
  display: flex;
  text-align: left;
  align-items: end;
}
.section-trip-style .overlay-col .overlay-content .overlay-title {
  margin-bottom: 8px;
}
.section-trip-style .overlay-col .overlay-content .overlay-detail {
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 15px;
  font-weight: 500;
  width: auto;
  line-height: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 9px 10px;
  border-radius: 41px;
}
.section-trip-style .overlay-col .overlay-content .overlay-detail svg {
  width: 15px;
  margin-right: 4px;
  height: 15px;
}
.section-trip-style .tab-content {
  display: none;
}
.section-trip-style .tab-content.active {
  display: block;
}

.c-review__slider {
  display: flex;
  z-index: 0 !important;
  align-items: stretch;
  padding-bottom: 10px;
}
.c-review__slider .review__item-text {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
  align-self: stretch;
}

.review-trip-g a {
  color: inherit;
  display: block;
}
.review-trip-g a img {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  text-align: center;
}
.review-trip-g strong {
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  font-size: 17px;
  color: #000;
  font-weight: 800;
}
.review-trip-g .review-counter {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 22px;
  justify-content: flex-end;
}
.review-trip-g .review-counter div {
  margin-right: 12px;
}
.review-trip-g .review-counter div i {
  color: #ec7718;
  font-size: 13px;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
}

.c-review {
  background: linear-gradient(180deg, #fff 0%, rgba(33, 91, 117, 0.22) 100%);
  position: relative;
}
.c-review .c-review__wrapper .flex {
  margin-bottom: 20px;
}
.c-review .main-title {
  margin-bottom: 0;
}
.c-review::before {
  content: "";
  content: "";
  background: url(../img/bg-banner.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.13;
}
.c-review .review__item-text {
  background-color: #fff;
  margin-top: 10px;
}

.pt-0 {
  padding-top: 0;
}

.c-review__buttonWrap.text-center {
  margin-top: 30px;
}

.buttonWrap.text-center {
  margin-top: 30px;
}

.stories {
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.2) url(../img/icon-stories.png) no-repeat center center/50% auto;
  width: 35px;
  height: 35px;
  z-index: 1;
  border-radius: 100%;
  filter: brightness(1.2);
}

.section-stories {
  background: #000;
  position: relative;
}
.section-stories .main-title {
  position: relative;
  margin-bottom: 20px;
}
.section-stories .ese-container {
  position: relative;
  z-index: 1;
}
.section-stories:after {
  content: "";
  background: url(../img/dotted-pattern.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.section-stories .grid {
  grid-gap: 18px;
}
.section-stories .overlay-col {
  min-height: 340px;
}
.section-stories .overlay-col .overlay-content {
  padding: 20px 20px;
}
.section-stories .overlay-col .overlay-content .overlay-title {
  font-size: 17px;
  text-transform: capitalize;
}
.section-stories .overlay-col .overlay-content .overlay-detail {
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.768627451);
  font-weight: 500;
  width: auto;
  padding: 8px 15px 8px 15px;
  margin: 0 0 15px 0;
  background: #fff;
  border-radius: 20px;
}

.faq-section {
  background: #f1f1f1;
}
.faq-section .grid {
  grid-gap: 45px;
}
.faq-section .accordion-wrapper .accordion-list {
  background: none;
  border-radius: 0;
  padding: 15px 0;
  border: none;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2117647059);
}
.faq-section .accordion-wrapper .accordion-list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.faq-section .accordion-wrapper .accordion-list .page-content__area p {
  margin-bottom: 0;
}
.faq-section .speak-expert {
  position: sticky;
  top: 170px;
  margin-bottom: 28px;
  text-align: center;
  padding: 20px;
  padding-bottom: 15px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.faq-section .speak-expert .profile-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  padding: 3px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3098039216);
  margin: 0px 0 10px 0;
}
.faq-section .speak-expert .profile-item .profile-item-text {
  font-size: 15px;
  text-align: center;
}
.faq-section .speak-expert .profile-item .profile-item-text .profile-item-name {
  font-size: 18px;
  text-transform: uppercase;
}
.faq-section .speak-expert p {
  font-size: 15px;
  opacity: 0.8;
}
.faq-section .speak-expert .btn-default {
  font-size: inherit;
  margin-top: 15px;
}

@keyframes move {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
.stats {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 20px;
  border-radius: 11px;
  -webkit-transition: ease-in all 0.2s;
  transition: ease-in all 0.2s;
}
.stats .icon {
  display: inline-block;
  position: relative;
  text-align: center;
}
.stats .icon img {
  margin-bottom: 15px;
  position: relative;
  width: 60px;
  z-index: 3;
}
.stats .icon:before {
  background-color: rgba(19, 110, 184, 0.2392156863);
  border-radius: 50%;
  content: "";
  height: 50px;
  position: absolute;
  right: -16.1px;
  top: -4.2px;
  width: 50px;
  z-index: 1;
}
.stats .h-title {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.stats:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #ddd;
}

.modal-wrap.tour-map-modal {
  background: rgba(0, 0, 0, 0.94);
  justify-content: inherit;
  z-index: 10000;
}
.modal-wrap.tour-map-modal .carousel-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
.modal-wrap.tour-map-modal .carousel-container .single-team-column .ese-container {
  max-width: 960px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.modal-wrap.tour-map-modal .author-wrap {
  width: 100%;
  display: block;
}
.modal-wrap.tour-map-modal .author-wrap img {
  transform: scale(0.68);
  border: 1px solid #fff;
  padding: 2px;
}
.modal-wrap.tour-map-modal .author-wrap figure {
  width: 100%;
}
.modal-wrap.tour-map-modal .author-wrap figure img,
.modal-wrap.tour-map-modal .author-wrap figure iframe {
  width: 100%;
  border-radius: 4px;
}
.modal-wrap.tour-map-modal .author-wrap figure iframe {
  height: 500px;
  border-radius: 10px;
}

.associated-block__title {
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 25px;
  color: #172a45;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.associated-block__title::before {
  content: "";
  background: rgba(0, 0, 0, 0.1803921569);
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
}
.associated-block__title span {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 35px;
  background: #fff;
}

.associated-block {
  margin: 0px 0 30px 0px;
}

.associated-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.associated-list .associated-list__item {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.associated-list .associated-list__item p {
  flex: 3;
  font-size: 17px;
  font-weight: 500;
  color: #172a45;
  line-height: 1.3;
}
.associated-list .associated-list__item img {
  background: rgba(0, 0, 0, 0.03);
  width: 75px;
  height: 75px;
  object-fit: cover;
  padding: 7px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1294117647);
}

.cta-section {
  background: #f5f5f5;
}
.cta-section .main-title {
  margin: 0;
}
.cta-section .main-title p {
  font-size: 17px;
  margin: 14px 0 23px 0;
  line-height: 1.55;
  padding-right: 30px;
}
.cta-section .cta-images {
  flex: 1;
}
.cta-section .cta-images .image-box {
  border-radius: 50%;
  text-align: center;
}
.cta-section .cta-images .image-box img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #faf544;
  padding: 8px;
  background: #fff;
  box-shadow: 6px 17px 21px rgba(0, 0, 0, 0.1411764706);
}
.cta-section .cta-images .image-box span {
  display: block;
  margin: 5px 0;
  font-weight: 500;
  font-size: 18px;
}
.cta-section .cta-images .image-box p {
  opacity: 0.8;
  font-size: 16px;
}
.cta-section .swiper-pagination {
  position: static;
  margin-top: 25px;
}
.cta-section .swiper-pagination .custom-bullet {
  border: 2px solid #111;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s;
  cursor: pointer;
}
.cta-section .swiper-pagination .custom-bullet.custom-bullet-active {
  background: #000;
  width: 16px;
  height: 16px;
}

.awwards-section {
  overflow: hidden;
  background: #374151;
  position: relative;
}
.awwards-section .ese-container {
  position: relative;
}
.awwards-section:after {
  position: absolute;
  content: url(../img/trekkers.png);
  bottom: -10px;
  left: -40px;
  opacity: 0.07;
}
.awwards-section .grid {
  grid-gap: 35px;
}
.awwards-section .main-title {
  margin-bottom: 40px;
}
.awwards-section .buttonWrap {
  margin-top: 40px;
}

.date-filter {
  gap: 10px;
  display: inline-flex;
  align-items: center;
}

select {
  appearance: none;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #111;
  cursor: pointer;
  border-radius: 4px;
  background: none;
  text-align: left;
  background-position: calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  padding: 0 40px 0 19px;
  height: 43px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDZMMC44MDM4NDcgMC43NUwxMS4xOTYyIDAuNzUwMDAxTDYgNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  font-family: "Outfit", sans-serif;
}

.section-departuresDates .ese-container .flex {
  gap: 15px;
}
.section-departuresDates .ese-container .flex .main-title {
  margin: 0;
}

.departure-wrapper {
  margin-top: 30px;
}

.testimonial-section {
  background: #24586b;
  position: relative;
}
.testimonial-section .main-title {
  margin: 0;
}
.testimonial-section .ml-auto {
  gap: 18px;
  margin-top: auto;
}
.testimonial-section .ml-auto .swiper-navigation {
  margin-top: 25px;
}
.testimonial-section .ese-container {
  position: relative;
  z-index: 1;
}
.testimonial-section:before {
  content: "";
  background-image: url(../img/pattern.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.testimonial-section .swiper-pagination {
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-align: right;
  justify-content: flex-end;
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5647058824);
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.4);
}
.testimonial-section .video__top-slider {
  padding-top: 35px;
  border-top: 2px dashed rgba(255, 255, 255, 0.2117647059);
  margin-top: 35px;
}
.testimonial-section .rating-row {
  margin-top: 13px;
}
.testimonial-section .rating-row .rating-desc {
  color: #fff;
}
.testimonial-section .rating-row .rating-desc strong {
  color: #fff;
}
.testimonial-section .swiper-wrapper {
  display: flex;
}
.testimonial-section .swiper-wrapper .swiper-slide {
  height: auto !important;
  display: flex;
}

.section-departuresDates {
  background: rgba(233, 236, 222, 0.0901960784);
}

.pt-0 {
  padding-top: 0;
}

.experts-wrap {
  padding: 20px 25px 20px 30px;
  border: 1px solid #e2e8f0;
  background: rgba(0, 5, 10, 0.0392156863);
  border-radius: 10px;
}
.experts-wrap .experts--text {
  text-align: center;
  margin: auto 0;
}
.experts-wrap .experts--text .title {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 11px;
}
.experts-wrap .experts--text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 18px;
  padding: 0 30px;
  opacity: 0.8;
}
.experts-wrap .experts__profile .experts__profile--slider .image-box {
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.631372549);
}
.experts-wrap .experts__profile .experts__profile--slider .image-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: 1px solid rgba(17, 17, 17, 0.2588235294);
  background: #fff;
  border-radius: 18px;
  box-shadow: 6px 17px 21px rgba(0, 0, 0, 0.1411764706);
  padding: 10px;
}
.experts-wrap .experts__profile .experts__profile--slider .image-box span {
  display: block;
  margin: 8px 0 3px 0;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.experts-wrap .experts__profile .experts__profile--slider .swiper-pagination {
  position: static;
  margin-top: 25px;
}
.experts-wrap .experts__profile .experts__profile--slider .swiper-pagination .custom-bullet {
  width: 10px;
  height: 10px;
  background: rgba(17, 17, 17, 0.4196078431);
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}
.experts-wrap .experts__profile .experts__profile--slider .swiper-pagination .custom-bullet.custom-bullet-active {
  background: #111;
  transform: scale(1.4);
}

.adventure-package {
  margin: 30px 0;
}

.package-navbar {
  position: relative;
  background: #000;
}
.package-navbar .ese-container {
  display: flex;
}
.package-navbar .ese-container .mbl-logo {
  transition: 0.3s;
  display: inline-flex;
  background: #f1f1f1;
  vertical-align: middle;
  line-height: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  width: 0;
  height: 0;
  justify-content: center;
  align-items: center;
}
.package-navbar .ese-container .mbl-logo a {
  line-height: 0;
}
.package-navbar .nav {
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-x: auto;
  scroll-snap-type: inline mandatory;
}
.package-navbar .nav li {
  display: block;
}
.package-navbar .nav li:first-child {
  margin-left: 0;
}
.package-navbar .nav li.active, .package-navbar .nav li:hover {
  background: #fff;
}
.package-navbar .nav li.active a,
.package-navbar .nav li.active i, .package-navbar .nav li:hover a,
.package-navbar .nav li:hover i {
  color: #000;
}
.package-navbar .nav li a {
  color: #fff;
  width: 100%;
  position: relative;
  text-decoration: none;
  z-index: 1;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  display: block;
  padding: 15px 12px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}
.package-navbar .nav li a i {
  margin-right: 8px;
  display: inline-block;
  font-size: 16px;
}

.package-navbar.packagenavbar-sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.package-navbar.packagenavbar-sticky .mbl-logo {
  width: 50px;
  height: auto;
}
.package-navbar .main-header.header-sticky {
  position: static;
}

.package_quick_fact > p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}

.package-quick-info {
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.0509803922);
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1098039216);
}
.package-quick-info ul {
  max-width: 1300px;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 24px;
}
.package-quick-info ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.package-quick-info ul li > div {
  padding-left: 45px;
  position: relative;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.package-quick-info ul li > div img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  margin-right: 10px;
}
.package-quick-info ul li .info {
  margin-top: 3px;
  font-size: 16px;
  display: block;
  color: rgba(0, 0, 0, 0.8980392157);
  font-weight: 400;
  text-transform: capitalize;
}

.adventure-aside {
  padding-left: 40px;
}

.package-booking-slot {
  border-radius: 4px;
  position: relative;
  margin-bottom: 28px;
  box-shadow: 0 3px 6px rgba(11, 60, 93, 0.31), 0 24px 2px rgba(11, 60, 93, 0.04);
  padding: 30px 25px 18px 25px;
}
.package-booking-slot .date-selection input {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-left: 45px;
  background: rgba(0, 0, 0, 0.08) no-repeat 9px 9px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-calendar-days'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 18h.01'/%3E%3Cpath d='M12 18h.01'/%3E%3Cpath d='M16 18h.01'/%3E%3C/svg%3E");
}
.package-booking-slot .date-selection input:focus {
  background-color: #fff;
  border-color: #000;
}
.package-booking-slot .form-group:not(:last-child) {
  margin-bottom: 10px;
}
.package-booking-slot .highlights {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  display: flex;
  gap: 10px;
  row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.package-booking-slot .highlights li {
  position: relative;
  padding-left: 28px;
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
}
.package-booking-slot .highlights li:before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230cb6d8' class='bi bi-check2-circle' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z'/%3E%3Cpath d='M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z'/%3E%3C/svg%3E");
}
.package-booking-slot .highlights li:last-child {
  margin-right: 0;
}
.package-booking-slot .btn-default {
  width: 100%;
  margin-bottom: 5px;
}
.package-booking-slot .ribbon {
  height: 120px;
  width: 120px;
  position: absolute;
  left: -10px;
  top: -10px;
  overflow: hidden;
}
.package-booking-slot .ribbon:before {
  top: 0;
  right: 6px;
}
.package-booking-slot .ribbon:before, .package-booking-slot .ribbon:after {
  z-index: -1;
  content: "";
  display: block;
  border-color: transparent #000 #000 transparent;
  border-style: solid;
  border-width: 5px;
  position: absolute;
}
.package-booking-slot .ribbon:after {
  bottom: 6px;
  left: 0;
}
.package-booking-slot .ribbon span {
  background-color: #000;
  padding: 6px 12px;
  color: #fff;
  width: 173px;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  position: absolute;
  right: -39px;
  bottom: 0px;
  transform: rotate(-45deg);
  transform-origin: left;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.package-booking-slot .ribbon span i {
  margin-right: 5px;
  height: 13px;
  width: 13px;
}
.package-booking-slot .package-price {
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}
.package-booking-slot .package-price .cost {
  margin: 20px 0 18px 0;
}
.package-booking-slot .package-price .cost .discount {
  display: block;
  margin: 0 0 5px 0;
}
.package-booking-slot .package-price .duration {
  color: #faf544;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px 4px 14px;
  position: absolute;
  right: -10px;
  top: -35px;
  border: 1px solid rgba(17, 17, 17, 0.3607843137);
  border-radius: 21px;
  background: rgba(0, 0, 0, 0.031372549);
  align-items: center;
  gap: 8px;
}
.package-booking-slot .package-price .duration svg {
  width: 22px;
  height: 22px;
}
.package-booking-slot .package-price .duration svg g {
  fill: #c61f4d;
}

.panel {
  margin: 0px 0 30px 0;
  position: relative;
}
.panel:last-child {
  border-bottom: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
.panel .module-title {
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  color: #000;
  margin-bottom: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

.page-content__area,
.page-content__area p {
  color: #000;
  line-height: 28px;
  font-size: 17px;
  text-align: justify;
}

.page-content__area iframe {
  min-height: 530px;
  width: 100%;
  border-radius: 4px;
}
.page-content__area table {
  border: none;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.3490196078);
  background: #f1f1f1;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
}
.page-content__area table tr:nth-child(2n) {
  background: #fff;
}
.page-content__area table tr:hover {
  background: rgba(0, 0, 0, 0.031372549);
}
.page-content__area table tr td {
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9294117647);
  font-weight: 500;
  line-height: 1.76;
}
.page-content__area table tr td strong {
  font-weight: 700;
  font-size: 16px;
}
.page-content__area table tr td ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.page-content__area table tr td ul li {
  line-height: 1.76;
  margin-bottom: 0;
  font-size: 16px !important;
}
.page-content__area table tr td p {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.76;
}
.page-content__area img {
  margin-bottom: 10px;
  border-radius: 4px;
  width: 100%;
}
.page-content__area ol,
.page-content__area ul {
  padding-top: 16px;
}
.page-content__area ol,
.page-content__area ul {
  margin: 0 0 20px 0;
  padding-left: 30px;
  padding-top: 0;
}
.page-content__area ol li,
.page-content__area ul li {
  line-height: 28px;
  margin-bottom: 10px;
}
.page-content__area ol li:last-child,
.page-content__area ul li:last-child {
  margin-bottom: 0;
}
.page-content__area ol li p,
.page-content__area ul li p {
  line-height: inherit;
}
.page-content__area a {
  text-decoration: underline;
}
.page-content__area iframe {
  border-radius: 15px;
  margin-bottom: 15px;
}
.page-content__area h1,
.page-content__area h2,
.page-content__area h3,
.page-content__area h4,
.page-content__area h5,
.page-content__area h6 {
  margin: 0 0 12px 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}
.page-content__area h1 {
  font-size: 42px;
}
.page-content__area h2 {
  font-size: 32px;
}
.page-content__area h3 {
  font-size: 26px;
}
.page-content__area h4 {
  font-size: 22px;
}
.page-content__area h5 {
  font-size: 18px;
}
.page-content__area h6 {
  font-size: 16px;
}
.page-content__area p {
  margin: 0px 0 15px 0;
}

.page-content__area strong {
  font-weight: 700;
}

.trip-highlights {
  padding: 25px;
  border: 1px solid #000;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(33, 91, 117, 0.08) 0, rgba(169, 179, 176, 0.06) 42%);
  position: relative;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.trip-highlights h2 {
  margin-bottom: 15px !important;
}
.trip-highlights ul,
.trip-highlights ol {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0;
}
.trip-highlights ul li,
.trip-highlights ol li {
  position: relative;
  font-size: 15px;
  padding-left: 19px;
  gap: 13px;
  color: #000;
  line-height: 1.6;
  font-weight: 500;
}
.trip-highlights ul li:not(:last-child),
.trip-highlights ol li:not(:last-child) {
  margin-bottom: 9px;
}
.trip-highlights ul li:before,
.trip-highlights ol li:before {
  height: 7px;
  width: 7px;
  background: #000;
  content: "";
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
.trip-highlights ul li p,
.trip-highlights ol li p {
  margin: 0;
}

#itinerary .accordion-wrapper {
  margin-top: 20px;
}
#itinerary .accordion-wrapper .accordion-list {
  border: rgba(204, 204, 204, 0.5215686275) 1px solid;
  padding: 18px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#itinerary .accordion-wrapper .accordion-list:last-child {
  margin-bottom: 0;
}
#itinerary .accordion-wrapper .accordion-list .trip-facts {
  flex-wrap: wrap;
  padding: 12px 15px;
  margin: 15px 0 0px 65px;
  display: flex;
  border-radius: 8px;
  order: 2;
  border: 1px solid #4fbee6;
  background: linear-gradient(180deg, rgba(209, 244, 255, 0.2901960784) 0, rgba(246, 247, 251, 0.4705882353) 42%);
  gap: 15px;
  row-gap: 10px;
}
#itinerary .accordion-wrapper .accordion-list .trip-facts .trip-icon {
  font-size: 13px;
  position: relative;
  color: rgba(17, 17, 17, 0.88);
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
#itinerary .accordion-wrapper .accordion-list .trip-facts .trip-icon:last-child {
  margin-right: 0;
}
#itinerary .accordion-wrapper .accordion-list .trip-facts .trip-icon img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
#itinerary .accordion-wrapper .accordion-list .accordion-title-wrap {
  cursor: pointer;
  position: relative;
  display: flex;
}
#itinerary .accordion-wrapper .accordion-list .accordion-title-wrap.active .fa-chevron-down {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
#itinerary .accordion-wrapper .accordion-list .accordion-title-wrap .fa-chevron-down {
  position: absolute;
  right: 0;
  transition: 0.3s ease-in-out;
}
#itinerary .accordion-wrapper .accordion-list .accordion-title-wrap .dates {
  display: inline-block;
  color: #111;
  font-size: 18px;
  line-height: 1.1;
  vertical-align: middle;
  text-align: center;
  margin: 3px 20px 0 0;
  opacity: 0.95;
  font-weight: 600;
  text-transform: uppercase;
}
#itinerary .accordion-wrapper .accordion-list .accordion-title-wrap .accordion-title {
  padding-left: 0;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 500;
}
#itinerary .accordion-wrapper .accordion-list .accordion-slide {
  order: 1;
  padding: 15px 0 0 60px;
}
#itinerary .accordion-wrapper .accordion-list .accordion-slide .page-content__area {
  margin-top: 0;
  font-size: 16px;
  opacity: 0.9;
}
#itinerary .accordion-wrapper .accordion-list .accordion-slide .page-content__area p {
  margin-top: 0;
}
#itinerary .accordion-wrapper .accordion-list .accordion-slide .page-content__area p:last-child {
  margin-bottom: 5px;
}

.btn-toggle {
  padding: 0;
  font-size: 13px;
  position: absolute;
  color: #111;
  top: 0;
  text-transform: capitalize;
  cursor: pointer;
  right: 0;
  font-weight: 600;
}

.banner__gallery {
  margin-top: 30px;
}
.banner__gallery .ath-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 18px;
}
.banner__gallery .ath-grid .banner {
  grid-column: span 4;
  height: 240px;
  border-radius: 4px;
  overflow: hidden;
}
.banner__gallery .ath-grid .banner img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  transition: 0.3s linear;
}
.banner__gallery .ath-grid .banner:first-child {
  grid-row: span 2;
  grid-column: span 8;
  height: 500px;
}
.banner__gallery .ath-grid .banner:hover img {
  transform: scale(1.1);
}
.banner__gallery .breadcrumb-nav {
  margin: 20px 0 15px 0;
  position: relative;
  z-index: 0;
}
.banner__gallery .breadcrumb-nav .sharethis-inline-share-buttons .st-btn {
  display: inline-block !important;
}
.banner__gallery header {
  margin-bottom: 25px;
}
.banner__gallery header h1 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  font-family: "Outfit", sans-serif;
  line-height: 1.14;
  margin-bottom: 10px;
  letter-spacing: -0.89px;
}
.banner__gallery header .sub-head {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  opacity: 0.65;
}
.banner__gallery header .cost {
  margin: 0 20px 0 auto;
}
.banner__gallery header .cost .normal {
  font-weight: 500;
  font-size: 35px;
  padding-left: 3px;
}
.banner__gallery .review-ratings {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Outfit", sans-serif;
}
.banner__gallery .review-ratings .review-text {
  display: inline-block;
  vertical-align: top;
  margin: -3px 0 0 14px;
}
.banner__gallery .review-ratings .review-text .review-count {
  background: #faf544;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  padding: 4px 11px 4px 11px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px;
}
.banner__gallery .review-ratings .review-text .review-count::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #faf544 transparent transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -6px 0 0;
}
.banner__gallery .review-ratings div {
  margin-right: 15px;
  color: #2f7308;
  font-size: 14px;
}
.banner__gallery .review-ratings div + div i {
  margin-right: 6px;
}
.banner__gallery .review-ratings div svg {
  display: inline-block;
  vertical-align: middle;
}
.banner__gallery .review-ratings a {
  font-weight: 400;
  color: #2f7308;
  font-size: 15px;
}
.banner__gallery .review-ratings i {
  display: inline-block;
  font-size: 15px;
  margin-right: 3px;
}

.list-tick:not(:last-child) {
  margin-bottom: 25px;
}
.list-tick h2 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #215b75;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  font-family: "Outfit", sans-serif;
}
.list-tick ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
  color: #000;
}
.list-tick ul li {
  position: relative;
  font-size: 15.4px;
  padding-left: 30px;
  gap: 12px;
  line-height: 1.6;
}
.list-tick ul li p {
  margin: 0;
  line-height: 25px;
}
.list-tick ul li:not(:last-child) {
  margin-bottom: 12px;
}

.list-tick.included li:before {
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%230cb6d8' class='bi bi-check2-circle' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z'/%3E%3Cpath d='M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z'/%3E%3C/svg%3E");
}
.list-tick.exclude {
  padding: 25px;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0.04) 0%, rgb(255, 255, 255) 100%);
  border-radius: 10px;
  border: 1px solid #721c24;
}
.list-tick.exclude h2 {
  color: #721c24;
}
.list-tick.exclude li {
  color: #721c24;
}
.list-tick.exclude li p {
  color: #721c24;
}
.list-tick.exclude li:before {
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  content: url(../img/icon-excluded.svg);
}

.iframe {
  margin-top: 20px;
  height: 500px;
}
.iframe iframe {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.tour-guide {
  border-radius: 4px;
  padding: 28px;
  border: rgba(204, 204, 204, 0.5215686275) 1px solid;
  background: rgba(0, 0, 0, 0.0392156863);
}
.tour-guide .module-title {
  margin-bottom: 12px;
}
.tour-guide .page-content__area,
.tour-guide .page-content__area p {
  line-height: 28px;
  font-size: 16px;
}
.tour-guide .tour-faqs > strong {
  font-size: 17px;
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.tour-guide .accordion-wrapper > div {
  background: none;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 8px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.0901960784);
}
.tour-guide .accordion-wrapper > div .accordion-title {
  font-size: 16.8px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.81);
}
.tour-guide .accordion-wrapper > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tour-guide .accordion-wrapper > div:last-child p {
  line-height: 25px;
  font-size: 15px;
  opacity: 0.87;
}
.tour-guide .accordion-wrapper > div:last-child p:last-child {
  margin-bottom: 0;
}
.tour-guide .accordion-wrapper .accordion-title-wrap h3 {
  font-size: 17px;
  margin-bottom: 0;
}
.tour-guide .accordion-wrapper .accordion-title-wrap .fa-chevron-down {
  right: -6px;
  top: 6px;
}

#review .allReview-slide {
  margin-left: 0;
  margin-right: -15px;
  margin-top: 20px;
}
#review .allReview-slide .slick-slide {
  margin: 0 20px 0 0;
  height: inherit;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#review .allReview-slide .slick-arrow {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  border: 1px solid #c8c8c8;
  box-shadow: none;
}
#review .allReview-slide .slick-arrow:hover {
  border: transparent;
}
#review .allReview-slide .slick-arrow.slick-prev {
  left: -15px;
}
#review .allReview-slide .slick-arrow.slick-next {
  right: 0px;
}
#review .allReview-slide .slick-arrow svg {
  width: 18px;
}

.fancybox__backdrop {
  background: #000;
}

.fancybox__caption {
  font-weight: 700;
  color: #fff;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}

.fancybox-image {
  border-radius: 4px;
}

.widget-column .cdsROW.narrow {
  width: 100%;
  text-align: center;
  padding: 7px 12px 1px;
}

.short-itenerary__items p {
  padding: 13px 0px 13px 5px;
  align-items: baseline;
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.3;
  gap: 8px;
}
.short-itenerary__items p:before {
  height: 12px;
  width: 12px;
  background: url(../img/chevron-right.svg) no-repeat center center;
  content: "";
}
.short-itenerary__items p:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.short-itenerary__items p:hover {
  background: rgba(0, 0, 0, 0.0196078431);
}

.cost-heading {
  font-weight: 600 !important;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  opacity: 0.8;
}

.overflow-auto {
  overflow: auto;
}
.overflow-auto table {
  margin-bottom: 0;
}

.grid-reviews .swiper-wrapper {
  margin-right: 15px;
  padding: 0 0 0 0;
}

.cost {
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
}
.cost .inc {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  margin: 0 auto 0 auto;
  font-weight: 600;
  opacity: 0.85;
}
.cost .normal {
  font-weight: 700;
  color: #faf544;
  font-size: 28px;
  display: inline-block;
  margin-right: 6px;
  font-family: "Outfit", sans-serif;
}
.cost .discount {
  color: #111;
  font-size: 18px;
  opacity: 0.55;
  text-decoration: line-through;
  font-weight: 600;
  letter-spacing: -1px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
}

.mbl-pricing {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  z-index: 9998;
  display: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mbl-pricing .pricing-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.6509803922);
  flex-wrap: wrap;
  gap: 15px;
  border-radius: 14px 14px 0 0;
}
.mbl-pricing .pricing-content .cost {
  margin-bottom: 0;
  font-size: 12px;
}
.mbl-pricing .pricing-content .cost .normal {
  font-size: 21px;
  font-weight: 600;
}
.mbl-pricing .pricing-content .cost .discount {
  color: rgba(5, 0, 0, 0.6117647059);
  font-size: 15px;
  opacity: 0.75;
  margin: 0 0 5px 0;
  font-weight: 800;
  display: block;
}

.pricing-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing-actions .whatsapp-icon svg {
  width: 25px;
  height: 25px;
}

.st-total {
  color: #000 !important;
}
.st-total > span {
  font-size: 22px !important;
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
  line-height: 18px;
  font-weight: 700;
  opacity: 1 !important;
}
.st-total > span.st-shares {
  font-family: "Outfit", sans-serif;
  font-size: 10px !important;
  margin-top: 6px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-contentarea .page-content__area {
  border-right: 2px dashed rgba(20, 13, 13, 0.2117647059);
  padding-right: 30px;
  margin-right: 10px;
}

.sticky-sidebar {
  top: 100px;
  position: sticky;
}

.main-banner {
  width: 100%;
  position: relative;
}
.main-banner .banner-caption {
  position: relative;
  height: calc(100vh - 165px);
  text-align: left;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: left;
  z-index: -1;
}
.main-banner .banner-caption img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.main-banner .banner-caption .banner-centered {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
  height: 100%;
  max-width: 100%;
}
.main-banner .banner-caption .banner-centered .ese-container {
  position: relative;
}
.main-banner .banner-caption .banner-centered:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.main-banner .banner-caption .banner-centered h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1.2px;
}
.main-banner .banner-caption .banner-centered p {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-top: 0px;
  line-height: 1.6;
}
.main-banner .adventure-single__breadcrumbs {
  padding: 8px 0 25px 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-banner .adventure-single__breadcrumbs .ese-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.main-banner .adventure-single__breadcrumbs .ese-container nav {
  margin: 10px 0 16px 0;
}
.main-banner .adventure-single__breadcrumbs .ese-container nav ol {
  color: #fff;
}
.main-banner .adventure-single__breadcrumbs .ese-container nav ol li a {
  color: #fff;
}
.main-banner .adventure-single__breadcrumbs .ese-container nav ol li.active a, .main-banner .adventure-single__breadcrumbs .ese-container nav ol li:hover a {
  color: #ffd101;
}

.program-detail-menu {
  background-color: #f7f7f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  position: sticky;
  top: -1px;
  z-index: 10002;
}
.program-detail-menu .program-detail-menu-lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.program-detail-menu .program-detail-menu-lst ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  align-items: center;
  flex-wrap: nowrap;
}
.program-detail-menu .program-detail-menu-lst ul li {
  text-transform: uppercase;
}
.program-detail-menu .program-detail-menu-lst ul li:not(:last-child) {
  margin-right: 30px;
}
.program-detail-menu .program-detail-menu-lst ul li a {
  font-size: 15px;
  display: inline-block;
  padding: 15px 0;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  border-bottom: transparent 2px solid;
  color: #000;
}
.program-detail-menu .program-detail-menu-lst ul li.active a, .program-detail-menu .program-detail-menu-lst ul li:hover a {
  border-bottom: 2px solid #faf544;
  color: #faf544;
}

.overview-contentarea {
  margin: 40px 0;
}
.overview-contentarea .overview-contant .main-title .heading {
  font-size: 42px;
  line-height: 1.1;
}
.overview-contentarea .overview-contant .page-content__area {
  text-align: justify;
  padding-right: 45px;
}

.section-regions {
  background: rgba(1, 77, 101, 0.0705882353);
  padding: 40px 0;
}
.section-regions .package-cat {
  height: 200px;
}
.section-regions .package-cat a {
  height: 100%;
}
.section-regions .package-cat a img {
  height: 100%;
}

.section-faqs .sticky {
  position: sticky;
  top: 100px;
}
.section-faqs .main-title {
  margin: 0;
}
.section-faqs .main-title .heading {
  line-height: 1.1;
}
.section-faqs .main-title p {
  margin-top: 10px;
  margin-bottom: 35px;
  line-height: 1.5;
}
.section-faqs .accordion-wrapper {
  padding-left: 60px;
}
.section-faqs .accordion-wrapper .accordion-wrapper > div .accordion-title {
  font-size: 20px;
}

.banneralt {
  background-color: rgba(1, 77, 101, 0.0901960784);
  position: relative;
  padding-bottom: 0;
}
.banneralt .banneralt__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.banneralt .banneralt__wrap h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 2px;
  font-size: 16px;
  position: relative;
  font-family: "Outfit", sans-serif;
}
.banneralt .banneralt__wrap h1 strong {
  line-height: 0.88;
  color: #000;
  margin-top: 30px;
  display: inline-block;
  font-size: 80px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.banneralt .block-adventure-finder {
  position: static;
  width: 100%;
  margin: 28px 0;
  z-index: inherit;
}

.more-content .read-less {
  display: none;
}

.quote-form {
  background: rgba(241, 241, 241, 0.8784313725);
  border-radius: 4px;
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.quote-form form {
  grid-column-gap: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.package-activities {
  background: rgba(225, 236, 242, 0.6);
}

.all-destination {
  background: rgba(38, 102, 124, 0.0392156863);
  border-bottom: 1px solid rgba(38, 102, 124, 0.1803921569);
}
.all-destination .grid {
  gap: 20px;
}
.all-destination .overlay-col {
  grid-column: span 3;
  min-height: 350px;
}
.all-destination .overlay-col .overlay-content .overlay-title {
  font-size: 20px;
  font-weight: 600;
}
.all-destination .overlay-col .overlay-content .overlay-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.all-destination .overlay-col .overlay-content .overlay-title a i {
  background: rgba(255, 255, 255, 0.2392156863);
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  text-align: center;
}
.all-destination .overlay-col:hover .overlay-content .overlay-title a i {
  background: #cecc56;
  color: #000;
}

.section-contact .adventure-single__breadcrumbs {
  margin: 8px 0 10px 0;
  border-bottom: none;
  padding-bottom: 8px;
}

.section-bg {
  background: rgba(33, 91, 117, 0.0588235294);
}
.section-bg.section-package {
  position: relative;
}
.section-bg.section-package .ese-container {
  position: relative;
}

.package-cat-wrapper {
  grid-gap: 15px;
}

.section-bg.section-package.section-aspiring-package {
  background: none;
}
.section-bg.section-package.section-aspiring-package:after {
  background: none !important;
}
.section-bg.section-package.section-aspiring-package p {
  margin-top: 8px;
}

.filter-tab {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 35px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-wrap: nowrap;
  align-items: center;
}
.filter-tab strong {
  font-weight: 600;
  font-size: 14px;
  margin-right: 4px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.filter-tab .filter-btn {
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  color: #000;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-tab .filter-btn i {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 4px;
  padding-bottom: 3px;
}
.filter-tab .filter-btn.active, .filter-tab .filter-btn:hover {
  background-color: #faf544;
  color: #000;
  border-color: #faf544;
}

.filter-container {
  display: none;
}
.filter-container.active {
  display: block;
}

.facts-container {
  background: #fff;
  border-top: 3px solid #000;
  border-radius: 8px;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1215686275);
  padding: 25px;
  padding-top: 15px;
}
.facts-container h3 {
  margin-bottom: 20px;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
  font-size: 22px;
}
.facts-container .facts-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.fact-item {
  display: flex;
  gap: 15px;
}
.fact-item i {
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cf9e29;
  font-size: 18px;
  flex-shrink: 0;
}
.fact-item h5 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 2px 0;
}
.fact-item h5 p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 0;
}

.result-header {
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}
.result-header span {
  font-weight: 600;
  font-size: 14px;
  padding-left: 3px;
  opacity: 0.8;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  gap: 8px;
  font-size: 17px;
}
.filter-header h3 {
  margin: auto 0;
  line-height: 1;
}
.filter-header .sidebar-reset-btn {
  background: none;
  border: none;
  color: #BB1B2C;
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.filter-sidebar {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: rgba(250, 245, 68, 0.26);
  border-radius: 13px;
}

.filter-group {
  margin-bottom: 15px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding-bottom: 12px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.0509803922);
}
.filter-group #keyword {
  width: calc(100% - 40px);
  margin: 15px auto 8px auto;
  display: block;
  height: 45px;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  outline: none;
  line-height: 1.3;
  padding: 0px 10px 0px 42px;
  border-radius: 4px;
  background-image: url(../img/search-sm.png);
  border: 1px solid rgba(0, 0, 0, 0.168627451);
  background-color: rgba(0, 0, 0, 0.0392156863);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
.filter-group #keyword:focus {
  background-color: #fff;
}
.filter-group:last-child {
  margin-bottom: 0;
}
.filter-group input.filter-title {
  padding-left: 51px;
  border-radius: 8px;
  outline: none;
}
.filter-group input.filter-title + img {
  position: absolute;
  top: 9px;
  left: 17px;
  opacity: 0.6;
  width: 22px;
}
.filter-group > .filter-title {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 12px 20px;
  padding-bottom: 0;
  border: none;
  font-family: "Outfit", sans-serif;
}
.filter-group > .filter-title::placeholder {
  color: #000;
}
.filter-group > .filter-title i {
  margin-right: 12px;
  font-size: 20px;
  opacity: 0.5;
}
.filter-group > .filter-title img {
  position: absolute;
  right: 15px;
  font-size: 13px;
  top: 20px;
  font-weight: 400;
  transform: rotate(180deg);
}
.filter-group .date-inputs {
  background: #fff;
  padding: 15px;
  border-radius: 0 0 8px 8px;
  border-top: 2px solid rgba(0, 0, 0, 0.0509803922);
  margin-top: 12px;
  padding-bottom: 0;
  display: none;
}
.filter-group .date-inputs .date-field:not(:last-child) {
  margin-bottom: 15px;
}
.filter-group .date-inputs .date-field input[type=date] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1294117647);
  height: 40px;
  padding: 0 11px;
  margin-top: 2px;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.02);
}
.filter-group .date-inputs .date-field label {
  font-size: 14px;
  font-weight: 599;
  display: block;
  opacity: 0.8;
}
.filter-group .date-inputs .year-selector {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}
.filter-group .date-inputs .year-selector .year-btn {
  flex: 1;
  font-family: "Outfit", sans-serif;
  padding: 8px;
  border: 1px solid #ddd;
  font-weight: 700;
  background: #eee;
  cursor: pointer;
  font-size: 12px;
  border-radius: 4px;
}
.filter-group .date-inputs .year-selector .year-btn.active, .filter-group .date-inputs .year-selector .year-btn:hover {
  background: #374151;
  color: #fff;
  border-color: #374151;
}
.filter-group .date-inputs .month-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: 15px;
}
.filter-group .date-inputs .month-grid .month-btn {
  font-size: 11px;
  font-weight: 600;
  padding: 7px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
}
.filter-group .date-inputs .month-grid .month-btn:hover {
  background: rgba(0, 0, 0, 0.0705882353);
}
.filter-group .date-inputs .month-grid .month-btn.active {
  background: #374151;
  color: #fff;
  border-color: #374151;
}
.filter-group label {
  display: inline-flex;
  gap: 8px;
  width: 100%;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
.filter-group label.status-guaranteed {
  color: #22c55e;
  font-weight: 600;
  background: none;
}
.filter-group label.status-open {
  font-weight: 600;
  color: #3b82f6;
  background: none;
}
.filter-group label.status-fast {
  font-weight: 600;
  color: #ea580c;
  background: none;
}
.filter-group label.status-limited {
  color: #dc2626;
  font-weight: 600;
  background: none;
}
.filter-group label:last-child {
  margin-bottom: 0;
}
.filter-group.active {
  border-radius: 8px;
}
.filter-group.active .date-inputs {
  display: block;
}
.filter-group.active span img {
  transform: inherit;
}

.mobile-btn {
  font-size: 15px;
  width: 100%;
  display: none;
}
.mobile-btn i {
  margin-right: 8px;
}

.section-aspiring-package .btn-close {
  display: none;
}

.mainblogarea .main-banner .banner-caption {
  overflow: hidden;
}
.mainblogarea .main-banner .banner-caption video,
.mainblogarea .main-banner .banner-caption iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mainblogarea .main-banner .banner-caption iframe {
  border: none;
  position: absolute;
  width: 100vw;
  height: 1920px;
  width: 1920px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.mainblogarea .main-banner .banner-caption .banner-centered {
  padding-bottom: 0;
  align-items: center;
  justify-content: center;
}
.mainblogarea .main-banner .banner-caption .banner-centered .ese-container {
  text-align: center;
  max-width: 960px;
  z-index: 2;
}
.mainblogarea .main-banner .banner-caption .banner-centered .ese-container .tags {
  display: inline-block;
  padding: 0.375rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mainblogarea .main-banner .banner-caption .banner-centered .ese-container h1 {
  line-height: 1.13;
  font-size: 60px;
  font-family: "Merriweather", sans-serif;
  margin-bottom: 17px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  text-transform: inherit;
  letter-spacing: 0px;
}
.mainblogarea .main-banner .banner-caption .banner-centered .ese-container p {
  font-size: 1.2rem;
  line-height: 1.75rem;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-bottom: 15px;
}
.mainblogarea .main-banner .banner-caption .banner-centered:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.scroll-indicator:hover {
  opacity: 1;
}
.scroll-indicator .scroll-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: bounce 1.5s infinite;
}
.scroll-indicator .scroll-inner .scroll-label {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  text-align: center;
}
.scroll-indicator .scroll-inner .scroll-icon {
  color: #fff;
  font-size: 1.3rem;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.article-header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.article-header .ese-container .flex {
  gap: 15px;
}

.meta-flex {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.meta-flex > div {
  display: flex;
  gap: 15px;
}
.meta-flex .author-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex-wrap: wrap;
}

.meta-info {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.84);
  font-weight: 400;
}
.meta-info i {
  margin-right: 5px;
  font-size: 14px;
}
.meta-info .updated {
  color: #047857;
  font-weight: 700;
}

.author-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin-top: 0.25rem;
  text-align: left;
  text-decoration: none;
}
.author-card:hover .author-image {
  transform: scale(1.05);
}

.author-image {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 1px solid #090808;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  padding: 4px;
  box-shadow: 4px 11px 15px rgba(0, 0, 0, 0.2901960784);
}

.author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-info .author-name {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}
.author-info .author-title {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.8392156863);
  font-weight: 400;
}

.tts-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background-color: #ffffff;
  color: rgba(17, 17, 17, 0.7490196078);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}
.tts-button:hover {
  background-color: #f9fafb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.tts-button .tts-icon {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.tts-button:hover .tts-button .tts-icon {
  transform: scale(1.1);
}
.tts-button .tts-loader {
  display: none;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #6b7280;
  border-top-color: transparent;
  border-radius: 50%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.intro-context {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.intro-context .ese-container .page-content__area {
  padding: 30px 30px 30px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1411764706);
}
.intro-context .ese-container .page-content__area blockquote {
  font-style: italic;
  font-family: "Merriweather", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  color: #172a45;
  font-weight: 700;
}
.intro-context .ese-container .page-content__area > p:first-child:first-letter {
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.75rem;
  line-height: 1;
  color: #6b7280;
}
.intro-context .ese-container .sidebar {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
}

/* CTA Blocks */
.cta-wrapper-v1 {
  padding: 30px;
  border-radius: 0 8px 8px 0;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid rgba(15, 1, 1, 0.2705882353);
  border-left: 8px solid #172a45;
}
.cta-wrapper-v1 .cta-intro {
  font-size: 17px;
  line-height: 1.58;
  color: rgba(17, 17, 17, 0.92);
  margin-bottom: 25px;
  font-weight: 600;
}
.cta-wrapper-v1 .cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media (min-width: 768px) {
  .cta-wrapper-v1 .cta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cta-wrapper-v1 .cta-grid .cta-card {
  background: #fff;
  padding: 35px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  transition: 0.2s ease-in;
}
.cta-wrapper-v1 .cta-grid .cta-card .cta-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #0a2a43;
}
.cta-wrapper-v1 .cta-grid .cta-card .cta-desc {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
  text-align: left;
  opacity: 0.8;
}
.cta-wrapper-v1 .cta-grid .cta-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #ddd;
}
.cta-wrapper-v1 .cta-grid .cta-card .cta-icon i {
  font-size: 39px;
  color: #0a2a43;
  opacity: 0.7;
  margin-bottom: 18px;
  display: inline-block;
}

.cta-title {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  margin: 0;
}

.cta-desc {
  color: #dbeafe;
  margin: 0 0 22px 0;
  font-size: 16px;
  padding: 0;
  font-weight: 200;
}

.cta-wrapper-v2,
.cta-wrapper-v3 {
  background: rgba(26, 26, 26, 0.9098039216);
  color: #fff;
  border-radius: 1rem;
  text-align: left;
  padding-right: 25px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-wrapper-v2 a,
.cta-wrapper-v3 a {
  text-decoration: none;
}
.cta-wrapper-v2 img,
.cta-wrapper-v3 img {
  margin-bottom: 0;
  border-radius: 1rem 0 0 1rem;
  height: 100%;
  object-fit: cover;
}
.cta-wrapper-v2:hover,
.cta-wrapper-v3:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}
.cta-wrapper-v2:after,
.cta-wrapper-v3:after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/milestone-bg.svg");
  pointer-events: none;
}
.cta-wrapper-v2 h3,
.cta-wrapper-v3 h3 {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 7px 0;
}
.cta-wrapper-v2 p,
.cta-wrapper-v3 p {
  color: #dbeafe;
  margin: 0 0 25px 0;
  font-size: 16px;
  padding: 0;
  line-height: 1.55;
  font-weight: 400;
}
.cta-wrapper-v2 .column-6:first-child + .column-6,
.cta-wrapper-v3 .column-6:first-child + .column-6 {
  display: grid;
  align-items: center;
  place-items: center;
  text-align: center;
  place-content: center;
}
.cta-wrapper-v2 .column-6:first-child + .column-6 p,
.cta-wrapper-v3 .column-6:first-child + .column-6 p {
  text-align: center;
}

.cta-wrapper-v3 {
  padding-right: 0;
  padding-left: 25px;
}
.cta-wrapper-v3 .column-6:first-child {
  order: 1;
}
.cta-wrapper-v3 .column-6:first-child img {
  border-radius: 0 1rem 1rem 0;
}
/* CTA Blocks */
.caption {
  display: block;
  text-align: center;
  font-size: 13px;
  opacity: 0.7;
  margin: 0px 0 15px 0;
  line-height: 1.36;
}

.toc-wrapper {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 22px;
  border: 1px solid rgba(15, 1, 1, 0.2705882353);
}
.toc-wrapper .toc-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.14);
  padding-bottom: 16px;
  gap: 10px;
}
.toc-wrapper .toc-title i {
  font-size: 16px;
  color: #9ca3af;
}
.toc-wrapper .toc-container {
  max-height: 400px;
  overflow-y: auto;
}
.toc-wrapper .toc-container > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: item;
}
.toc-wrapper .toc-container > ul > li {
  counter-increment: item;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding: 10px;
  padding-left: 10px;
}
.toc-wrapper .toc-container > ul > li:first-child {
  padding-top: 0;
}
.toc-wrapper .toc-container > ul > li > a {
  display: flex;
  gap: 13px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  cursor: pointer;
}
.toc-wrapper .toc-container > ul > li > a:before {
  content: counter(item) ".";
  font-size: 15px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.6901960784);
}
.toc-wrapper .toc-container > ul > li:hover > a, .toc-wrapper .toc-container > ul > li.active > a {
  color: #000;
}
.toc-wrapper .toc-container > ul > li:hover > a:before, .toc-wrapper .toc-container > ul > li.active > a:before {
  color: #000;
}
.toc-wrapper .toc-container > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.toc-wrapper .toc-container > ul > li > ul {
  list-style: none;
  margin: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  counter-reset: subitem;
}
.toc-wrapper .toc-container > ul > li > ul li {
  counter-increment: subitem;
}
.toc-wrapper .toc-container > ul > li > ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.88);
}
.toc-wrapper .toc-container > ul > li > ul li a:before {
  content: counter(item) "." counter(subitem) " ";
  font-weight: 500;
  color: #777;
}
.toc-wrapper .toc-container > ul > li > ul li:hover a {
  color: #000;
}
.toc-wrapper .toc-container > ul > li > ul li:hover a:before {
  color: #000;
}

.sidebar-card {
  position: relative;
  background: rgba(26, 26, 26, 0.9098039216);
  color: #ffffff;
  padding: 32px;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sidebar-card .btn-default {
  width: 100%;
}
.sidebar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 38px 75px rgba(0, 0, 0, 0.35);
}
.sidebar-card__content {
  position: relative;
  z-index: 10;
}
.sidebar-card__content > .sidebar-card__icon {
  font-size: 42px;
  margin-bottom: 16px;
  color: #d1d5db;
  transition: transform 0.3s ease;
}
.sidebar-card:hover .sidebar-card__content > .sidebar-card__icon {
  transform: scale(1.08);
}
.sidebar-card__content > .sidebar-card__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 13px;
  line-height: 1.1;
}
.sidebar-card__content > .sidebar-card__desc {
  color: #9ca3af;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 1.55;
  padding: 0 4px;
}
.sidebar-card__content > .sidebar-card__desc > .sidebar-card__highlight {
  color: #ffffff;
  font-weight: 700;
}

.section-related-blog {
  background: rgba(233, 236, 222, 0.15);
}

.page-content__area.flex {
  gap: 25px;
}
.page-content__area > div p:last-child {
  margin-bottom: 0;
}
.page-content__area > div ul, .page-content__area > div ol {
  padding: 0px 0 0 15px;
  margin: 0;
}
.page-content__area > div ul li, .page-content__area > div ol li {
  line-height: 25px;
  margin: 0 0px 16px 0;
}
.page-content__area > div ul li p, .page-content__area > div ol li p {
  margin-top: 15px;
}

.content-title {
  margin-bottom: 25px;
}
.content-title h1 {
  display: inline-block;
  font-size: 35px;
  letter-spacing: -1px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  line-height: normal;
  font-family: "Outfit", sans-serif;
  margin: 0;
}

.map-frame {
  background: #fff;
  padding: 9px;
  border-radius: 8px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.0901960784);
  height: 450px;
  margin-top: 25px;
}
.map-frame iframe {
  width: 100%;
  height: 100%;
}

.block-hero-contact__content-col .section-heading {
  text-align: left;
}
.block-hero-contact__content-col .section-heading .heading {
  font-size: 35px;
  letter-spacing: -0.2px;
  font-weight: 600;
  margin: 0px 0 8px 0;
}
.block-hero-contact__content-col .section-heading span {
  font-size: 16px;
  opacity: 0.96;
  color: rgba(0, 0, 0, 0.6784313725);
  font-weight: 400;
  line-height: 1.5;
}
.block-hero-contact__content-col.contact-form {
  border-left: 1px solid rgba(0, 0, 0, 0.1098039216);
  padding-left: 30px;
}
.block-hero-contact__content-col.contact-form form {
  grid-row-gap: 0;
  background: #f1f1f1;
  margin-top: 25px;
  padding: 25px;
}
.block-hero-contact__content-col.contact-form form label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.block-hero-contact__content-col.contact-form form select {
  width: 100%;
}

.section__about .main-title {
  margin-bottom: 15px;
}

.content_image-slider .double-img__photo {
  height: 380px;
  margin: 0 12px;
}
.content_image-slider .double-img__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section__why-us {
  background: #f5f3f4;
  margin-top: 70px;
  box-shadow: 0px 0px 0px 0px #ffffff;
}
.section__why-us img {
  border-radius: 5px;
  box-shadow: 0 5px 12px rgba(13, 2, 2, 0.4588235294);
}

.section__journey {
  background: #f5f3f4;
}

.section-about .page-content__area,
.section-about .page-content__area p {
  text-align: justify;
}

.section__why-us .img-wrap {
  height: 600px;
}
.section__why-us .ath-grid {
  grid-gap: 35px;
}

.section-links .ath-grid {
  grid-gap: 22px;
}
.section-links .overlay-col {
  min-height: 300px;
}
.section-links .overlay-col .overlay-content .overlay-title {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
.section-links .overlay-col:hover .overlay-content .overlay-title a {
  color: #cecc56;
}

/* Review */
.client__feedback-wrap {
  position: relative;
}
.client__feedback-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: rgba(0, 0, 0, 0.1882352941);
  height: 100%;
  width: 1px;
  transform: translateX(-50%);
}

.main-banner.no-bg-banner .banner-caption {
  height: 350px;
  position: relative;
  background: #111;
}
.main-banner.no-bg-banner .banner-caption:after {
  background: url(../img/wood.svg);
  opacity: 0.04;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.main-banner.no-bg-banner .banner-centered::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
  height: 100%;
  background: none;
}

.section-members .page-content__area {
  margin-bottom: 30px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.section-members .grid {
  grid-gap: 25px;
  position: relative;
}

.team-col-detail {
  width: 100%;
  z-index: 1;
  display: none;
  background: #000;
  color: #fff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.main-timeline-section .ese-container {
  position: relative;
}
.main-timeline-section .ese-container .timeline {
  position: relative;
  box-sizing: border-box;
}
.main-timeline-section .ese-container .timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
}
.main-timeline-section .ese-container .timeline ul {
  padding: 0;
  margin: 0;
}
.main-timeline-section .ese-container .timeline ul:after {
  display: block;
  clear: both;
  content: "";
}
.main-timeline-section .ese-container .timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.main-timeline-section .ese-container .timeline ul li .content {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  font-weight: 400;
  border-radius: 4px;
  background: #f1f1f1;
  padding: 20px;
}
.main-timeline-section .ese-container .timeline ul li .time {
  margin: 0;
  padding: 8px 16px;
  background: #faf544;
  color: #fff;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 800;
}
.main-timeline-section .ese-container .timeline ul li .time:before {
  width: 110%;
  height: 4px;
  background: #faf544;
  content: "";
  position: absolute;
}
.main-timeline-section .ese-container .timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}
.main-timeline-section .ese-container .timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: #faf544;
  border-radius: 50%;
}
.main-timeline-section .ese-container .timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 5px;
  right: -150px;
}
.main-timeline-section .ese-container .timeline ul li:nth-child(odd) .time::before {
  left: -72px;
  top: 22px;
}
.main-timeline-section .ese-container .timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}
.main-timeline-section .ese-container .timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: #faf544;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}
.main-timeline-section .ese-container .timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 5px;
  left: -148px;
}
.main-timeline-section .ese-container .timeline ul li:nth-child(even) .time::before {
  right: -72px;
  top: 22px;
}

.author-wrap {
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  grid-gap: 30px;
  position: relative;
}
.author-wrap figure {
  margin: 0;
  padding: 0;
}
.author-wrap figure img {
  width: 100%;
  border-radius: 10px;
}
.author-wrap .author-info h2 {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 18px;
  color: #000;
}
.author-wrap .author-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.author-wrap .author-info ul li {
  line-height: 1.3;
}
.author-wrap .author-info ul li span {
  font-weight: 500;
  font-size: 16px;
}
.author-wrap .author-info ul li p {
  font-weight: 400;
  font-size: 15px;
  margin: 4px 0 0 0;
  line-height: 1.7;
}
.author-wrap .author-info .social-icons {
  margin-top: 15px;
  display: inline-flex;
  gap: 8px;
}
.author-wrap .author-info .social-icons a {
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  background: #000;
  font-size: 15px;
  font-weight: 400;
}
.author-wrap .author-info .social-icons a:hover {
  color: #faf544;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
  position: fixed;
  height: 84px;
  width: 60px;
}

.request-quote .main-title .heading {
  margin-bottom: 10px;
}
.request-quote .main-title .sub-heading {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
.request-quote p {
  font-size: 18px;
  line-height: 1.5;
}

.error-page {
  background: rgba(255, 253, 232, 0.9215686275);
}
.error-page .content {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-right: 50px;
  flex-direction: column;
}
.error-page .content h1 {
  font-size: 48px;
  font-weight: 800;
  color: #000;
  letter-spacing: -1px;
  line-height: 1.1;
}
.error-page .content h1 span {
  color: #374151;
}
.error-page .content p {
  margin: 20px 0;
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}
.error-page .content .btn-group {
  display: inline-flex;
  position: relative;
  z-index: 0;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.error-page .image img {
  border-radius: 16px;
}

.booking-review-detail {
  margin-right: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: rgba(0, 0, 0, 0.1019607843) 1px solid;
  background: #fff;
  border-radius: 14px;
  padding: 8px 0;
  box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.4509803922);
}
.booking-review-detail .form-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 0 !important;
  padding: 12px 25px;
  font-size: 16px;
}
.booking-review-detail .form-group label {
  font-size: 17px;
  margin-bottom: 4px;
}
.booking-review-detail .form-group:first-child {
  grid-column: span 3;
}

.payment-wrapper {
  border: 1px solid #ccc;
  padding: 12px 25px 10px 25px;
  background: #fff;
  border-radius: 14px;
  box-shadow: -2px 2px 9px rgba(0, 0, 0, 0.4509803922);
}
.payment-wrapper .fullWidth {
  margin-bottom: 15px;
}
.payment-wrapper .item-header {
  font-family: "Outfit", sans-serif;
}
.payment-wrapper .item-header span {
  font-size: 20px;
  color: #000;
}
.payment-wrapper .item-header .price-container {
  margin-top: 8px !important;
}
.payment-wrapper .item-header .price-container span {
  font-size: 18px !important;
  color: #000 !important;
}
.payment-wrapper .selectContainer:after {
  top: 20px;
  right: 1rem;
  width: 0.4rem;
  height: 0.4rem;
}
.payment-wrapper #paypal-form-fields-container-YTLGP8QS34TQC {
  margin-bottom: 0 !important;
}
.payment-wrapper #paypal-form-fields-container-YTLGP8QS34TQC .input-label {
  font-size: 18px;
}
.payment-wrapper .vertical {
  margin-top: 15px;
}
.payment-wrapper select {
  min-height: 2rem !important;
  background: #fff;
  margin-top: 8px;
  margin-bottom: 0 !important;
}
.payment-wrapper .price {
  font-weight: 700;
  font-size: 26px;
  color: green;
}
.payment-wrapper h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}
.payment-wrapper .flex {
  gap: 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.19);
  padding: 7px 10px 5px 10px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
.payment-wrapper .flex:hover {
  background: rgba(47, 76, 88, 0.0392156863);
  border-color: #2f4c58;
}
.payment-wrapper .flex input {
  margin: 0;
  width: 18px;
  height: 18px;
}
.payment-wrapper .flex label {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  display: block;
}
.payment-wrapper .flex label img {
  width: 50px;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.payment-wrapper .flex label i {
  display: block;
  font-size: 15px;
  padding-top: 4px;
  font-size: 15px;
  font-weight: 400;
}
.payment-wrapper .btn-default {
  width: 100%;
  margin-top: 8px;
}

.grid-reviews {
  grid-gap: 22px;
}
.grid-reviews .review__item-text {
  border-radius: 4px;
  grid-column: span 4;
  border: none;
  background: rgba(0, 0, 0, 0.0392156863);
  padding: 25px 15px 15px 5px;
}
.grid-reviews .review__item-text > div {
  flex-wrap: wrap;
  border-radius: 4px;
  background: none;
  display: block;
  transition: 0.2s linear;
}
.grid-reviews .review__item-text > div .review__item-user {
  width: 100%;
  padding: 0;
  text-align: left;
  padding-bottom: 0;
  display: block;
  border-radius: 4px 4px 0 0;
  padding-left: 75px;
  background: none;
}
.grid-reviews .review__item-text > div .review__item-user .review-date {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 10.5px;
  color: #000;
  padding: 5px 10px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  font-weight: 800;
}
.grid-reviews .review__item-text > div .review__item-user:before {
  display: none;
}
.grid-reviews .review__item-text > div .review__item-user img {
  width: 48px;
  height: 48px;
  margin: 0 auto 0 0;
  position: absolute;
  left: 15px;
  top: -4px;
  padding: 4px;
  border: 1px solid #faf544;
}
.grid-reviews .review__item-text > div .review-tripadvisor__comment {
  width: 100%;
  padding: 22px;
  padding-top: 15px;
}
.grid-reviews .review__item-text > div .review-tripadvisor__comment p {
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.7;
  color: #111;
}
.grid-reviews .review__item-text > div .review-tripadvisor__comment .review__item-title {
  font-size: 17px;
  opacity: 0.87;
  margin-top: 0px;
}
.grid-reviews .review__item-text:hover {
  background: rgba(0, 0, 0, 0.0392156863);
}

.page-default .main-title h2 {
  margin-top: 14px;
}

.section-all-review {
  display: block;
}
.section-all-review .grid-reviews.grid {
  column-count: 3;
  display: block;
}
.section-all-review .grid-reviews.grid > div {
  margin-bottom: 20px;
  grid-column: inherit;
  break-inside: avoid;
  display: inline-block;
}

.single-author .modal-wrap.team-modal-wrap {
  position: static;
  margin-top: 25px;
  justify-content: space-between;
}

.travel__choice {
  background: #fff;
}
.travel__choice .ath-grid {
  grid-gap: 25px;
}
.travel__choice .overlay-col {
  min-height: 350px;
}
.travel__choice .overlay-col .overlay-content .overlay-title {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
}

.contact-detail {
  margin: 30px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style-type: none;
  flex-wrap: wrap;
  gap: 24px;
}
.contact-detail li {
  background: #fff;
  padding: 20px 15px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  border-radius: 8px;
}
.contact-detail li i {
  background: #faf544;
  color: #000;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  width: 45px;
  border-radius: 100%;
  font-size: 20px;
}
.contact-detail li h4,
.contact-detail li .h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-detail li p {
  font-weight: 400;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 6px;
}
.contact-detail li p a {
  font-weight: 400;
  color: #111;
}
.contact-detail .social-media {
  margin-top: 15px;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.contact-detail .social-media a {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #111;
  border-radius: 100%;
  font-size: 13px;
  border: 2px solid #f1f1f1;
  background: rgba(0, 0, 0, 0.0196078431);
}
.contact-detail .social-media a:hover {
  background: #faf544;
}
.contact-detail .social-media a i {
  height: auto;
  width: auto;
  font-size: 14px;
  background: none;
}

.team-container h3 {
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
}

.affiliation-wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  display: grid;
}

.awwards-card {
  display: block;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.awwards-card:before {
  z-index: 1;
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #172a45;
  font-size: 30px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.awwards-card img {
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.awwards-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
  border-color: #000;
}
.awwards-card:hover:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.awwards-card:hover img {
  transform: scale(1.05);
}

.section-result .block-adventure-finder__form {
  position: sticky;
  top: 130px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: rgba(250, 245, 68, 0.26);
  border-radius: 13px;
}
.section-result .trip-found {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
.section-result .trip-found span {
  font-weight: bold;
  color: #000;
  height: 40px;
  width: 40px;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 3px;
  background: #faf544;
}

.section-affiliations {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.section-affiliations section:nth-child(even) {
  background: rgba(0, 0, 0, 0.0196078431);
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0392156863);
}

.section-awwards .main-title .heading,
.section-affiliations .main-title .heading {
  position: relative;
  font-size: 30px;
}

.logo-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  height: 100%;
  min-height: 160px;
  font-size: 14px;
}
.logo-card img {
  max-width: 100%;
  width: 145px;
  height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  margin-bottom: 15px;
}
.logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #172a45;
}
.logo-card:hover img {
  filter: grayscale(0%);
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.section-faq {
  border-top: 1px solid rgba(12, 12, 12, 0.1294117647);
}

.section-our-team .page-content__area {
  margin-bottom: 30px;
}
.section-our-team .ath-grid {
  grid-gap: 28px;
}

.team-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
  padding: 30px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin: 0;
}
.team-card .icon-wrap {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3294117647);
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
.team-card .icon-wrap img {
  width: 70px;
}
.team-card h3 {
  display: block;
  font-size: 22px;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  color: #000;
}
.team-card p {
  margin: 3px 0 0;
  color: rgba(19, 15, 15, 0.831372549);
  line-height: 26px;
  font-size: 16px;
  font-weight: 700;
}

.uk-section.meet-team-wrap {
  background: #e9ecde;
  position: relative;
}
.uk-section.meet-team-wrap::before {
  content: "";
  width: 200%;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1440' height='20' viewBox='0 0 1440 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20H1600V1.80155C1600 1.80155 1397.5 0.135027 1389 0.00172806C1380.5 -0.131571 1314 7.49597 1284.5 5.77046C1255 4.04495 1171 0.135027 1171 0.135027L1011 2.63481C1011 2.63481 906.5 5.96786 889.5 5.96786C872.5 5.96786 768 1.80155 756 2.63481C744 3.46807 708 5.96786 694 8.46764C680 10.9674 597 5.96786 597 5.96786L558 5.13459L417 4.30133L320 1.80155L227 3.30141L137 0.135027L51 4.30133L0 1.80155V20Z' fill='%23E9ECDE'/%3E%3C/svg%3E%0A");
}
.uk-section.meet-team-wrap .ath-grid {
  margin-top: 30px;
  grid-gap: 28px;
}

.team-member {
  position: relative;
  cursor: pointer;
}
.team-member .team-member-body {
  margin-top: 15px;
  position: relative;
}
.team-member .team-member-body strong {
  font-weight: 800;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.team-member .team-member-body p {
  margin: 0;
  padding: 4px 0 0;
  font-size: 15px;
  color: #000;
  opacity: 0.65;
  font-weight: 700;
}
.team-member .team-member-body svg {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 5px;
}
.team-member .team-member-figure {
  height: 445px;
  position: relative;
}
.team-member .team-member-figure .team-member-figure-img02,
.team-member .team-member-figure .team-member-figure-img01 {
  transition: 0.5s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.team-member .team-member-figure .team-member-figure-img02 {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.team-member:hover .team-member-figure-img01 {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.team-member:hover .team-member-figure-img02 {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in-out;
}

.stories-container-wrap {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: #000;
  justify-content: center;
  align-items: center;
}
.stories-container-wrap .stories-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  color: #fff;
  line-height: 35px;
  height: 35px;
  width: 35px;
  font-weight: 100;
  text-align: center;
  font-size: 45px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.stories-container-wrap .stories-share {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 10;
}
.stories-container-wrap .stories-share svg {
  width: 24px;
  height: 24px;
}
.stories-container-wrap .stories-share svg path {
  fill: #ffffff;
}
.stories-container-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(500px);
  -moz-filter: blur(500px);
  -o-filter: blur(500px);
  -ms-filter: blur(500px);
  filter: blur(500px);
  opacity: 0.34;
}
.stories-container-wrap h3,
.stories-container-wrap h2,
.stories-container-wrap h3,
.stories-container-wrap h4,
.stories-container-wrap h5,
.stories-container-wrap h6 {
  margin: 5px 0;
  line-height: 1.2;
}

.sliderContainer {
  position: relative;
}

.stories-wrap {
  position: relative;
  z-index: 3;
}
.stories-wrap .story-slider {
  width: 425px;
  border-radius: 14px;
  height: calc(100vh - 60px);
  overflow: hidden;
  position: relative;
}
.stories-wrap .story-slider .story__slide {
  position: relative;
  border-radius: 10px;
  height: 100%;
}
.stories-wrap .story-slider .story__slide:before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 10px;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
}
.stories-wrap .story-slider .story__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.stories-wrap .story-slider .story__slide .heading {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 30px 30px;
  width: 100%;
  z-index: 8;
  color: white;
}
.stories-wrap .story-slider .story__slide .heading .title {
  font-weight: 700;
  font-size: 35px;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.stories-wrap .story-slider .story__slide .heading p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.stories-wrap .story-slider .story__slide .heading p span {
  font-size: 14px;
}
.stories-wrap .story-slider .story__slide .heading .author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.stories-wrap .story-slider .story__slide .heading .author > img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: solid 1px #fff;
  overflow: hidden;
  padding: 2px;
  object-fit: cover;
}
.stories-wrap .story-slider .story__slide .heading .author p {
  font-size: 16px !important;
  line-height: 1.2;
}
.stories-wrap .story-slider .story__slide .share-btn {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 10;
}
.stories-wrap .story-slider .story__slide .share-btn svg {
  width: 24px;
  height: 24px;
}
.stories-wrap .story-slider .story__slide .share-btn svg path {
  fill: #ffffff;
}
.stories-wrap .story-slider .story__slide .share-btn .share {
  display: none;
  background: #fff;
  text-align: right;
  position: absolute;
  right: 0;
  width: 230px;
  border-radius: 8px;
  padding: 10px;
  color: #000;
  cursor: default;
  top: 140%;
}
.stories-wrap .story-slider .story__slide .share-btn .share .sharethis-inline-share-buttons .st-btn {
  border-radius: 100% !important;
  margin-right: 5px !important;
  padding: 0 !important;
  width: 32px;
  display: inline-block !important;
}
.stories-wrap .story-slider .story__slide .share-btn.active .share {
  display: block;
}
.stories-wrap .story-slider .story__slide .share-btn.active .share .st-shares {
  display: none !important;
}
.stories-wrap .story__pagination {
  bottom: unset !important;
  top: 8px !important;
  display: flex;
  padding: 0 4px;
}
.stories-wrap .story__pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 100vh;
  height: 3px;
  margin: 0 2px !important;
  background-color: rgba(247, 247, 245, 0.4);
  opacity: 1;
}
.stories-wrap .story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
  height: 100%;
  width: 0%;
  border-radius: 100vh;
  background-color: #f7f7f5;
}
.stories-wrap .swiper-button-next,
.stories-wrap .swiper-button-prev {
  right: 0 !important;
  left: auto !important;
  width: 50% !important;
  top: calc(50% - 50px) !important;
  cursor: default !important;
  z-index: 99 !important;
}
.stories-wrap .swiper-button-next:after,
.stories-wrap .swiper-button-prev:after {
  cursor: pointer;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px !important;
  border-radius: 50%;
  background: white;
  position: absolute;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.68);
}
.stories-wrap .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}
.stories-wrap .swiper-button-prev:after {
  right: calc(100% + 30px);
}
.stories-wrap .swiper-button-next:after {
  left: calc(100% + 30px);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-right {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.swiper-slide-active .post_image {
  animation: zoom-in-zoom-out 6s ease-in forwards;
}
.swiper-slide-active .heading p {
  animation-delay: 1s;
  animation: fade-left 0.3s linear forwards;
}
.swiper-slide-active .heading .title {
  animation: fade-right 0.3s linear forwards;
}

@media (max-width: 768px) {
  .stories-wrap {
    height: 100%;
    width: 100%;
  }
  .stories-wrap .story-slider {
    width: 100%;
    height: 100%;
  }
  .stories-wrap .swiper-button-prev::after {
    right: auto !important;
    left: 10px !important;
  }
  .stories-wrap .swiper-button-next::after {
    left: auto !important;
    right: 10px !important;
  }
}
@media (min-width: 1600px) {
  .stories-wrap .story-slider {
    width: 550px;
  }
}
@media (max-width: 810px) {
  .stories-wrap .story-slider {
    border-radius: 0;
  }
  .stories-wrap .story-slider .story__slide .heading .title {
    margin-bottom: 10px;
  }
  .stories-wrap .story-slider .story__slide .heading p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
  }
  .stories-container-wrap .stories-close {
    top: 23px;
    right: 50px;
  }
}
