/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss (1) ***!
  \**********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss (2) ***!
  \**********************************************************************************************************************************************/
:root {
  --primary-color: #5A7C30;
  --primary-rgb: rgb(90, 124, 48);
  --secondary-color: #020E3E;
  --secondary-rgb: rgb(2, 14, 62);
  --primary-font: Outfit, sans-serif;
  --secondary-font: Roboto, sans-serif;
  --text-color: #292929;
  --paragraph-color: #515151;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.display-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sticky {
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  position: sticky !important;
  top: 80px;
}

.transition-slow {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item-center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.item-center-left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -ms-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  -o-box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
  box-shadow: 0px 0px 15px rgba(41, 41, 42, 0.1);
}

.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.check:after {
  display: block;
  width: 8px;
  height: 16px;
  border: solid var(--primary-color);
  border-width: 0 2px 2px 0;
  left: -12px;
  top: 11px;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.times:after, .times:before {
  top: 5px;
  left: -11px;
  height: 20px;
  width: 2px;
  background-color: rgba(2, 14, 62, 0.1);
}
.times:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.times:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stretched-link:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: auto;
  z-index: 1;
}

.arrow-up {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  width: 33px;
  height: 33px;
}
.close-btn .arrow-up {
  width: 27.5px;
  height: 30px;
}
.hide .close-btn .arrow-up {
  height: 24px;
}
.arrow-up::after {
  top: 45%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.close-btn .arrow-up::after {
  left: 48%;
  top: 48%;
}
.arrow-down {
  width: 16px;
}
.arrow-down::after {
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow-left {
  width: 16px;
}
.arrow-left::after {
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow-right {
  width: 16px;
}
.arrow-right::after {
  top: 9px;
  left: 7px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow-fill-right {
  width: 16px;
}

.tag-list ul li a, #primary .post .entry-content table thead tr th, blockquote cite, .pit-btn-text, .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6, .entry-header .entry-title, .dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--primary-font);
}

.wp-caption-text,
figcaption, ::placeholder, .pit-btn {
  font-family: var(--secondary-font);
}

.activities-count span, .site-header-button a, .banner__title {
  font-weight: 800;
}

.site-header .desktop-navigation #primary-menu .menu-item a[aria-current=page], .single-tour-title, .section-title, .pit-btn-text, .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6, .dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-weight: 700;
}

.activities-card__title, .tour-card__price-value, .tag-list ul, dt, .pit-btn, .entry-meta > span, table tr th {
  font-weight: 600;
}

.why-us-item__content h6, .activities-count p, .footer-column-title, .reviews__card-author-name, .reviews__card-title, .tour-card__title, #primary .post .entry-content table tbody tr td, #primary .post .entry-content table thead tr th, ::placeholder, .entry-header .entry-title, .entry-meta {
  font-weight: 500;
}

body,
html, .tag-list ul li a, blockquote cite {
  font-weight: 400;
}

.tag-list ul li a, .entry-header .entry-title .author a {
  text-transform: capitalize;
}

blockquote, .pit-btn, .check, .times, .arrow-up, .arrow-down, .arrow-left, .arrow-right, .arrow-fill-right {
  position: relative;
}

blockquote::after, .absolute-center, .check:after, .times:after, .times:before, .stretched-link:before {
  position: absolute;
}

blockquote::after, .check:after, .times:after, .times:before, .stretched-link:before, .arrow-up::after, .arrow-down::after, .arrow-left::after, .arrow-right::after {
  content: "";
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  background: #eee;
  padding: 20px;
}

a {
  background-color: transparent;
  color: var(--primary-color);
}
a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 12px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-size: 1rem;
  line-height: 1.778;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}
p > small {
  font-size: 12px;
}

small {
  font-size: 12px;
  margin-bottom: 3px;
}

label {
  line-height: 1.2;
  font-size: 12px;
}
@media screen and (min-width: 767px), print {
  label {
    font-size: 14px;
  }
}

.btn:focus,
button:focus {
  outline: none !important;
}
.btn button:after, .btn button:before,
button button:after,
button button:before {
  display: none !important;
}

a:focus {
  text-decoration: none;
  color: var(--secondary-color);
  outline: 0;
}

.dropcap,
.has-drop-cap:not(:focus)::first-letter {
  font-size: 100px;
  line-height: 1;
  float: left;
  margin-right: 5px;
  color: var(--primary-color);
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: rgba(55, 126, 249, 0.1);
  text-decoration: none;
}

big {
  font-size: 125%;
}

ul,
ol {
  padding-left: 0;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: none;
}
.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 1.5em 0;
  width: 100%;
  border-radius: 0;
  font-size: 1rem;
  text-align: left;
  overflow: hidden;
  border-collapse: collapse;
}
table tr th {
  padding: 10px 15px;
  border-bottom: 2px solid #D9DBE1;
  background: rgba(0, 0, 0, 0.03);
  color: #000000;
}
table tr td {
  padding: 10px 15px;
}
table p {
  margin-bottom: 0;
}
table tr,
table th,
table td {
  border: 1px solid #D9DBE1;
  padding: 10px 15px;
}

a:hover,
a:focus,
a:active {
  color: var(--secondary-color);
}

a:hover,
a:active {
  outline: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: var(--primary-color);
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: var(--primary-color);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000000;
  border: 1px solid var(--primary-color) !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid var(--primary-color) !important;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.entry-meta {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
}
.entry-meta a {
  color: #000000;
}
.entry-meta a:hover {
  color: var(--primary-color);
}
.entry-meta > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.entry-meta > span :last-child {
  margin-right: 0;
  padding-right: 0;
}
.entry-meta > span :last-child :after {
  display: none;
}
.entry-meta .category a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.entry-meta .category a :last-child {
  margin-right: 0;
}
.entry-meta .category a :last-child :after {
  display: none;
}
.entry-meta .category a ::after {
  content: ",";
}
.entry-header {
  margin-bottom: 1px;
}
.entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.3;
  color: #000;
}
.entry-header .entry-title a {
  text-decoration: none;
  color: #000000;
}
.entry-header .entry-title a:hover {
  color: var(--secondary-color);
}
.entry-content {
  color: #474A57;
}
.entry-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.entry-content p a {
  text-decoration: underline;
  color: var(--primary-color);
}
.entry-content p a:hover {
  text-decoration: none;
}
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 20px 0;
}
@media screen and (min-width: 1199px) {
  .single-mphb_room_type .entry-content .h1,
  .single-mphb_room_type .entry-content .h2,
  .single-mphb_room_type .entry-content .h3,
  .single-mphb_room_type .entry-content .h4,
  .single-mphb_room_type .entry-content .h5,
  .single-mphb_room_type .entry-content .h6,
  .single-mphb_room_type .entry-content h1,
  .single-mphb_room_type .entry-content h2,
  .single-mphb_room_type .entry-content h3,
  .single-mphb_room_type .entry-content h4,
  .single-mphb_room_type .entry-content h5,
  .single-mphb_room_type .entry-content h6 {
    margin: 50px 0 30px;
  }
}
.entry-content figure {
  margin: 15px 0;
}
@media screen and (min-width: 992px), print {
  .entry-content figure {
    margin: 40px 0;
  }
}
.entry-content figure:first-child {
  margin-top: 0;
}
.entry-content .heading__title {
  margin-top: 0;
  margin-bottom: 14px;
}
.entry-content .heading p {
  margin-bottom: 0;
}
.post .entry-content {
  margin: 0;
}

blockquote,
q {
  font-style: italic;
  margin: 1.5em 1em;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
}

q {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  text-align: left;
  width: 50%;
  margin: 0;
  float: left;
  display: block;
}
q:before, q:after {
  display: none;
}

blockquote span,
q span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.text-center, .wp-caption-text,
figcaption, .pit-btn, .entry-content figure, .entry-content .heading--center {
  text-align: center;
}
.text-left, blockquote p {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-bolder {
  font-weight: 800;
}
.text-bold {
  font-weight: 700;
}
.text-sbold {
  font-weight: 600;
}
.text-medium {
  font-weight: 500;
}
.text-regular {
  font-weight: 400;
}
.text-light {
  font-weight: 300;
}
.text-primary {
  color: var(--primary-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292929;
}

.h1,
h1 {
  line-height: 66px;
  font-size: 36px;
}
@media screen and (min-width: 992px), print {
  .h1,
  h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1199px) {
  .h1,
  h1 {
    font-size: 54px;
  }
}

.h2,
h2 {
  line-height: 58px;
  font-size: 32px;
}
@media screen and (min-width: 992px), print {
  .h2,
  h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1199px) {
  .h2,
  h2 {
    font-size: 44px;
  }
}

.h3,
h3 {
  line-height: 48px;
  font-size: 28px;
}
@media screen and (min-width: 992px), print {
  .h3,
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1199px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}

.h4,
h4 {
  line-height: 38px;
  font-size: 24px;
}
@media screen and (min-width: 992px), print {
  .h4,
  h4 {
    font-size: 28px;
  }
}

.h5,
h5 {
  color: #292929;
  line-height: 1.55;
  font-size: 20px;
}
@media screen and (min-width: 992px), print {
  .h5,
  h5 {
    font-size: 22px;
  }
}
.offers .h5, .news-and-blogs .h5, .testimonial .h5,
.offers h5,
.news-and-blogs h5,
.testimonial h5 {
  text-transform: unset;
}

.h6,
h6 {
  line-height: 26px;
  font-size: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

li {
  list-style: none;
}

*:focus {
  outline: none;
}

.w-100 {
  width: 100%;
}

a {
  color: var(--primary-color);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

*,
::after,
::before {
  box-sizing: border-box;
}

.container,
.container-fluid {
  max-width: 500px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px), print {
  .container,
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 575px), print {
  .container,
  .container-fluid {
    max-width: 700px;
  }
}
@media screen and (min-width: 767px), print {
  .container,
  .container-fluid {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px), print {
  .container,
  .container-fluid {
    max-width: 960px;
  }
}
@media screen and (min-width: 1199px) {
  .container,
  .container-fluid {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1440px) {
  .container,
  .container-fluid {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1600px) {
  .container,
  .container-fluid {
    max-width: 1440px;
  }
}

.section-padding {
  padding: 20px 0;
}
@media screen and (min-width: 767px), print {
  .section-padding {
    padding: 35px 0;
  }
}
@media screen and (min-width: 1199px) {
  .section-padding {
    padding: 50px 0;
  }
}

.pit-btn {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 10px 16px;
  box-sizing: inherit;
  vertical-align: middle;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
}
.pit-btn-primary {
  background: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
  color: #fff !important;
}
.pit-btn-primary:hover, .pit-btn-primary:focus {
  background: var(--secondary-color) !important;
  border: 2px solid var(--secondary-color);
  color: #fff;
}
.pit-btn-white {
  background: #fff;
  color: #292929;
  border: 2px solid #fff;
  transition: 0.3s all ease-in-out;
}
.pit-btn-white:hover {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.pit-btn-sm {
  padding: 9px 30px;
  font-size: 16px;
  line-height: 20px;
}
.pit-btn-lg {
  font-size: 16px;
  line-height: 1.375;
  padding: 10px 16px;
}
@media screen and (min-width: 767px), print {
  .pit-btn-lg {
    padding: 16px 32px;
    font-size: 18px;
  }
}
.pit-btn-secondary {
  background: var(--secondary-color);
  border-color: unset;
  color: var(--primary-color);
  white-space: nowrap;
}
.pit-btn-secondary:hover, .pit-btn-secondary:focus {
  background: var(--secondary-color);
  border-color: unset;
  color: var(--primary-color);
  opacity: 0.8;
}
.pit-btn-text {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 1.34;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pit-btn-text span {
  padding-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pit-btn-text span svg path {
  fill: var(--primary-color);
}
.pit-btn-text:hover {
  color: var(--secondary-color);
}
.pit-btn-text:hover span {
  padding-left: 12px;
}
.pit-btn-text:hover span svg path {
  fill: var(--secondary-color);
}
.pit-btn-outline {
  border: 2px solid #fff;
}
.pit-btn-outline:hover {
  background: #fff;
  color: var(--primary-color);
}

.customize-trip-btn {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  width: 100%;
}

.slick-dots {
  bottom: -40px !important;
  display: flex !important;
  justify-content: center;
  gap: 2px;
}
.slick-dots li {
  width: 12px !important;
  height: 12px !important;
}
.slick-dots li button {
  padding: 0;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50%;
  background: #b3b3b3 !important;
  border: none;
  text-indent: -9999px;
  transition: all 0.3s ease;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: var(--primary-color) !important;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 1024px) {
  .section-top {
    width: 70%;
    margin: 0 auto;
  }
}
.section-top p {
  text-align: center;
}
.section-title {
  color: #292929;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 767px), print {
  .section-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .section-title {
    font-size: 54px;
  }
}
.section-title span {
  color: var(--primary-color);
}

.star__wrapper {
  display: flex;
  gap: 0px;
  margin-top: 12px;
  margin-bottom: 0;
}

.section-padding {
  padding: 32px 0;
}
@media screen and (min-width: 767px), print {
  .section-padding {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .section-padding {
    padding: 60px 0;
  }
}

.blog-archive__wrapper {
  padding: 80px 0;
}

.tour-cards__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .tour-cards__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 32x;
    flex-wrap: wrap;
  }
}

.section-primary {
  background: var(--primary-color);
}
.section-primary .section__title {
  text-align: center;
}
.section-primary .section__title:after {
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.section-primary .section__desc {
  text-align: center;
}
.section-primary h2, .section-primary p {
  color: #fff;
}

.include {
  font-size: 24px;
  padding: 12px;
  background: rgba(90, 124, 48, 0.1098039216);
  color: var(--primary-color);
  line-height: 1.4;
}

.cost-include,
.cost-exclude {
  margin-top: 36px;
}

.review-form .form-group {
  margin-bottom: 12px;
}

.exclude {
  font-size: 24px;
  line-height: 1.4;
  padding: 12px;
  background: rgba(179, 4, 21, 0.1019607843);
  color: #b30415;
}
.exclude-listing {
  margin-left: 24px;
  padding: 0;
}
.exclude-listing li {
  margin: 8px 0;
  position: relative;
}
.exclude-listing li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99999 16.6667C8.23188 16.6667 6.53619 15.9643 5.28595 14.714C4.03571 13.4638 3.33333 11.7681 3.33333 10C3.33333 8.23189 4.03571 6.5362 5.28595 5.28595C6.53619 4.03571 8.23188 3.33333 9.99999 3.33333C11.7681 3.33333 13.4638 4.03571 14.714 5.28595C15.9643 6.5362 16.6667 8.23189 16.6667 10C16.6667 11.7681 15.9643 13.4638 14.714 14.714C13.4638 15.9643 11.7681 16.6667 9.99999 16.6667ZM8.08916 6.91083C7.93199 6.75903 7.72149 6.67504 7.50299 6.67694C7.2845 6.67884 7.07549 6.76648 6.92098 6.92098C6.76647 7.07549 6.67883 7.2845 6.67693 7.503C6.67503 7.7215 6.75903 7.932 6.91083 8.08917L8.82166 10L6.91083 11.9108C6.83124 11.9877 6.76775 12.0797 6.72408 12.1813C6.6804 12.283 6.65741 12.3923 6.65645 12.503C6.65549 12.6136 6.67658 12.7234 6.71848 12.8258C6.76038 12.9282 6.82226 13.0213 6.9005 13.0995C6.97874 13.1777 7.07179 13.2396 7.1742 13.2815C7.27661 13.3234 7.38635 13.3445 7.497 13.3435C7.60764 13.3426 7.717 13.3196 7.81867 13.2759C7.92034 13.2322 8.01229 13.1688 8.08916 13.0892L9.99999 11.1783L11.9108 13.0892C12.068 13.241 12.2785 13.325 12.497 13.3231C12.7155 13.3212 12.9245 13.2335 13.079 13.079C13.2335 12.9245 13.3212 12.7155 13.3231 12.497C13.325 12.2785 13.241 12.068 13.0892 11.9108L11.1783 10L13.0892 8.08917C13.241 7.932 13.325 7.7215 13.3231 7.503C13.3212 7.2845 13.2335 7.07549 13.079 6.92098C12.9245 6.76648 12.7155 6.67884 12.497 6.67694C12.2785 6.67504 12.068 6.75903 11.9108 6.91083L9.99999 8.82167L8.08916 6.91083Z%27 fill=%27%23B30415%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -24px;
  top: 4px;
  transition: all 0.15s ease-in-out;
}

@media screen and (min-width: 767px), print {
  .trip-itinerary-title__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.itinerary-expand-all {
  width: max-content;
}

#tourItineraryAccordion .accordion-body {
  border: 1px solid #eee;
}

#tourItineraryAccordion .accordion-button {
  background: #eee;
}

#tourItineraryAccordion .accordion-button.collapsed {
  background: initial;
}

#tourItineraryAccordion .accordion-button .itinerary-day {
  width: max-content;
  white-space: nowrap;
}

.pagination {
  justify-content: center;
  margin: 48px 0;
}
.pagination .page-numbers {
  display: block;
  padding: 8px 12px;
  line-height: 1;
  text-decoration: none;
  color: #515151;
}
.pagination .page-numbers.current {
  background: var(--primary-color);
  color: #fff;
}

.social-links {
  margin: 0;
  padding: 0;
}
.social-links li a svg path {
  fill: #fff;
}

.cpt-categories-page .tour-cards__wrapper {
  margin-bottom: 48px;
}

.reviews-archive-cards {
  display: flex;
  margin-bottom: 32px;
  gap: 32px;
  flex-wrap: wrap;
}
.reviews-archive-cards .reviews__card {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .reviews-archive-cards .reviews__card {
    width: calc(50% - 16px);
  }
}

.trip-gallery-video iframe {
  width: 100%;
}

.trip-gallery-item:first-child,
.trip-gallery-item:nth-child(2),
.trip-gallery-item:nth-child(3) {
  display: block !important;
}

.trip-gallery-item {
  height: 150px;
  display: none;
  width: 100%;
}

.trip-gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.trip-gallery {
  margin-top: 6px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.single-related-posts .blog__wrapper {
  margin-top: 24px;
}

.cpt-categories-page .section__title {
  text-align: center;
  margin: 20px 0;
}

.cpt-categories-pagenpm {
  margin: 32px 0;
}

.legal-documents__wrapper {
  margin-top: 48px;
  margin-bottom: 32px;
}
@media screen and (min-width: 767px), print {
  .legal-documents__wrapper {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
  }
}
.legal-documents-item {
  padding: 24px;
  border-radius: 25px;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 767px), print {
  .legal-documents-item {
    width: calc((100% - 96px) / 3);
  }
}
.legal-documents-item__title {
  font-size: 22px;
  font-weight: 500;
}

.right-bar {
  margin-top: 24px;
}

#scroll-top .scroll-top-box {
  position: fixed;
  right: unset !important;
  left: 12px;
  bottom: 70px;
}

.scroll-top-box {
  background: #5A7C30;
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1032;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  border-radius: 50%;
}
.scroll-top-box i {
  font-size: 20px;
  color: #fff;
  margin-top: -2px;
}

/* Elements --------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
  margin-bottom: 24px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 4px;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

select {
  max-width: 100%;
}

::placeholder {
  font-size: 1em;
}

.wp-caption-text,
figcaption {
  font-size: 16px;
  line-height: 2.3333333;
  color: #969BAB;
}

blockquote {
  background-color: rgba(90, 124, 48, 0.1);
  margin: 0;
  padding: 30px;
  border-left: 3px solid var(--primary-color);
}
blockquote::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%27128%27 height=%27100%27 viewBox=%270 0 128 100%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.2%27 d=%27M73.2631 92.8699L77.8977 100C109.983 78.4314 127.809 52.2282 127.809 30.6595C127.809 9.80392 112.479 0 99.4663 0C83.0671 0 71.4806 13.9037 71.4806 28.5205C71.4806 40.82 79.3237 51.3369 89.8407 55.2585C92.871 56.328 95.723 57.2193 95.723 62.3886C95.723 68.984 90.9102 78.7879 73.2631 92.8699ZM2.49665 92.8699L7.13123 100C38.8603 78.4314 57.0421 52.2282 57.0421 30.6595C57.0421 9.80392 41.3558 0 28.3434 0C11.7658 0 0.00111389 13.9037 0.00111389 28.5205C0.00111389 40.82 8.0225 51.3369 18.8959 55.2585C21.9262 56.328 24.6 57.2193 24.6 62.3886C24.6 68.984 19.6089 78.7879 2.49665 92.8699Z%27 fill=%27%23AF9065%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 127px;
  height: 100px;
}
blockquote p {
  margin-bottom: 0 !important;
  font-style: normal;
}
blockquote cite {
  color: #000000;
  font-style: normal;
  margin-top: 5px;
  display: block;
}

#primary .post .entry-content table {
  border-collapse: collapse;
  text-align: left;
  padding: 20px;
  border: none;
}
#primary .post .entry-content table thead tr {
  background: var(--primary-color);
  border: none;
}
#primary .post .entry-content table thead tr th {
  color: #fff;
  font-size: 1em;
  line-height: 1.5556;
  padding: 18px 21px;
  border: none;
}
#primary .post .entry-content table tbody {
  border: none;
}
#primary .post .entry-content table tbody tr {
  border: none;
}
#primary .post .entry-content table tbody tr td {
  border: none;
  font-size: 1em;
  line-height: 1.5556;
  color: #474A57;
  padding: 18px 21px;
}
#primary .post .entry-content table tbody tr td a {
  text-decoration: underline;
}
#primary .post .entry-content table tbody tr td a:hover {
  text-decoration: none;
}
#primary .post .entry-content table tbody tr:nth-of-type(odd) {
  background: rgba(90, 124, 48, 0.1);
}
#primary .post .entry-content table tbody tr:nth-of-type(even) {
  background: rgba(90, 124, 48, 0.2);
}

.wp-block-image .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-image .alignright {
    margin-left: 0;
    float: none;
  }
}
.wp-block-image .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-image .alignleft {
    margin-right: 0;
    float: none;
  }
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 8%;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .tag-list {
    text-align: left;
  }
}
.tag-list span {
  margin-right: 20px;
  display: inline-block;
}
.tag-list ul {
  margin: 0;
  font-size: 0.89rem;
  color: #000000;
}
.tag-list ul li {
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px), print {
  .tag-list ul li {
    margin-bottom: 20px;
  }
}
.tag-list ul li:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (min-width: 767px), print {
  .tag-list ul li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.tag-list ul li a {
  padding: 9px 10px;
  max-height: 36px;
  line-height: 1;
  background: rgba(55, 126, 249, 0.1);
  color: #000000;
  font-size: 0.89rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comment-form-comment {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

input[type=submit] {
  line-height: 17.6px;
  display: inline-block;
  padding: 16px 24px;
  box-sizing: inherit;
  vertical-align: middle;
  font-size: 18px;
  transition: 0.2s ease;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-radius: 1000px;
  background: var(--primary-color);
  border-color: unset;
}
input[type=submit]:hover {
  background: var(--secondary-color);
}

/* Apply animation settings */
.owl-carousel .animated {
  animation-duration: 1000ms; /* Duration of fade effect */
  animation-fill-mode: both; /* Keep the final state of the animation */
}

/* Add fadeOut animation */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Add fadeIn animation */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Make sure active items are displayed */
.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 1s ease; /* Smooth opacity transition */
}

.owl-carousel .owl-item.active {
  opacity: 1; /* When active, set opacity to 1 */
}

.sidebar-price-wrap {
  border: 1px solid #a9a9a9;
  margin-bottom: 12px;
  border-radius: 8px;
  padding: 16px;
}
.sidebar-price-wrap .trip-sales-price__wrapper {
  display: flex;
  align-items: end;
}
.sidebar-price-wrap .trip-sales-price__wrapper .trip-price {
  font-size: 30px;
  font-weight: 700;
}
.sidebar-price-wrap .trip-sales-price__wrapper .sales-price {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
}

.single-sidebar-group-price__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 12px;
}

.see-group-price-toggler {
  position: relative;
  width: 100%;
  text-align: left;
  border: 2px solid #aaa;
  border-radius: 8px;
}

.sidebar-book-now-btn {
  width: 100%;
}

.see-group-price-toggler.active::after {
  transform: rotate(-180deg) translateY(50%);
}

.single-sidebar-group-price__content.expanded {
  max-height: max-content;
  border-top: 1px solid #e1e1e1;
}

.see-group-price-toggler::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.29299 12.95L9.99999 13.657L15.657 8L14.243 6.586L9.99999 10.828L5.75699 6.586L4.34299 8L9.29299 12.95Z%27 fill=%27%2312284A%27/%3E%3C/svg%3E%0A");
  content: "";
  height: 19px;
  width: 19px;
  display: inline-block;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.expert-block-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #a9a9a9;
  border-radius: 15px;
  background: #fbfbfb;
}
.expert-block-wrap img {
  height: 100px;
  width: 100px;
  border-radius: 10000px;
  object-fit: cover;
}
.expert-block-wrap .expert-block-wrap-content {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.expert-block-wrap .expert-block-wrap-content h6 {
  font-size: 18px;
}
.expert-block-wrap .expert-block-wrap-content h4 {
  font-size: 32px;
  text-align: center;
}

.air-bus-price-wrapper {
  display: flex;
  margin: 16px 0;
}

.sidebar-air-bus-price {
  width: 50%;
}
.sidebar-air-bus-price:nth-child(2) {
  padding-left: 20px;
  border-left: 1px solid #eee;
}
.sidebar-air-bus-price h6 {
  color: #4d4d4d;
  font-size: 16px !important;
  font-weight: 400;
  margin: 0;
}
.sidebar-air-bus-price h2 {
  font-size: 20px !important;
  color: #444;
}

.rank-math-breadcrumb {
  margin: 20px 0;
}

p {
  margin-bottom: 0;
}

.single-tour-section-title {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (min-width: 767px), print {
  .single-tour-section-title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .single-tour-main-content__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .single-tour__left {
    width: calc(70% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .single-tour__right {
    width: calc(30% - 24px);
  }
}
.single-tour-title {
  color: #fff;
  line-height: 1.2;
  text-align: left;
  font-size: 22px;
  margin-bottom: 12px;
}
@media screen and (min-width: 767px), print {
  .single-tour-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .single-tour-title {
    font-size: 30px;
  }
}
.single-tour-banner-review__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-tour-banner-review__wrap .star__wrapper {
  margin: 0;
  padding-left: 0;
}
.single-tour-banner-review__wrap p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.single-tour-banner__wrapper {
  position: relative;
}
.single-tour-banner__content {
  width: 100%;
  margin-bottom: 24px;
}
.single-tour-banner__content .single-tour-title {
  color: #292929;
}
.single-tour-banner__content .single-tour-banner-review__wrap {
  color: #515151;
}
.single-tour-banner__img {
  position: relative;
  aspect-ratio: 16/9;
}
.single-tour-banner__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.single-tour-fact__info-title {
  margin: 0;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 18px;
}
.single-tour-fact__info-Answer {
  font-size: 16px;
  margin: 0;
}
.single-tour-fact__icon {
  border-radius: 1000px;
  height: 37px;
  width: 37px;
}
.single-tour-fact__icon img {
  object-fit: contain;
  height: 37px;
  min-width: 37px;
}
.single-tour-fact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 12px;
}
.single-tour-fact-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 767px), print {
  .single-tour-fact-item {
    width: calc((100% - 48px) / 3);
    margin-top: 0;
  }
}
.single-tour-fact-item__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 767px), print {
  .single-tour-fact-item__wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
}
.single-tour-fact-item__wrapper.two-cols .single-tour-fact-item {
  width: calc((100% - 24px) / 2);
}
.single-tour .group_price_table thead tr th {
  color: var(--primary-color);
  font-size: 16px;
}

.listing-custom {
  margin-left: 24px;
  padding: 0;
}
.listing-custom li {
  margin: 8px 0;
  position: relative;
}
.listing-custom li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_131_201%29%27%3E%3Cpath d=%27M0.545898 7.84061C2.77559 10.2531 4.93746 12.425 7.01559 15.1719C9.27496 10.6781 11.5875 6.16874 15.4031 1.2853L14.375 0.814362C11.1531 4.23124 8.64996 7.46561 6.47496 11.3094C4.96246 9.94686 2.51809 8.01874 1.02559 7.02811L0.545898 7.84061Z%27 fill=%27%235A7C30%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_131_201%27%3E%3Crect width=%2716%27 height=%2716%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 8px;
  transition: all 0.15s ease-in-out;
}

.reviews-archive {
  margin-top: 24px;
}

.review-stars {
  margin: 0;
  padding: 0;
}

.review-stars li {
  margin-right: 4px;
}

.review-stars li.selected {
  color: #faa719;
}

.in-review-box {
  background: #f7f7f7;
  height: 100%;
  padding: 12px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-top: 24px;
}
.in-review-box:first-child {
  margin-top: 0;
}

.testimonial-rating-reviews__wrap {
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .testimonial-rating-reviews__wrap {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
}

.in-review {
  margin-bottom: 12px;
  position: relative;
}

.in-review .in-review-img {
  background: #fff;
  min-width: 56px;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  overflow: hidden;
  -ms-flex-basis: 56px;
  -ms-flex-preferred-size: 56px;
  flex-basis: 56px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.in-review-details {
  margin-top: 4px;
}

.review-client-choice {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
}

.in-review-box .review-client-choice {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
}

.review-client-choice.website {
  display: none;
}

.review-client-choice.tripadvisor {
  background: #00B67A;
  color: #fff;
}

.review-client-choice.google {
  background: #ea4335;
  color: #fff;
}

.review-client-choice.trustpilot {
  background: #ffd90e;
  color: #000;
}

.in-review-rate {
  margin: 0;
  padding: 0;
}

.in-review-rate li.selected {
  color: #faa719;
}

.in-review-rate li {
  font-size: 12px;
  margin-right: 5px;
  color: #9b9b9b;
}

.in-review-details p {
  color: #14284d;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 16px;
}

.client-review .client {
  display: flex;
  gap: 12px;
}
.client-review .client .client-img {
  height: 60px;
  width: 60px;
}

#stickyCustom {
  position: sticky;
  background: #fff;
  top: 0;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
#stickyCustom.visible {
  opacity: 1;
  visibility: visible;
  display: block;
}
#stickyCustom .topbar-lists {
  margin: 0;
  padding: 0;
}
#stickyCustom .topbar-lists li a {
  padding: 10px;
  color: var(--primary-color);
  text-decoration: navajowhite;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 767px), print {
  #stickyCustom .topbar-lists li a {
    padding: 16px;
    font-size: 18px;
  }
}
#stickyCustom .topbar-lists li.active a {
  background-color: var(--primary-color);
  color: #fff;
}

.wave-container {
  height: 60px;
  background: #2E4019;
  background-color: #2E4019;
  position: relative;
}
.wave-container:before {
  content: "";
  width: 100%;
  height: 61px;
  position: absolute;
  bottom: -60px;
  left: 0;
  background-size: auto;
  background-repeat: repeat no-repeat;
  background-position: 47vw bottom;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox=%270 0 1200  80%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M0 59L50 55C100 51 200 44 300 30C400 15 500 -6 600 1C700 8 800 44 900 59C1000 73 1100 66 1150 62L1200 59V80H1150C1100 80 1000 80 900 80C800 80 700 80 600 80C500 80 400 80 300 80C200 80 100 80 50 80H0V59Z%27 fill=%27%23f4f4f4%27/></svg>");
}
.wave-container:first-child {
  transform: rotate(180deg);
}

@media (max-width: 850px) {
  .wave-container::before {
    height: 10px;
  }
}
.contact-page {
  background: #f4f4f4;
}
.contact-page__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .contact-page__wrapper {
    flex-direction: column;
    gap: 48px;
  }
}
.contact-page__left {
  width: 100%;
}
.contact-page__right {
  width: 100%;
}
.contact-page-addresses {
  padding: 24px;
  background: #fff;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .contact-page-addresses {
    flex-direction: row;
    gap: 48px;
  }
}
.contact-page-addresses .address-item {
  display: flex;
  gap: 12px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}
@media screen and (min-width: 767px), print {
  .contact-page-addresses .address-item {
    border-left: 1px solid #ddd;
    border-bottom: none;
    padding-left: 48px;
    width: calc((100% - 96px) / 3);
    padding-bottom: 0;
  }
}
.contact-page-addresses .address-item:first-child {
  width: 100%;
  padding-left: 0;
  border-left: none;
}
@media screen and (min-width: 767px), print {
  .contact-page-addresses .address-item:first-child {
    width: calc(40% - 48px);
  }
}
.contact-page-addresses .address-item:first-child {
  padding-top: 0;
  border-top: none;
}
.contact-page-addresses .address-item p {
  margin: 0;
  margin-top: 6px;
}
.contact-page-addresses .address-item h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 6px 0;
}
.contact-page-addresses .address-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-top: 10px;
}

.contact-map-form {
  margin-bottom: 24px;
}

.contact-map-form__wrapper {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .contact-map-form__wrapper {
    flex-direction: row;
    gap: 48px;
  }
}
.contact-map-form__wrapper .contact--form,
.contact-map-form__wrapper .contact-map {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .contact-map-form__wrapper .contact--form,
  .contact-map-form__wrapper .contact-map {
    width: calc((100% - 48px) / 2);
  }
}

.about-page {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .about-page-top__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 48px;
  }
}
.about-page-top__img {
  aspect-ratio: 4/3;
}
.about-page-top__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-page-top__left {
  position: relative;
  display: flex;
  gap: 12px;
}
.about-page-top__right {
  margin-top: 16px;
}
@media screen and (min-width: 767px), print {
  .about-page-top__right {
    margin-top: 0;
  }
}
.about-page-top__right .section-title {
  text-align: start;
}
@media screen and (min-width: 1024px) {
  .about-page-top__left, .about-page-top__right {
    width: calc((100% - 48px) / 2);
  }
}
.about-page-top-btn {
  margin-top: 24px;
}

#tourItineraryAccordion {
  margin-top: 16px;
}
@media screen and (min-width: 767px), print {
  #tourItineraryAccordion {
    margin-top: 0;
  }
}

.table-container {
  overflow-x: scroll;
}

.single-tour-banner-review__wrap {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.single-tour-banner-review__wrap .tour-card__icon--star {
  fill: orange;
}

.single-package-find-date {
  margin-bottom: 24px;
}
@media screen and (min-width: 767px), print {
  .single-package-find-date {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.single-package-find-date .search-fields {
  display: flex;
  gap: 12px;
  align-items: end;
}
.single-package-find-date .search-fields select {
  padding: 9px;
  border-radius: 5px;
  appearance: auto;
  background: transparent;
  outline: 0;
  border: 1px solid #acacac;
  color: #5b5b5b;
}

.review-form .star-rating .star svg {
  fill: #d3d3d3;
}

.review-form .star-rating .star.rated svg {
  fill: #ff5316;
}

.single-trips-featured-package-section {
  margin: 24px 0;
}
.single-trips-featured-package-section .single-tour-section-title {
  margin-bottom: 0;
}
.single-trips-featured-package-section .tour-cards__wrapper {
  margin-top: 24px;
}

.package-socialshare-wrap {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #292929;
}

.blog-single-image img {
  width: 100%;
  aspect-ratio: 20/9;
  border-radius: 25px;
  object-fit: cover;
}

.single-blog ul,
.about-page ul,
.main-content__wrapper ul {
  margin-left: 24px;
  padding: 0;
}
.single-blog ul li,
.about-page ul li,
.main-content__wrapper ul li {
  margin: 8px 0;
  position: relative;
}
.single-blog ul li:before,
.about-page ul li:before,
.main-content__wrapper ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_131_201%29%27%3E%3Cpath d=%27M0.545898 7.84061C2.77559 10.2531 4.93746 12.425 7.01559 15.1719C9.27496 10.6781 11.5875 6.16874 15.4031 1.2853L14.375 0.814362C11.1531 4.23124 8.64996 7.46561 6.47496 11.3094C4.96246 9.94686 2.51809 8.01874 1.02559 7.02811L0.545898 7.84061Z%27 fill=%27%235A7C30%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_131_201%27%3E%3Crect width=%2716%27 height=%2716%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 4px;
  transition: all 0.15s ease-in-out;
}

.about-template__main {
  margin-top: 24px;
}
@media screen and (min-width: 767px), print {
  .about-template__main {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .about-template__img {
    height: 450px;
  }
}
.about-template__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-template-why {
  margin-top: 48px;
}
@media screen and (min-width: 767px), print {
  .about-template-why__wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
}
.about-template-why-item {
  padding: 16px;
  background: #f2f2f2;
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}
.about-template-why-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 767px), print {
  .about-template-why-item {
    margin-top: 0;
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .about-template-why-item {
    width: calc((100% - 48px) / 3);
  }
}
.about-template-why-item__img {
  width: 60px;
  border-radius: 4px;
  height: 60px;
  background: rgba(37, 63, 114, 0.1098039216);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-template-why-item__content {
  width: calc(100% - 60px);
}
.about-template-why-item__title {
  font-size: 22px;
}

.contact-template__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 767px), print {
  .contact-template__wrapper {
    display: flex;
    gap: 48px;
    margin-top: 48px;
  }
}
@media screen and (min-width: 767px), print {
  .contact-template__left {
    width: calc((100% - 48px) / 2);
  }
}
.contact-template__left h2 {
  font-size: 30px;
  border-bottom: 1px solid #e2e6ec;
  padding-bottom: 12px;
  font-weight: 700;
  color: #121212;
}
.contact-template__right {
  padding: 16px 24px;
  border: 1px solid #e2e6ec;
}
@media screen and (min-width: 767px), print {
  .contact-template__right {
    width: calc((100% - 48px) / 2);
  }
}
.contact-template-item {
  padding: 20px 0;
  border-bottom: 1px solid #e2e6ec;
}
.contact-template-item-title {
  margin-bottom: 8px;
  font-size: 20px;
  color: #545454;
  font-weight: 600;
}
.contact-template-item-ans {
  font-size: 22px;
  color: #253f72;
}
@media screen and (min-width: 767px), print {
  .contact-template-item-ans {
    font-size: 26px;
  }
}
.contact-template-item-ans__wrapper {
  display: flex;
  gap: 8px;
  align-items: start;
}
.contact-template-item-ans__wrapper svg {
  min-width: 28px;
  height: 28px;
  display: block;
  margin-top: 5px;
}

.small-headings h2,
.single-tour-main-content__wrapper h2,
#single-tour-information h2,
.single-blog h2 {
  font-size: 28px;
  line-height: 1.5;
}
.small-headings h3,
.single-tour-main-content__wrapper h3,
#single-tour-information h3,
.single-blog h3 {
  font-size: 26px;
  line-height: 1.5;
}
.small-headings h4,
.single-tour-main-content__wrapper h4,
#single-tour-information h4,
.single-blog h4 {
  font-size: 24px;
}
.small-headings h5,
.single-tour-main-content__wrapper h5,
#single-tour-information h5,
.single-blog h5 {
  font-size: 22px;
}
.small-headings h6,
.single-tour-main-content__wrapper h6,
#single-tour-information h6,
.single-blog h6 {
  font-size: 20px;
}

#single-tour-overview,
.single-tour-highlights,
#include-exclude,
#single-tour-facts,
#map-wrap,
#single-tour-itinerary,
#single-tour-information,
#faq-wrap,
#depaturedate,
#single-trips-reviews,
.singlepackagesidebar-contact,
.sidebar-price-wrap,
#new-reviewbtn,
#tripgalleryvideo,
.sidebar-enquiry,
.contact--form,
.note__wrapper {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 12px;
  margin-top: 20px;
}

.contact--form {
  margin-top: 0;
}

#single-tour-overview ul,
#single-tour-information ul,
#faq-acc ul {
  margin-left: 24px;
  padding: 0;
}
#single-tour-overview ul li,
#single-tour-information ul li,
#faq-acc ul li {
  margin: 8px 0;
  position: relative;
}
#single-tour-overview ul li:before,
#single-tour-information ul li:before,
#faq-acc ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_131_201%29%27%3E%3Cpath d=%27M0.545898 7.84061C2.77559 10.2531 4.93746 12.425 7.01559 15.1719C9.27496 10.6781 11.5875 6.16874 15.4031 1.2853L14.375 0.814362C11.1531 4.23124 8.64996 7.46561 6.47496 11.3094C4.96246 9.94686 2.51809 8.01874 1.02559 7.02811L0.545898 7.84061Z%27 fill=%27%235A7C30%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_131_201%27%3E%3Crect width=%2716%27 height=%2716%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 5px;
  transition: all 0.15s ease-in-out;
}

.single-package .site {
  background: #f4f4f4;
}

.sidebar-price-wrap {
  margin-top: 0;
}

.right-bar .single-tour-section-title:first-child {
  margin-bottom: 0;
}
.right-bar .sidebar-enquiry {
  margin-top: 0;
}
.right-bar .singlepackagesidebar-contact .single-tour-section-title {
  margin-bottom: 24px;
}

.site, .inner {
  background: #f4f4f4;
}

.note__wrapper {
  display: flex;
  gap: 12px;
  padding: 20px 12px;
  background: rgba(90, 124, 48, 0.1098039216);
  border: none;
}

.error-404 {
  padding: 100px 0;
  text-align: center;
  height: 80vh;
  align-content: center;
}
.error-404 .text404 {
  margin: 24px 0;
  display: block;
}
.error-404 .large-404 {
  font-style: normal;
  font-weight: 800;
  font-size: 8rem;
  color: var(--primary-color);
  line-height: 1;
}
.error-404 h2 {
  font-size: 60px;
  margin-bottom: 16px;
}

.banner__slider {
  position: relative;
}
.banner__slider .slick-dots {
  bottom: 30px !important;
}
.banner-content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner__wrapper {
  position: relative;
}
@media screen and (min-width: 1199px) {
  .banner__img {
    height: 550px;
  }
}
@media screen and (min-width: 1440px) {
  .banner__img {
    height: 750px;
  }
}
.banner__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner__title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (min-width: 767px), print {
  .banner__title {
    font-size: 54px;
    line-height: 1.5;
  }
}
.banner__desc {
  color: #fff;
  text-align: center;
  margin: 12px 0 20px;
}
.banner-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.banner__img {
  position: relative;
  height: 340px;
}
@media screen and (min-width: 767px), print {
  .banner__img {
    height: 550px;
  }
}
@media screen and (min-width: 1199px) {
  .banner__img {
    height: 650px;
  }
}
@media screen and (min-width: 1440px) {
  .banner__img {
    height: 750px;
  }
}
.banner__img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px), print {
  .banner-content {
    width: 70%;
  }
}
@media screen and (min-width: 1199px) {
  .banner-content {
    width: 60%;
    top: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .banner-content {
    width: 50%;
  }
}

.click-icon {
  animation: floatIcon 2s ease-in-out infinite;
  margin-bottom: 24px;
  width: 20px;
}
@media screen and (min-width: 767px), print {
  .click-icon {
    margin-bottom: 48px;
    width: auto;
  }
}

@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.blog {
  background: #ECECEC;
}
.blog__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 24px;
  margin-top: 60px;
}
@media screen and (min-width: 767px), print {
  .blog__wrapper {
    gap: 48px;
  }
}
.blog__wrapper .cards {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .blog__wrapper .cards {
    width: calc(50% - 48px);
  }
}
.blog__wrapper .cards:hover {
  transform: translateY(-5px);
}
.blog__wrapper .cards .card__img {
  aspect-ratio: 16/9;
  max-width: 35%;
}
.blog__wrapper .cards .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__wrapper .cards .card__content {
  padding: 1rem;
}
.blog__wrapper .cards .card__content h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
}
.blog__wrapper .cards .card__content h3 a {
  color: #292929;
  text-decoration: none;
}
.blog__wrapper .cards .card__content p {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.blog__wrapper .cards .card__content p a {
  color: #444;
  text-decoration: underline;
  font-weight: 500;
}
.blog__wrapper .cards .card__content span {
  font-size: 0.85rem;
  color: #666;
}

.view-more__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.tour-card {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
}
@media screen and (min-width: 767px), print {
  .tour-card {
    width: calc((100% - 48px) / 2);
  }
}
@media screen and (min-width: 1199px) {
  .tour-card {
    width: calc((100% - 96px) / 3);
  }
}
.tour-card:hover a {
  color: var(--primary-color);
}
.tour-card a {
  text-decoration: none;
}
.tour-card__wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .tour-card__wrapper {
    margin-top: 60px;
    gap: 48px;
    flex-direction: row;
  }
}
.tour-card__image {
  aspect-ratio: 3/2;
}
.tour-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tour-card__content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tour-card__title {
  font-size: 20px;
  margin: 0;
}
.tour-card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-card__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour-card__icon {
  color: #515151;
  height: 14px;
}
.tour-card__icon--star {
  fill: var(--primary-color);
  height: 20px;
  width: 20px;
}
.tour-card__rating {
  display: flex;
  align-items: center;
}
.tour-card__rating span {
  color: #515151;
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
}
.tour-card__rating span strong {
  font-size: 18px;
  color: var(--primary-color);
}
.tour-card__duration {
  color: #515151;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tour-card__price-text {
  font-size: 14px;
  color: #292929;
}
.tour-card__price-value {
  color: var(--primary-color);
}

.reviews__wrapper {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .reviews__wrapper {
    flex-direction: row;
  }
}
.reviews__wrapper .section-top {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 767px), print {
  .reviews__wrapper .section-top {
    width: calc(33.33% - 16px);
  }
}
.reviews__wrapper .section-top .section-title {
  text-align: left;
}
.reviews__wrapper .section-top p {
  text-align: left;
}
.reviews__cards {
  width: 100%;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .reviews__cards {
    flex-direction: row;
    width: calc(66.66% - 16px);
  }
}
.reviews__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
}
@media screen and (min-width: 767px), print {
  .reviews__card {
    width: calc(50% - 16px);
  }
}
.reviews__card .review-stars li i {
  color: var(--primary-color);
}
.reviews__card-quotes {
  width: max-content;
  position: absolute;
  right: 20px;
  top: -22px;
}
.reviews__card-title {
  font-size: 20px;
  margin: 0;
}
.reviews__card-desc p {
  margin: 0;
}
.reviews__card-author {
  display: flex;
  gap: 12px;
}
.reviews__card-author-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__card-author-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.reviews__card-author-name {
  font-size: 20px;
  margin: 0;
}
.reviews__card-author-country {
  font-size: 12px;
  margin: 0;
}

.speak-to-expert__wrapper {
  margin-bottom: 32px;
}
.speak-to-expert-card {
  display: flex;
  gap: 24px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 24px;
  background: #fbfbfb;
  margin-top: 24px;
}
@media screen and (min-width: 767px), print {
  .speak-to-expert-card {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
}
.speak-to-expert-card__img {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .speak-to-expert-card__img {
    width: calc(30% - 12px);
  }
}
.speak-to-expert-card__img img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
.speak-to-expert-card__content {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .speak-to-expert-card__content {
    width: calc(70% - 12px);
  }
}
.speak-to-expert-card__content ul {
  margin-bottom: 24px;
  margin-left: 0;
  padding: 0;
}
.speak-to-expert-card__content ul li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 6px;
}
.speak-to-expert-card__content ul li:first-child {
  margin-top: 0;
}
.speak-to-expert-card__content ul li i {
  color: var(--primary-color);
}
.speak-to-expert-card___name {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.speak-to-expert-card___name-wrap {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
  align-items: end;
}
.speak-to-expert-card__phone, .speak-to-expert-card__email {
  margin: 0;
}
.speak-to-expert-card__phone a, .speak-to-expert-card__email a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.footer-logo {
  max-width: 90px;
  margin-bottom: 24px;
}
.footer__wrapper {
  background: #2E4019;
  border-radius: 100px 100px 0 0;
  padding: 60px 48px 32px 48px;
}
.footer-top {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: start;
  margin-bottom: 24px;
}
@media screen and (min-width: 767px), print {
  .footer-top {
    gap: 48px;
    flex-direction: row;
    margin-bottom: 48px;
  }
}
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 767px), print {
  .footer-bottom {
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
  }
}
.footer-bottom p {
  color: #fff;
}
.footer-bottom p a {
  color: #fff;
  text-decoration: underline;
}
.footer-column {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .footer-column {
    width: calc((66% - 96px) / 3);
  }
}
.footer-column:first-child {
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .footer-column:first-child {
    width: calc(34% - 48px);
  }
}
.footer-column-title {
  color: #fff;
}
.footer-contact-addresses {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 4px;
}
.footer-contact-addresses:first-child {
  margin-top: 0;
}
.footer-contact-addresses p {
  margin: 0;
  color: #fff;
}
.footer-contact-addresses a {
  color: #fff;
}
.footer-middle {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 767px), print {
  .footer-middle {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-middle__right, .footer-middle__left {
  display: flex;
  gap: 12px;
  align-items: start;
  flex-direction: column;
}
@media screen and (min-width: 767px), print {
  .footer-middle__right, .footer-middle__left {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
}
.footer-middle__right h5, .footer-middle__left h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.footer-middle ul {
  margin: 0;
  padding: 0;
}
.footer-middle ul li {
  margin: 0 4px 0;
}
.footer-middle ul li img {
  width: 20px;
}
.footer-middle ul li svg path {
  fill: #fff;
}
.footer-middle .associates__wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-middle .associates__img {
  aspect-ratio: 1/1;
  width: 40px;
}
.footer-middle .associates__img img {
  border-radius: 8px;
}
.footer-item__wrapper {
  margin: 0;
  padding: 0;
  margin-top: 8px;
}
@media screen and (min-width: 767px), print {
  .footer-item__wrapper {
    margin-top: 16px;
  }
}
.footer-item__wrapper li {
  margin-top: 8px;
}
@media screen and (min-width: 767px), print {
  .footer-item__wrapper li {
    margin-top: 12px;
  }
}
.footer-item__wrapper li:first-child {
  margin-top: 0;
}
.footer-item__wrapper li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.footer-item__wrapper li a:hover {
  padding-left: 8px;
}

header {
  padding: 12px 0;
  background: #fff;
}

.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 767px), print {
  .site-header-button {
    margin-left: 24px;
  }
}
.site-header-button a {
  width: max-content;
  color: var(--primary-color);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 6px;
  text-decoration: none;
}

.site-branding {
  max-width: 80px;
}

.header-topbar {
  background-color: var(--primary-color);
  padding: 8px 0;
}
.header-topbar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-topbar__wrapper {
    flex-direction: column;
    gap: 12px;
  }
}
.header-topbar__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .header-topbar__left {
    gap: 12px;
    justify-content: center;
  }
}
.header-topbar__right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-topbar__right a {
  color: #fff;
}
.header-topbar__right a:hover {
  opacity: 0.8;
}
.header-topbar-item {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .header-topbar-item {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
.header-topbar-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.header-topbar-item p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.header-topbar-item p span {
  font-weight: 400;
}

.nav__wrapper {
  display: none;
}
@media screen and (min-width: 767px), print {
  .nav__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.navigation {
  width: 100%;
  align-content: center;
}

.menu-toggle {
  display: block;
}
@media screen and (min-width: 767px), print {
  .menu-toggle {
    display: none;
  }
}

.site-header .desktop-navigation #primary-menu {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.site-header .desktop-navigation #primary-menu .menu-item:hover > .sub-menu {
  display: block !important;
}
.site-header .desktop-navigation #primary-menu .menu-item .current-menu-parent a {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item .current-menu-parent .menu-item a {
  color: #515151;
}
.site-header .desktop-navigation #primary-menu .menu-item a {
  padding: 20px 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: var(--paragraph-color);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.site-header .desktop-navigation #primary-menu .menu-item a[aria-current=page] {
  color: var(--primary-color) !important;
}
.site-header .desktop-navigation #primary-menu .menu-item a:hover {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children {
  position: relative;
  white-space: nowrap;
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L6 6L10 2%27 stroke=%27%23232A40%27 stroke-width=%271.5%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children.current-menu-ancestor ul li a[aria-current=page] {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children.current-menu-ancestor:hover > a {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children.current-menu-ancestor:hover ul li a {
  transition: 0.3s all ease-in-out;
  color: var(--paragraph-color);
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children.current-menu-ancestor:hover ul li a:hover {
  color: var(--primary-color);
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
}
.site-header .desktop-navigation #primary-menu .menu-item-has-children .sub-menu .menu-item-has-children:after {
  position: absolute;
  transform: rotate(-90deg) translateY(-50%);
  top: 36%;
  right: -11px;
  margin-bottom: 0;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.04);
  top: 100%;
  left: 0;
  width: max-content;
  padding: 0 12px;
  z-index: 9999;
  background: #fff;
  margin: 0;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu li {
  border-bottom: 1px solid #eee;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu li:last-child {
  border-bottom: none;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu a {
  width: 100%;
  padding: 8px;
  min-width: 180px;
}
.site-header .desktop-navigation #primary-menu .menu-item .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 767px) {
  .site-header__wrapper .site-header-button {
    display: none;
  }
}

.mobile-nav {
  transform: translateX(100%);
  transition: 0.3s all ease-in-out;
  position: fixed;
  height: 100vh;
  width: 100%;
  padding: 24px 0;
  background: #fff;
  visibility: hidden;
  top: 0;
}
.mobile-nav--active {
  visibility: visible;
  display: block;
  width: 100vw;
  left: 0;
  z-index: 999;
  transform: translateX(0%);
}
.mobile-nav .site-header-button {
  padding: 24px;
}
@media screen and (min-width: 767px), print {
  .mobile-nav .site-header-button {
    display: none;
    padding: 0;
  }
}
.mobile-nav .menu-item a {
  padding: 10px 24px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: var(--paragraph-color);
}
.mobile-nav .menu-item a:after {
  display: none;
}
.mobile-nav .menu-item-has-children a {
  position: relative;
}
.mobile-nav .menu-item-has-children a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 2L6 6L10 2%27 stroke=%27%23232A40%27 stroke-width=%271.5%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  height: 8px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translatey(-50%);
}
.mobile-nav .menu-item .sub-menu {
  width: 100%;
  z-index: 9999;
  display: none;
}
.mobile-nav .menu-item .sub-menu--active {
  display: block;
}
.mobile-nav .menu-item .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-nav .menu-item .sub-menu li.menu-item-has-children a:after {
  display: block;
}
.mobile-nav .menu-item .sub-menu li.menu-item-has-children .menu-item a:after {
  display: none;
}
.mobile-nav .menu-item .sub-menu a {
  width: 100%;
}
.mobile-nav .menu-item .sub-menu a:after {
  display: none;
}
.mobile-nav #mobile-primary-menu {
  margin: 0;
}

.menu-toggle {
  display: block;
}
@media screen and (min-width: 767px), print {
  .menu-toggle {
    display: none;
  }
}

button.toggle-btn {
  background: none;
  padding: 0;
  display: block;
  margin-left: 15px;
}
@media screen and (min-width: 767px), print {
  button.toggle-btn {
    display: none;
  }
}
button.toggle-btn:after {
  display: none;
}
button.toggle-btn .hamburger {
  height: 2px;
  width: 28px;
  border-radius: 4px;
  background-color: var(--primary-color);
  display: block;
}
button.toggle-btn .hamburger:last-child {
  margin-top: 8px;
}
button.toggle-btn .hamburger:first-child {
  margin-bottom: 8px;
}

#mobile-navigation {
  padding-top: 40px;
}
#mobile-navigation .menu li.menu-item-has-children .sub-menu {
  margin-left: 8px;
}
#mobile-navigation ul {
  padding: 0;
}

button.btn-close {
  background: none;
  padding: 0;
  display: block;
  position: fixed;
  right: 20px;
  padding: 12px;
}
button.btn-close:after {
  display: none;
}
button.btn-close .hamburger {
  height: 2px;
  width: 28px;
  border-radius: 4px;
  background-color: var(--primary-color);
  display: block;
}
button.btn-close .hamburger:last-child {
  transform: rotate(-45deg);
}
button.btn-close .hamburger:first-child {
  transform: rotate(45deg);
}

.travel-guide-categories:nth-child(even) {
  background-color: #fff;
}

.taxonomy-banner-image {
  height: 300px;
  position: relative;
}
.taxonomy-banner-image:before {
  background-color: #000000;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.taxonomy-banner-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.taxonomy-banner-heading {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.taxonomy-banner-heading h1 {
  color: #fff;
}
.taxonomy__description {
  margin-top: 32px;
}

.single-travel-guide h1, .single-travel-guide h2, .single-travel-guide h3, .single-travel-guide h4, .single-travel-guide h5, .single-travel-guide h6 {
  margin-bottom: 16px;
  line-height: 1.2;
}
.single-travel-guide__wrapper {
  display: flex;
  gap: 48px;
  margin-top: 48px;
}
.single-travel-guide__left {
  width: calc(70% - 24px);
}
.single-travel-guide__sidebar {
  width: calc(30% - 24px);
}
.single-travel-guide__featuredImg {
  border-radius: 25px;
  margin-bottom: 24px;
}
.single-travel-guide .section__title {
  text-align: left;
  font-size: 24px;
  margin-bottom: 24px;
}
.single-travel-guide .featured-travel-guide {
  margin: 48px 0;
}
.single-travel-guide .sidebar-travel-guide__forms {
  padding: 25px;
  border-radius: 25px;
  background: #203ca1;
  color: #fff;
  position: sticky;
  top: 20px;
}
.single-travel-guide .sidebar-travel-guide__forms .wpforms-field-label {
  color: #fff;
}
.single-travel-guide .sidebar-travel-guide__forms .wpforms-container-full {
  margin: 0;
}
.single-travel-guide .sidebar-travel-guide__forms--title {
  color: #fff;
}
.single-travel-guide ul li {
  padding: 6px 0 6px 24px;
  position: relative;
}
.single-travel-guide ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.27268 4.18866C6.8818 3.61844 6.23535 3.33333 5.33335 3.33333C3.98002 3.33333 1.66668 4.99166 1.66668 6.48733L1.66668 10.314C1.66668 11.7773 2.95002 12.6667 3.98002 12.6667H8.33002C8.59523 12.6667 8.84959 12.5613 9.03712 12.3738C9.22466 12.1862 9.33002 11.9319 9.33002 11.6667V11.6633C9.33002 11.399 9.22501 11.1455 9.0381 10.9586C8.85119 10.7717 8.59768 10.6667 8.33335 10.6667%27 stroke=%27%23203CA1%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M6.51835 4.66032L13.3317 4.66032C13.4631 4.66046 13.5932 4.68648 13.7145 4.73692C13.8359 4.78736 13.9461 4.86122 14.0389 4.95428C14.1316 5.04734 14.2052 5.15777 14.2552 5.27926C14.3053 5.40075 14.3309 5.53092 14.3307 5.66232C14.33 5.92837 14.2238 6.18328 14.0354 6.37113C13.847 6.55897 13.5917 6.66441 13.3257 6.66432L8.13602 6.66432%27 stroke=%27%23203CA1%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M8.33069 6.66432H9.66136C9.92342 6.67107 10.1725 6.77992 10.3554 6.96766C10.5384 7.15539 10.6408 7.40717 10.6408 7.66932C10.6408 7.93147 10.5384 8.18325 10.3554 8.37099C10.1725 8.55873 9.92342 8.66757 9.66136 8.67432H8.33069%27 stroke=%27%23203CA1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M8.428 8.66666H9.33234C9.59755 8.66666 9.85191 8.77201 10.0394 8.95955C10.227 9.14709 10.3323 9.40144 10.3323 9.66666C10.3323 9.93187 10.227 10.1862 10.0394 10.3738C9.85191 10.5613 9.59755 10.6667 9.33234 10.6667H8.33234%27 stroke=%27%23203CA1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  margin-right: 8px;
  background-size: contain;
  width: 20px;
  vertical-align: middle;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: -4px;
}
.single-travel-guide ul li ul li {
  padding: 6px 0 6px 20px;
  position: relative;
}
.single-travel-guide ul li ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.3413 8.4886C11.4785 8.35896 11.5555 8.18322 11.5555 7.99999C11.5555 7.81677 11.4785 7.64103 11.3413 7.51139L5.47993 1.97998C5.34256 1.8505 5.15634 1.77777 4.96218 1.77777C4.76803 1.77777 4.58181 1.8505 4.44443 1.97998L4.44443 14.02C4.58181 14.1495 4.76803 14.2222 4.96218 14.2222C5.15634 14.2222 5.34256 14.1495 5.47993 14.02L11.3413 8.4886Z%27 fill=%27%23203CA1%27/%3E%3C/svg%3E%0A");
  margin-right: 8px;
  background-size: contain;
  width: 19px;
  vertical-align: middle;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: -4px;
}

.single-news__wrapper ul li {
  padding: 6px 0 6px 24px;
  position: relative;
}
.single-news__wrapper ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.27268 4.18866C6.8818 3.61844 6.23535 3.33333 5.33335 3.33333C3.98002 3.33333 1.66668 4.99166 1.66668 6.48733L1.66668 10.314C1.66668 11.7773 2.95002 12.6667 3.98002 12.6667H8.33002C8.59523 12.6667 8.84959 12.5613 9.03712 12.3738C9.22466 12.1862 9.33002 11.9319 9.33002 11.6667V11.6633C9.33002 11.399 9.22501 11.1455 9.0381 10.9586C8.85119 10.7717 8.59768 10.6667 8.33335 10.6667%27 stroke=%27%23203CA1%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M6.51835 4.66032L13.3317 4.66032C13.4631 4.66046 13.5932 4.68648 13.7145 4.73692C13.8359 4.78736 13.9461 4.86122 14.0389 4.95428C14.1316 5.04734 14.2052 5.15777 14.2552 5.27926C14.3053 5.40075 14.3309 5.53092 14.3307 5.66232C14.33 5.92837 14.2238 6.18328 14.0354 6.37113C13.847 6.55897 13.5917 6.66441 13.3257 6.66432L8.13602 6.66432%27 stroke=%27%23203CA1%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M8.33069 6.66432H9.66136C9.92342 6.67107 10.1725 6.77992 10.3554 6.96766C10.5384 7.15539 10.6408 7.40717 10.6408 7.66932C10.6408 7.93147 10.5384 8.18325 10.3554 8.37099C10.1725 8.55873 9.92342 8.66757 9.66136 8.67432H8.33069%27 stroke=%27%23203CA1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M8.428 8.66666H9.33234C9.59755 8.66666 9.85191 8.77201 10.0394 8.95955C10.227 9.14709 10.3323 9.40144 10.3323 9.66666C10.3323 9.93187 10.227 10.1862 10.0394 10.3738C9.85191 10.5613 9.59755 10.6667 9.33234 10.6667H8.33234%27 stroke=%27%23203CA1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  margin-right: 8px;
  background-size: contain;
  width: 20px;
  vertical-align: middle;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: -4px;
}
.single-news__wrapper ul li ul li {
  padding: 6px 0 6px 20px;
  position: relative;
}
.single-news__wrapper ul li ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.3413 8.4886C11.4785 8.35896 11.5555 8.18322 11.5555 7.99999C11.5555 7.81677 11.4785 7.64103 11.3413 7.51139L5.47993 1.97998C5.34256 1.8505 5.15634 1.77777 4.96218 1.77777C4.76803 1.77777 4.58181 1.8505 4.44443 1.97998L4.44443 14.02C4.58181 14.1495 4.76803 14.2222 4.96218 14.2222C5.15634 14.2222 5.34256 14.1495 5.47993 14.02L11.3413 8.4886Z%27 fill=%27%23203CA1%27/%3E%3C/svg%3E%0A");
  margin-right: 8px;
  background-size: contain;
  width: 19px;
  vertical-align: middle;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: -4px;
}

.rank-math-breadcrmbs {
  position: absolute;
  left: 12px;
  bottom: 0px;
}

.testimonial {
  background: var(--primary-color);
}
@media screen and (min-width: 1024px) {
  .testimonial__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .testimonial__left {
    width: calc((100% - 48px) / 2);
  }
}
.testimonial__right {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .testimonial__right {
    margin-top: 0;
    width: calc((100% - 48px) / 2);
  }
}
.testimonial__right .section__title {
  color: #fff;
  text-align: start;
}
.testimonial__right .section__title:after {
  left: 0;
  transform: translateX(0);
  background: #fff;
}
.testimonial-review-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-reviews__wrap {
  position: relative;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .testimonial-reviews__wrap {
    margin-top: 48px;
  }
}
.testimonial-reviews-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-reviews__img {
  width: 60px;
  height: 60px;
}
.testimonial-reviews__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1000px;
}
.testimonial-reviews-content {
  margin-top: 16px;
  color: #fff;
}
.testimonial-reviews-person-name {
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.testimonial-reviews-person-name span {
  font-weight: 400;
  font-size: 14px;
}

.activities-card {
  position: relative;
  width: calc((100% - 96px) / 4);
  border-radius: 15px;
  overflow: hidden;
}
.activities-card:hover img {
  transform: scale(1.07);
}
.activities-card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .activities-card__wrapper {
    margin-top: 60px;
  }
}
.activities-card__wrapper .slick-slide {
  margin: 0 16px;
}
.activities-card__wrapper .slick-list {
  margin: 0 -16px;
}
.activities-card__img {
  position: relative;
  aspect-ratio: 2/3;
}
.activities-card__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.activities-card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
}
.activities-card__title {
  margin: 0;
  font-size: 22px;
  color: #fff;
  margin-top: 6px;
}
.activities-card__content {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
}
.activities-count {
  position: relative;
  width: max-content;
}
.activities-count span {
  display: block;
  padding: 7px;
  border-radius: 8px;
  background: var(--primary-color);
  line-height: 1;
  color: #fff;
}
.activities-count p {
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translatey(-50%);
  margin: 0;
  line-height: 1.1;
  padding: 2px 6px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 0 4px 4px 0;
  width: max-content;
}

.why-us {
  background: #2E4019;
}
.why-us .section-top {
  margin: 0;
  width: 100%;
  text-align: left;
}
.why-us .section-title,
.why-us p {
  color: #fff;
}
.why-us .section-title span,
.why-us p span {
  color: #fff;
}
.why-us h6 {
  color: #fff;
}
.why-us__wrapper {
  display: flex;
  gap: 48px;
  flex-direction: column;
  margin-top: 28px;
}
@media screen and (min-width: 767px), print {
  .why-us__wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 767px), print {
  .why-us__left {
    width: calc((100% - 48px) / 2);
  }
}
@media screen and (min-width: 767px), print {
  .why-us__right {
    width: calc((100% - 48px) / 2);
  }
}
.why-us__img {
  aspect-ratio: 4/3;
}
.why-us__img img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.why-us-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.why-us-item:first-child {
  margin-top: 0;
}
.why-us-item__img {
  width: 80px;
  height: 80px;
}
.why-us-item__content {
  width: calc(100% - 100px);
}
.why-us-item__content h6 {
  font-size: 20px;
  margin-bottom: 8px;
}
.why-us-item__content p {
  margin: 0;
}

body,
html {
  color: #515151 !important;
  background-color: #FDFDFD;
  font-size: 16px !important;
  margin: 0;
  scroll-behavior: smooth;
  font-family: var(--secondary-font) !important;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 125px;
}
@media screen and (min-width: 1199px) {
  body,
  html {
    font-size: 18px;
  }
}

body.custom-background-image .site, body.custom-background-color .site {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=main.css.map*/