@font-face {
  font-family: "fontello";
  src: "/assets/font/fontello-font/font/fontello.woff2" format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontawesome";
  src: "/assets/font/fontawesome/webfonts/fa-regular-400.woff2" format("truetype");
  font-display: swap;
}
/************************************/
/*****        01. General css         ****/
/************************************/
html {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body * {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

a:focus {
  text-decoration: none;
  outline: 0;
}

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

*:focus {
  outline: none;
}

figure.wp-block-image {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus {
  outline: none;
}

.section-padding-rl-0 {
  padding-right: 0;
  padding-left: 0;
}

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

.section-pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-pb-0-md {
    padding-bottom: 0;
  }
}

.d-none {
  display: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: unset;
  color: unset;
  opacity: unset;
  text-decoration: unset;
}

.wp-block-button .wp-block-button__link {
  transition: all 0.5s;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--button-text-secondary);
  border-color: var(--wp--preset--color--button-background-primary);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 0.5s;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--white-color);
  border-color: var(--wp--preset--color--button-background-primary);
}

.wp-block-buttons a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-buttons svg {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wp-block-buttons a,
.wp-block-buttons svg,
.wp-block-buttons path {
  transition: all 0.5s;
}

.subtitle-group {
  display: flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.subtitle-group .is-style-subtitles {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--subtitle);
  color: var(--wp--preset--color--subtitle-color);
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 500px;
  margin: 0;
  min-height: clamp(30px, 5vw, 36px);
  padding: 0 clamp(15px, 3vw, 15px);
  box-sizing: border-box;
}
.subtitle-group p.subtitle-icon {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
}
.subtitle-group p.subtitle-icon svg {
  width: clamp(30px, 5vw, 36px);
  height: clamp(30px, 5vw, 36px);
  fill: var(--wp--preset--color--secondary-background);
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 100%;
  padding: clamp(6px, 1vw, 8px);
  display: block;
  box-sizing: border-box;
}
.subtitle-group p.subtitle-icon svg path {
  fill: var(--wp--preset--color--secondary-background);
}

h1 strong,
h2 strong {
  background-color: var(--wp--preset--color--secondary-background);
  border-radius: 50px 0 50px 0;
  padding: 0px 12px;
  display: inline-block;
  font-weight: unset;
}

.global-button-secondary .wp-block-button__link {
  color: var(--wp--preset--color--button-text-secondary);
  background-color: var(--wp--preset--color--secondary-background);
  border: 1px solid var(--wp--preset--color--secondary-background);
}
.global-button-secondary .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--secondary-background);
  border-color: var(--wp--preset--color--secondary-background);
}
.global-button-secondary .wp-block-button__link:hover svg path {
  stroke: var(--wp--preset--color--secondary-background);
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Header Space Placeholder */
body {
  padding-top: 144px;
  transition: height 0.1s linear;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 129px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 128px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 130px;
  }
}
@media screen and (max-width: 727px) {
  body {
    padding-top: 157px;
  }
}
@media screen and (max-width: 608px) {
  body {
    padding-top: 183px;
  }
}
@media screen and (max-width: 575px) {
  body {
    padding-top: 178px;
  }
}
@media screen and (max-width: 498px) {
  body {
    padding-top: 193px;
  }
}

body.logged-in {
  padding-top: 142px;
}
@media screen and (max-width: 1199px) {
  body.logged-in {
    padding-top: 129px;
  }
}
@media screen and (max-width: 991px) {
  body.logged-in {
    padding-top: 128px;
  }
}
@media screen and (max-width: 767px) {
  body.logged-in {
    padding-top: 130px;
  }
}
@media screen and (max-width: 727px) {
  body.logged-in {
    padding-top: 157px;
  }
}
@media screen and (max-width: 608px) {
  body.logged-in {
    padding-top: 183px;
  }
}
@media screen and (max-width: 575px) {
  body.logged-in {
    padding-top: 178px;
  }
}
@media screen and (max-width: 498px) {
  body.logged-in {
    padding-top: 147px;
  }
}

.logged-in .header-space {
  margin-top: -32px;
}
@media screen and (max-width: 782px) {
  .logged-in .header-space {
    margin-top: -46px;
  }
}

.header {
  background: transparent;
  box-shadow: 0px 6px 64px 0px rgba(41, 65, 115, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  width: 100%;
  z-index: 100;
  transform: translateY(0);
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s ease, transform 0.4s ease;
  will-change: transform, box-shadow;
  box-shadow: 0px 4px 20px rgba(18, 18, 18, 0.08);
  background: var(--wp--preset--color--white-color);
  box-shadow: 0px 4px 20px rgba(18, 18, 18, 0.08);
}
.header.is-sticky {
  transform: translateY(0);
  animation: stickySlideDown 1s forwards;
}
.header.is-sticky .header__topbar {
  max-height: 0;
  margin: 0;
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  visibility: visible;
  transform: translateY(-20px);
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}
.header.is-sticky .header__topbar.is-hidden {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 24px;
  position: relative;
  z-index: 2;
  background: transparent;
  transition: padding 0.4s ease;
}
@media screen and (max-width: 575px) {
  .header__inner {
    padding-inline: var(--wp--preset--spacing--horizontal-padding);
  }
}
@media screen and (max-width: 1199px) {
  .header .wp-block-site-logo img {
    max-width: 230px;
  }
}
@media screen and (max-width: 575px) {
  .header .wp-block-site-logo img {
    max-width: 210px;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
@media screen and (min-width: 1400px) {
  .header__buttons {
    gap: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__buttons .wp-block-buttons {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header nav.header-desktop-menu {
    display: none;
  }
}
.header nav.header-desktop-menu ul.header-desktop-menu {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (min-width: 1400px) {
  .header nav.header-desktop-menu ul.header-desktop-menu {
    gap: 0 24px;
  }
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content {
  display: block;
  padding: 0 !important;
  color: var(--wp--preset--color--primary-heading);
  position: relative;
  text-decoration: none;
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  color: var(--wp--preset--color--primary-color);
  font-size: var(--wp--preset--font-size--description-sm);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 14px 0;
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1400px) {
  .header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 16px 0;
  }
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  color: var(--wp--preset--color--black-color);
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--black-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content:hover .wp-block-navigation-item__label::after,
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation-item__content:focus .wp-block-navigation-item__label::after {
  transform: scaleX(1);
}
.header nav.header-desktop-menu ul.header-desktop-menu li .wp-block-navigation__submenu-icon {
  width: 16px;
  height: 16px;
}
.header nav.header-desktop-menu ul.wp-block-navigation__submenu-container {
  border-radius: 16px;
  background: var(--wp--preset--color--white-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 250px !important;
  overflow: hidden !important;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  padding: 8px 20px;
  font-weight: 500;
  display: block;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 8px 24px;
  }
}
.header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li:first-of-type > a .wp-block-navigation-item__label {
  padding-top: 24px;
}
@media screen and (min-width: 1400px) {
  .header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li:first-of-type > a .wp-block-navigation-item__label {
    padding-top: 20px;
  }
}
.header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li:last-of-type > a .wp-block-navigation-item__label {
  padding-bottom: 24px;
}
@media screen and (min-width: 1400px) {
  .header nav.header-desktop-menu ul.wp-block-navigation__submenu-container li:last-of-type > a .wp-block-navigation-item__label {
    padding-bottom: 20px;
  }
}
.header .wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover > .wp-block-navigation__submenu-container {
  padding: 0;
}
.header .wp-block-navigation__submenu-container span::after {
  display: none;
}
.header__toggle-icon {
  display: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.header__toggle-icon svg {
  color: var(--wp--preset--color--primary-color);
  transition: color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .header__toggle-icon {
    display: block;
  }
}
.header .wp-block-button__link:hover svg path {
  stroke: var(--wp--preset--color--primary-color);
}

.desktop-header .header__topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px 36px;
  max-height: 120px;
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
  transform-origin: top;
  will-change: max-height, opacity, margin, transform;
  padding: 12px 0;
  position: relative;
}
.desktop-header .header__topbar ul.wp-block-navigation__container {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (min-width: 1400px) {
  .desktop-header .header__topbar ul.wp-block-navigation__container {
    gap: 0 24px;
  }
}
.desktop-header .header__topbar ul.wp-block-navigation__container li .wp-block-navigation-item__content {
  display: block;
  padding: 0 !important;
  color: var(--wp--preset--color--primary-heading);
}
.desktop-header .header__topbar ul.wp-block-navigation__container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  color: var(--wp--preset--color--primary-heading);
  font-size: var(--wp--preset--font-size--description-xs);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.desktop-header .header__topbar ul.wp-block-navigation__container li .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  color: var(--wp--preset--color--primary-color);
}
.desktop-header .header__topbar .header__topbar_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px 16px;
}
@media screen and (max-width: 991px) {
  .desktop-header .header__topbar .header__topbar_links {
    justify-content: start;
  }
}
.desktop-header .header__topbar .header__topbar_links p,
.desktop-header .header__topbar .header__topbar_links a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--wp--preset--color--white-color);
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 600;
  transition: color 0.3s ease;
}
.desktop-header .header__topbar .header__topbar_links a:hover {
  color: var(--wp--preset--color--secondary-background);
}
.desktop-header .header__topbar .header__topbar_links .is-style-subtitles {
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  .desktop-header .header__topbar .header__topbar_links .is-style-subtitles {
    margin-bottom: 2px;
  }
}
.desktop-header .header__topbar .header__topbar_links .is-style-button svg {
  transition: all 0.5s;
}
.desktop-header .header__topbar .header__topbar_links .is-style-button:hover svg {
  transform: translateX(2px);
}
.desktop-header .header__topbar .topbar-close-icon {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.desktop-header .header__topbar .topbar-close-icon svg {
  color: var(--wp--preset--color--white-color);
  transition: color 0.3s ease;
}
.desktop-header .header__topbar.is-hidden {
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  visibility: hidden;
}
.desktop-header .header__topbar.no-transition {
  transition: none !important;
}

/* Add this keyframe for better sticky entrance */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.mobile-header {
  position: fixed;
  top: 0;
  left: -100%;
  max-width: 450px;
  width: 100%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--wp--preset--color--secondary-background) 30%, var(--wp--preset--color--white-color)) 0%, var(--wp--preset--color--white-color) 100%);
  box-shadow: 4px 0 20px rgba(61, 117, 128, 0.15);
  z-index: 999999;
  height: 100vh;
  padding: 36px 24px;
  overflow-y: auto;
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-header.open {
  left: 0;
}
.mobile-header__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}
.mobile-header__inner_logo {
  display: flex;
  justify-content: center;
}
.mobile-header .wp-block-site-logo img {
  width: auto;
  height: auto;
  max-width: 230px;
  max-height: 40px;
  min-height: 58px;
}
.mobile-header .header-mobile-menu {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 16px;
  text-align: start;
  width: 100%;
}
.mobile-header .header-mobile-menu li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.mobile-header .header-mobile-menu li .wp-block-navigation-item__content {
  width: 100% !important;
  padding: 0 !important;
  display: block;
}
.mobile-header .header-mobile-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  color: var(--wp--preset--color--primary-heading);
  font-size: var(--wp--preset--font-size--description-sm);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 14px 0;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .mobile-header .header-mobile-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 16px 0;
  }
}
.mobile-header .header-mobile-menu li .wp-block-navigation-item__content .wp-block-navigation-item__label:hover {
  color: var(--wp--preset--color--primary-color);
}
.mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container {
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  height: 0;
  min-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
  border-left: 2px solid color-mix(in srgb, var(--wp--preset--color--primary-color) 10%, transparent);
  position: unset !important;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible !important;
  opacity: 1 !important;
}
.mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  padding: 6px 20px;
  font-weight: 500;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 6px 24px;
  }
}
.mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container:first-of-type > a .wp-block-navigation-item__label {
  padding-top: 9px;
}
.mobile-header .header-mobile-menu li.is-open ul.wp-block-navigation__submenu-container {
  visibility: visible;
  opacity: 1;
}
.mobile-header .mobile-header__close {
  position: absolute;
  right: -5px;
  top: -10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.mobile-header .mobile-header__close svg {
  color: var(--wp--preset--color--primary-color);
  transition: color 0.3s ease;
}
.mobile-header .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 16px;
  color: var(--wp--preset--color--primary-heading);
  top: 3px;
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}
.mobile-header .wp-block-navigation-item.open-on-click.is-open .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  transform: rotate(0deg);
}
.mobile-header .wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover > .wp-block-navigation__submenu-container {
  padding: 0;
}

.mobile-header__close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.mobile-header__close-overlay.visible {
  opacity: 1;
  z-index: 99999;
}

/*
 * Sticky Header Fix for Logged-In Users (Admin Bar Fix)
 * Ensures the sticky header sits below the WordPress admin bar.
 */
body.logged-in .wp-block-group.header.is-sticky {
  top: 32px !important;
}

@media screen and (max-width: 600px) {
  body.logged-in .wp-block-group.header.is-sticky {
    top: 0px !important;
  }
}
.home .header {
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transform: translateY(0);
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s ease, transform 0.4s ease;
  will-change: transform, box-shadow;
}
.home .header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1111;
  box-shadow: 0px 4px 20px rgba(18, 18, 18, 0.08);
  background: var(--wp--preset--color--white-color);
  transform: translateY(0);
}

.home .header:not(.is-sticky) .header__inner {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
body.logged-in .header {
  top: 32px;
}

@media (max-width: 782px) {
  body.logged-in .header {
    top: 46px;
  }
}
@media screen and (max-width: 575px) {
  .footer__top, .footer__trust, .footer__bottom {
    padding-inline: var(--wp--preset--spacing--horizontal-padding);
  }
}
.footer__top {
  padding-bottom: 19px;
}
.footer__logo,
.footer .components-placeholder {
  height: 70px;
  width: 282px;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F1F1F1;
}
@media screen and (max-width: 575px) {
  .footer__brand {
    padding-bottom: 18px;
  }
}
.footer__rating {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}
.footer__stars {
  display: flex;
}
.footer__stars img,
.footer__stars .components-placeholder,
.footer__stars figure {
  height: 21px;
  max-width: 95px;
}
.footer__google-logo {
  display: flex;
  height: 22px;
  width: 22px;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .footer__col {
    gap: 20px;
  }
}
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 1400px) {
  .footer .main-row {
    --bs-gutter-x: 74px;
  }
}
.footer .main-row {
  --bs-gutter-x: 48px;
}
@media screen and (max-width: 991px) {
  .footer .main-row {
    gap: 54px 0;
  }
}
@media screen and (max-width: 575px) {
  .footer .main-row {
    gap: 40px 0;
  }
}
.footer .inner-row {
  --bs-gutter-x: 32px;
}
@media screen and (max-width: 991px) {
  .footer .inner-row {
    --bs-gutter-x: 28px;
  }
}
@media screen and (max-width: 767px) {
  .footer .inner-row {
    gap: 34px 0;
  }
}
.footer .inner-row .footer__col {
  gap: 14px;
}
.footer__whatapp, .footer__payment, .footer__gurantee {
  display: flex;
  align-items: start;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .footer__whatapp, .footer__payment, .footer__gurantee {
    gap: 10px;
  }
}
.footer__whatapp .footer__trust-icon, .footer__payment .footer__trust-icon, .footer__gurantee .footer__trust-icon {
  height: 61px;
  width: 61px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(118, 210, 139, 0.1019607843);
}
@media screen and (max-width: 1199px) {
  .footer__whatapp .footer__trust-icon, .footer__payment .footer__trust-icon, .footer__gurantee .footer__trust-icon {
    height: 46px;
    width: 46px;
  }
}
@media screen and (max-width: 767px) {
  .footer__whatapp .footer__trust-icon, .footer__payment .footer__trust-icon, .footer__gurantee .footer__trust-icon {
    height: 40px;
    width: 40px;
  }
}
.footer__whatapp .footer__trust-icon img, .footer__payment .footer__trust-icon img, .footer__gurantee .footer__trust-icon img {
  height: 22px;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .footer__whatapp .footer__trust-icon img, .footer__payment .footer__trust-icon img, .footer__gurantee .footer__trust-icon img {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer__whatapp, .footer__payment, .footer__gurantee {
    flex-direction: column;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__whatapp, .footer__payment, .footer__gurantee {
    gap: 10px;
  }
}
.footer__gurantee {
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .footer__gurantee_wrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .footer__gurantee_wrapper {
    margin: unset;
  }
}
.footer__whatapp-number {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 575px) {
  .footer__trust-item--payment {
    order: 3;
  }
}
.footer__payment-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 575px) {
  .footer__payment-img {
    display: flex;
  }
}
.footer__payment-img figure {
  width: 56px;
  height: 39px;
  border: 2.45px solid #F7F7F7;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__payment-img img {
  height: auto !important;
  width: auto !important;
  min-width: 32px;
  max-width: 39px;
  min-height: 13px;
  max-height: 28px;
  aspect-ratio: auto !important;
}
@media screen and (max-width: 991px) {
  .footer .row.footer__trust {
    gap: 16px 0;
  }
}
@media screen and (max-width: 425px) {
  .footer__trust-item {
    width: 100%;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 16px 0;
}
@media screen and (max-width: 991px) {
  .footer__bottom {
    flex-wrap: wrap;
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer__bottom {
    padding: 16px var(--wp--preset--spacing--horizontal-padding);
  }
}
.footer__link-list .wp-block-navigation-item__label {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.footer__link-list .wp-block-navigation-item__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.footer__link-list .wp-block-navigation-item__content:hover .wp-block-navigation-item__label::after, .footer__link-list .wp-block-navigation-item__content:focus .wp-block-navigation-item__label::after {
  transform: scaleX(1);
}
.footer__bottom__link {
  display: flex;
  gap: 17px;
}
.footer__bottom__link p {
  border-right: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding-right: 17px;
}
.footer__bottom__link > :last-child {
  border-right: unset;
  padding-right: 0;
}
.footer__bottom__link a:hover {
  color: var(--wp--preset--color--secondary-background);
}
.footer__trust {
  padding: 32px 0 0 0;
  border-top: 1px solid rgba(209, 224, 219, 0.25);
}
@media screen and (max-width: 991px) {
  .footer__trust {
    padding-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .footer__trust {
    padding: 30px var(--wp--preset--spacing--horizontal-padding) 0 var(--wp--preset--spacing--horizontal-padding);
  }
}
.footer__social-media {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 575px) {
  .footer__social-media {
    margin-top: 0px;
  }
}
.footer__social-media .wp-block-social-links {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .footer__social-media .wp-block-social-links {
    gap: 10px;
  }
}
.footer .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer .wp-block-navigation__container a:hover {
  color: var(--wp--preset--color--primary-description);
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__bg {
  height: 336px;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1440px) {
  .footer__bg {
    height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__bg {
    height: 295px;
  }
}
@media screen and (max-width: 991px) {
  .footer__bg {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bg {
    height: 253px;
  }
}
@media screen and (max-width: 575px) {
  .footer__bg {
    height: 200px;
  }
}
@media screen and (max-width: 425px) {
  .footer__bg {
    height: 174px;
  }
}

@media screen and (max-width: 575px) {
  .footer__col--company {
    flex-direction: row;
  }
}
.footer__col--company .company__inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 991px) {
  .footer__col--company .company__inner {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .footer__col--company .company__inner {
    width: 50%;
  }
}

.rank-math-breadcrumb {
  margin-bottom: 6px;
}
.rank-math-breadcrumb p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.rank-math-breadcrumb p,
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.rank-math-breadcrumb a {
  color: var(--wp--preset--color--secondary-description);
}
.rank-math-breadcrumb span {
  color: var(--wp--preset--color--black-color);
}
.rank-math-breadcrumb span.last {
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .section-header br {
    display: none;
  }
}
.section-header .row {
  justify-content: center;
}
.section-header__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .section-header__heading {
    gap: 12px 0;
  }
}

@media screen and (max-width: 1199px) {
  .zigzag-section-header br {
    display: none;
  }
}
.zigzag-section-header .row {
  gap: 44px 0;
  --bs-gutter-x: 36px;
}
@media screen and (min-width: 1400px) {
  .zigzag-section-header .row {
    --bs-gutter-x: 100px;
  }
}
@media screen and (max-width: 991px) {
  .zigzag-section-header .row {
    gap: 16px 0;
  }
}
@media screen and (max-width: 575px) {
  .zigzag-section-header .row {
    gap: 12px 0;
  }
}
.zigzag-section-header__heading-left, .zigzag-section-header__heading-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: end;
}
@media screen and (max-width: 575px) {
  .zigzag-section-header__heading-left, .zigzag-section-header__heading-right {
    gap: 12px 0;
  }
}
.zigzag-section-header__heading-right {
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .zigzag-section-header__heading-right {
    align-items: flex-start;
  }
}

.logged-in .home-hero {
  padding-top: 100px;
}

.home-hero {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .home-hero {
    height: 96vh;
  }
}
@media screen and (max-width: 575px) {
  .home-hero {
    height: 85vh;
  }
}
.home-hero__content {
  position: relative;
  z-index: 2;
}
.home-hero__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.home-hero__subtitle img {
  height: auto;
  width: auto;
  min-width: 140px;
  max-width: 140px;
  min-height: 20px;
  max-height: 26px;
}
.home-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .home-hero__inner br {
    display: none;
  }
}
.home-hero .img-parallex {
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .home-hero .img-parallex {
    background-size: 100% 90% !important;
  }
}
@media screen and (max-width: 991px) {
  .home-hero .img-parallex {
    background-size: 100% 76vw !important;
  }
}
.home-hero .img-parallex img {
  width: 100%;
}
.home-hero__man-bg {
  position: absolute;
  bottom: 23px;
  width: 100%;
  display: flex;
  justify-content: center;
  will-change: transform;
  transition: transform 0.1s linear;
}
@media screen and (max-width: 575px) {
  .home-hero__man-bg {
    bottom: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .home-hero__man-bg img {
    height: 263px;
    width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .home-hero__man-bg img {
    height: 170px;
    width: 86px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1600px) {
  .home-hero__man-bg img {
    height: 256px;
    width: 125px;
  }
}

.road {
  position: relative;
  height: 250px;
}
@media screen and (max-width: 575px) {
  .road {
    height: 200;
  }
}
.road .bike {
  position: absolute;
  bottom: 37px;
  left: 0;
  transform: translateX(0);
  will-change: transform;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .road .bike img {
    height: auto;
    width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .road .bike img {
    height: auto;
    width: 390px;
  }
}
@media screen and (max-width: 575px) {
  .road .bike img {
    width: 300px;
  }
}

.company-statastic__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-statastic__card {
    gap: 8px;
  }
}
@media screen and (max-width: 425px) {
  .company-statastic__card {
    align-items: self-start;
    text-align: start;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 360px) {
  .company-statastic__card {
    align-items: center;
    padding: 10px 0;
  }
}
.company-statastic__card p {
  text-align: center;
}
@media screen and (max-width: 425px) {
  .company-statastic__card p {
    text-align: start;
  }
}
@media screen and (max-width: 360px) {
  .company-statastic__card p {
    text-align: center;
  }
}
.company-statastic__card h3 {
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company-statastic__card h3 {
    margin-top: 6px;
  }
}
@media screen and (max-width: 425px) {
  .company-statastic__card h3 {
    text-align: start;
  }
}
@media screen and (max-width: 360px) {
  .company-statastic__card h3 {
    text-align: center;
  }
}
.company-statastic__card::after {
  content: "";
  height: 100%;
  width: 2px;
  border-radius: 78px;
  position: absolute;
  right: 0;
  background: linear-gradient(180deg, rgba(140, 220, 190, 0) 0%, color-mix(in srgb, var(--wp--preset--color--secondary-background) 50%, transparent), rgba(140, 220, 190, 0) 100%);
  opacity: 0.6;
}
@media screen and (max-width: 360px) {
  .company-statastic__card::after {
    display: none;
  }
}
.company-statastic .col-lg-3:last-child .company-statastic__card::after {
  display: none;
}
@media screen and (max-width: 575px) {
  .company-statastic .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .company-statastic .col-sm-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .company-statastic .col-lg-3:nth-child(even) .company-statastic__card::after {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .company-statastic .col-lg-3:nth-child(odd) .company-statastic__card {
    padding-left: 0;
  }
  .company-statastic .col-lg-3:nth-child(even) .company-statastic__card {
    padding-right: 0;
  }
}
.company-statastic__card-vector {
  font-size: 0;
}
.company-statastic__card-vector svg {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 575px) {
  .company-statastic__card-vector svg {
    height: 35px;
    width: 35px;
  }
}
.company-statastic .row {
  --bs-gutter-x: 0;
}
@media screen and (max-width: 991px) {
  .company-statastic .row {
    gap: 36px 0;
  }
}
@media screen and (max-width: 425px) {
  .company-statastic .row {
    gap: 14px 0;
  }
}

.our-journey__inner {
  position: relative;
  z-index: 2;
}
.our-journey__inner-content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--sm);
  position: relative;
}
@media screen and (max-width: 991px) {
  .our-journey__inner-content h2 br,
  .our-journey__inner-content p br {
    display: none;
  }
}
.our-journey__inner-content h2 svg {
  height: var(--wp--preset--font-size--secondary-heading);
  width: 30px;
  margin: 0 0 -7px 4px;
}
@media screen and (max-width: 767px) {
  .our-journey__inner-content h2 svg {
    margin: 0 0 -4px 4px;
  }
}
.our-journey__inner-content h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.our-journey__inner-content h3 strong {
  font-weight: normal;
}
.our-journey__inner-content h3 svg {
  position: absolute;
  bottom: -5px;
  right: 12%;
  width: 76px;
  transform-origin: left center;
  transform: scaleX(0);
  animation: drawLine 3s ease-out infinite;
}
@media screen and (max-width: 991px) {
  .our-journey__inner-content h3 svg {
    right: 10%;
    width: 70px;
  }
}
@media screen and (max-width: 575px) {
  .our-journey__inner-content h3 svg {
    width: 65px;
  }
}
@media screen and (max-width: 425px) {
  .our-journey__inner-content h3 svg {
    width: 58px;
  }
}
.our-journey__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.our-journey .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  width: 230px;
  height: 1px;
}
.our-journey .vector {
  font-size: 0;
  display: inline-block;
  animation: zoomPulse 2.5s ease-in-out infinite;
  transform-origin: center;
  position: absolute;
}
.our-journey .vector path {
  stroke-width: 2px;
  stroke: rgba(227, 211, 196, 0.09);
}
.our-journey .left-vector {
  bottom: 30px;
}
.our-journey .right-top-vector {
  top: -30px;
  right: 40px;
}
@media screen and (min-width: 1440px) {
  .our-journey .right-top-vector {
    right: 26px;
  }
}
.our-journey .right-top-vector svg {
  width: 58px;
  height: 50px;
}
@media screen and (max-width: 1199px) {
  .our-journey .right-top-vector svg {
    width: 40px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .our-journey .right-top-vector svg {
    width: 23px;
    height: 32px;
  }
}
.our-journey .right-bottom-vector {
  bottom: -30px;
  right: -10px;
}
@media screen and (min-width: 1440px) {
  .our-journey .right-bottom-vector {
    right: -40px;
  }
}
.our-journey .right-bottom-vector svg {
  width: 58px;
  height: 50px;
}
@media screen and (max-width: 1199px) {
  .our-journey .right-bottom-vector svg {
    width: 40px;
    height: 35px;
  }
}

@keyframes zoomPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes drawLine {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
.our-features .main-row {
  gap: 24px 0;
  --bs-gutter-x: 0px;
}
.our-features .sub-row {
  gap: 24px 0;
  --bs-gutter-x: 24px;
}
.our-features h2,
.our-features h3,
.our-features li,
.our-features p {
  color: var(--wp--preset--color--black-color);
}
.our-features__inner {
  background-color: color-mix(in srgb, var(--wp--preset--color--secondary-background) 40%, transparent);
}
.our-features__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
}
.our-features__heading ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc;
  padding-left: 20px;
}
.our-features__heading ul li {
  font-weight: 600;
}
.our-features__heading ul li::marker {
  color: var(--wp--preset--color--white-color);
  font-size: var(--wp--preset--font-size--text-h-5);
}
.our-features__heading h2 em {
  font-style: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.our-features__heading h2 em::after {
  content: "";
  background: url("./../images/homepage/our-features-heading-img.webp");
  width: clamp(71px, 2.04vw + 65px, 104px);
  height: clamp(30px, 0.86vw + 27px, 44px);
  display: inline-block;
  margin-bottom: 5px;
  background-size: 100% 100%;
  margin: 0 clamp(4px, 8vw, 8px);
}
.our-features__box-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.our-features__box-group.has-background .our-features__box {
  height: 100%;
  min-height: 300px;
  background: linear-gradient(184.58deg, rgba(0, 0, 0, 0) -9.11%, rgba(0, 0, 0, 0.5) 28.89%, rgba(0, 0, 0, 0) 66.89%);
}
.our-features__box {
  height: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 575px) {
  .our-features__box {
    gap: 12px;
  }
}
.our-features__box h3,
.our-features__box p {
  position: relative;
  z-index: 3;
}
.our-features__box .wp-block-button a {
  font-size: calc(var(--wp--preset--font-size--description-sm) - 1px);
  padding-top: clamp(10px, 2vw, 12px);
  padding-bottom: clamp(10px, 2vw, 12px);
  padding-left: clamp(16px, 2vw, 18px);
  padding-right: clamp(16px, 2vw, 18px);
}
.our-features__box .box-img {
  position: absolute;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: -5px;
  bottom: -30px;
}
.our-features__box .box-img::before {
  content: "";
  width: 225px;
  height: 75px;
  background: rgba(155, 208, 110, 0.29);
  position: absolute;
  bottom: 0;
  right: -65px;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .our-features__box .box-img::before {
    width: 190px;
    height: 65px;
  }
}
.our-features__box .box-img img {
  width: auto;
  height: auto;
  max-height: 137px;
  max-width: 137px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .our-features__box .box-img img {
    max-height: 105px;
    max-width: 105px;
  }
}
.our-features__box:hover .box-img img {
  transform: translatey(-5px);
}

.trip-banner__inner {
  padding: 0 0 0 var(--wp--preset--spacing--sm);
  border-radius: 12px;
  background-position: 72% 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .trip-banner__inner {
    background-position: 105% 100%;
  }
}
@media screen and (max-width: 991px) {
  .trip-banner__inner {
    flex-wrap: wrap;
    padding: var(--wp--preset--spacing--sm);
    background-size: unset !important;
  }
}
.trip-banner h2 {
  line-height: 1.5;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .trip-banner h2 {
    padding: 10px 0;
    text-align: center;
  }
}
.trip-banner h2 mark {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 11px;
}
@media screen and (max-width: 1199px) {
  .trip-banner h2 br {
    display: none;
  }
}
.trip-banner__symbol img {
  max-width: 122px;
  max-height: 122px;
}
@media screen and (max-width: 991px) {
  .trip-banner__symbol img {
    max-width: 90px;
    max-height: 90px;
  }
}
.trip-banner__bear-img {
  display: flex;
  flex-shrink: 0;
}
.trip-banner__bear-img img {
  height: 170px;
  width: 210px;
}
@media screen and (max-width: 575px) {
  .trip-banner__bear-img img {
    height: 142px;
    width: 183px;
  }
}
@media screen and (max-width: 991px) {
  .trip-banner__bear-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .about .row {
    gap: var(--wp--preset--spacing--sm) 0;
  }
}
@media screen and (max-width: 425px) {
  .about .row .col-6 {
    width: 100%;
  }
}
.about__left-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about__left-content h2 strong {
  padding: 0px 9px;
}
@media screen and (max-width: 1199px) {
  .about__left-content br {
    display: none;
  }
}
.about__lists-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--sm);
}
@media screen and (max-width: 991px) {
  .about__lists-wrapper {
    gap: 19px;
  }
}
@media screen and (max-width: 425px) {
  .about__lists-wrapper {
    gap: 17px;
  }
}
@media screen and (max-width: 575px) {
  .about__lists-wrapper h3 {
    margin-bottom: 5px;
  }
}
.about__lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about__lists figure {
  display: flex;
  flex-shrink: 0;
}
.about__lists img {
  height: 23px;
  width: 23px;
}
@media screen and (max-width: 991px) {
  .about__lists img {
    height: 21px;
    width: 21px;
  }
}
@media screen and (max-width: 767px) {
  .about__lists img {
    height: 20px;
    width: 20px;
  }
}
.about__single-list {
  display: flex;
  align-items: start;
  gap: 8px;
}
.about__single-list p {
  font-size: var(--wp--preset--font-size--description-sm);
}

.our-journey-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-journey-slider__slider img {
  height: 390px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 1400px) {
  .our-journey-slider__slider img {
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  .our-journey-slider__slider img {
    height: 360px;
  }
}
@media screen and (max-width: 575px) {
  .our-journey-slider__slider img {
    height: 345px;
  }
}
@media screen and (max-width: 425px) {
  .our-journey-slider__slider img {
    height: 330px;
  }
}
@media screen and (max-width: 360px) {
  .our-journey-slider__slider img {
    height: 300px;
  }
}
.our-journey-slider__slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: -40px;
}
@media only screen and (max-width: 500px) {
  .our-journey-slider__slider-wrapper {
    margin-top: 0;
  }
}
.our-journey-slider .slider__curve {
  width: 110%;
  height: 150px;
  border-radius: 100%;
  position: absolute;
  top: -10%;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .our-journey-slider .slider__curve {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .our-journey-slider .slider__curve {
    height: 120px;
    border-radius: 42%;
  }
}
@media only screen and (max-width: 500px) {
  .our-journey-slider .slider__curve {
    display: none;
  }
}

.way-experience .row {
  --bs-gutter-x: 32px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .way-experience .row {
    --bs-gutter-x: 20px;
    gap: 20px 0;
  }
}
@media screen and (max-width: 575px) {
  .way-experience .row .col-sm-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .way-experience .row .col-sm-6 {
    width: 100%;
  }
}
.way-experience__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--sm);
}
.way-experience__inner img {
  width: 100%;
  height: 190px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .way-experience__inner img {
    height: 163px;
  }
}
@media screen and (max-width: 575px) {
  .way-experience__inner img {
    height: 149px;
  }
}
@media only screen and (max-width: 500px) {
  .way-experience__inner img {
    height: auto;
  }
}
.way-experience__sub-point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  padding: 12px 0 18px 0;
}
.way-experience__sub-point p {
  background: linear-gradient(color-mix(in srgb, var(--wp--preset--color--white-color) 10%, transparent));
  padding: 8px 16px;
  border-radius: 56px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.way-experience__sub-point p svg {
  height: 21px;
  width: 21px;
}

.trip-cta__inner {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .trip-cta__inner {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.trip-cta__inner-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: var(--wp--preset--spacing--section-padding);
  position: relative;
  z-index: 1;
}
.trip-cta__inner-content h2 {
  line-height: 1.2;
}
.trip-cta__inner-content h2 strong {
  background-color: #1C4B40;
}
@media screen and (max-width: 991px) {
  .trip-cta__inner-content br {
    display: none;
  }
}
.trip-cta__inner-content .wp-block-buttons {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .trip-cta__inner-content .wp-block-buttons {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .trip-cta__inner-content {
    padding-bottom: 0;
  }
}
.trip-cta__subtitle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.trip-cta__subtitle mark {
  font-size: 13px;
  padding: 4px 6px;
  border-radius: 6px;
}
.trip-cta .whatapp-btn {
  display: none;
}
.trip-cta .whatapp-btn .wp-block-button__link {
  background-color: var(--wp--preset--color--white-color);
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid transparent;
  transition: all 0.8s;
}
.trip-cta .whatapp-btn .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--white-color);
}
.trip-cta .whatapp-btn .wp-block-button__link:hover svg {
  background-color: var(--wp--preset--color--white-color);
}
.trip-cta .whatapp-btn .wp-block-button__link:hover svg path {
  fill: var(--wp--preset--color--primary-color);
}
.trip-cta .whatapp-btn svg {
  background-color: var(--wp--preset--color--primary-color);
  height: 44px;
  width: 42px;
  padding: 9px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .trip-cta .whatapp-btn svg {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 575px) {
  .trip-cta .whatapp-btn svg {
    height: 38px;
    width: 38px;
  }
}
.trip-cta__bg-img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 0;
  animation: bearMove 4s ease-in-out infinite alternate;
  transform-origin: bottom center;
}
@media screen and (min-width: 1400px) {
  .trip-cta__bg-img {
    left: 57%;
  }
}
@media screen and (max-width: 1199px) {
  .trip-cta__bg-img {
    left: 45%;
  }
}
@media screen and (max-width: 991px) {
  .trip-cta__bg-img {
    opacity: 0.5;
    left: 33%;
  }
}
@media screen and (max-width: 767px) {
  .trip-cta__bg-img {
    left: unset;
    right: -35px;
  }
}
.trip-cta__bg-img img {
  height: auto;
  min-height: 323px;
}
@media screen and (max-width: 991px) {
  .trip-cta__bg-img img {
    min-height: 256px;
  }
}
@media screen and (max-width: 575px) {
  .trip-cta__bg-img img {
    min-height: 330px;
  }
}
.trip-cta__banner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--sm);
  padding: 36px 24px;
  position: relative;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 425px) {
  .trip-cta__banner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.trip-cta__banner-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.trip-cta__banner-content p {
  width: -moz-fit-content;
  width: fit-content;
}
.trip-cta__banner-content h4 {
  transition: all 0.4s;
}
.trip-cta__banner-content h4:hover svg {
  opacity: 1;
  transform: translateY(0px);
}
.trip-cta__banner-content h4 svg {
  margin-left: 7px;
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(2px);
}
.trip-cta__banner-content h4 a {
  font-size: var(--wp--preset--font-size--text-h-5);
  color: var(--wp--preset--color--black-color);
}
.trip-cta .container {
  position: relative;
}
.trip-cta__up-arrow {
  font-size: 0;
  background-color: var(--wp--preset--color--primary-color);
  position: absolute;
  left: 50%;
  bottom: -18px;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: 3px solid var(--wp--preset--color--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: top-down 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .trip-cta__up-arrow {
    left: 48%;
  }
}
@media screen and (max-width: 575px) {
  .trip-cta__up-arrow {
    left: 47%;
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 425px) {
  .trip-cta__up-arrow {
    left: 45%;
  }
}
.trip-cta__up-arrow a::after {
  content: "\e814";
  font-family: fontello;
  font-size: 18px;
  color: var(--wp--preset--color--white-color);
}
@media screen and (max-width: 575px) {
  .trip-cta__up-arrow a::after {
    font-size: 16px;
  }
}
.trip-cta__rating-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.trip-cta__rating-group .google-img {
  height: 30px;
  width: 30px;
}
.trip-cta__rating-group .google-user img {
  height: auto;
  max-width: 140px;
  max-height: 48px;
}
@media screen and (max-width: 575px) {
  .trip-cta__rating-group .google-user img {
    max-width: 120px;
    max-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .trip-cta__rating-group .google-user img {
    max-width: 106px;
  }
}

@keyframes bearMove {
  from {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes top-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.route-hero {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .route-hero br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .route-hero {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .route-hero__inner {
    padding-bottom: 0 !important;
  }
}
.route-hero .row {
  gap: 34px 0;
}
@media screen and (max-width: 425px) {
  .route-hero .row {
    gap: 30px 0;
  }
}
.route-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .route-hero__content {
    gap: 12px;
  }
}
.route-hero__content .wp-block-buttons {
  margin-top: 13px;
}
@media screen and (max-width: 1199px) {
  .route-hero__content .wp-block-buttons {
    margin: 8px 0 0 0;
  }
}
.route-hero__content .wp-block-buttons a svg {
  font-size: 20px;
  margin-top: -2px;
}
.route-hero__logo {
  position: absolute;
  z-index: 1;
  bottom: 36px;
  right: 29%;
  width: 138px;
  height: 100px;
}
@media screen and (min-width: 1440px) {
  .route-hero__logo {
    right: 25%;
  }
}
@media screen and (max-width: 991px) {
  .route-hero__logo {
    left: 4%;
    z-index: 2;
  }
}
@media screen and (max-width: 575px) {
  .route-hero__logo {
    width: 118px;
    height: 79px;
  }
}
@media screen and (max-width: 425px) {
  .route-hero__logo {
    width: 99px;
    height: 62px;
  }
}
.route-hero__image {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .route-hero__image {
    position: relative;
  }
}
.route-hero__image .route-hero__feature-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.route-hero__image .route-hero__feature-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.8%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 2;
  pointer-events: none;
  border-bottom-left-radius: 63px;
}
@media screen and (max-width: 991px) {
  .route-hero__image .route-hero__feature-img {
    position: unset;
  }
}
.route-hero__image .route-hero__feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 570px;
  max-width: 570px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  .route-hero__image .route-hero__feature-img img {
    min-width: 630px;
    max-width: 630px;
  }
}
@media screen and (max-width: 1199px) {
  .route-hero__image .route-hero__feature-img img {
    min-width: 500px;
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .route-hero__image .route-hero__feature-img img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.route-hero__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .route-hero__rating {
    flex-wrap: wrap;
    gap: 14px 10px;
  }
}
@media screen and (max-width: 991px) {
  .route-hero__rating {
    gap: 12px 10px;
  }
}
.route-hero__rating .star {
  height: 27px;
  width: 27px;
}
@media screen and (max-width: 575px) {
  .route-hero__rating .star {
    height: 22px;
    width: 23px;
  }
}
.route-hero__rating .google-logo img {
  height: 22px;
  width: 22px;
}
.route-hero__rating .google-user img {
  height: 39px;
  width: 115px;
}
@media screen and (max-width: 575px) {
  .route-hero__rating .google-user img {
    height: 35px;
    width: 98px;
  }
}
.route-hero .global-button-secondary .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--white-color);
  border-color: var(--wp--preset--color--button-background-primary);
}

.animation-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  background: var(--wp--preset--color--white-color);
}
@media screen and (max-width: 767px) {
  .animation-section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .animation-section {
    padding-top: 25px;
  }
}

.road-container {
  position: relative;
  width: 100%;
  height: 86px;
}
@media screen and (max-width: 991px) {
  .road-container {
    height: 82px;
  }
}
@media screen and (max-width: 767px) {
  .road-container {
    height: 75px;
  }
}

.road-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.road-bg figure {
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .road-bg figure {
    height: 75px;
  }
}

.road-bg img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .road-bg img {
    height: 100%;
  }
}

#car,
#contact-car {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 100;
  margin: 0;
  transform: translateX(-300px);
  will-change: transform;
}
@media screen and (min-width: 991px) {
  #car,
  #contact-car {
    height: 118px;
    width: 291px;
  }
}
@media screen and (max-width: 1199px) {
  #car,
  #contact-car {
    height: 113px;
    width: 266px;
  }
}
@media screen and (max-width: 991px) {
  #car,
  #contact-car {
    height: 101px;
    width: 242px;
  }
}
@media screen and (max-width: 767px) {
  #car,
  #contact-car {
    height: 80px;
    width: 187px;
  }
}
@media screen and (max-width: 575px) {
  #car,
  #contact-car {
    width: 127px;
    height: 58px;
  }
}

.moving-car img {
  width: auto;
  height: auto;
  min-width: 400px;
}
@media screen and (max-width: 1199px) {
  .moving-car img {
    min-width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .moving-car img {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .moving-car img {
    min-width: 250px;
  }
}

.pins-wrapper .pins-wrapper {
  position: absolute;
  bottom: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 50;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 1440px) {
  .pins-wrapper .pins-wrapper {
    bottom: 67px;
  }
}
@media screen and (max-width: 991px) {
  .pins-wrapper .pins-wrapper {
    bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .pins-wrapper .pins-wrapper {
    bottom: 51px;
  }
}

.pins-wrapper .pins-wrapper p {
  background: var(--wp--preset--color--secondary-background);
  color: var(--wp--preset--color--black-color);
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 0 5px 0 !important;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--secondary);
  letter-spacing: 0.5px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .pins-wrapper .pins-wrapper p {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .pins-wrapper .pins-wrapper p {
    width: 79px;
  }
}
@media screen and (max-width: 767px) {
  .pins-wrapper .pins-wrapper p {
    display: none;
  }
}

.pin {
  width: 45px !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .pin {
    width: 42px !important;
    height: 52px !important;
  }
}
@media screen and (max-width: 575px) {
  .pin {
    width: 30px !important;
    height: 40px !important;
  }
}

.pins-wrapper > .pins-wrapper:nth-child(1) {
  left: 15%;
}

.pins-wrapper > .pins-wrapper:nth-child(2) {
  left: 30%;
}

.pins-wrapper > .pins-wrapper:nth-child(3) {
  left: 45%;
}

.pins-wrapper > .pins-wrapper:nth-child(4) {
  left: 60%;
}

.pins-wrapper > .pins-wrapper:nth-child(5) {
  left: 75%;
}

.pins-wrapper > .pins-wrapper:nth-child(6) {
  left: 90%;
}
@media screen and (max-width: 767px) {
  .pins-wrapper > .pins-wrapper:nth-child(6) {
    left: 88%;
  }
}

.route-cta__inner {
  max-width: 892px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgb(233, 233, 233);
  background: rgb(255, 255, 255);
  border-radius: 30px;
}
@media screen and (max-width: 1199px) {
  .route-cta__inner {
    max-width: 100%;
  }
}
.route-cta .row {
  --bs-gutter-x: 16px;
  gap: 0;
}
@media screen and (max-width: 1199px) {
  .route-cta .row {
    --bs-gutter-x: 0px;
  }
}
.route-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  height: 100%;
  padding: var(--wp--preset--spacing--sm);
}
.route-cta__content .wp-block-buttons {
  margin-top: 16px;
}
.route-cta__img {
  width: 100%;
  height: 270px;
  min-height: 100%;
  position: relative;
  border: 6px solid rgb(255, 255, 255);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 991px) {
  .route-cta__img {
    height: max(270px, min(350px, 50vw));
  }
}
.route-cta__img .route-cta-road {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.route-cta__img .route-cta-road img {
  width: 100%;
  height: auto;
}
.route-cta__img .route-cta-car {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.route-cta__img .route-cta-car img {
  width: auto;
  height: auto;
  max-width: 300px;
  transform: translateY(20%);
}

.route-point__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .route-point__inner {
    flex-wrap: wrap;
    justify-content: start;
    gap: 26px;
  }
}
@media screen and (max-width: 575px) {
  .route-point__inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 425px) {
  .route-point__inner {
    gap: 20px;
  }
}
.route-point__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .route-point__item {
    gap: 10px;
    align-items: start;
  }
}
.route-point__item svg {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .route-point__item svg {
    height: 26px;
    width: 29px;
  }
}
.route-point__item h3 {
  color: var(--wp--preset--color--primary-color);
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .route-point__item {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .route-point__item {
    width: 45%;
  }
}
.route-point__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.route-map iframe {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--wp--preset--color--border-color-secondary);
}
@media screen and (max-width: 991px) {
  .route-map iframe {
    height: 400px;
  }
}
.route-map .section-header__heading .subtitle-group p svg path {
  fill: var(--wp--preset--color--primary-description) !important;
}

.walk-the-way {
  position: relative;
}
@media screen and (max-width: 991px) {
  .walk-the-way {
    background-position: 100% 100% !important;
  }
}
.walk-the-way::before {
  content: "/";
  background-color: var(--wp--preset--color--white-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 0;
  box-shadow: 100px 0px 43px 40px var(--wp--preset--color--white-color);
  width: 39%;
}
@media screen and (max-width: 991px) {
  .walk-the-way::before {
    width: 100%;
    box-shadow: none;
    background-color: var(--wp--preset--color--white-color);
    opacity: 0.7;
  }
}
@media screen and (max-width: 575px) {
  .walk-the-way {
    padding: 30px 20px;
  }
}
.walk-the-way__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .walk-the-way__content {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .walk-the-way__content {
    gap: 18px;
  }
}
.walk-the-way .walk-the-way-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .walk-the-way .walk-the-way-text {
    gap: 13px;
  }
}
.walk-the-way .walk-the-way-text p {
  line-height: 1.6;
}
.walk-the-way .walk-the-way-text p strong mark {
  padding: 1px 5px;
}
@media screen and (max-width: 991px) {
  .walk-the-way .explore-btn .wp-block-button__link {
    color: var(--wp--preset--color--white-color);
    background-color: var(--wp--preset--color--button-background-primary);
  }
  .walk-the-way .explore-btn .wp-block-button__link:hover {
    color: var(--wp--preset--color--button-text-secondary);
    background-color: var(--wp--preset--color--button-background-secondary);
  }
}

@media screen and (max-width: 1199px) {
  .faq-section br {
    display: none;
  }
}
.faq-section .section-header__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-section .faq__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .faq-section .faq__bottom {
    flex-direction: column;
  }
}
.faq-section .faq__bottom p {
  width: 80%;
}
@media screen and (max-width: 575px) {
  .faq-section .faq__bottom p {
    width: 100%;
  }
}
.faq-section .faq__bottom .talk-us {
  display: flex;
  align-items: center;
  gap: 3px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.faq-section .faq__bottom .talk-us a {
  font-size: var(--wp--preset--font-size--description-md);
}
.faq-section__inner {
  position: relative;
  z-index: 1;
}
.faq-section__inner .rank-math-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .faq-section__inner .rank-math-list {
    gap: 10px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item {
  border: 1px solid var(--wp--preset--color--border-color-secondary);
  padding-inline: 24px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item {
    padding-inline: 20px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item h3 {
  font-size: var(--wp--preset--font-size--description-lg);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  cursor: pointer;
  padding: 22px 0px;
  transition: margin-bottom 0.3s ease;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item h3 {
    padding: 18px 0px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item h3::after {
  content: "\e81b";
  font-family: "fontello";
  font-size: var(--wp--preset--font-size--text-h-4);
  font-weight: 400;
  transition: transform 0.3s ease;
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p {
  font-size: var(--wp--preset--font-size--description-md);
  color: var(--wp--preset--color--secondary-description);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-weight: 500;
  padding: 0px 0px 22px 0px;
  margin-top: -5px;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p {
    padding: 0px 0px 18px 0px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p a {
  text-decoration: underline;
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active h3::after {
  content: "\e816";
  color: var(--wp--preset--color--black-color);
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active .faq-answer > p {
  opacity: 1;
}

@keyframes gentleBounce {
  0%, 90%, 100% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(-4px);
  }
}
.section__list {
  z-index: 99;
  padding-bottom: 10px;
  position: sticky;
  top: -3px;
  background-color: var(--wp--preset--color--white-color);
  border-top: 1px solid #F2F2F2;
  margin-top: 24px;
}
.section__list.sticky-active {
  box-shadow: 0px 4px 20px rgba(18, 18, 18, 0.08);
}
@media screen and (max-width: 767px) {
  .section__list {
    position: relative;
    box-shadow: none;
  }
}
.section__list .background-image-group {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  opacity: 0.55;
}
.section__list .background-image-group figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.section__list .background-image-group img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .section__list {
    position: unset;
    background: none;
    box-shadow: none;
  }
}
.section__list .lists {
  display: flex;
  gap: 8px;
  padding-bottom: 9px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .section__list .lists {
    gap: 9px;
  }
}
@media screen and (max-width: 991px) {
  .section__list .lists {
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .section__list .lists {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .section__list .lists .list-item {
    min-height: auto;
  }
}
.section__list .lists .list-item a {
  position: relative;
  color: var(--wp--preset--color--primary-color);
  opacity: 0.9;
  font-weight: 500;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  border-top: 2px solid transparent;
}
@media screen and (min-width: 1400px) {
  .section__list .lists .list-item a {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .section__list .lists .list-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .section__list .lists .list-item a {
    font-size: 12px;
    line-height: 22px;
    padding: 12px 6px;
  }
}
@media screen and (max-width: 767px) {
  .section__list .lists .list-item a {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 575px) {
  .section__list .lists .list-item a {
    padding: 6px 6px;
  }
}
@media screen and (max-width: 425px) {
  .section__list .lists .list-item a {
    line-height: 20px;
  }
}
.section__list .lists .list-item a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--wp--preset--color--secondary-background);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section__list .lists .list-item a:hover {
  backdrop-filter: blur(4.351px);
  background: rgba(243, 243, 243, 0.8196078431);
}
.section__list .lists .list-item a:hover::before {
  opacity: 1;
}
.section__list .lists .list-item a.active {
  border-top: 2px solid var(--wp--preset--color--primary-color);
  backdrop-filter: blur(4.351px);
  opacity: 1;
}
.section__list .lists .list-item a.active::before {
  opacity: 1;
}

.let-us {
  background-color: var(--wp--preset--color--white-color);
  border-radius: 24px 24px 0 0;
}
.let-us .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.let-us .wp-block-list li {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  line-height: 24px;
  display: flex;
  color: var(--wp--preset--color--black-color);
}
.let-us .wp-block-list li::before {
  font-size: 12px;
  content: "\e812";
  width: 24px;
  height: 24px;
  font-family: "fontello";
  border-radius: 50%;
  background-color: var(--wp--preset--color--secondary-background);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .let-us .wp-block-list li::before {
    font-size: 10px;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 2px 9px 0 0;
  }
}
.let-us__content {
  display: flex;
  flex-direction: column;
  position: sticky;
  gap: 20px;
  top: 10px;
}
@media screen and (min-width: 1440px) {
  .let-us__content {
    gap: 24px;
  }
}
.let-us .wp-block-image {
  height: 175px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .let-us .wp-block-image {
    height: 165px;
  }
}
@media screen and (max-width: 575px) {
  .let-us .wp-block-image {
    height: 200px;
  }
}
.let-us__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  margin-left: 40px;
}
@media screen and (min-width: 1440px) {
  .let-us__grid {
    gap: 36px;
    margin-left: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .let-us__grid {
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .let-us__grid {
    gap: 24px;
    margin-left: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .let-us__grid {
    gap: 20px;
  }
}
.let-us__grid .grid-info-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 46%;
}
@media screen and (max-width: 1199px) {
  .let-us__grid .grid-info-box {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .let-us__grid .grid-info-box {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .let-us__grid .grid-info-box {
    width: 100%;
  }
}
.let-us__grid .grid-info-box img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
}
@media screen and (max-width: 1199px) {
  .let-us__grid .grid-info-box img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .let-us__grid .grid-info-box img {
    width: 100%;
  }
}
.let-us__grid .wp-block-group-is-layout-flow {
  margin: 0;
}

.baggage-transfer-main {
  display: flex;
  background-color: var(--wp--preset--color--white-color);
  border: 1px solid var(--wp--preset--color--border-color-secondary);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 22px;
  padding: 16px;
  align-items: center;
}
.baggage-transfer-main .truck-icon {
  width: 48px;
  height: 48px;
  background-color: var(--wp--preset--color--button-text-primary);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex: 0 0 48px;
}

.what-included {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .what-included {
    gap: 32px;
  }
}
.what-included__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.what-included__item {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .what-included__item {
    gap: 12px;
  }
}
.what-included__item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.what-included__item-content .wp-block-heading {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--description-md);
  color: var(--wp--preset--color--primary-color);
}
.what-included__item-content p {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--secondary-description);
}
.what-included__item::before {
  content: "\e812";
  font-family: fontello;
  font-size: 14px;
  color: var(--wp--preset--color--black-color);
  margin-top: 2px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--wp--preset--color--secondary-background);
}
.what-included__item-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (min-width: 1400px) {
  .what-included__item-container {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .what-included__item-container {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .what-included__item-container {
    grid-template-columns: 1fr;
  }
}
.what-included__item-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: var(--wp--preset--color--border-color-secondary);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .what-included__item-container::before {
    display: none;
  }
}

.zig-zag-section .row {
  align-items: stretch;
  --bs-gutter-x: 70px;
}
@media screen and (max-width: 1199px) {
  .zig-zag-section .row {
    --bs-gutter-x: 50px;
  }
}
@media screen and (max-width: 991px) {
  .zig-zag-section .row {
    --bs-gutter-x: 0;
    gap: 40px 0;
  }
}
.zig-zag-section__img img {
  width: 100%;
  height: auto;
  min-height: 560px;
  max-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .zig-zag-section__img img {
    min-height: 478px;
    max-height: 478px;
  }
}
@media screen and (max-width: 991px) {
  .zig-zag-section__img img {
    border-bottom-right-radius: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .zig-zag-section__img img {
    min-height: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .zig-zag-section__img img {
    min-height: 300px;
    max-height: 300px;
  }
}
.zig-zag-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  gap: 24px;
  padding-right: calc((100vw - 1140px) / 2);
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .zig-zag-section__content {
    padding-right: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .zig-zag-section__content {
    width: 100%;
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .zig-zag-section__content {
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0 calc((100vw - 720px) / 2) 0 calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .zig-zag-section__content {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .zig-zag-section__content {
    gap: 18px;
    padding: 0 20px;
  }
}
.zig-zag-section__description {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 575px) {
  .zig-zag-section__description {
    gap: 10px;
  }
}

.package-content .row.main-row {
  --bs-gutter-x: 32px;
}
@media screen and (max-width: 991px) {
  .package-content .row.main-row {
    --bs-gutter-y: 32px;
  }
}
@media screen and (min-width: 991px) {
  .package-content .package-sidebar-sticky {
    position: sticky;
    top: 76px;
  }
}
.package-content__list-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .package-content__list-inner {
    gap: 24px;
  }
}
@media only screen and (max-width: 470px) {
  .package-content__list-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.package-content__list-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .package-content__list-bottom {
    gap: 12px;
  }
}
.package-content__list-subtitle {
  padding: 6px 14px;
  border-radius: 50px;
}
.package-content__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-left: 3px solid var(--wp--preset--color--secondary-background);
  padding: 3px 0 3px 14px;
}
.package-content__list h4 {
  font-size: var(--wp--preset--font-size--description-sm);
}
.package-content__list p {
  font-size: var(--wp--preset--font-size--description-xs);
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .package-content__zigzag .row {
    --bs-gutter-y: 24px;
  }
}
.package-content__zigzag-content {
  padding: 11px;
  border: 1px solid var(--wp--preset--color--border-color-secondary);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .package-content__zigzag-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.package-content__zigzag-img-wrapper {
  padding: 11px;
  border: 1px solid var(--wp--preset--color--border-color-secondary);
  border-radius: 22px;
  height: 100%;
}
.package-content__zigzag-img {
  height: 100%;
}
.package-content__zigzag-img img {
  width: 100%;
  border-radius: 20px;
  height: 308px;
  min-height: 100%;
}
.package-content__img-logo {
  position: absolute;
  top: 0;
  width: 97%;
  height: 96%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package-content__img-logo img {
  width: 130px;
  height: 100px;
}
.package-content__zigzag-img-wrapper {
  position: relative;
}
.package-content__zigzag-list {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgba(148, 244, 119, 0.13);
  padding: 11px 20px;
  border-radius: 20px;
}
.package-content__zigzag-list svg {
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .package-content__zigzag-list {
    width: 48%;
  }
}
@media screen and (max-width: 575px) {
  .package-content__zigzag-list {
    width: 100%;
  }
}
.package-content__zigzag-list-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .package-content__zigzag-list-content {
    gap: 4px;
  }
}
.package-content__map .row {
  --bs-gutter-x: 30px;
}
@media screen and (max-width: 767px) {
  .package-content__map .row {
    --bs-gutter-y: 24px;
  }
}
.package-content__map-inner-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.package-content__map-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.package-content__map-list-name {
  font-size: var(--wp--preset--font-size--description-md);
  color: rgb(39, 39, 39);
}
.package-content__map-list-value {
  font-size: var(--wp--preset--font-size--description-md);
  color: rgb(15, 23, 42);
}
.package-content__map-highlight {
  position: relative;
}
.package-content__map-highlight .sub {
  position: absolute;
  top: -11px;
  left: 12px;
}
.package-content__map-embbed {
  height: 100%;
}

.essential-guide {
  background-color: rgb(250, 250, 250);
  position: relative;
  z-index: 1;
  border-radius: 27px;
}
.essential-guide__inner {
  background: url("../images/packagepage/essential-book.png");
  background-position-x: right !important;
  background-position-y: bottom !important;
  background-repeat: no-repeat !important;
  background-size: 46% 85% !important;
  border-radius: 27px;
  padding: 36px 40px;
}
@media screen and (min-width: 1400px) {
  .essential-guide__inner {
    background-size: 50% 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  .essential-guide__inner {
    background-size: 46% 70% !important;
  }
}
@media screen and (max-width: 991px) {
  .essential-guide__inner {
    background-size: 46% 86% !important;
  }
}
@media screen and (max-width: 767px) {
  .essential-guide__inner {
    background: unset !important;
  }
}
.essential-guide__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.essential-guide__content .subtitle {
  padding: 4px 12px;
  background-color: #94F477;
  border-radius: 5px;
  box-shadow: 0px 4.09px 4.09px 0px rgba(255, 255, 255, 0.2509803922) inset;
  width: -moz-fit-content;
  width: fit-content;
}
.essential-guide__content .wp-block-contact-form-7-contact-form-selector {
  margin-top: 16px;
}
.essential-guide__content .form-wrapper p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.essential-guide__content .form-wrapper p .wpcf7-email {
  font-size: var(--wp--preset--font-size--form-field);
  line-height: 1.428;
  font-weight: 500;
  color: var(--wp--preset--color--primary-color);
  padding: 11px 20px;
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 39px;
  background-color: unset;
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 575px) {
  .essential-guide__content .form-wrapper p .wpcf7-email {
    padding: 8px 16px;
  }
}
.essential-guide__content .form-wrapper p .wpcf7-not-valid-tip {
  font-size: var(--wp--preset--font-size--form-field);
  line-height: 1.428;
  font-weight: 500;
  color: #dc3232;
  padding: 5px 10px 0px 10px;
}
.essential-guide__content .form-wrapper p .wpcf7-email::-moz-placeholder {
  color: var(--wp--preset--color--primary-color);
}
.essential-guide__content .form-wrapper p .wpcf7-email::placeholder {
  color: var(--wp--preset--color--primary-color);
}
.essential-guide__content .form-wrapper p .wpcf7-submit {
  font-size: var(--wp--preset--font-size--form-field);
  line-height: 1.428;
  font-weight: 700;
  color: var(--wp--preset--color--white-color);
  padding: 11px 18px;
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 39px;
  background-color: var(--wp--preset--color--primary-color);
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .essential-guide__content .form-wrapper p .wpcf7-submit {
    padding: 8px 16px;
  }
}
.essential-guide__content .form-wrapper p .wpcf7-submit:hover {
  background-color: transparent;
  color: var(--wp--preset--color--button-text-secondary);
  border-color: var(--wp--preset--color--button-background-primary);
}
.essential-guide__content .form-wrapper .wpcf7-spinner,
.essential-guide__content .form-wrapper br {
  display: none;
}
.essential-guide__content .wpcf7-response-output {
  margin: 10px 10px !important;
  padding: 0 !important;
  border: unset !important;
  font-size: var(--wp--preset--font-size--form-field);
  line-height: 1.428;
  font-weight: 400;
}
.essential-guide__content .wpcf7-form.failed .wpcf7-response-output {
  color: #dc3232;
}
.essential-guide__content .wpcf7-form.sent .wpcf7-response-output {
  color: #46b450;
}
.essential-guide__content_bottom p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.essential-guide__image {
  position: unset !important;
}
@media screen and (max-width: 767px) {
  .essential-guide__image {
    display: none;
  }
}
.essential-guide__image figure {
  position: absolute !important;
  bottom: 0;
  left: 52%;
  z-index: -1;
}
.essential-guide__image figure img {
  width: auto;
  height: auto;
  max-width: 350px;
  max-height: 350px;
}
@media screen and (min-width: 1400px) {
  .essential-guide__image figure img {
    max-width: 400px;
    max-height: 400px;
  }
}

.north-cost .essential-guide__inner {
  background: url("../images/packagepage/north-cost-way.webp");
}

.john-muir-way .essential-guide__inner {
  background: url("../images/packagepage/john-muir-way.webp");
}

.badger-divide-way .essential-guide__inner {
  background: url("../images/packagepage/badger-divide-way.webp");
}

.package-faq .zigzag-section-header__heading-left {
  gap: 12px;
}
.package-faq .faq-section__inner .faq-rank-math .rank-math-list {
  gap: 0;
}
.package-faq .faq-section__inner .faq-rank-math .rank-math-list-item {
  border: unset;
  padding: 0;
}
.package-faq .faq-section__inner .faq-rank-math .rank-math-list-item h3 {
  padding: 16px 0px;
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  color: #21282C;
}
.package-faq .faq-section__inner .faq-rank-math .rank-math-list-item h3::after {
  content: "\f004";
  font-size: var(--wp--preset--font-size--description-xs);
  color: #94A3B8;
}
.package-faq .faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p {
  font-size: var(--wp--preset--font-size--description-xs);
  margin-top: -3px;
}
.package-faq .faq-section__inner .faq-rank-math .rank-math-list-item.active h3::after {
  transform: rotate(180deg);
}

.package-slider {
  visibility: visible;
}
.package-slider .zigzag-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.package-slider .zigzag-section-header__heading-button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.package-slider .zigzag-section-header__heading-button .swiper-button-prev,
.package-slider .zigzag-section-header__heading-button .swiper-button-next {
  position: unset;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package-slider .zigzag-section-header__heading-button .swiper-button-prev img,
.package-slider .zigzag-section-header__heading-button .swiper-button-next img {
  width: 16px;
  height: 16px;
}
.package-slider .zigzag-section-header__heading-button .swiper-button-prev::after,
.package-slider .zigzag-section-header__heading-button .swiper-button-next::after {
  display: none;
}
.package-slider__inner .swiper-slide {
  margin-block-start: 0px !important;
}
.package-slider__inner_slide {
  position: relative;
  border-radius: 10px;
}
.package-slider__inner_slide::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.package-slider__inner_slide figure {
  border-radius: 10px;
  overflow: hidden;
}
.package-slider__inner_slide figure img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  transition: transform 0.6s ease;
}
@media screen and (min-width: 1400px) {
  .package-slider__inner_slide figure img {
    height: 330px;
  }
}
@media screen and (max-width: 1199px) {
  .package-slider__inner_slide figure img {
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .package-slider__inner_slide figure img {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .package-slider__inner_slide figure img {
    height: 230px;
  }
}
@media screen and (max-width: 575px) {
  .package-slider__inner_slide figure img {
    height: 280px;
  }
}
@media screen and (max-width: 425px) {
  .package-slider__inner_slide figure img {
    height: 250px;
  }
}
.package-slider__inner_slide p {
  position: absolute;
  bottom: 13px;
  left: 13px;
  z-index: 1;
  font-size: var(--wp--preset--font-size--description-xs);
  line-height: 1.428;
  font-weight: 500;
  color: var(--wp--preset--color--white-color);
}
.package-slider__inner_slide:hover figure img {
  transform: scale(1.1);
}

#package_gallery_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.gallery-item {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-thumb {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.remove-gallery-image {
  position: absolute;
  top: -8px;
  right: -8px;
  background: red;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: none;
}

.baggage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.baggage__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1199px) {
  .baggage__content {
    gap: 32px;
  }
}
@media screen and (max-width: 991px) {
  .baggage__content {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .baggage__content {
    padding: 40px !important;
  }
}
.baggage__content-badge {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
}
.baggage__content-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.baggage__icon-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .baggage__icon-list {
    grid-template-columns: 1fr;
  }
}
.baggage__icon-list-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.baggage__icon-list-item .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.baggage__icon-list-item .title img {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}
.baggage__icon-list-item .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.baggage__image {
  width: 260px;
}
@media screen and (max-width: 1199px) {
  .baggage__image {
    width: 240px;
  }
}
@media screen and (max-width: 575px) {
  .baggage__image {
    display: none;
  }
}

.package-why-us {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .package-why-us .row {
    row-gap: 30px;
  }
}
.package-why-us .title-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.package-why-us__lists-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--sm);
}
@media screen and (max-width: 991px) {
  .package-why-us__lists-wrapper {
    gap: 19px;
  }
}
@media screen and (max-width: 425px) {
  .package-why-us__lists-wrapper {
    gap: 17px;
  }
}
@media screen and (max-width: 575px) {
  .package-why-us__lists-wrapper h3 {
    margin-bottom: 5px;
  }
}
.package-why-us__lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.package-why-us__lists figure {
  display: flex;
  flex-shrink: 0;
}
.package-why-us__lists img {
  height: 23px;
  width: 23px;
}
@media screen and (max-width: 991px) {
  .package-why-us__lists img {
    height: 21px;
    width: 21px;
  }
}
@media screen and (max-width: 767px) {
  .package-why-us__lists img {
    height: 20px;
    width: 20px;
  }
}
.package-why-us__single-list {
  display: flex;
  align-items: start;
  gap: 8px;
}
.package-why-us__single-list p {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  color: var(--wp--preset--color--primary-color);
}

.package-trusted__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.package-trusted__content p {
  max-width: 540px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .package-trusted__content p {
    max-width: 100%;
  }
}
.package-trusted__content img {
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.package-safety-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.package-safety-info__item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.package-safety-info__item p {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 500;
  color: var(--wp--preset--color--secondary-description);
}
.package-safety-info__item p strong {
  font-weight: 700;
}
.package-safety-info__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  flex-shrink: 0;
  background: var(--wp--preset--color--secondary-background);
}
.package-safety-info__item-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.blog-cta__content {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 991px) {
  .blog-cta__content {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .blog-cta .row {
    gap: 40px;
  }
}
.blog-cta__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .blog-cta__buttons {
    align-items: center;
  }
}
.blog-cta__buttons a {
  padding: 16px 46px;
}
@media screen and (max-width: 1199px) {
  .blog-cta__buttons a {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 991px) {
  .blog-cta__buttons a {
    padding: 12px 30px;
  }
}
.blog-cta__buttons .global-button-secondary a:hover {
  color: var(--wp--preset--color--button-background-primary);
  border-color: var(--wp--preset--color--button-background-primary);
}
.blog-cta__buttons .global-button-secondary a:hover svg path {
  stroke: var(--wp--preset--color--button-background-primary);
}
@media screen and (max-width: 425px) {
  .blog-cta__buttons .wp-block-buttons {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.blog-cta .flex-center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .blog-cta .flex-center {
    justify-content: center;
  }
}

.blog-list {
  position: relative;
}
.blog-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 0;
  width: 300px;
  height: 400px;
  background: url("../images/blogpage/blog-list-header.webp") no-repeat center right;
  background-size: contain;
}
.blog-list .section-header__heading {
  position: relative;
  z-index: 1;
}
.blog-list .section-header .subtitle-group p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 7px;
}
@media screen and (max-width: 575px) {
  .blog-list .section-header .subtitle-group p {
    padding: 7px 7px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
  .blog-list .section-header .subtitle-group p {
    border: none;
  }
}
.blog-list .section-header .subtitle-group p::before {
  content: "\e822";
  font-family: "fontello";
  font-size: 16px;
  color: var(--wp--preset--color--white);
  background-color: #22C55E;
  border-radius: 99px;
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog-list .section-header .subtitle-group p::after {
  content: "";
  width: 100px;
  height: 36px;
  background: url("../images/blogpage/team-photo.webp") no-repeat center center;
  background-size: 100%;
}

.blog-single-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-single-hero__inner .taxonomy-blog-category {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  border-radius: 5px;
}
.blog-single-hero__inner .taxonomy-blog-category a {
  padding: 3px 15px;
  text-transform: uppercase;
}
.blog-single-hero__inner .author-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 425px) {
  .blog-single-hero__inner .author-wrapper {
    flex-wrap: wrap;
  }
}
.blog-single-hero__inner .author-wrapper__left {
  display: flex;
  align-items: center;
  gap: 17px;
}
.blog-single-hero__inner .author-wrapper__left img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
}
.blog-single-hero__inner .author-wrapper__left__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.blog-single-hero__inner .author-wrapper__left__info__name {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--primary-heading);
  text-transform: capitalize;
}
.blog-single-hero__inner .author-wrapper__left__info__date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-single-hero__inner .author-wrapper__left__info__date p {
  font-size: var(--wp--preset--font-size--description-xs);
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--secondary-description);
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}
.blog-single-hero__inner .author-wrapper__left__info__date p.post-date::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #2F2F2F;
  border-radius: 50%;
  display: inline-block;
}
.blog-single-hero__inner .author-wrapper__left__info__date p.reading-time::before {
  content: "\e841";
  font-family: "fontello";
  color: #2AB500;
}
.blog-single-hero__inner .author-wrapper__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.blog-single-hero__inner .author-wrapper__right .social-share {
  position: relative;
  display: inline-block;
}
.blog-single-hero__inner .author-wrapper__right button {
  background-color: transparent;
  border-radius: 99px;
  cursor: pointer;
  width: 60px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wp--preset--color--border-color-primary);
  transition: background-color 0.3s ease;
}
.blog-single-hero__inner .author-wrapper__right button:hover {
  background-color: var(--wp--preset--color--secondary-box-background);
}
.blog-single-hero__inner .author-wrapper__right .social-share__links-list {
  position: absolute;
  bottom: 110%;
  right: 0;
  background-color: var(--wp--preset--color--white-color);
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.blog-single-hero__inner .author-wrapper__right .social-share__links-list a {
  line-height: 0;
  padding: 10px 15px;
  color: var(--wp--preset--color--primary-heading);
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease;
}
.blog-single-hero__inner .author-wrapper__right .social-share__links-list a:last-child {
  border-bottom: none;
}
.blog-single-hero__inner .author-wrapper__right .social-share__links-list a:hover {
  background-color: var(--wp--preset--color--secondary-box-background);
}
.blog-single-hero__inner .author-wrapper__right .social-share__links-list a i {
  font-size: var(--wp--preset--font-size--description-md);
  color: var(--wp--preset--color--primary-heading);
}
.blog-single-hero__inner .author-wrapper__right .social-share__links-list a svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 575px) {
  .blog-single-hero__inner .author-wrapper__right .social-share__links-list {
    flex-direction: column;
    right: -5px;
  }
}
.blog-single-hero__inner .author-wrapper__right .social-share__links-list br {
  display: none;
}
.blog-single-hero__inner .author-wrapper__right .social-share__links-list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.blog-single-hero__inner .author-wrapper__right .blog-link-copy {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-single-hero__inner .author-wrapper__right .blog-link-copy svg path {
  fill: #99A1AF;
}
.blog-single-hero__inner .author-wrapper__right .blog-link-copy__text {
  display: none;
  font-size: var(--wp--preset--font-size--description-xs);
  color: #99A1AF;
}
.blog-single-hero__inner .wp-block-separator {
  margin: 8px 0px 24px 0px;
}
.blog-single-hero__inner .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 17px;
}
@media screen and (min-width: 1400px) {
  .blog-single-hero__inner .wp-block-post-featured-image img {
    max-height: 490px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-hero__inner .wp-block-post-featured-image img {
    max-height: 350px;
  }
}

.blog-guide__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .blog-guide__inner {
    gap: 18px;
  }
}
.blog-guide__inner p {
  font-size: var(--wp--preset--font-size--description-lg);
  font-weight: 500;
  line-height: 1.5;
  color: #6B7280;
}
.blog-guide__inner p strong {
  color: var(--wp--preset--color--black-color);
}
.blog-guide__inner h2 {
  margin-top: 10px;
}
.blog-guide__inner img {
  max-height: 400px;
  width: 100%;
  border-radius: 17px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .blog-guide__inner img {
    max-height: 490px;
  }
}
@media screen and (max-width: 767px) {
  .blog-guide__inner img {
    max-height: 350px;
  }
}
.blog-guide__inner figcaption {
  margin-bottom: 0;
}
.blog-guide__inner .wp-block-list {
  list-style-type: disc;
  padding-left: 20px;
  color: var(--wp--preset--color--secondary-description);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-guide__inner .wp-block-list li {
  font-size: var(--wp--preset--font-size--description-md);
  color: var(--wp--preset--color--secondary-description);
  list-style: disc;
}
.blog-guide__counter {
  padding: 24px;
  background-color: #F9FAFB;
  border: 1px solid #F3F4F6;
  border-radius: 12px;
  position: relative;
  margin-top: 30px;
}
.blog-guide__counter p.subtitle {
  padding: 3px 15px;
  border-radius: 5px;
  box-shadow: 0px 4.09px 4.09px 0px rgba(255, 255, 255, 0.2509803922) inset;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -15px;
  left: 20px;
}
.blog-guide__counter_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .blog-guide__counter_inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.blog-guide__counter_inner .item {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.blog-guide__counter_inner .item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--wp--preset--color--black-color);
}
.blog-guide__counter_inner .item p.blog-counter {
  font-size: var(--wp--preset--font-size--description-lg);
  font-weight: 500;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  padding: 0;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-guide__counter_inner .item p.blog-counter em {
  font-style: normal;
  padding: 2px 10px;
}

.blog-content .main-row {
  --bs-gutter-x: 80px;
}
@media screen and (max-width: 991px) {
  .blog-content .main-row {
    gap: 40px;
  }
}

.blog-single-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 17px;
}
@media screen and (min-width: 1400px) {
  .blog-single-image img {
    max-height: 490px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single-image img {
    max-height: 350px;
  }
}

.blog-map .zigzag-section-header__heading-left {
  gap: 34px;
}
.blog-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .blog-map iframe {
    height: 350px;
  }
}

.blog-table .wp-block-table {
  box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.0509803922);
  background: rgba(255, 255, 255, 0.0039215686);
  border-radius: 21px;
  max-width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 575px) {
  .blog-table .wp-block-table table {
    min-width: 500px;
    overflow: scroll;
  }
}
.blog-table .wp-block-table td,
.blog-table .wp-block-table th {
  border: unset;
  padding: var(--wp--preset--spacing--s) var(--wp--preset--spacing--sm);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  color: var(--wp--preset--color--primary-color);
  text-align: left;
}
.blog-table .wp-block-table thead {
  border-bottom: 0;
}
.blog-table .wp-block-table thead tr {
  background-color: #B7FFA2;
}
.blog-table .wp-block-table tbody tr td:first-child,
.blog-table .wp-block-table tbody tr td:last-child {
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 500;
  color: var(--wp--preset--color--secondary-description);
  width: 80px;
}
.blog-table .wp-block-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #F3F4F6;
}
.blog-table .wp-block-table th:nth-child(1),
.blog-table .wp-block-table td:nth-child(1) {
  width: 80px;
}
@media screen and (max-width: 1199px) {
  .blog-table .wp-block-table th:nth-child(1),
  .blog-table .wp-block-table td:nth-child(1) {
    width: 90px;
  }
}
.blog-table .wp-block-table th:nth-child(2),
.blog-table .wp-block-table td:nth-child(2) {
  width: 65%;
}
.blog-table .wp-block-table th:nth-child(3),
.blog-table .wp-block-table td:nth-child(3) {
  width: 100px;
}
@media screen and (max-width: 1199px) {
  .blog-table .wp-block-table th:nth-child(3),
  .blog-table .wp-block-table td:nth-child(3) {
    width: 160px;
  }
}

.blog-single-cta__inner {
  padding: 40px 0px 20px 0px;
  background-image: url("../images/blogpage/blog-cta-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--wp--preset--color--primary-color);
  border-radius: 16px;
  overflow: hidden;
}
.blog-single-cta__inner .trip-cta {
  padding: 0 40px 40px;
}
@media screen and (max-width: 991px) {
  .blog-single-cta__inner .trip-cta {
    padding: 0 40px 50px;
  }
}
.blog-single-cta__inner .trip-cta__bg-img {
  left: inherit;
  right: 0;
  bottom: 0;
}
.blog-single-cta__inner .trip-cta__bg-img img {
  height: 250px;
}
.blog-single-cta__inner .animation-section {
  padding: 0;
  overflow: visible;
}
.blog-single-cta__inner .animation-section #car,
.blog-single-cta__inner .animation-section #contact-car {
  height: 90px;
  width: 220px;
}
.blog-single-cta .trip-cta__inner-content {
  padding-bottom: 0;
}
.blog-single-cta .trip-cta__inner-content .wp-block-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 12px 0px 20px 0px;
}
@media screen and (max-width: 991px) {
  .blog-single-cta .trip-cta__inner-content .wp-block-list {
    gap: 10px 24px;
    flex-wrap: wrap;
  }
}
.blog-single-cta .trip-cta__inner-content .wp-block-list li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #D1D5DB;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-single-cta .trip-cta__inner-content .wp-block-list li::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 20px;
  height: 20px;
}
.blog-single-cta .trip-cta__inner-content .wp-block-list li:first-child::before {
  background-image: url("../images/blogpage/daily-laggage.webp");
}
.blog-single-cta .trip-cta__inner-content .wp-block-list li:nth-child(2)::before {
  background-image: url("../images/blogpage/local-support.webp");
}
.blog-single-cta .trip-cta__inner-content .wp-block-list li:last-child::before {
  background-image: url("../images/blogpage/route-planning.webp");
}
.blog-single-cta .trip-cta__inner-content .wp-block-buttons {
  margin: 0;
}
.blog-single-cta .trip-cta__inner-content .wp-block-buttons .wp-block-button__link {
  border-radius: 8px;
}
.blog-single-cta .trip-cta__inner-content .wp-block-buttons .whatapp-btn .wp-block-button__link svg {
  display: none;
}
.blog-single-cta .trip-cta__inner-content .wp-block-buttons .whatapp-btn .wp-block-button__link {
  padding-top: clamp(13px, 2vw, 16px);
  padding-right: clamp(18px, 3vw, 25px);
  padding-bottom: clamp(13px, 2vw, 16px);
  padding-left: clamp(18px, 3vw, 25px);
  color: var(--wp--preset--color--white-color);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
}

.blog-single-offer .zigzag-section-header__heading-left {
  gap: 32px;
}
.blog-single-offer__inner .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.blog-single-offer__inner .wp-block-list li {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 400;
  color: #0F172A;
  position: relative;
  padding-left: 26px;
}
.blog-single-offer__inner .wp-block-list li::before {
  content: "";
  width: 8px;
  height: 9px;
  display: block;
  background-color: var(--wp--preset--color--secondary-background);
  position: absolute;
  left: 0;
  top: 5px;
}
.blog-single-offer__inner .wp-block-list li strong {
  color: var(--wp--preset--color--black-color);
  font-weight: 600;
}
.blog-single-offer__inner .wp-block-list li em,
.blog-single-offer__inner .wp-block-list li strong em {
  background-color: var(--wp--preset--color--secondary-background);
  padding: 3px 5px;
  font-style: normal;
}

.blog-sidebar {
  position: sticky;
  top: 130px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-sidebar .highland-table-of-content {
  padding-left: 7px;
}
.blog-sidebar .highland-table-of-content ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 1px solid #E5E7EB;
}
.blog-sidebar .highland-table-of-content ul li a {
  padding: 8px 16px;
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 600;
  line-height: 1.5;
  color: var(--wp--preset--color--secondary-description);
  display: block;
}
.blog-sidebar .highland-table-of-content ul li a.toc-active {
  background: linear-gradient(90deg, #DAFFCF 0%, rgba(148, 244, 119, 0) 100%);
  border-left: 3px solid #94F477;
  color: var(--wp--preset--color--primary-heading-color);
}
.blog-sidebar__bottom {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 16px;
}
.blog-sidebar__bottom h4 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-sidebar__bottom_items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-sidebar__bottom_items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.blog-sidebar__bottom_items .item-right {
  padding: 2px 9px;
  border-radius: 6px;
}
.blog-sidebar__bottom_link {
  margin-top: 17px;
  text-align: center;
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 500;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
}
.blog-sidebar__bottom_link a {
  color: var(--wp--preset--color--primary-heading);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s ease;
  padding: 12px 20px;
  border-radius: 50px;
  background: #F9FAFB;
}
.blog-sidebar__bottom_link a::after {
  content: "\f105";
  font-family: "fontello";
  font-size: 15px;
  transition: all 0.3s ease;
}
.blog-sidebar__bottom_link a:hover::after {
  transform: translateX(2px);
}

.common-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-size: 100% 100% !important;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .common-hero__inner {
    background-size: 100% 70% !important;
  }
}
@media screen and (max-width: 575px) {
  .common-hero__inner {
    background-size: 100% 60% !important;
  }
}
@media screen and (max-width: 425px) {
  .common-hero__inner {
    background-size: 100% 50% !important;
  }
}
.common-hero__inner .subtitle-group p.subtitle-icon svg,
.common-hero__inner .subtitle-group .is-style-subtitles {
  border: 1px solid rgba(148, 244, 119, 0.1019607843);
}
@media screen and (max-width: 991px) {
  .common-hero__inner p br {
    display: none;
  }
}

.contact-form {
  margin-top: -40px;
}
@media screen and (max-width: 991px) {
  .contact-form {
    margin-top: -30px;
  }
}
.contact-form .row {
  --bs-gutter-x: 0px;
}
@media screen and (max-width: 991px) {
  .contact-form .row {
    gap: 0px;
  }
}
.contact-form__inner {
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.031372549);
  border-radius: 30px;
  border: 1px solid #F3F3F3;
  padding: 10px;
  background-color: var(--wp--preset--color--white-color);
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .contact-form__form {
    padding: 30px 18px;
  }
}
@media screen and (max-width: 425px) {
  .contact-form__form {
    padding: 24px 16px;
  }
}
.contact-form__form form .cf7-contact-form {
  --bs-gutter-x: 39px;
  display: flex;
  gap: 30px 0px;
}
@media screen and (max-width: 991px) {
  .contact-form__form form .cf7-contact-form {
    gap: 24px 0px;
  }
}
.contact-form__form form .cf7-contact-form .cf7-row p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.contact-form__form form .cf7-contact-form .cf7-row p br {
  display: none;
}
.contact-form__form form .cf7-contact-form .cf7-row label {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--subtitle-color);
  text-transform: capitalize;
}
.contact-form__form form .cf7-contact-form .cf7-row input,
.contact-form__form form .cf7-contact-form .cf7-row textarea {
  font-size: var(--wp--preset--font-size--description-xs);
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--black-color);
  text-transform: capitalize;
  border-radius: 0px;
  border: unset;
  border-bottom: 1px solid #E5E5E5;
  background-color: var(--wp--preset--color--white-color);
  padding: 8px 0px 10px 0px;
  width: 100%;
  outline: none;
}

.contact-form__form form .cf7-contact-form .cf7-row textarea:focus {
  border-bottom: 1px solid var(--wp--preset--color--button-background-primary);
  outline: none;
  color: var(--wp--preset--color--button-background-primary);
}
.contact-form__form form .cf7-contact-form .cf7-row textarea {
  height: 80px;
  resize: none;
  padding: 8px 0px 10px 0px;
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-submit {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 600;
  color: var(--wp--preset--color--white-color);
  text-transform: capitalize;
  border-radius: 58px;
  border: 1px solid transparent;
  background-color: var(--wp--preset--color--subtitle-color);
  padding: 16px 16px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1215686275);
}
@media screen and (max-width: 767px) {
  .contact-form__form form .cf7-contact-form .cf7-row .wpcf7-submit {
    padding: 10px 16px;
  }
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-submit:hover {
  background-color: transparent;
  border-color: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--subtitle-color);
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 25px;
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 11px;
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-radio .wpcf7-list-item label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #E0E0E0;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-radio .wpcf7-list-item label input[type=radio]::before {
  content: "\e812";
  font-family: "fontello";
  font-size: 10px;
  padding-left: 2px;
  color: var(--wp--preset--color--white-color);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #011C2A;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-radio .wpcf7-list-item label {
  /* checked state */
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked {
  background-color: #ffffff;
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::before {
  transform: scale(1);
}
.contact-form__form form .cf7-contact-form .cf7-row .wpcf7-spinner {
    position: absolute;
    top: 23%;
    right: 10px;
}
.contact-form__form form .cf7-contact-form .wpcf7-not-valid-tip {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 400;
  color: rgb(205, 14, 8);
  padding: 5px 10px;
}
.contact-form__form .wpcf7-response-output {
  margin: 0 !important;
  padding: 10px 0px 0px 0px;
  border: unset !important;
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 400;
}
.contact-form__form .invalid .wpcf7-response-output {
  color: rgb(205, 14, 8);
}
.contact-form__form .sent .wpcf7-response-output {
  color: #14882f;
	padding: 10px 0px 0px 0px;
}
.contact-form .contact-info {
  background-color: #D4F6C0;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form .contact-info .animation-section {
  padding-top: 0px;
  overflow: visible;
}
.contact-form .contact-info .animation-section #car,
.contact-form .contact-info .animation-section #contact-car {
  bottom: 10px;
}
@media screen and (max-width: 575px) {
  .contact-form .contact-info .animation-section #car,
  .contact-form .contact-info .animation-section #contact-car {
    bottom: 30px;
  }
}
.contact-form .contact-info .animation-section .moving-car img {
  min-width: 300px;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-info .animation-section .moving-car img {
    min-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .contact-info .animation-section .moving-car img {
    min-width: 220px;
  }
}
.contact-form__details {
  display: flex;
  flex-direction: column;
  gap: 33px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .contact-form__details {
    padding: 30px;
  }
}
.contact-form__details::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 250px;
  height: 300px;
  background: url("../images/contactpage/contact-info.webp") no-repeat;
  background-size: 100%;
}
.contact-form__details_top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-form__details_center {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 575px) {
  .contact-form__details_center {
    gap: 18px;
  }
}
.contact-form__details_center svg {
  display: flex;
  flex-shrink: 0;
}
.contact-form__details_center .item p {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-form__details_bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-form__details_bottom .wp-block-social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-form__details_bottom .wp-block-social-links li {
  background-color: var(--wp--preset--color--primary-heading);
  transition: all 0.3s ease;
}
.contact-form__details_bottom .wp-block-social-links li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
}
.contact-form__details_bottom .wp-block-social-links li svg {
  height: 20px;
  width: 20px;
}

.contact-details .row {
  --bs-gutter-x: 54px;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .contact-details .row {
    gap: 40px;
  }
}
.contact-details__inner {
  border: 1px solid #EEEEEE;
  border-radius: 24px;
  background-color: var(--wp--preset--color--white-color);
  padding: 45px 50px;
  box-shadow: 2px 3px 19.1px 0px rgba(120, 120, 120, 0.0901960784);
}
@media screen and (max-width: 575px) {
  .contact-details__inner {
    padding: 30px 30px;
  }
}
.contact-details__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-details__left_top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-details__left_bottom {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-details__left_bottom .item {
  padding: 15px 16px;
  border-radius: 16px;
  border: 1px solid #EEE;
  background: var(--wp--preset--color--white-color);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.contact-details__left_bottom .item .icon {
  width: auto;
  height: auto;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #9FE49D;
}
.contact-details__left_bottom .item-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-details__left_bottom .item-inner .text a {
  transition: all 0.3s ease;
}
.contact-details__left_bottom .item-inner .text a:hover {
  text-decoration: underline;
}
.contact-details__left_bottom .item .social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-details__left_bottom .item .social-media .wp-block-social-links {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 425px) {
  .contact-details__left_bottom .item .social-media .wp-block-social-links {
    gap: 10px;
  }
}
.contact-details__left_bottom .item .social-media .wp-block-social-links .wp-social-link {
  background-color: unset;
  color: var(--wp--preset--color--button-background-primary);
}
.contact-details__left_bottom .item .social-media .wp-block-social-links .wp-social-link a {
  padding: 0;
}
.contact-details__left_bottom .item .social-media .wp-block-social-links .wp-social-link svg {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 991px) {
  .contact-details .sticky-position {
    position: sticky;
    top: 120px;
  }
}
.contact-details__right iframe {
  width: 100%;
  height: 500px;
  border-radius: 24px;
}
@media screen and (max-width: 1199px) {
  .contact-details__right iframe {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .contact-details__right iframe {
    height: 300px;
  }
}

.booking-form {
  margin-top: -40px;
}
@media screen and (max-width: 991px) {
  .booking-form {
    margin-top: -30px;
  }
}
.booking-form__inner {
  background-color: var(--wp--preset--color--white-color);
  box-shadow: 3px 4px 47.1px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .booking-form__inner .row {
    flex-direction: column-reverse;
  }
}
.booking-form__image {
  height: 100%;
}
.booking-form__image figure {
  height: 100%;
}
.booking-form__image img {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  height: auto;
  max-height: 1000px;
  min-height: 810px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 1199px) {
  .booking-form__image img {
    min-height: 750px;
  }
}
@media screen and (max-width: 991px) {
  .booking-form__image img {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .booking-form__image img {
    min-height: 650px;
  }
}
@media screen and (max-width: 575px) {
  .booking-form__image img {
    min-height: 450px;
  }
}
@media screen and (max-width: 425px) {
  .booking-form__image img {
    min-height: 350px;
  }
}
.booking-form__form {
  padding: 30px 34px 30px 13px;
}
@media screen and (min-width: 1400px) {
  .booking-form__form {
    padding: 30px 50px 30px 22px;
  }
}
@media screen and (max-width: 991px) {
  .booking-form__form {
    padding: 32px;
  }
}
@media screen and (max-width: 575px) {
  .booking-form__form {
    padding: 32px 24px 32px 24px;
  }
}
.booking-form__form form .cf7-multistep {
  position: relative;
}
.booking-form__form form .cf7-multistep .form-progress {
  width: 100%;
  height: 13px;
  background: #F2F2F2;
  border-radius: 11px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  left: 0;
}
.booking-form__form form .cf7-multistep .form-progress-bar {
  height: 100%;
  width: 25%;
  background: #9af57a;
  border-radius: 11px;
  transition: width 0.4s ease;
}
.booking-form__form form .cf7-multistep .form-step .step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .booking-form__form form .cf7-multistep .form-step .step-header {
    margin-bottom: 28px;
  }
}
.booking-form__form form .cf7-multistep .form-step .step-header .step-title {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
}
.booking-form__form form .cf7-multistep .form-step .step-header .step-count {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 400;
  line-height: 1.5;
  color: #2C2C2C;
}
.booking-form__form form .cf7-multistep .form-step h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
}
.booking-form__form form .cf7-multistep .form-step p.description {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
  padding: 8px 0px 30px 0px;
}
.booking-form__form form .cf7-multistep .form-step .service-radio {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 425px) {
  .booking-form__form form .cf7-multistep .form-step .service-radio {
    gap: 16px;
  }
}
.booking-form__form form .cf7-multistep .form-step .service-radio input {
  position: absolute;
  top: 50%;
  right: 21px;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-50%);
}
@media screen and (max-width: 425px) {
  .booking-form__form form .cf7-multistep .form-step .service-radio input {
    right: 13px;
  }
}
.booking-form__form form .cf7-multistep .form-step .service-radio .wpcf7-list-item,
.booking-form__form form .cf7-multistep .form-step .service-radio label {
  margin: 0;
  position: relative;
}
.booking-form__form form .cf7-multistep .form-step .service-radio .wpcf7-list-item.last .wpcf7-list-item-label::after {
  content: "MAX 2OKG";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 700;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  padding: 6px 15px;
  background-color: #94F477;
  border-radius: 9px;
  margin-left: 12px;
}
@media screen and (max-width: 425px) {
  .booking-form__form form .cf7-multistep .form-step .service-radio .wpcf7-list-item.last .wpcf7-list-item-label::after {
    padding: 4px 10px;
  }
}
.booking-form__form form .cf7-multistep .form-step .service-radio .wpcf7-list-item-label {
  font-size: var(--wp--preset--font-size--description-md);
  font-weight: 600;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  padding: 16px 18px;
  border: 1.5px solid #EEEEEE;
  border-radius: 11px;
  background-color: var(--wp--preset--color--white-color);
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 1199px) {
  .booking-form__form form .cf7-multistep .form-step .service-radio .wpcf7-list-item-label {
    padding: 10px 18px;
  }
}
@media screen and (max-width: 425px) {
  .booking-form__form form .cf7-multistep .form-step .service-radio .wpcf7-list-item-label {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.booking-form__form form .cf7-multistep .form-step .service-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  border: 1.5px solid #94F477;
  background: rgba(235, 255, 229, 0.4588235294);
}
.booking-form__form form .cf7-multistep .form-step .service-radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #CACACA;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: 0;
}
.booking-form__form form .cf7-multistep .form-step .service-radio input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #94F477;
}
.booking-form__form form .cf7-multistep .form-step .service-radio input[type=radio]:checked {
  border-color: #94F477;
}
.booking-form__form form .cf7-multistep .form-step .service-radio input[type=radio]:checked::before {
  transform: scale(1);
}
.booking-form__form form .cf7-multistep .form-step .btn-next,
.booking-form__form form .cf7-multistep .form-step .btn-prev,
.booking-form__form form .cf7-multistep .form-step .btn-submit,
.booking-form__form form .cf7-multistep .form-step .btn-payment {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  padding: 12px 19px;
  border-radius: 92px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .booking-form__form form .cf7-multistep .form-step .btn-next,
  .booking-form__form form .cf7-multistep .form-step .btn-prev,
  .booking-form__form form .cf7-multistep .form-step .btn-submit,
  .booking-form__form form .cf7-multistep .form-step .btn-payment {
    padding: 12px;
  }
}
@media screen and (max-width: 425px) {
  .booking-form__form form .cf7-multistep .form-step .btn-next,
  .booking-form__form form .cf7-multistep .form-step .btn-prev,
  .booking-form__form form .cf7-multistep .form-step .btn-submit,
  .booking-form__form form .cf7-multistep .form-step .btn-payment {
    padding: 8px 12px;
  }
}
.booking-form__form form .cf7-multistep .form-step .btn-next::after, .booking-form__form form .cf7-multistep .form-step .btn-next::before,
.booking-form__form form .cf7-multistep .form-step .btn-prev::after,
.booking-form__form form .cf7-multistep .form-step .btn-prev::before,
.booking-form__form form .cf7-multistep .form-step .btn-submit::after,
.booking-form__form form .cf7-multistep .form-step .btn-submit::before,
.booking-form__form form .cf7-multistep .form-step .btn-payment::after,
.booking-form__form form .cf7-multistep .form-step .btn-payment::before {
  font-family: "fontello";
  font-size: 14px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
}
.booking-form__form form .cf7-multistep .form-step .btn-next,
.booking-form__form form .cf7-multistep .form-step .btn-submit,
.booking-form__form form .cf7-multistep .form-step .btn-payment {
  background: #9af57a;
  color: #1b1b1b;
  border: 1px solid #9af57a;
  transition: all 0.3s ease;
}
.booking-form__form form .cf7-multistep .form-step .btn-next:hover,
.booking-form__form form .cf7-multistep .form-step .btn-submit:hover,
.booking-form__form form .cf7-multistep .form-step .btn-payment:hover {
  background-color: transparent;
  border-color: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--button-background-primary);
}
.booking-form__form form .cf7-multistep .form-step .btn-payment {
  display: block;
  height: 100%;
}
.booking-form__form form .cf7-multistep .form-step .btn-payment #button-text {
  display: block !important;
}
.booking-form__form form .cf7-multistep .form-step .btn-prev {
  background: #F6F6F6;
}
.booking-form__form form .cf7-multistep .form-step .btn-prev:hover {
  background-color: transparent;
  border-color: var(--wp--preset--color--button-background-primary);
}
.booking-form__form form .cf7-multistep .form-step .btn-prev::before {
  content: "\f809";
}
.booking-form__form form .cf7-multistep .form-step .btn-next::after {
  content: "\e800";
}
.booking-form__form form .cf7-multistep .form-step .btn-next.disabled,
.booking-form__form form .cf7-multistep .form-step .btn-next:disabled,
.booking-form__form form .cf7-multistep .form-step .btn-submit.disabled,
.booking-form__form form .cf7-multistep .form-step .btn-submit:disabled {
  background-color: #e0e0e0;
  border-color: #d0d0d0;
  color: #888;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
}
.booking-form__form form .cf7-multistep .form-step .btn-next:disabled:hover,
.booking-form__form form .cf7-multistep .form-step .btn-submit:disabled:hover {
  background-color: #e0e0e0;
  color: #888;
  border-color: #d0d0d0;
}
.booking-form__form form .cf7-multistep .form-step .wpcf7-spinner {
    position: absolute;
    top: 20%;
    right: 10px;
}
.booking-form__form form .cf7-multistep .form-step p label,
.booking-form__form form .cf7-multistep .form-step .StripeElement .p-FieldLabel,
.booking-form__form form .cf7-multistep .form-step h4 {
  font-size: var(--wp--preset--font-size--description-md);
  font-weight: 600;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  margin-bottom: 15px;
  display: block;
}
.booking-form__form form .cf7-multistep .form-step p input,
.booking-form__form form .cf7-multistep .form-step p select,
.booking-form__form form .cf7-multistep .form-step p textarea {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  background-color: var(--wp--preset--color--white-color);
  width: 100%;
  padding: 10px 18px;
  border: 1.5px solid #EEEEEE;
  border-radius: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .booking-form__form form .cf7-multistep .form-step p input,
  .booking-form__form form .cf7-multistep .form-step p select,
  .booking-form__form form .cf7-multistep .form-step p textarea {
    padding: 8px 14px;
  }
}
.booking-form__form form .cf7-multistep .form-step p textarea {
  height: 150px;
  resize: none;
  font-family: var(--wp--preset--font-family--primary);
}
.booking-form__form form .cf7-multistep .form-step p br {
  display: none;
}
.booking-form__form form .cf7-multistep .form-step p select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.booking-form__form form .cf7-multistep .form-step .select-control span {
  position: relative;
}
.booking-form__form form .cf7-multistep .form-step .select-control span::after {
  content: "\f004";
  font-family: "fontello";
  font-size: 14px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  position: absolute;
  right: 18px;
  top: 5px;
}
.booking-form__form form .cf7-multistep .form-step #number_of_drops select::after,
.booking-form__form form .cf7-multistep .form-step #walk_duration select::after {
  content: "\f004";
  font-family: "fontello";
  font-size: 14px;
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  position: absolute;
  right: 18px;
  top: 5px;
}
.booking-form__form form .cf7-multistep .form-step .step-actions {
  margin-top: 24px;
}
@media screen and (min-width: 1400px) {
  .booking-form__form form .cf7-multistep .form-step .step-actions {
    margin-top: 25px;
  }
}
.booking-form__form form .cf7-multistep .form-step .step-actions p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  position: relative;
}
.booking-form__form form .cf7-multistep .form-step .step-actions p br {
  display: none;
}
.booking-form__form form .cf7-multistep .form-step .custom-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0;
}
.booking-form__form form .cf7-multistep .form-step .custom-row .number_of_drops,
.booking-form__form form .cf7-multistep .form-step .custom-row .walk_duration {
  width: 50%;
}
.booking-form__form form .cf7-multistep .form-step .StripeElement {
  margin-top: 10px;
}
.booking-form__form form .cf7-multistep .form-step[data-step="5"] .step-actions p button {
  width: 50%;
}
.booking-form__form form .cf7-multistep .step-holiday:not(.active),
.booking-form__form form .cf7-multistep .step-baggage:not(.active) {
  display: none !important;
}
.booking-form__form form .cf7-multistep .warning-box {
  color: #BC7A0F;
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 500;
  line-height: 1.5;
}
.booking-form__form form .cf7-multistep .warning-box p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #BC7A0F !important;
}
.booking-form__form form .cf7-multistep .price-display {
  background-color: #f7fee7;
  border: 1px solid #84EB66;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
}
.booking-form__form form .cf7-multistep .price-display .price-subtext {
  font-size: var(--wp--preset--font-size--description-xs);
  color: #64748B;
  margin-top: 4px;
  font-style: italic;
}
.booking-form__form form .cf7-multistep .price-row p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  width: 100%;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  font-size: var(--wp--preset--font-size--description-xs);
}
.booking-form__form form .cf7-multistep .price-row p br {
  display: none;
}
.booking-form__form form .cf7-multistep .price-row p .price-tag {
  font-size: var(--wp--preset--font-size--description-md);
  color: #166534;
  letter-spacing: 0.5px;
}
.booking-form__form form .cf7-multistep .hidden {
  display: none !important;
}
.booking-form__form .wpcf7-not-valid-tip,
.booking-form__form .email-error {
  font-size: var(--wp--preset--font-size--description-xs);
  line-height: 1.5;
  font-weight: 400;
  color: rgb(205, 14, 8);
  padding: 5px 10px;
}
.booking-form__form .wpcf7-not-valid-tip::after,
.booking-form__form .email-error::after {
  display: none;
}
.booking-form__form .wpcf7-response-output {
  margin: 0 !important;
  padding: 10px 0px 0px 0px !important;
  border: unset !important;
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 400;
}
.booking-form__form .invalid .wpcf7-response-output {
  color: rgb(205, 14, 8);
}
.booking-form__form .sent .wpcf7-response-output {
  color: #14882f;
}
.booking-form__form #payment-form label {
  margin-bottom: 0px;
}

.step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.accommodation-suggestions {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.accommodation-suggestions li {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #F0F0F0;
}

.accommodation-suggestions li:hover {
  background: #F5F5F5;
}

.accommodation-suggestions li:last-child {
  border-bottom: none;
}

.selected-accommodations {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.selected-item {
    background: #F0F0F0;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.remove-item {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.accommodation-select {
    font-size: var(--wp--preset--font-size--description-sm);
    font-weight: 400;
    line-height: 1.5;
    color: var(--wp--preset--color--primary-heading);
    background-color: var(--wp--preset--color--white-color);
    width: 100%;
    padding: 10px 18px;
    border: 1.5px solid #EEEEEE;
    border-radius: 8px;
    margin-top: 10px;
}

/* Make inner row and columns full width */
#accommodation-container .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#accommodation-container .col-xl-6,
#accommodation-container .col-lg-6,
#accommodation-container .col-md-12,
#accommodation-container .col-12 {
    padding-left: 8px;
    padding-right: 8px;
}

/* Fix select width */
#accommodation-container .accommodation-select {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

#accommodation-container .accommodation-day {
    width: 100%;
}

@media (max-width: 991px) {
  #accommodation-container .row {
    display: flex;
    flex-direction: column;
  }
  #accommodation-container .col-xl-6,
  #accommodation-container .col-lg-6,
  #accommodation-container .col-md-12,
  #accommodation-container .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Make each day a flex item */
  #accommodation-container .col-xl-6 > .accommodation-day {
    width: 100%;
  }
  /* Now control order */
  #accommodation-container .accommodation-day[data-day="1"] {
    order: 1;
  }
  #accommodation-container .accommodation-day[data-day="2"] {
    order: 2;
  }
  #accommodation-container .accommodation-day[data-day="3"] {
    order: 3;
  }
  /* Turn columns into flex containers */
  #accommodation-container .col-xl-6,
  #accommodation-container .col-lg-6 {
    display: contents;
  }
}

.search__inner_heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search__inner_heading .wp-block-search {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search__inner_heading .wp-block-search .wp-block-search__label {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--primary-heading);
}
.search__inner_heading .wp-block-search .wp-block-search__input {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--primary-description);
  padding: clamp(14px, 14px + 4 * (100vw - 360px) / 1560, 18px) clamp(20px, 20px + 5 * (100vw - 360px) / 1560, 25px);
  background-color: var(--wp--preset--color--primary-background);
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 68px;
  max-width: 500px;
}
.search__inner_heading .wp-block-search input:focus-visible {
  border: 1px solid var(--wp--preset--color--button-background-primary);
}
.search__inner_heading .wp-block-search .wp-block-search__button {
  transition: all 0.5s;
}
.search__inner_heading .wp-block-search .wp-block-search__button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--button-background-primary);
  border-color: var(--wp--preset--color--button-background-primary);
}
.search__inner_loop {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .search__inner_loop {
    gap: 40px;
  }
}
.search__inner_loop ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search__inner_loop ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search__inner_loop ul li h2 a {
  transition: color 0.3s ease;
  color: var(--wp--preset--color--primary-heading);
}
.search__inner_loop ul li h2 a:hover {
  color: var(--wp--preset--color--button-background-primary);
}
.search__inner_loop ul li .search__inner_loop--content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search__inner_loop ul li:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--border-color-primary);
  padding-bottom: 24px;
}
.search__inner_loop .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--white-color);
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 50%;
  color: var(--wp--preset--color--primary-color);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 40px;
  width: 40px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background: var(--wp--preset--color--primary-color);
  border-color: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--white-color);
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--wp--preset--color--primary-color);
  border-color: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--white-color);
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 600;
  color: var(--wp--preset--color--primary-heading);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  color: var(--wp--preset--color--button-background-primary);
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next::after,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  font-family: "fontello";
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 600;
  transition: all 0.3s ease;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next:hover::after {
  transform: translateX(3px);
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous:hover::before {
  transform: translateX(-3px);
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "\e800";
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "\f809";
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::before:hover {
  transform: translateX(-3px);
}

.about-video .row {
  --bs-gutter-x: 57px;
}
@media screen and (max-width: 991px) {
  .about-video .row {
    gap: 40px;
  }
}
.about-video__left {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .about-video__left {
    min-height: 490px;
    max-height: 490px;
  }
}
@media screen and (min-width: 991px) {
  .about-video__left {
    position: sticky;
    top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .about-video__left {
    min-height: 550px;
    max-height: 550px;
  }
}
@media screen and (max-width: 425px) {
  .about-video__left {
    min-height: 400px;
  }
}
.about-video__left .wp-block-video,
.about-video__left video {
  height: 100%;
}
.about-video__left video {
  border-radius: 26px;
}
.about-video__left_control {
  backdrop-filter: blur(4px);
  background-color: #093038;
  border-radius: 62px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  outline: 5px solid #94F477;
  position: absolute !important;
  right: 39px;
  bottom: 31px;
  z-index: 2;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .about-video__left_control {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 425px) {
  .about-video__left_control {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-video__left_control p svg {
    width: 20px;
    height: 20px;
  }
}
.about-video__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-video__content_top {
  border: 1px solid #EEEEEE;
  border-radius: 22px;
  background-color: var(--wp--preset--color--white);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 575px) {
  .about-video__content_top {
    padding: 24px;
  }
}
.about-video__content_top p strong {
  color: var(--wp--preset--color--black-color);
}
.about-video__content_bottom {
  padding: 32px 34px;
  background-color: #C7FFB4;
  border-radius: 16px;
}
@media screen and (max-width: 575px) {
  .about-video__content_bottom {
    padding: 24px;
  }
}
.about-video__content_bottom .wp-block-quote {
  padding: 0;
  border: unset;
  display: flex;
  flex-direction: column;
  gap: 17px;
  position: relative;
  z-index: 1;
}
.about-video__content_bottom .wp-block-quote::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 82px;
  height: 64px;
  background: url("../images/aboutpage/about-quote.webp") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 991px) {
  .logged-in .about-video__left {
    top: 130px;
  }
}

.why-us .row {
  --bs-gutter-x: 49px;
}
@media screen and (max-width: 991px) {
  .why-us .row {
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .why-us .row {
    gap: 28px;
  }
}
.why-us__left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.why-us__left svg path {
  fill: #091733 !important;
}
.why-us__left_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  margin-top: 35px;
}
@media screen and (max-width: 425px) {
  .why-us__left_list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 11px;
  }
}
.why-us__left_list .item p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.why-us__left_list .item p svg path {
  fill: #2AB500 !important;
}
.why-us__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
}
@media screen and (max-width: 575px) {
  .why-us__right {
    gap: 10px;
  }
}
.why-us__right_card {
  border: 5.42px solid var(--wp--preset--color--white-color);
  border-radius: 20px;
}
.why-us__right_card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.why-us__right .card-one {
  padding: 27px 26px;
  background-color: #C7FFB4;
  height: auto;
  width: auto;
  max-width: 226px;
  max-height: 226px;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .why-us__right .card-one {
    max-width: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 425px) {
  .why-us__right .card-one {
    max-width: 100%;
  }
}
.why-us__right .card-one h3 {
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .why-us__right .card-one h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 425px) {
  .why-us__right .card-one h3 {
    font-size: 50px;
  }
}
.why-us__right .card-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/aboutpage/why-us-card-bear.webp") no-repeat center center;
  background-size: contain;
}
.why-us__right .card-two img {
  max-height: 275px;
}
@media screen and (max-width: 1199px) {
  .why-us__right .card-two img {
    max-height: 230px;
  }
}
@media screen and (max-width: 991px) {
  .why-us__right .card-two img {
    max-height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .why-us__right .card-two img {
    max-height: 230px;
  }
}
@media screen and (max-width: 575px) {
  .why-us__right .card-two img {
    max-height: 210px;
  }
}
@media screen and (max-width: 425px) {
  .why-us__right .card-two img {
    max-height: 180px;
  }
}
.why-us__right .card-three {
  position: relative;
  bottom: 35px;
  right: -80px;
  min-width: 261px;
  max-width: 261px;
}
@media screen and (min-width: 1400px) {
  .why-us__right .card-three {
    right: -170px;
  }
}
@media screen and (max-width: 1199px) {
  .why-us__right .card-three {
    right: -85px;
    bottom: 26px;
    min-width: unset;
    max-width: unset;
  }
}
@media screen and (max-width: 991px) {
  .why-us__right .card-three {
    right: -160px;
  }
}
@media screen and (max-width: 767px) {
  .why-us__right .card-three {
    right: -110px;
  }
}
@media screen and (max-width: 575px) {
  .why-us__right .card-three {
    position: unset;
  }
}
.why-us__right .card-three img {
  max-height: 235px;
  min-height: 235px;
}
@media screen and (max-width: 1199px) {
  .why-us__right .card-three img {
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .why-us__right .card-three img {
    max-height: 235px;
    min-height: 235px;
  }
}
@media screen and (max-width: 767px) {
  .why-us__right .card-three img {
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .why-us__right .card-three img {
    max-height: 180px;
    min-height: 180px;
  }
}
.why-us__right .card-four {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.why-us__right .card-four img {
  max-height: 210px;
  max-width: 187px;
  min-width: 187px;
  min-height: 210px;
}
@media screen and (max-width: 1199px) {
  .why-us__right .card-four img {
    max-height: 170px;
    max-width: 140px;
    min-width: 140px;
    min-height: 170px;
  }
}
@media screen and (max-width: 991px) {
  .why-us__right .card-four img {
    max-height: 210px;
    max-width: 187px;
    min-width: 187px;
    min-height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .why-us__right .card-four img {
    max-height: 170px;
    max-width: 140px;
    min-width: 140px;
    min-height: 170px;
  }
}
@media screen and (max-width: 575px) {
  .why-us__right .card-four img {
    max-height: 180px;
    max-width: 100%;
    min-width: 100%;
    min-height: 180px;
  }
}

.our-story .row {
  --bs-gutter-x: 63px;
}
@media screen and (max-width: 991px) {
  .our-story .row {
    gap: 40px;
  }
}
.our-story__left {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (min-width: 991px) {
  .our-story__left {
    position: sticky;
    top: 100px;
  }
}
.our-story__left svg path {
  fill: #091733 !important;
}
.our-story__left_image {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .our-story__left_image {
    margin-top: 16px;
  }
}
@media screen and (max-width: 575px) {
  .our-story__left_image {
    gap: 20px;
    margin-top: 13px;
  }
}
.our-story__left_image figure {
  width: 100%;
}
.our-story__left_image figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.our-story__left_image figure:nth-child(1) img {
  max-height: 300px;
  min-height: 300px;
}
@media screen and (max-width: 1199px) {
  .our-story__left_image figure:nth-child(1) img {
    max-height: 260px;
    min-height: 260px;
  }
}
@media screen and (max-width: 425px) {
  .our-story__left_image figure:nth-child(1) img {
    max-height: 220px;
    min-height: 220px;
  }
}
.our-story__left_image figure:nth-child(2) img {
  max-height: 280px;
  min-height: 280px;
}
@media screen and (max-width: 1199px) {
  .our-story__left_image figure:nth-child(2) img {
    max-height: 240px;
    min-height: 240px;
  }
}
@media screen and (max-width: 425px) {
  .our-story__left_image figure:nth-child(2) img {
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (min-width: 991px) {
  .our-story__right {
    position: sticky;
    top: 100px;
  }
}
.our-story__right .day-by-day-package .day-accordion-header {
  gap: 0;
}
.our-story__right .day-by-day-package .day-accordion-content {
  max-width: 355px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .our-story__right .day-by-day-package .day-accordion-content {
    max-width: 450px;
  }
}
@media screen and (max-width: 1199px) {
  .our-story__right .day-by-day-package .day-accordion-content {
    max-width: 275px;
  }
}
@media screen and (max-width: 991px) {
  .our-story__right .day-by-day-package .day-accordion-content {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .our-story__right .day-by-day-package .day-accordion-content {
    max-width: 100%;
  }
}
.our-story__right .day-by-day-package .day-accordion-content .day-content-layout {
  border: unset;
  padding-top: 0;
}
.our-story__right .day-by-day-package .day-accordion-content .day-list li {
  padding-left: 0 !important;
  color: var(--wp--preset--color--black-color) !important;
}
.our-story__right .day-by-day-package .day-accordion-content .day-list li::before {
  display: none;
}

@media screen and (min-width: 991px) {
  .logged-in .our-story__right {
    top: 130px;
  }
}

.our-mission {
  background-size: 100% 85% !important;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  .our-mission {
    background-size: 100% 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  .our-mission {
    background-size: 100% 80% !important;
  }
}
@media screen and (max-width: 991px) {
  .our-mission {
    background-size: 100% 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .our-mission {
    background-size: 100% 60% !important;
  }
}
@media screen and (max-width: 575px) {
  .our-mission {
    background-size: 100% 40% !important;
  }
}
@media screen and (max-width: 425px) {
  .our-mission {
    background-size: 100% 30% !important;
  }
}
.our-mission__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.our-mission__inner .subtitle-group p.subtitle-icon svg,
.our-mission__inner .subtitle-group .is-style-subtitles {
  border: 1px solid rgba(148, 244, 119, 0.1019607843);
}
@media screen and (max-width: 991px) {
  .our-mission__inner p br {
    display: none;
  }
}
.our-mission__inner h2 br,
.our-mission__inner h1 br {
  display: none;
}
.our-mission__inner h2 strong,
.our-mission__inner h1 strong {
  color: var(--wp--preset--color--primary-color);
}
.our-mission__inner p.description {
  position: relative;
  padding: 19px 0px;
}
.our-mission__inner p.description::after, .our-mission__inner p.description::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 170px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(9, 48, 55, 0.22) 0%, rgba(159, 228, 157, 0.22) 50.96%, rgba(9, 48, 55, 0.22) 100%);
}
.our-mission__inner p.description::before {
  top: 0px;
}
.our-mission__inner p.description::after {
  bottom: 0px;
}
.our-mission__inner_bottom {
  display: flex;
  align-items: baseline;
  gap: 40px;
}
.our-mission__inner_bottom .item {
  position: relative;
}
.our-mission__inner_bottom .item p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.our-mission__inner_bottom .item p span {
  line-height: 0;
  position: relative;
}
.our-mission__inner_bottom .item p span::after {
  content: "";
  position: absolute;
  right: 0px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 18px;
  background: linear-gradient(90deg, rgba(9, 48, 55, 0.22) 0%, rgba(159, 228, 157, 0.22) 50.96%, rgba(9, 48, 55, 0.22) 100%);
}
.our-mission__inner_bottom .item p span svg:nth-child(2) {
  transform: translateX(5px);
}
.our-mission__inner_bottom .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  display: block;
  width: 28px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(9, 48, 55, 0.22) 0%, rgba(159, 228, 157, 0.22) 50.96%, rgba(9, 48, 55, 0.22) 100%);
}

.instafeed .section-header__heading h2 {
  display: inline-flex;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .instafeed .section-header__heading h2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.instafeed .section-header__heading h2 em {
  font-style: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.instafeed .section-header__heading h2 em::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url("../images/contactpage/instagram-logo-highland.webp");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .instafeed .section-header__heading h2 em::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .instafeed .section-header__heading h2 em::before {
    width: 30px;
    height: 30px;
  }
}
.instafeed__content .sb_instagram_header {
  padding: 0 !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
  gap: 12px;
  justify-content: center;
  margin-left: -150px;
}
@media screen and (max-width: 425px) {
  #sb_instagram .sb_instagram_header .sbi_header_text,
  .sb_instagram_header .sbi_header_text {
    margin-left: -125px;
  }
}

.sbi_feedtheme_header_text {
  flex: inherit;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
.sb_instagram_header.sbi_medium .sbi_header_img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(40deg, #BDFFA9 65.02%, #94F477 89.86%, #94F477 114.71%);
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
.sb_instagram_header.sbi_medium .sbi_header_img img {
  width: 40px;
  height: 40px;
  min-height: auto;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
  background: transparent;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
.sb_instagram_header.sbi_medium .sbi_header_text h3 {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 700;
  color: var(--wp--preset--color--black-color);
  text-transform: capitalize;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
  gap: 1px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
.sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--secondary-description);
}

#sb_instagram #sbi_images {
  padding: 35px 0 0px 0px;
  display: block;
}

#sb_instagram img {
  width: 100%;
  height: auto;
  min-height: 350px;
  max-height: 350px;
  border-radius: 21px;
}
@media screen and (min-width: 1400px) {
  #sb_instagram img {
    min-height: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  #sb_instagram img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  #sb_instagram img {
    min-height: 250px;
    max-height: 250px;
  }
}

#sbi_images .slick-slide {
  height: auto;
  min-height: 350px;
  max-height: 350px;
}
@media screen and (min-width: 1400px) {
  #sbi_images .slick-slide {
    min-height: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  #sbi_images .slick-slide {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  #sbi_images .slick-slide {
    min-height: 250px;
    max-height: 250px;
  }
}

#sbi_images .slick-track {
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 575px) {
  #sbi_images .slick-track {
    gap: 0;
  }
}

/* Arrow style */
#sbi_images .slick-prev,
#sbi_images .slick-next {
  z-index: 9;
  width: 51px;
  height: 51px;
  background: var(--wp--preset--color--primary-heading);
  border: 2.55px solid var(--wp--preset--color--white-color);
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  #sbi_images .slick-prev,
  #sbi_images .slick-next {
    width: 40px;
    height: 40px;
  }
}

#sbi_images .slick-prev {
  left: -3px;
}
@media screen and (max-width: 575px) {
  #sbi_images .slick-prev {
    left: 0px;
  }
}

#sbi_images .slick-next {
  right: -42px;
}
@media screen and (max-width: 1199px) {
  #sbi_images .slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 575px) {
  #sbi_images .slick-next {
    right: -40px;
  }
}

#sbi_images .slick-prev:before,
#sbi_images .slick-next:before {
  font-family: "fontello";
  font-weight: 900;
  color: var(--wp--preset--color--white-color);
  font-size: 18px;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  #sbi_images .slick-prev:before,
  #sbi_images .slick-next:before {
    font-size: 14px;
  }
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

#sbi_images .slick-prev:before {
  content: "\f007";
}

#sbi_images .slick-next:before {
  content: "\f006";
}

.slick-track:before,
.slick-track:after {
  display: none;
}

#sbi_load {
  position: absolute;
  top: 7px;
  left: 120px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  #sbi_load {
    left: 110px;
  }
}
@media screen and (max-width: 425px) {
  #sbi_load {
    left: 100px;
  }
}

#sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  margin-top: 0;
  border-radius: 47px;
  font-size: var(--wp--preset--font-size--description-sm);
}

#sb_instagram .sbi_follow_btn svg {
  display: none !important;
}

.about-hero .row {
  --bs-gutter-x: 80px;
}
@media screen and (min-width: 1400px) {
  .about-hero .row {
    --bs-gutter-x: 118px;
  }
}
@media screen and (max-width: 1199px) {
  .about-hero .row {
    --bs-gutter-x: 60px;
  }
}
@media screen and (max-width: 991px) {
  .about-hero .row {
    --bs-gutter-x: 0;
  }
}
.about-hero__slider {
  position: relative;
  height: 100%;
}
.about-hero__slider-item figure {
  height: 100%;
}
.about-hero__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 24px 55px 0;
}
@media screen and (max-width: 991px) {
  .about-hero__slider-item img {
    height: 500px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__slider-item img {
    height: 400px;
  }
}
@media screen and (max-width: 425px) {
  .about-hero__slider-item img {
    height: 340px;
  }
}
.about-hero__slider-pagination {
  position: absolute;
  bottom: 60px !important;
  left: 30px !important;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-hero__slider-pagination {
    bottom: 30px !important;
  }
}
.about-hero__slider-pagination .swiper-pagination-bullet {
  background: var(--wp--preset--color--white-color) !important;
  border-radius: 4px;
  height: 3px;
  opacity: 0.3;
  width: 20px;
  transition: all 0.3s ease-in-out;
}
.about-hero__slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 140px;
}
.about-hero__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding-right: calc((100vw - 1140px) / 2);
}
@media screen and (min-width: 1400px) {
  .about-hero__content {
    padding-right: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .about-hero__content {
    width: 100%;
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .about-hero__content {
    width: 100%;
    padding: 0 calc((100vw - 720px) / 2) 0 calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .about-hero__content {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .about-hero__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .about-hero__content .zigzag-section-header .wp-block-heading {
    max-width: 670px;
  }
}
@media screen and (min-width: 1400px) {
  .about-hero__content .zigzag-section-header .description {
    max-width: 540px;
  }
}
.about-hero__content .wp-block-button__link {
  background-color: var(--wp--preset--color--secondary-background);
  color: var(--wp--preset--color--primary-color);
}
.about-hero__content .wp-block-button__link:hover {
  background: transparent;
  color: var(--wp--preset--color--secondary-background) !important;
  border-color: var(--wp--preset--color--secondary-background) !important;
}
.about-hero__content .wp-block-button__link:hover svg path {
  stroke: var(--wp--preset--color--secondary-background);
}
.about-hero__counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}
.about-hero__counter .wp-block-group:first-child {
  padding-right: 28px;
  border-right: 1px solid rgba(159, 228, 157, 0.07);
}

.no-found-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.common-page hr,
.common-page .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-top: var(--wp--preset--spacing--sm);
  margin-bottom: var(--wp--preset--spacing--sm);
  border: 1px solid var(--wp--preset--color--border-color);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common-page hr,
  .common-page .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    margin-top: var(--wp--preset--spacing--s);
    margin-bottom: var(--wp--preset--spacing--s);
  }
}
.common-page .wp-block-post-date {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-date {
    margin-bottom: 8px;
  }
}
.common-page .wp-block-post-date__modified-date {
  padding: 8px 24px;
  border: 1px solid var(--wp--preset--color--border-color);
  border-radius: 60px;
  display: inline;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-date__modified-date {
    padding: 8px 16px;
  }
}
.common-page .entry-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .common-page .entry-content {
    gap: 12px;
  }
}
.common-page .entry-content p {
  color: var(--wp--preset--color--secondary-description);
}
.common-page .entry-content p strong {
  color: var(--wp--preset--color--black-color);
}
.common-page .entry-content h2 {
  font-size: var(--wp--preset--font-size--text-h-2-secondary);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .common-page .entry-content h2 {
    margin-top: 8px;
  }
}
.common-page .entry-content h1,
.common-page .entry-content h2,
.common-page .entry-content h3 {
  font-weight: 500;
}
.common-page .entry-content a {
  color: var(--wp--preset--color--primary-color);
  font-weight: 500;
}
.common-page .entry-content a:hover {
  text-decoration: underline;
}
.common-page .entry-content .wp-block-list {
  list-style-type: disc;
  padding-left: 20px;
  color: var(--wp--preset--color--secondary-description);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.common-page .entry-content .wp-block-list li {
  list-style: disc;
  color: var(--wp--preset--color--secondary-description);
}
.common-page .entry-content .wp-block-image img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.no-found-section {
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}
.no-found-section__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.common-hero__inner .wp-block-post-excerpt__excerpt {
  color: var(--wp--preset--color--white-color);
}

.location-content__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .location-content__inner {
    gap: 12px;
  }
}
.location-content__inner p {
  color: var(--wp--preset--color--secondary-description);
}
.location-content__inner p strong {
  color: var(--wp--preset--color--black-color);
}
.location-content__inner h2 {
  font-size: var(--wp--preset--font-size--text-h-2-secondary);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .location-content__inner h2 {
    margin-top: 8px;
  }
}
.location-content__inner h1,
.location-content__inner h2,
.location-content__inner h3 {
  font-weight: 500;
}
.location-content__inner a {
  color: var(--wp--preset--color--primary-color);
  font-weight: 500;
}
.location-content__inner a:hover {
  text-decoration: underline;
}
.location-content__inner .wp-block-list {
  list-style-type: disc;
  padding-left: 20px;
  color: var(--wp--preset--color--secondary-description);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.location-content__inner .wp-block-list li {
  list-style: disc;
  color: var(--wp--preset--color--secondary-description);
}
.location-content__inner .wp-block-image img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.google-review .package-trusted__content {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .google-review .package-trusted__content {
    gap: 12px;
  }
}
.google-review .package-trusted__content p {
  max-width: unset;
}
@media screen and (max-width: 991px) {
  .google-review .package-trusted__content p br {
    display: none;
  }
}
.google-review .ti-widget.ti-goog .ti-controls .ti-next,
.google-review .ti-widget.ti-goog .ti-controls .ti-prev {
  background-color: var(--wp--preset--color--primary-color);
}
.google-review .ti-widget.ti-goog .ti-controls .ti-next:before,
.google-review .ti-widget.ti-goog .ti-controls .ti-prev:before {
  border-color: var(--wp--preset--color--white-color);
}
.google-review .ti-widget.ti-goog .ti-reviews-container-wrapper {
  padding: 0 !important;
}
.google-review .ti-widget.ti-goog .ti-controls-line .dot {
  background: var(--wp--preset--color--primary-color);
}
.google-review .ti-widget.ti-goog .ti-review-content .ti-stars {
  margin: 0 0 16px 0;
}
.google-review .ti-widget.ti-goog .ti-read-more span {
  color: #197BFF;
  opacity: 1;
}
.google-review .ti-widget.ti-goog .ti-controls-line {
  display: block;
  margin-top: var(--wp--preset--spacing--lg);
}

@media screen and (max-width: 1199px) {
  .location-zigzag .row {
    --bs-gutter-x: 36px;
  }
}
@media screen and (max-width: 991px) {
  .location-zigzag .row {
    gap: 36px;
  }
}
.location-zigzag .about-video__content_top {
  padding: 0;
  border: none;
}
@media screen and (max-width: 1199px) {
  .location-zigzag .about-video__content_top {
    gap: 20px;
  }
}
.location-zigzag h2 {
  margin-bottom: 8px;
}
.location-zigzag .pro-tip {
  padding: 5px 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  margin-bottom: 12px;
}
.location-zigzag .about-video__content_bottom {
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .location-zigzag .about-video__left {
    min-height: unset;
    max-height: unset;
  }
}
.location-zigzag .about-video__left figure {
  height: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .location-zigzag .about-video__left figure {
    height: auto;
  }
}
.location-zigzag .about-video__left figure img {
  height: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .location-zigzag .about-video__left figure img {
    height: auto;
  }
}
.location-zigzag .about-video__left .img-shadow {
  background-color: var(--wp--preset--color--secondary-background);
  border-radius: 16px;
  bottom: clamp(-8px, -0.8vw, -12px);
  content: "";
  height: 100%;
  position: absolute;
  z-index: -1;
  right: clamp(-8px, -0.8vw, -12px);
  width: 100%;
}

.our-route .zigzag-section-header__heading-right .wp-block-button__link {
  background: transparent none;
  background-color: var(--wp--preset--color--button-background-secondary);
  color: var(--wp--preset--color--primary-color);
}
.our-route .zigzag-section-header__heading-right .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--white-color);
  border-color: var(--wp--preset--color--button-background-primary);
}

.route-planning .subtitle-group p svg path {
  fill: var(--wp--preset--color--primary-description) !important;
}

.our-location__loop .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 991px) {
  .our-location__loop .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .our-location__loop .wp-block-post-template {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-location__loop .wp-block-post-template .wp-block-post {
  background: var(--wp--preset--color--white-color);
  border: 1px solid #F3F3F3;
  box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  cursor: pointer;
}
.our-location__loop .wp-block-post-template .wp-block-post a {
  display: flex;
}
.our-location__loop .wp-block-post-template .wp-block-post figure img {
  height: 100%;
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .our-location__loop .wp-block-post-template .wp-block-post figure img {
    max-height: 160px;
    min-height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .our-location__loop .wp-block-post-template .wp-block-post figure img {
    max-height: 250px;
    min-height: 250px;
  }
}
.our-location__loop .wp-block-post-template .wp-block-post .description {
  padding: var(--wp--preset--spacing--horizontal-padding);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-location__loop .wp-block-post-template .wp-block-post .description h3 a {
  color: var(--wp--preset--color--primary-heading);
  font-size: 24px;
  transition: color 0.3s;
}
.our-location__loop .wp-block-post-template .wp-block-post .description .wp-block-post-excerpt__excerpt {
  color: var(--wp--preset--color--secondary-description);
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 500;
}
.our-location__loop .wp-block-post-template .wp-block-post:hover figure img {
  transform: scale(1.05);
}
.our-location__loop .wp-block-post-template .wp-block-post:hover h3 a {
  color: var(--wp--preset--color--black-color);
}
.our-location__loop .wp-block-query-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
}
.our-location__loop .wp-block-query-pagination .page-numbers,
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-next,
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-previous {
  align-items: center;
  border: 1px solid var(--wp--preset--color--border-color-secondary);
  border-radius: 50%;
  color: var(--wp--preset--color--primary-color);
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 40px;
}
.our-location__loop .wp-block-query-pagination .current,
.our-location__loop .wp-block-query-pagination .page-numbers:hover {
  background: var(--wp--preset--color--primary-color);
  border-color: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--white-color);
}
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-next,
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-previous {
  background: unset;
  border: unset;
  gap: 7px;
  height: unset;
  width: unset;
}
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-next:hover:hover,
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-previous:hover:hover {
  background: unset;
  border: unset;
  color: unset;
}
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-next:hover:hover::after,
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-previous:hover:hover::after {
  transform: translateX(3px);
}
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-next:hover:hover::before,
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-previous:hover:hover::before {
  transform: translateX(-3px);
}
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-next::after,
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  font-family: fontello;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "\e800";
}
.our-location__loop .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "\f809";
}

.thank-you .row {
  justify-content: center;
}
.thank-you__inner {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 50px 40px;
  box-shadow: 3px 4px 47.1px 0px rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.thank-you__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, rgb(9, 48, 55), rgb(148, 244, 119), #1C4B40);
}
.thank-you__inner .check-icon svg {
  width: 100px;
  height: 100px;
}
.thank-you__inner p.message {
  background: rgba(102, 126, 234, 0.08);
  border-radius: 15px;
  padding: 25px;
  border-left: 4px solid var(--wp--preset--color--button-background-primary);
  text-align: left;
  width: auto;
  max-width: 600px;
}
.thank-you__inner p.message strong {
  color: var(--wp--preset--color--button-background-primary);
}
.thank-you__inner p.bottom-text a {
  color: var(--wp--preset--color--button-background-primary);
  text-decoration: underline;
}
.thank-you__inner .wp-block-buttons {
  display: flex;
  justify-content: center;
}
.thank-you__inner .wp-block-buttons .wp-block-button .wp-block-button__link svg {
  width: 18px;
  height: 18px;
}
.ti-widget.ti-goog .ti-controls {
	display: block !important;
}

.ti-widget.ti-goog .ti-controls .ti-next {
	right: -16px !important;
	top: -15px;
}
.ti-widget.ti-goog .ti-controls .ti-prev {
	left: -16px !important;
	top: -15px;
}

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