/* Mobile Menu Styles */
body .has-modal-open .wp-block-navigation__responsive-dialog {
  margin: 20px !important;
  text-align: right;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--surface-mid);
}

.has-modal-open .wp-block-navigation__container,
.has-modal-open .wp-block-navigation__container ul {
  row-gap: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.wp-block-navigation__container {
  padding: 0 !important;
}

.has-modal-open .wp-block-navigation__responsive-container-content .wp-block-buttons {
  width: 100%;
  margin-top: 16px;
}

.has-modal-open.wp-block-navigation {
  width: 100% !important;
}

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container > .wp-block-navigation-item {
  padding: 0 !important;
  width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container > li:not(.wp-block-navigation__submenu-container) > a.wp-block-navigation-item__content {
  /* border-bottom: 1px solid var(--wp--preset--color--surface-dark); */
  font-size: 1.2rem;
  width: 100%;
  margin: 12px auto;
  text-align: center;
}

.current-menu-item {
  border-bottom: 2px solid #FF8623;
}

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container a {
  padding: 10px 0 !important;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: inline;
}

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-item a {
  font-size: 16px !important;
}

.has-modal-open .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container .wp-block-navigation-submenu .wp-block-navigation-item a {
  text-align: center !important;
}

.has-modal-open .wp-block-navigation__submenu-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* .wp-block-navigation__responsive-container-open {
    padding-right: 16px !important;
} */
/* CHange navigation breakpoint */
body .wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: block !important;
}

body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none !important;
}

@media (min-width: 1050px) {
  body .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  body .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
  .wp-block-navigation.items-justified-center {
    justify-content: flex-end;
  }
}
@media (max-width: 1050px) {
  .wp-block-navigation.items-justified-center {
    justify-content: flex-end;
  }
}
:root {
  --body--padding: 2.5rem;
  --body--padding--narrow: clamp(2.5rem, 0.4878rem + 8.5854vw, 8rem);
  --content-bottom-margin: 100px;
  --content-top-padding: 120px;
}

/* Layout */
.sticky {
  position: sticky;
  top: 0;
  align-self: flex-start;
}

.square {
  aspect-ratio: 1; /* Equivalent to 1 / 1 */
}

.content-wrapper {
  padding-top: var(--wp--preset--spacing--70);
  padding-bottom: var(--wp--preset--spacing--70);
  padding-right: var(--body--padding);
  padding-left: var(--body--padding);
}
.content-wrapper.hero {
  padding-top: var(--content-top-padding);
  position: relative;
  z-index: 3;
  height: 100%;
}

.content-wrapper-narrow {
  padding-right: var(--body--padding--narrow);
  padding-left: var(--body--padding--narrow);
}

.big-padding-y {
  padding-top: var(--content-top-padding);
  padding-bottom: var(--content-top-padding);
}

.big-padding-x {
  padding-left: var(--content-top-padding);
  padding-right: var(--content-top-padding);
}

.margin-last {
  margin-bottom: var(--content-bottom-margin);
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.is-layout-constrained {
  padding-top: var(--wp--preset--spacing--70);
  padding-bottom: var(--wp--preset--spacing--70);
  padding-right: var(--body--padding);
  padding-left: var(--body--padding);
}

.wp-block-columns.has-background {
  padding: 0 !important;
}

.row-column, .row-column-reverse {
  display: flex;
  gap: var(--wp--preset--spacing--70);
}

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

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

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

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

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

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

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

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

.full-height {
  height: 100% !important;
}

.force-full-height .wp-block-cover__inner-container {
  position: absolute !important;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 460px) {
  .sm-w-30 {
    width: 30% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-w-70 {
    width: 70% !important;
  }
  .sm-w-100 {
    width: 100% !important;
  }
  .sm-column {
    flex-direction: column;
  }
  .sm-column-reverse {
    flex-direction: column-reverse;
  }
  .content {
    padding: var(--wp--preset--spacing--60);
  }
}
@media screen and (max-width: 781px) {
  .md-w-30 {
    width: 30% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-w-70 {
    width: 70% !important;
  }
  .md-w-100 {
    width: 100% !important;
  }
  .md-column {
    flex-direction: column;
  }
  .md-column-reverse {
    flex-direction: column-reverse;
  }
  .content-wrapper, .content-wrapper-narrow {
    padding-right: var(--wp--preset--spacing--60);
    padding-left: var(--wp--preset--spacing--60);
  }
  :root {
    --content-top-padding: 80px;
  }
}
@media screen and (max-width: 1050px) {
  .lg-w-30 {
    width: 30% !important;
  }
  .lg-w-40 {
    width: 40% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-w-60 {
    width: 60% !important;
  }
  .lg-w-70 {
    width: 70% !important;
  }
  .lg-w-100 {
    width: 100% !important;
  }
  .lg-column {
    flex-direction: column;
  }
  .lg-column-reverse {
    flex-direction: column-reverse;
  }
}
/* ===============================
   Form Styling Boilerplate
   =============================== */
/* --- Theme Variables --- */
:root {
  --form-font-family: var(--wp--preset--font-family--poppins);
  --form-font-size: var(--wp--preset--font-size--small);
  --form-bg: transparent;
  --form-border-radius: 0;
  --form-border-width: 1px;
  --form-focus-border: var(--wp--preset--color--brand);
  --form-focus-shadow: rgba(222, 167, 28, 0.3);
  --form-padding-y: 0.8rem;
  --form-padding-x: 1rem;
  --form-button-bg: var(--wp--preset--color--brand);
  --form-button-text: var(--wp--preset--color--text-light);
  --form-button-hover-bg: #db8b0b;
  --checkbox-size: 18px;
  --form-transition-speed: 0.2s;
}

.is-surface-light-color {
  --form-border-color: var(--wp--preset--color--text-dark);
  --form-text-color: var(--wp--preset--color--text-dark);
  --form-dropdown-bg-color: var(--wp--preset--color--surface-light);
}

.is-surface-mid-color {
  --form-border-color: var(--wp--preset--color--text-light);
  --form-text-color: var(--wp--preset--color--text-light);
  --form-dropdown-bg-color: var(--wp--preset--color--surface-mid);
}

.is-surface-dark-color {
  --form-border-color: var(--wp--preset--color--text-light);
  --form-text-color: var(--wp--preset--color--text-light);
  --form-dropdown-bg-color: var(--wp--preset--color--surface-dark);
}

/* --- Reset & Base --- */
form {
  font-family: var(--form-font-family);
  font-size: var(--form-font-size);
  color: var(--form-text-color);
  background: var(--form-bg);
  display: block;
}

fieldset {
  border: var(--form-border-width) solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  padding: 1em;
  margin-bottom: 1.5em;
}

legend {
  font-weight: bold;
  padding: 0 0.5em;
}

/* --- Text Inputs, Email, Password, etc. --- */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
input[type=url],
textarea,
select {
  width: 100%;
  padding: var(--form-padding-y) var(--form-padding-x);
  border: var(--form-border-width) solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background-color: var(--form-bg);
  color: var(--form-text-color);
  transition: border-color var(--form-transition-speed), box-shadow var(--form-transition-speed);
  box-sizing: border-box;
  font-size: var(--form-font-size);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--form-focus-border);
  box-shadow: 0 0 0 3px var(--form-focus-shadow);
  outline: none;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

/* --- Select --- */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--form-text-color) 50%), linear-gradient(135deg, var(--form-text-color) 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(50% - 3px), calc(100% - 10px) calc(50% - 3px);
  background-size: 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2.5em;
}

/* --- Checkboxes & Radios --- */
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border: var(--form-border-width) solid var(--form-border-color) !important;
  border-radius: 4px !important;
  vertical-align: middle !important;
  position: relative !important;
  cursor: pointer;
  margin-right: 0.4em !important;
  margin-left: 0.4em !important;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important;
  background: transparent !important;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: var(--wp--preset--color--brand) !important; /* Background color when checked */
  border-color: var(--wp--preset--color--brand) !important;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  background: var(--form-focus-border);
  transform: translate(-50%, -50%);
  border-radius: inherit;
  outline: none;
  border-color: var(--form-focus-border);
  box-shadow: 0 0 0 3px orange;
}

input[type=checkbox]:checked::after {
  content: url("../images/svg/check.svg") !important;
}

/* --- Buttons --- */
button,
input[type=submit],
input[type=reset] {
  display: inline-block;
  padding: var(--form-padding-y) var(--form-padding-x);
  background: var(--form-button-bg);
  color: var(--form-button-text);
  border: none;
  border-radius: var(--form-border-radius);
  cursor: pointer;
  font-weight: 400;
  transition: background var(--form-transition-speed), opacity var(--form-transition-speed);
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  transform: translate(-1px, -1px);
}

button:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  transform: translate(1px, 1px);
}

button:disabled,
input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* --- Range Slider --- */
input[type=range] {
  width: 100%;
  margin: 1em 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  background: var(--form-button-bg);
  border-radius: 50%;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: var(--form-border-color);
  border-radius: 2px;
}

/* --- File Input --- */
input[type=file] {
  border: var(--form-border-width) solid var(--form-border-color);
  padding: 0.4em;
  border-radius: var(--form-border-radius);
  background-color: var(--form-bg);
}

/* --- Labels & Helpers --- */
label {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 500;
  color: var(--form-text-color);
}

.form-group {
  margin-bottom: 1.2em;
}

.help-text {
  font-size: 0.85em;
  color: #777;
}

/* Fluent Forms */
.fluentform {
  --fluentform-border-color: var(--form-border-color);
  --fluentform-border-radius: 0 !important;
}

label {
  font-size: 0.9rem;
}

.fluentform .ff-el-group input, .fluentform .ff-el-group select, .fluentform .ff-el-group textarea, .fluentform .ff-el-form-control {
  background-color: transparent !important;
  border: 1px solid var(--fluentform-border-color) !important;
  color: var(--form-text-color) !important;
}

.choices__list--dropdown {
  background-color: var(--form-dropdown-bg-color) !important;
  color: var(--form-text-color) !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--wp--preset--color--brand) !important;
}

.frm-fluent-form .choices__inner {
  background-color: transparent !important;
  border: 1px solid var(--fluentform-border-color) !important;
  color: var(--form-text-color) !important;
  border-radius: 0;
}

.frm-fluent-form .choices[data-type*=select-multiple] .choices__input {
  border: none !important;
}

.ff-default .ff_btn_style {
  background-color: var(--wp--preset--color--brand) !important;
  color: var(--form-text-color) !important;
  border: none !important;
  border-radius: 0 !important;
}

.fluent_form_1 {
  color: var(--form-text-color) !important;
}
.fluent_form_1 .ff-el-group input, .fluent_form_1 .ff-el-group select, .fluent_form_1 .ff-el-group textarea, .fluent_form_1 .ff-el-form-control {
  border: 1px solid var(--fluentform-border-color) !important;
  color: var(--form-text-color) !important;
}
.fluent_form_1 .ff-el-form-control:focus {
  border-color: var(--wp--preset--color--brand) !important;
}
.fluent_form_1 .ff-el-form-control::-moz-placeholder {
  color: var(--wp--preset--color--text-light) !important;
  opacity: 0.5;
}
.fluent_form_1 .ff-el-form-control::placeholder {
  color: var(--wp--preset--color--text-light) !important;
  opacity: 0.5;
}

.fluentform input[type=checkbox] {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
}

.wpc-filters-main-wrap input[type=checkbox]:checked:after {
  opacity: 0 !important;
}

.animated {
  animation-duration: 0.5s;
  /* animation-timing-function: ease; */
}

@keyframes siteLogo {
  0% {
    transform: translateY(100px) translateX(-50%) scale(0.7);
    opacity: 0;
  }
  80% {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    transform: translateX(200px) scale(0.7);
    opacity: 0;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInRight {
  animation-name: backInRight;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

:root {
  --fluentform-border-radius: 0;
}

html, body {
  overscroll-behavior: none;
  scroll-behavior: smooth;
  min-height: 100vh;
}

body * {
  box-sizing: border-box;
}

body {
  background-color: var(--wp--preset--color--surface-light);
}

.is-surface-mid-color {
  background-color: var(--wp--preset--color--surface-mid);
  color: var(--wp--preset--color--text-light);
}

.is-surface-dark-color {
  background-color: var(--wp--preset--color--surface-dark);
  color: var(--wp--preset--color--text-light);
}

body.single-post, body.blog, body.archive.category {
  background-color: var(--wp--preset--color--surface-mid);
  color: var(--wp--preset--color--text-light);
}

body.archive.tax-destination, body.archive.tax-type-of-tour, body.post-type-archive-tour, body.archive.tax-tour_category {
  background-color: var(--wp--preset--color--surface-dark);
  color: var(--wp--preset--color--text-light);
}

body .wp-block-post-title:nth-of-type(1), body .wp-block-query-title:nth-of-type(1) {
  animation-name: zoomIn;
  animation-duration: 0.5s;
}

.page-template-contact a {
  text-decoration: none;
}
.page-template-contact h6 {
  padding: 0;
}
.page-template-contact .wp-block-cover__inner-container {
  min-height: 90vh;
}
.page-template-contact .wp-block-cover__inner-container .content-wrapper {
  min-height: 90vh;
  height: 800px;
}

/* General */
a {
  color: inherit !important;
}
a.no-underline {
  text-decoration: none;
}

.no-underline a {
  text-decoration: none;
}

.top-layer {
  position: relative;
  z-index: 99;
}

.wp-block-button:hover, button:hover {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
  transform: translate(-1px, -1px);
}
.wp-block-button:active, button:active {
  transform: translate(1px, 1px);
}
.wp-block-button.is-style-outline--2 .wp-block-button__link, button.is-style-outline--2 .wp-block-button__link {
  border-width: 1px !important;
}

.wp-site-blocks > div:last-of-type {
  padding-bottom: var(--content-bottom-margin);
}

/* Read more */
.wp-block-read-more {
  display: flex;
  /* align-items: center; */
  color: inherit;
}

.wp-block-read-more::after {
  content: url('data:image/svg+xml;utf8,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.5729 12H1.88538" stroke="white" stroke-miterlimit="10"/><path d="M14.4104 4.83789L21.5729 12.0004L14.4104 19.1629" stroke="white" stroke-miterlimit="10"/></svg>');
  margin-left: 0.6rem;
  color: inherit;
}

/* Navigation */
.site-header-logo {
  width: 120px;
  height: 65px;
  background-image: url("../images/svg/logo-w.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: both 0.4s siteLogo ease-in-out;
  animation-delay: 0.5s;
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 80px;
}

.admin-bar header {
  top: 32px;
}

.header-nav-container {
  position: absolute;
  z-index: 999;
  width: 100vw;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* Menu */
.wp-block-navigation__submenu-container {
  background-color: rgba(0, 0, 0, 0.3) !important;
  padding: 0 !important;
}

.menu-button {
  background-color: var(--wp--preset--color--brand) !important;
  color: var(--wp--preset--color--text-light);
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.current-menu-ancestor {
  border-bottom: 2px solid #FF8623;
}

.br-section-right {
  background-color: #FF8623;
  pointer-events: none;
}

.collapsed .wp-block-list {
  display: none;
}

.wp-block-navigation__container {
  flex-grow: 1;
}

.right-menu {
  margin-left: auto;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
  padding: 0.5rem;
}

.wp-block-navigation-item:hover {
  background-color: var(--wp--preset--color--brand);
}

footer .wp-block-navigation-item:hover {
  background-color: transparent;
}

.current-menu-item:hover {
  background-color: transparent;
}

/* Breadcrumb */
.breadcrumb {
  margin: 8px 0 !important;
  font-size: 14px;
  animation-name: bounceInDown;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li:after {
  content: "/";
  margin: 0 4px;
  color: inherit;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: inherit;
}

.welcome-section {
  position: relative;
}
.welcome-section svg {
  opacity: 0.2;
  position: absolute;
  top: -10px;
  left: 0;
  width: 45vw;
}

.discover-border-left {
  border-left: 1px solid var(--wp--preset--color--surface-light);
}

.awards-grid {
  align-items: center;
}

/* Destinations */
.destinations-ul ul {
  display: flex;
  flex-wrap: wrap;
  height: 70vh;
  align-items: stretch;
}

.wp-block-post.destination {
  position: relative;
  width: 15vw;
}

.wp-block-post.destination figure {
  overflow: hidden;
}

.wp-block-post.destination img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  /* animation-fill-mode: both; */
}

.wp-block-post.destination:hover img {
  transform: scale(1.2);
}

.wp-block-post.destination:hover h2 {
  font-size: 4rem;
}

.destination-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.wp-block-post.destination:hover .wp-block-post-featured-image__overlay {
  opacity: 0;
}

.wp-block-post.destination h2 {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

/* Tours */
.intro {
  width: 300%;
}
.intro p {
  font-size: var(--wp--preset--font-size--large);
}

.tours-grid {
  margin-block-start: -10vh !important;
}

.wp-block-post.tour.type-tour .wp-block-post-featured-image {
  overflow: hidden;
}
.wp-block-post.tour.type-tour .wp-block-post-featured-image img {
  filter: brightness(0.9);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  animation-fill-mode: both;
}
.wp-block-post.tour.type-tour:hover .wp-block-post-featured-image img {
  filter: brightness(1.1);
  transform: scale(1.05);
}

.book-tour-form {
  position: sticky;
  top: 80px;
  max-height: 100vh;
  z-index: 10;
  overflow-y: scroll;
}
.book-tour-form h4 {
  padding: 0.5rem 0;
}
@media screen and (max-width: 781px) {
  .book-tour-form {
    border: solid 2px #FF8623;
    padding: 1rem;
    top: 70px;
  }
}
.book-tour-form .book-tour-form-header {
  cursor: pointer;
  position: relative;
  padding: 1rem 0;
}
.book-tour-form .book-tour-form-header::after {
  content: url("../images/svg/arrow-down.svg");
  position: absolute;
  right: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center;
}
.book-tour-form .tour-form {
  overflow: hidden;
  padding-top: 0;
  transition: all 0.3s ease-in-out;
}
.book-tour-form.expanded {
  padding-bottom: 10rem;
}
.book-tour-form.expanded .book-tour-form-header::after {
  transform: rotate(180deg);
}
.book-tour-form.expanded .tour-form {
  height: 100%;
  padding-top: 1rem;
  overflow: scroll;
}

body.admin-bar .book-tour-form {
  top: calc(var(--wp-admin--admin-bar--height) + 80px);
}

.tour-info {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: var(--wp--preset--spacing--50);
  color: inherit;
}
.tour-info .tour-info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  padding: var(--wp--preset--spacing--30);
  text-align: left;
  border-right: 1px solid var(--wp--preset--color--text-light);
}
.tour-info .tour-info-item:first-child {
  border-left: 1px solid var(--wp--preset--color--text-light);
}
.tour-info .tour-info-item .label {
  font-size: var(--wp--preset--font-size--tiny);
  margin: 0;
  overflow-wrap: break-word;
}
.tour-info .tour-info-item .data {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  overflow-wrap: break-word;
  margin: 0;
}

.tour-sections-buttons {
  position: sticky;
  top: 80px;
  align-items: stretch;
  width: 100%;
  justify-content: flex-start;
  z-index: 9;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 4px;
}
.tour-sections-buttons .wp-block-button {
  display: flex;
}
.tour-sections-buttons .wp-block-button__link {
  background-color: var(--wp--preset--color--surface-light);
  border: 1px solid var(--wp--preset--color--text-dark);
  color: var(--wp--preset--color--text-dark);
  padding-top: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--50);
  font-size: var(--wp--preset--font-size--small);
}
.tour-sections-buttons .wp-block-button__link:hover, .tour-sections-buttons .wp-block-button__link.active {
  background-color: var(--wp--preset--color--brand);
  border-color: var(--wp--preset--color--brand);
  color: var(--wp--preset--color--text-light) !important;
}
.tour-sections-buttons .wp-block-button__link.active {
  font-weight: 700;
}

body.admin-bar .tour-sections-buttons {
  top: calc(var(--wp-admin--admin-bar--height) + 80px);
}

.tours-filter-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.tours-filter-form .form-group {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 70%;
  gap: 1rem;
}
.tours-filter-form .form-group > div {
  width: 32%;
}
.tours-filter-form .form-group select {
  width: 100%;
}

/* Blog */
.blog-grid {
  width: 70%;
}

.blog .wp-block-post-template > :first-child {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.blog .wp-block-post-template > :first-child figure {
  width: 70%;
}

.blog .wp-block-post-template > :nth-child(5) {
  grid-column: span 2;
}

.wp-block-categories-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.wp-block-categories-list li {
  padding: 1rem;
  border: 1px solid var(--wp--preset--color--text-light);
  text-decoration: none;
}

.wp-block-categories-list li a {
  text-decoration: none;
}

.wp-block-categories-list li:hover {
  background-color: var(--wp--preset--color--brand);
}

figure {
  width: 100%;
}

li.current-cat {
  background-color: var(--wp--preset--color--brand);
  border: 1px solid var(--wp--preset--color--brand);
}

.wp-block-query-pagination {
  margin-top: 1rem;
}

.wp-block-query-pagination-numbers {
  display: flex;
  gap: 1.5rem;
  font-size: 1.5rem;
}

.wp-block-query-pagination {
  margin-top: 3rem !important;
  justify-content: center;
}

.wp-block-query-pagination-next {
  margin-left: 1rem !important;
}
.wp-block-query-pagination-next .wp-block-query-pagination-next-arrow {
  width: 25px;
  font-size: 0;
  line-height: 24px;
  position: relative;
}
.wp-block-query-pagination-next .wp-block-query-pagination-next-arrow::after {
  position: absolute;
  left: 0;
  top: 0;
  content: url('data:image/svg+xml;utf8,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.5729 12H1.88538" stroke="white" stroke-miterlimit="10"/><path d="M14.4104 4.83789L21.5729 12.0004L14.4104 19.1629" stroke="white" stroke-miterlimit="10"/></svg>');
}

.wp-block-query-pagination-previous {
  margin-right: 1rem !important;
}
.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
  width: 25px;
  font-size: 0;
  line-height: 24px;
  position: relative;
}
.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow::after {
  position: absolute;
  right: 0;
  top: 0;
  content: url('data:image/svg+xml;utf8,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.9 12h19.7M9 19.2 1.9 12l7.2-7.2" stroke="white" stroke-miterlimit="10"/></svg>');
}

/* Footer */
footer .content-wrapper {
  margin-bottom: 0;
  padding-top: var(--wp--preset--spacing--70);
}
footer .tag-line {
  opacity: 0.3;
}

.footer-copyright {
  opacity: 0.5;
  color: var(--wp--preset--color--text-light);
}

/* Block Styles */
.wp-block-list li {
  margin-bottom: var(--wp--preset--spacing--20);
  padding-left: 0.5rem;
  list-style-image: url("../images/svg/list-mark.svg");
  list-style-type: square;
}

.is-style-include-list li {
  list-style-image: url("../images/svg/include-list-mark.svg");
  list-style-type: square;
}

.is-style-exclude-list li {
  list-style-image: url("../images/svg/exclude-list-mark.svg");
  list-style-type: square;
}

/* WP Blocks */
.wp-block-cover__inner-container {
  min-height: 100% !important;
  width: 100% !important;
}

.wp-block-cover, .wp-block-cover-image {
  padding: 0;
}

.wp-block-list {
  margin-bottom: 1rem !important;
}

.wp-singular .wp-block-dunesblocks-page-hero ~ main {
  position: relative;
  margin-top: -10rem;
  z-index: 4;
  background-color: rgba(255, 134, 35, 0.2);
  min-height: 100vh;
}

.wpc-filters-main-wrap .wpc-icon-html-wrapper {
  display: none;
}
.wpc-filters-main-wrap .wpc-open-close-filters-button {
  background-color: var(--wp--preset--color--brand) !important;
  border-color: transparent !important;
  padding: var(--wp--preset--spacing--50) !important;
}

@media screen and (max-width: 1400px) {
  .blog-grid {
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .intro {
    width: 250%;
  }
}
@media screen and (max-width: 1250px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog .wp-block-post-template > :nth-child(5) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 1050px) {
  /* Layout */
  .row-column {
    display: flex;
    flex-direction: column;
  }
  .row-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .blog-grid {
    width: 80%;
  }
  /* Tours */
  .book-tour-form-header::after {
    opacity: 1;
  }
  .tour-form {
    height: 0;
  }
  .tour-sections-buttons {
    top: 140px;
  }
  body.admin-bar .tour-sections-buttons {
    top: calc(var(--wp-admin--admin-bar--height) + 140px);
  }
}
/* WordPress Mobile Breakpoint */
@media screen and (max-width: 781px) {
  .book-tour-form {
    padding: 0 1rem;
  }
  .site-header-logo {
    width: 80px !important;
    height: 43px;
  }
  .header-nav-container {
    height: 60px;
  }
  .destinations-ul ul {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: stretch;
    width: 100vw;
  }
  .wp-block-post.destination {
    width: 100%;
    height: 20vh;
  }
  .wp-block-post.destination h2 {
    writing-mode: inherit;
    transform: none;
  }
  .is-layout-grid {
    display: flex;
    flex-direction: column;
  }
  .blog-grid {
    width: 100%;
  }
  /* Tours */
  .intro {
    width: 100%;
  }
  .tours-grid {
    margin-top: 0 !important;
  }
  .page-template-contact .wp-block-cover__inner-container .content-wrapper {
    height: auto;
  }
  .tours-filter-form .form-group {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .tours-filter-form .form-group > div {
    width: 100%;
  }
  .tours-filter-form .form-group select {
    width: 100%;
  }
  .discover-border-left {
    border-left: none;
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .blog-grid {
    padding-right: 0;
  }
  .blog .wp-block-post-template > :first-child {
    grid-column: 1/-1;
    display: block;
  }
  .blog .wp-block-post-template > :first-child figure {
    width: 100%;
  }
  .welcome-section svg {
    width: 70vw;
  }
  .is-layout-grid.sm-3-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .is-layout-grid.sm-2-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .is-layout-grid.sm-1-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}/*# sourceMappingURL=styles.css.map */