/*
 Theme Name:     Gstraveler Theme
 Theme URI:      https://www.wildwildweb.gr/
 Description:    Made by wildwildweb
 Author:         Wildwildweb
 Author URI:     https://www.wildwildweb.gr/
 Version:        1.0.0
*/

/*------------------------------------------------------------

#RESET

--------------------------------------------------------------*/

:root {
    --white: #FFF;
    --black: #000;
    --accent: #37C1E0;
    --bg: #0B1D26;
    --purple: #5937E0;
    --blue: #3377CC;
    --grey: #BFC2CB;
    --spacing-small: clamp(20px, 3vw, 40px);
    --spacing-medium: clamp(20px, 3vw, 50px);
    --spacing-large: clamp(20px, 4.65vw, 80px);
    --spacing-xxl: clamp(20px, 10.1vw, 200px);
    --spacing-max: clamp(20px, 22vw, 500px);
    --body-text-small: clamp(16px, 1.66vw, 18px);
    --body-text: clamp(16px, 1.66vw, 20px);
    --body-text-large: clamp(18px, 2.5vw, 24px);
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

@font-face {
    font-family: 'Manrope';
    src: url('./assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ChronicleDisp';
    src: url('./assets/fonts/ChronicleDisp-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'BebasNeue';
    src: url('./assets/fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'GFSNeohellenic';
    src: url('./assets/fonts/GFSNeohellenic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EBGaramond';
    src: url('./assets/fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    background: var(--bg) !important;
    color: var(--white) !important;
    font-family: 'Manrope', sans-serif;
    font-size: var(--body-text-small);
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

div, span, p, h1, h2, h3, h4, h5, h6, label, input, a {
    font-family: 'Manrope', sans-serif;
}

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

.animation {
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

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

.nooverflow {
    overflow: hidden !important;
    touch-action: none;
    -ms-touch-action: none;
}

.center {
    text-align: center;
}

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

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

.spacing {
    padding: 60px 0;
}

.nopad {
    padding: 0 !important;
}

.menu {
    margin: 0;
    padding: 0;
}

.navbar-nav {
    list-style: none;
    padding-left: 0;
}

.mobile-hidden {
    display: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.h1 {
    font-size: clamp(42px, 6.5vw, 88px) !important;
}

.h2 {
    font-size: clamp(32px, 5.5vw, 64px) !important;
}

.h3 {
    font-size: clamp(24px, 4.5vw, 50px) !important;
}

.h4 {
    font-size: clamp(20px, 3.5vw, 24px) !important;
}

.h5 {
    font-size: clamp(18px, 2.5vw, 20px) !important;
}

.body-text {
    font-size: var(--body-text) !important;
}

.body-text-large {
    font-size: var(--body-text-large) !important;
}

.mi-small {
    margin-inline: var(--spacing-small);
}

.mi-medium {
    margin-inline: var(--spacing-medium);
}

.mi-large {
    margin-inline: var(--spacing-large);
}

.mi-xxl {
    margin-inline: var(--spacing-xxl);
}

.pi-small {
    padding-inline: var(--spacing-small);
}

.pi-medium {
    padding-inline: var(--spacing-medium);
}

.pi-large {
    padding-inline: var(--spacing-large);
}

.pi-xxl {
    padding-inline: var(--spacing-xxl);
}

.pi-max {
    padding-inline: var(--spacing-max);
}

.pi-single {
    padding-inline: clamp(20px, 8.76vw, 180px);
}

.pb-small {
    padding-block: var(--spacing-small);
}

.pb-medium {
    padding-block: var(--spacing-medium);
}

.pb-large {
    padding-block: var(--spacing-large);
}

.pb-xxl {
    padding-block: var(--spacing-xxl);
}

.general-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-block: var(--spacing-small);
}

.full-btn-wrapper .general-btn {
    justify-content: space-between;
    padding: 14px 36px;
}

.general-btn {
    background: var(--blue);
    color: var(--white);
    box-shadow: 0px 11.55px 17.33px 0px #00000099, 0px 3.85px 5.78px 0px #0000001F, 0px 1.93px 1.93px 0px #0000000A;
    border-radius: 40px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: clamp(20px, 2vw, 26px) !important;
    letter-spacing: 0;
}

.general-btn.purple {
    background: var(--purple);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(1) !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(1) !important;
}

.otgs-development-site-front-end {
    display: none !important;
}

/*------------------------------------------------------------

#HEADER

--------------------------------------------------------------*/

.header-wrapper {
    position: relative;
    left: 0;
    right: 0;
    padding: var(--spacing-small);
    z-index: 99;
}

.navbar-nav li a {
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
}

.announcements-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.announcements-button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    border-radius: 0 50px 50px 0;
    border: none;
    border-left: 6px solid var(--accent);
    padding: 24px;
    cursor: pointer;
}

.announcement {
    display: none;
    background: var(--white);
    color: var(--black);
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 450px;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 10px;
}

.announcement p {
    margin: 0;
}

.announcement-title-wrapper {
    display: flex;
    justify-content: space-between;
}

.announcement-title {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.announcement-close {
    border: none;
    background: none;
    cursor: pointer;
}

.announcement-media {
    max-width: 412px;
}

.announcement-text {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.announcement-cta {
    background: var(--accent);
    color: var(--white);
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 16px;
    border-radius: 10px;
}

.phone-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-text-wrapper {
    display: flex;
    flex-direction: column;
}

.phone-link {
    color: var(--white);
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    text-decoration: underline !important;
}

ul.language-switcher {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
}

ul.language-switcher img {
    min-width: 44px;
    min-height: 44px;
}

/*------------------------------------------------------------

#HERO

--------------------------------------------------------------*/

.hero-image {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

/*------------------------------------------------------------

#PAGES

--------------------------------------------------------------*/

#crumbs {
    margin-top: -34px;
    margin-bottom: 34px;
}

#crumbs a {
    color: var(--accent);
}

.about-us-cols {
    padding-top: var(--spacing-large);
}

.pretitle::before {
    content: "";
    display: inline-block;
    width: 72px;
    height: 2px;
    background-color: var(--accent);
}

.pretitle {
    color: var(--accent);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: var(--spacing-small);
    margin: 0;
}

.read-more-btn {
    color: var(--accent);
    font-weight: 700;
    font-size: var(--body-text-small);
    line-height: 100%;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.swiper {
    padding-block: var(--spacing-small) !important;
}

.socials-float {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: var(--body-text-small);
    font-weight: 700;
    position: sticky;
    top: 45%;
    margin-left: calc(12px + var(--spacing-large));
    transform-origin: left center;
    transform: rotate(-90deg);
    z-index: 8;
}

.social-icon {
    transform: rotate(90deg);
    transform-origin: center center;
}

.sticky-scroller-wrapper {
    position: sticky;
    right: 0;
    top: 25%;
    z-index: 8;
    width: 100%;
}

.sticky-scroller {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: absolute;
    right: var(--spacing-large);
    font-size: var(--body-text-small);
    font-weight: 700;
}

.scroll-link {
    color: var(--white);
    padding-block: 20px;
    padding-right: 15px;
    border-right: 3px solid rgba(255, 255, 255, 0.5);
    transition: border 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 150px;
}

.scroll-link svg {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.scroll-link.selected {
    border-right: 3px solid var(--white);
}

.scroll-link.selected svg {
    opacity: 1;
}

.border-image img {
    border-radius: 48px;
}

.about-us-page-title {
    font-family: 'EBGaramond';
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.about-us-page-text {
    font-weight: 700;
    font-size: var(--body-text-small);
    line-height: 32px;
    letter-spacing: 0px;
}

.about-us-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.border-small img {
    border-radius: 16px;
}

.about-us-certs {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 26px;
    position: absolute;
    bottom: -80px;
    left: -20%;
}


/*------------------------------------------------------------

#SINGLE

--------------------------------------------------------------*/

.single-title {
    font-family: 'GFSNeohellenic';
    font-weight: 700;
    font-size: clamp(42px, 6.5vw, 80px) !important;
    letter-spacing: -4px;
    margin-left: clamp(10px, 3vw, 45px);
    margin-top: 0;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.single-content {
    display: flex;
    gap: clamp(20px, 5vw, 66px);
}

.gallery-column {
    flex: 1 0 57%;
}

.gallery-column.sticky {
    position: sticky;
    top: 50px;
    height: 100%;
}

.featured-image.wp-post-image {
    aspect-ratio: 915 / 572;
    border-radius: 32px;
    object-fit: cover;
    min-height: 500px;
    width: 100%;
}

.content-column a {
    color: var(--white);
    text-decoration: underline !important;
}

.animated-gallery-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: var(--spacing-large);
}

.animated-gallery-wrapper img {
    border-radius: 32px;
    aspect-ratio: 469 / 586;
    object-fit: cover;
}

.stacked-gallery {
    position: relative;
    min-height: 665px;
    align-self: flex-end;
    cursor: pointer;
}

.stacked-gallery img {
    transition: top 0.3s ease-in-out, right 0.3s ease-in-out;
}

.stacked-gallery img:first-child {
    right: 60px;
    top: 40px;
}

.stacked-gallery img:nth-child(2) {
    top: 0;
    right: 0;
    z-index: 8;
}

.stacked-gallery img:nth-child(3) {
    right: 32px;
    top: 20px;
    z-index: 9;
}

.stacked-gallery:hover img:first-child {
    right: 80px;
    top: 60px;
}

.stacked-gallery:hover img:nth-child(2) {
    top: -20px;
    right: -20px;
}

.stacked-gallery:hover img:nth-child(3) {
    right: 36px;
    top: 18px;
}

.stacked-gallery.active img:first-child {
    right: 0;
    top: 0;
}

.stacked-gallery img {
    position: absolute;
    max-width: 469px;
}

.stacked-gallery.active img {
    cursor: auto;
    position: static;
    aspect-ratio: auto;
    max-width: 100%;
    margin-bottom: var(--spacing-small);
}

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    opacity: 0;
}

.gallery-row img {
    cursor: pointer;
    width: 150px;
    height: 150px;
}

.gallery-row.active {
    opacity: 1;
}

.single-content .content-column {
    font-family: 'Inter';
    font-size: var(--body-text);
}

.tour-info-wrapper.sticky {
    position: sticky;
    top: 50px;
}


.info-buttons-wrapper {
    display: flex;
    justify-content: space-between;
    padding-block: 30px;
}

.info-button {
    padding: 38px;
    border: none;
    border-radius: 40px;
    background: none;
    color: var(--white);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 38px;
    width: calc(33% - 20px);
    font-family: 'GFSNeohellenic';
    font-weight: 700;
    font-size: clamp(24px, 4.5vw, 40px) !important;
    text-transform: uppercase;
}

.info-button.selected {
    background: var(--accent);
}

.info-button svg {
    height: 80px;
}

.tab-disabled {
    display: none;
}

.tour-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tour-gallery-image {
    cursor: pointer;
    max-width: 200px;
    min-height: 200px;
}

.route-day-title {
    cursor: pointer;
}

.route-day-text a {
    color: var(--white);
    text-decoration: underline !important;
}

.overview-tab {
    position: relative;
    padding: var(--spacing-medium);
}

.info-tab-title {
    font-family: 'GFSNeohellenic';
    font-weight: 700;
    font-size: clamp(24px, 4.5vw, 36px) !important;
    text-transform: uppercase;
}

.overview-title {
    width: 45%;
}

.tour-overview-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    border-radius: 44px;
}

.overview-content {
    font-family: 'GFSNeohellenic';
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-top: 1px solid var(--white);
}

.overview-content-title {
    font-family: 'GFSNeohellenic';
    font-weight: 700;
    line-height: 131%;
    letter-spacing: 0px;
}

.overview-content-list {
    font-family: 'GFSNeohellenic';
    font-weight: 700;
    font-size: var(--body-text-small);
    line-height: 131%;
}

.full-width-gallery .stacked-gallery {
    display: flex;
    justify-content: center;
    align-self: center;
    margin-right: calc(-469px + -40px);
}

.full-width-gallery .stacked-gallery.active {
    margin-right: 0;
}

.full-width-gallery .stacked-gallery.active img {
    max-width: 80%;
    max-height: 700px;
}

.full-width-gallery .animated-gallery-wrapper {
    width: 100%;
    align-items: center;
}

.wp-block-group a {
    color: var(--white);
    text-decoration: underline !important;
}

/*------------------------------------------------------------

#TAXONOMY

--------------------------------------------------------------*/

.taxonomy-header {
    display: flex;
    justify-content: center;
}

.main-title {
    font-family: 'GFSNeohellenic';
    font-size: clamp(42px, 5.5vw, 100px) !important;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0px;
    width: 50%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.taxonomy-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.taxonomy-posts .motorcycle-post-item {
    flex: 0 0 calc(33% - 40px);
    max-width: calc(33% - 40px);
}

.motorcycle-post-item a {
    color: var(--white);
}

.motorcycle-post-title {
    font-family: 'GFSNeohellenic';
    font-weight: 400;
    font-size: clamp(26px, 5.5vw, 54px) !important;
    line-height: 100%;
    letter-spacing: -2.34px;
    opacity: 50%;
    margin: 0;
    text-transform: uppercase;
}

.motorcycle-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-block: 24px;
}

.motorcycle-post-thumbnail img {
    aspect-ratio: 86 / 49;
    border-radius: 18px;
    object-fit: cover;
    width: 100%;
}

.motorcycle-post-excerpt {
    font-family: 'Inter';
    font-size: var(--body-text-small);
    font-weight: 400;
    letter-spacing: 0px;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3em * 5);
    line-height: 1.3em;
    margin: 0;
}

.motorcycle-starting-price {
    font-family: 'Inter';
    font-weight: 600;
    font-size: var(--body-text-small);
    line-height: 28px;
    letter-spacing: 0;
    margin: 0;
}

.tour-post-item {
    box-shadow: 
        0px 8px 15px 0px #00000099,
        0px 3px 7px 0px #0000001F,
        0px 1px 2px 0px #0000000A;
    backdrop-filter: blur(23px);
    background: radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 38px;
    padding: 5px;
}

.tour-post-item a {
    color: var(--white);
}

.taxonomy-posts .tour-post-item {
    flex: 1 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
}

.tour-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 200px;
    padding-inline: var(--spacing-small);
    margin-bottom: 24px;
    /* padding-block: 10px; */
}

.tour-title-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
}

.tour-post-title {
    font-family: 'GFSNeohellenic';
    font-size: clamp(32px, 4.5vw, 64px) !important;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.tour-content-wrapper {
    display: flex;
    gap: var(--spacing-medium);
    padding-inline: var(--spacing-small);
}

.tour-post-thumbnail img {
    border-radius: 17px;
    object-fit: cover;
    aspect-ratio: 29 / 20;
}

.tour-starting-price {
    font-family: 'Inter';
    font-weight: 600;
    font-size: clamp(20px, 5.5vw, 30px) !important;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.tour-post-excerpt {
    flex: 1 0 calc(50% - var(--spacing-medium));
    margin: 0;
    display: -webkit-box;
    line-clamp: 11;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3em * 11);
    line-height: 1.3em;
    font-weight: 400;
    font-size: var(--body-text);
}

.page-wrapper:not(.homepage) .tour-swiper .tour-post-excerpt {
    line-clamp: 8;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: calc(1.3em * 8);
}

.blog-post-item {
    flex: 0 0 calc(33% - 40px);
    max-width: calc(33% - 40px);
}

.blog-post-item a {
    color: var(--white);
}

.blog-post-title {
    font-family: 'GFSNeohellenic';
    font-weight: 400;
    font-size: clamp(26px, 5.5vw, 54px) !important;
    line-height: 100%;
    letter-spacing: -2.34px;
    opacity: 50%;
    margin: 0;
    text-transform: uppercase;
}

.blog-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-block: 24px;
}

.blog-post-thumbnail img {
    aspect-ratio: 86 / 49;
    border-radius: 18px;
    object-fit: cover;
    width: 100%;
}

.blog-post-excerpt {
    font-family: 'Inter';
    font-size: var(--body-text-small);
    font-weight: 400;
    letter-spacing: 0px;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3em * 5);
    line-height: 1.3em;
    margin: 0;
}

/*------------------------------------------------------------

#BOOKING

--------------------------------------------------------------*/

.booking_form {
    background: var(--purple);
    padding: var(--spacing-small);
    border-radius: 20px;
}

.standard-form p {
    margin: 0;
}

.booking_form_div .wpbc_times_selector div, .booking_form_div div:not(.bk_calendar_frame ) {
    font-size: 16px;
}

.wpbc_wrap_checkbox {
    width: 100% !important;
}


/*------------------------------------------------------------

#FOOTER

--------------------------------------------------------------*/

.footer-navigation {
    display: flex;
    /* gap: var(--spacing-medium); */
    justify-content: space-between;
}

.footer-column {
    /* flex: 1 0; */
    max-width: 25%;
    padding-top: var(--spacing-small);
}

.footer-column.footer-contact-column {
    padding-top: 0;
}

.footer-home-link .logo {
    margin-bottom: var(--spacing-large);
}

.footer-contact-text {
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0px;
    margin: 0 0 var(--spacing-small);
}

.footer-column-title {
    color: var(--accent);
    font-weight: 400;
    font-size: var(--body-text-large);
    line-height: 32px;
    letter-spacing: 0px;
}

.footer-contact-links {
    display: flex;
    flex-direction: column;
}

.contact-link-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-contact-link {
    color: var(--white);
    font-family: 'Inter';
    font-weight: 600;
    font-size: var(--body-text);
    letter-spacing: 0px;
    line-height: 32px;
    text-decoration: underline !important;
}

.footer-locations {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
}

.location-wrapper {
    display: flex;
    gap: 18px;
}

.location-wrapper svg {
    flex: 1 0 6%;
    margin-top: 8px;
}

.location-text {
    font-family: 'Inter';
    font-weight: 600;
    font-size: var(--body-text-small);
    line-height: 32px;
    letter-spacing: 0px;
    margin: 0;
}

.location-link {
    color: inherit;
}

.navbar-footer .navbar-nav.footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}

.navbar-nav.footer li a {
    font-weight: 500;
    font-size: var(--body-text-small);
    line-height: 32px;
    letter-spacing: 0px;
}

.copyright-text {
    font-weight: 500;
    font-size: var(--body-text-small);
    letter-spacing: 0px;
    margin: 0;
    padding: 28px 0;
    border-top: 2px solid #FFF;
    opacity: 50%;
    display: flex;
    gap: 5px;
}

/*------------------------------------------------------------

#CONTACT FORM

--------------------------------------------------------------*/




/*------------------------------------------------------------

#MEDIA QUERIES

--------------------------------------------------------------*/

/*
// Mobile First
*/

/*
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

    .mobile-only {
        display: none;
    }

    .mobile-hidden {
        display: block;
    }

    .navbar.mobile-hidden {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .menu-items {
        display: flex;
        gap: var(--spacing-medium);
    }

    .menu {
        height: 100%;
    }

    nav.navbar {
        height: 100%;
    }

    ul.navbar-nav {
        display: flex;
        padding: 0;
        list-style: none;
        gap: var(--spacing-medium);
        align-items: center;
        height: 100%;
    }

    ul.sub-menu {
        display: none;
        list-style: none;
        padding: 0;
    }

    .border-image img {
        min-height: 740px;
    }

    .announcements-button {
        min-width: 235px;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1600px) {

    .header-wrapper {
        padding: var(--spacing-small) var(--spacing-small) var(--spacing-small) var(--spacing-xxl);
    }

    .announcements-button {
        min-width: 300px;
    }
}

/*
// Desktop First
*/

@media (max-width: 1600PX) {

   .full-btn-wrapper .general-btn {
        padding: 14px 26px;
    }

}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1440px) {

    .header-logo {
        max-width: 175px;
    }

        ul.navbar-nav {
        gap: 21px;
    }

    .menu-items {
        gap: 18px;
    }

    .about-us-certs {
        position: static;
        flex-wrap: nowrap;
    }

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {

    .header-wrapper {
        padding: 0;
    }

    .header-logo {
        position: relative;
        z-index: 99;
    }

    .navbar-toggle {
        position: relative;
        z-index: 99;
    }

    .menu-wrapper {
        padding: 20px;
    }

    .navbar.mobile-only {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .wpml-ls-item {
        display: flex;
        gap: 8px;
    }

    .wpml-ls-item ul.sub-menu {
        padding: 0;
        list-style: none;
    }

    .navbar.mobile-only .collapse.navbar-collapse {
        display: none;
    }

    .navbar.mobile-only .collapsed.navbar-collapse {
        display: flex;
    }

    .navbar.mobile {
        display: flex;
        flex-wrap: nowrap;
        gap: 32px;
    }

    .mobile-menu-item:first-child {
        margin-right: auto;
    }

    .mobile-menu-item:not(:first-child) {
        margin-left: 0;
    }

    .navbar-toggle .burger {
        display: block;
    }

    .navbar-toggle .closed {
        display: none;
    }

    .navbar-toggle {
        background: none;
        border: none;
        cursor: pointer;
        height: 25px;
    }

    .navbar-toggle svg  {
        width: 25px;
        height: 25px;
    }

    .navbar-toggle svg path {
        fill: var(--white);
    }

    .nooverflow .burger {
        display: none !important;
    }

    .nooverflow .closed {
        display: block !important;
    }

    #mobile-menu-container {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: var(--bg);
        height: 100vh;
        flex-direction: column;
        justify-content: center;
    }

    .nav.mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 32px;
        padding: 0;
        list-style: none !important;
    }

    .nav.mobile li a {
        color: var(--white);
        font-size: 32px;
        font-weight: bold;
    }

    .nav.mobile li.current_page_item a {
        color: var(--accent);
    }

    .socials-float {
        margin-left: 50px;
    }

    .footer-navigation {
        gap: 16px;
    }

    .footer-column {
        max-width: calc(25% - 16px);
    }

    .full-width-gallery .stacked-gallery.active img {
        max-width: 100%;
        max-height: 600px;
    }

    .blog-post-item {
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
    }

}

/* Large devices (desktops, less than 1040px) */
@media (max-width: 1040px) {

    .footer-navigation {
        display: flex;
        gap: var(--spacing-medium);
        flex-wrap: wrap;
    }

    .footer-column {
        max-width: calc(50% - var(--spacing-medium));
    }

    .full-btn-wrapper .general-btn {
        justify-content: center;
        padding: 14px 20px;
    }

    .full-btn-wrapper .general-btn svg {
        display: none;
    }

    .about-us-cols {
        flex-direction: column;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {

    :root {
        --spacing-xxl: clamp(20px, 7.8vw, 200px);
    }

    .socials-float {
        margin-left: clamp(20px, 3vw, 40px);
    }

    .sticky-scroller {
        display: none;
    }

    .single-title {
        margin-left: 0;
    }

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

    .gallery-column.sticky {
        position: static;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {

    :root {
        --spacing-xxl: clamp(20px, 7.5vw, 200px);
        --spacing-max: clamp(20px, 7.5vw, 500px);
    }

    .main-title {
        width: 100%;
    }

    .socials-float {
        display: none;
    }

    .footer-column-title {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .stacked-gallery img {
        max-width: 400px;
    }

    .blog-post-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-post-title {
        letter-spacing: initial;
    }

    .info-button {
        padding: 16px 8px;
        border-radius: 10px;
    }

    .swiper-pagination.swiper-pagination-bullets-dynamic {
        width: 55% !important;
        display: flex !important;
        /* justify-content: center !important; */
        align-items: flex-start !important;
    }

    .swiper-pagination.swiper-pagination-bullets-dynamic span {
        min-width: 28px !important;
    }

    #crumbs {
        margin: 0;
    }
        
}


/*Hide announcements wrapper from menu*/
.menu-items .announcements-wrapper {
    display: none;
}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {     

    .tour-post-item {
        border-radius: 24px;
    }

    .tour-title-wrapper {
        min-height: 140px;
    }

    .tour-content-wrapper {
        flex-direction: column;
    }

    .tour-gallery-image {
        max-width: calc(50% - 12px);
        flex: 1 0 calc(50% - 12px);
        object-fit: cover;
    }

    .hero-image {
        min-height: 545px;
        object-fit: cover;
    }

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

    .footer-column {
        max-width: 100%;
    }

    .full-width-gallery .stacked-gallery {
        margin-right: calc(-240px + -40px);
        min-height: 400px;
    }

    .full-width-gallery .stacked-gallery.active img {
        max-height: 400px;
    }

    .stacked-gallery img {
        max-width: 240px;
    }

    .info-button {
        width: calc(33% - 10px);
    }

    .info-button.selected {
        background: none;
        color: var(--accent);
    }

    .overview-content {
        gap: 20px;
        flex-direction: column;
    }
   
}