/*
Theme Name: PK Travel
Theme URI: https://happyonline.gr/
Author: Happyonline
Author URI: https://happyonline.gr/
Description: PK Travel theme by Happyonline.
Version: 1.0.0
Tested up to: 6.8.3
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: st

*/

:root {
    --black: #000000;
    --white: #ffffff;
    --primary: #0c4da2;
    --secondary: #8dd8f8;
    --lght-grey: #f3f3f3;
}
body,
html {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    font-family: "Manrope", sans-serif;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar:horizontal {
    height: 4px;
}
::-webkit-scrollbar-track {
    background: var(--white);
}
::-webkit-scrollbar-thumb {
    background: var(--primary);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}
p,
li {
    font-size: 18px;
    line-height: 34px;
    color: var(--black);
    letter-spacing: -0.64px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: -1.44px;
    margin: 0;
}
h4 {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -1px;
    margin: 0;
    font-weight: 400;
}
.container {
    margin: 0 auto;
    max-width: 1700px;
    width: auto;
}

/* .custom-padding {
    padding-left: 2rem;
    padding-right: 2rem;
} */

main {
    background-color: #f3f3f3;
    /* padding-bottom: 225px; */
    padding-bottom: 360px;
    min-height: 70vh;
}
.btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -0.72px;
    color: var(--primary);
    background-color: var(--secondary);
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 18px;
}
.btn #arrowcolor {
    stroke: var(--primary);
}
.btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
.btn:hover #arrowcolor {
    stroke: var(--white);
}
/*Header Start*/
.header-top {
    background-color: var(--primary);
    padding: 10px 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-top .left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 35px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.header-top .left ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.header-top .left ul li a,
.header-top .left ul li span {
    color: var(--secondary);
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: -0.6px;
}
.header-top .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.header-top .right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.header-top .right .licence {
    color: var(--white);
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.6px;
}
.header-top .right .licence .number {
    font-weight: bold;
    color: var(--secondary);
}
.header-menu {
    background-color: var(--white);
    padding: 7px 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-menu .main-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 33px;
}
.header-menu .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 33px;
}
.header-menu .main-menu ul li a {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: -0.72px;
    text-wrap: nowrap;
}
.header-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
    background-color: var(--secondary);
}
.header-info span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: -0.64px;
    color: var(--primary);
}
.header-info .item {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 55px;
}
.header-info .item:not(:last-child) {
    border-right: 1px solid rgba(12, 77, 162, 0.2);
}
.header-testimonials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 116px;
    gap: 12px;
}

.logo {
    min-width: 180px;
}

/* #burder :is(.line1, .line2, .line3) {
    height: 2px;
    background-color: black;
    border-radius: 5px;
} 

#burder .line1 {
    width: 40px;
}
#burder .line2 {
    width: 34px;
}
#burder .line3 {
    width: 38px;
} */
/*Header End*/

/*Footer start*/
footer {
    background: transparent linear-gradient(180deg, #0c4da2 0%, #0b55b6 100%) 0%
        0% no-repeat padding-box;
    padding-top: 80px;
    position: relative;
}
.footer-main {
    max-width: 1700px;
    margin: auto;
    border-bottom: 1px solid #ffffff;
}
.copyrights {
    max-width: 1700px;
    margin: auto;
}
.f-grid {
    display: grid;
    grid-template-columns: 5fr 2fr 3fr 2fr;
}
.contact-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    background-color: #ffffff0d;
    max-width: 290px;
    padding: 10px;
    border-radius: 5px;
}
.contact-info svg {
    width: 40px;
}
.contact-info-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.f-title {
    font-size: 18px;
    line-height: 31px;
    font-weight: 800;
    letter-spacing: -0.72px;
    color: var(--white);
}
.contact-info-links a {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -0.72px;
    color: #8dd8f8;
}
footer .contact-info:hover .f-title {
    color: var(--primary);
}
footer .contact-info:hover {
    background-color: var(--white);
}
footer .contact-info:hover svg path#Path_1992,
footer .contact-info:hover svg path#Path_461,
footer .contact-info:hover svg path#XMLID_89_ {
    fill: var(--primary);
}
span.f-title.underlined {
    position: relative;
    display: inline-block;
}
span.f-title.underlined:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background-color: #00aeef;
}
.footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
}
.footer-links ul a {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: -0.6px;
    color: var(--white);
    opacity: 0.6;
}
.footer-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.footer-social {
    padding: 40px 0;
}
.footer-social .social {
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.blue-label {
    color: var(--secondary);
    font-weight: bold;
}
.copyrights {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 0 20px 0;
}
.copyrights > * {
    font-size: 15px;
    line-height: 21px;
    color: var(--white);
    letter-spacing: -0.6px;
    display: flex;
    align-items: center;
}
#licence-gemi {
    justify-content: center;
    gap: 30px;
}
#design-develop {
    justify-content: end;
    gap: 7px;
}
div#design-develop svg {
    margin-bottom: -5px;
}
footer > svg {
    position: absolute;
    top: 0;
    transform: translateY(-99%);
    width: 100%;
    height: auto;
}
.newsletter {
    background: transparent linear-gradient(259deg, #8dd8f8 0%, #00aeef 100%) 0%
        0% no-repeat padding-box;
    border-radius: 15px;
    padding: 45px 123px 40px 105px;
    max-width: 1100px;
    margin: auto;
    position: absolute;
    width: 100%;
    top: -4%;
    left: 50%;
    transform: translate(-50%, -100%);
}
.newsletter .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.newsletter .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 90px;
}
.newsletter-content {
    display: flex;
    flex-direction: column;
}
.newsletter-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: -0.56px;
}
.newsletter-subtitle {
    font-size: 15px;
    line-height: 36px;
    color: var(--primary);
    letter-spacing: -0.3px;
}
/*Footer end*/

/*Swiper start*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.headerTestimonialSwiper {
    width: 97%;
}
.headerTestimonialSwiper .swiper-button-next:after {
    font-size: 16px;
}
.header-testimonials > svg {
    min-width: 35px;
}

.header-testimonial-item .tst-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 10px;
}
.header-testimonial-item .tst-name,
.header-testimonial-item .tst-title {
    font-size: 16px;
    line-height: 22px;
}
.header-testimonial-item .tst-name {
    font-weight: bold;
    color: var(--primary);
}
.header-testimonial-item .tst-title {
    font-weight: bold;
    color: var(--secondary);
}
.header-testimonial-item p,
.tst-quote {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    color: var(--primary);
    text-align: left;
}
.tst-quote {
    display: flex;
    align-items: center;
}
.header-testimonial-item {
    display: grid;
    grid-template-columns: 2fr 10fr;
    padding-right: 60px;
}
/*Swiper end*/

/* Homepage start */
#home-slider:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent
        linear-gradient(180deg, #00000000 0%, #000000d1 100%) 0% 0% no-repeat
        padding-box;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}
.homeSwiper .slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.homeSwiper .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent
        linear-gradient(180deg, #00000000 0%, #000000d1 100%) 0% 0% no-repeat
        padding-box;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.homeSwiper .slider-content a {
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -0.72px;
    border: 1px solid var(--white);
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 13px 22px 13px 34px;
}
.homeSwiper .slider-content a:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
}
.homeSwiper .slider-title {
    font-size: 46px;
    line-height: 63px;
    font-weight: bold;
    color: var(--white);
    letter-spacing: -1.84px;
    text-align: center;
}
.homeSwiper .slider-subtitle {
    font-size: 28px;
    line-height: 38px;
    color: var(--white);
    letter-spacing: -1.12px;
    text-align: center;
    padding-bottom: 30px;
}
.homeSwiper .swiper-pagination-bullet-active {
    width: 30px !important;
    background-color: var(--secondary) !important;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.homeSwiper span.swiper-pagination-bullet {
    background-color: var(--white);
    opacity: 1;
    width: 8px;
    transition: all 0.3s ease-in-out;
}
.homeSwiper
    .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 100px !important;
}
.homeSwiper .swiper-button-next:after,
.homeSwiper .swiper-button-prev:after {
    font-size: 18px;
    color: var(--white);
}
.homeSwiper .swiper-button-next {
    right: 100px;
}
.homeSwiper .swiper-button-prev {
    left: 100px;
}
.homeSwiper .swiper-button-next,
.homeSwiper .swiper-button-prev {
    border: 1px solid var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.home-filter {
    margin-top: -40px;
    z-index: 1;
    margin-bottom: 125px;
}
.home-filter .container {
    background: transparent
        radial-gradient(closest-side at 50% 50%, #0055c4 0%, #0c4da2 100%) 0% 0%
        no-repeat padding-box;
    border-radius: 15px;
    padding: 54px 61px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}
.travel-picker,
.destination-picker {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.travel-picker > div,
.destination-picker > div {
    width: 100%;
}
.custom-select {
    position: relative;
    width: 500px;
    font-family: sans-serif;
    cursor: pointer;
}
.travel-picker-title {
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: -0.44px;
    color: var(--white);
}
.custom-select .selected {
    padding: 5px 20px;
    border-radius: 5px;
    background: #ffffff33;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--white);
}
.custom-select .selected:hover {
    background: #ffffff73;
}
.custom-select .options {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%; /* 👈 makes it open upwards */
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #ffffff;
    display: none;
    z-index: 1000;
    overflow-y: scroll;
    max-height: 300px;
}
ul.options li:first-child {
    color: #0c4da2;
}
ul.options li:not(:first-child) {
    color: #00aeef;
}
.custom-select .options li {
    padding: 0px 20px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: bold;
}
.custom-select .options li:hover {
    background: #eee;
}
.custom-select.active .options {
    display: block;
}
#goTour {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.72px;
    font-weight: bold;
    color: var(--white);
    border-radius: 100px;
    border: 1px solid var(--white);
    background-color: #8dd8f826;
    width: 200px;
    height: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#goTour:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--primary);
}
#about-us {
    margin-bottom: 145px;
}
#about-us .container {
    background-color: var(--white);
    border-radius: 15px;
    padding: 55px 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.about-us-second {
    background-color: var(--white);
    border-radius: 15px;
    padding: 55px 50px;
    margin-bottom: 200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}
.about-us-content h3 {
    color: var(--primary);
}
.about-us-content h4 {
    color: #00aeef;
}

.about-us-content p {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: -0.6px;
    color: var(--black);
    max-width: 770px;
}
.about-us-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-us-image {
    width: 586px;
    height: 443px;
    border-radius: 15px;
}
.about-us-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
#featured-tours h3 {
    text-align: center;
    color: var(--primary);
}
#featured-tours .section-title {
    min-height: 125px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 22px;
}
.backtitle {
    color: white;
    opacity: 0.4;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    font-size: 125px;
    line-height: 125px;
    font-weight: 900;
    position: absolute;
    bottom: 0;
    letter-spacing: -5px;
    text-align: center;
}
.featuredToursSwiper .featured-tour {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 33px;
    padding: 20px;
    background-color: var(--white);
    border-radius: 10px;
}
.featuredToursSwiper .featured-tour-image {
    width: 360px;
    height: 278px;
    background-color: lightgray;
    border-radius: 10px;
}
.featuredToursSwiper .featured-tour-image img {
    border-radius: 10px;
}
.featuredToursSwiper .featured-tour-info > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.featuredToursSwiper .tour-title {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.88px;
    color: var(--primary);
}
.featuredToursSwiper .description {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.56px;
    color: var(--black);
}
.featuredToursSwiper .featured-tour-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.featuredToursSwiper,
.featuredIdeasSwiper {
    padding-bottom: 100px !important;
}
.featuredIdeasSwiper {
    padding-top: 40px !important;
}
#featured-tours {
    margin-bottom: 160px;
}
.featuredToursSwiper .swiper-pagination-bullet-active,
.testimonialItemsSwiper .swiper-pagination-bullet-active,
.feesSwiper .swiper-pagination-bullet-active,
.featuredIdeasSwiper .swiper-pagination-bullet-active {
    width: 30px !important;
    background-color: var(--primary) !important;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.featuredToursSwiper span.swiper-pagination-bullet,
.testimonialItemsSwiper span.swiper-pagination-bullet,
.feesSwiper span.swiper-pagination-bullet,
.featuredIdeasSwiper span.swiper-pagination-bullet {
    background-color: var(--secondary);
    opacity: 1;
    width: 8px;
    transition: all 0.3s ease-in-out;
}
.featuredToursSwiper .swiper-button-next,
.testimonialItemsSwiper .swiper-button-next,
.feesSwiper .swiper-button-next,
.featuredIdeasSwiper .swiper-button-next {
    top: unset;
    bottom: 0;
    left: calc(50% + 80px);
    transform: translate(-50%, 0);
}
.featuredToursSwiper .swiper-button-next:after,
.testimonialItemsSwiper .swiper-button-next:after,
.feesSwiper .swiper-button-next:after,
.featuredIdeasSwiper .swiper-button-next:after {
    font-size: 15px;
    color: var(--primary);
    width: 35px;
    height: 28px;
    background-color: var(--secondary);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--secondary);
}
.featuredToursSwiper .swiper-button-next.swiper-button-disabled:after,
.testimonialItemsSwiper .swiper-button-next.swiper-button-disabled:after,
.feesSwiper .swiper-button-next.swiper-button-disabled:after,
.featuredIdeasSwiper .swiper-button-next.swiper-button-disabled:after {
    background-color: transparent !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}
.featuredToursSwiper .swiper-button-prev,
.testimonialItemsSwiper .swiper-button-prev,
.feesSwiper .swiper-button-prev,
.featuredIdeasSwiper .swiper-button-prev {
    top: unset;
    bottom: 0;
    left: calc(50% - 80px);
    transform: translate(-50%, 0);
}
.featuredToursSwiper .swiper-button-prev:after,
.testimonialItemsSwiper .swiper-button-prev:after,
.feesSwiper .swiper-button-prev:after,
.featuredIdeasSwiper .swiper-button-prev:after {
    font-size: 15px;
    color: var(--primary);
    width: 35px;
    height: 28px;
    background-color: var(--secondary);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--secondary);
}
.featuredToursSwiper .swiper-button-prev.swiper-button-disabled:after,
.testimonialItemsSwiper .swiper-button-prev.swiper-button-disabled:after,
.feesSwiper .swiper-button-prev.swiper-button-disabled:after,
.featuredIdeasSwiper .swiper-button-prev.swiper-button-disabled:after {
    background-color: transparent !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}
.featuredToursSwiper .swiper-button-disabled,
.testimonialItemsSwiper .swiper-button-disabled,
.feesSwiper .swiper-button-disabled,
.featuredIdeasSwiper .swiper-button-disabled {
    opacity: 1 !important;
}
.featuredToursSwiper .swiper-horizontal > .swiper-pagination-bullets,
.testimonialItemsSwiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.featuredIdeasSwiper .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 12px !important;
}
#why-different > div {
    background: transparent
        radial-gradient(closest-side at 50% 50%, #0055c4 0%, #0c4da2 100%) 0% 0%
        no-repeat padding-box;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 85px 40px 95px 40px;
    gap: 30px;
    margin-bottom: 250px;
}
#why-different h3 {
    color: var(--white);
}
#why-different .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1500px;
}
#why-different .number {
    font-size: 128px;
    line-height: 100px;
    font-weight: bold;
    letter-spacing: -2.56px;
    color: #ffffff;
    opacity: 0.15;
}
#why-different .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#why-different .description {
    background: #3276bb 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#why-different .title {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: -0.8px;
    color: var(--secondary);
    text-align: center;
    margin-top: 15px;
}
#why-different .subtitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: -0.64px;
    color: var(--white);
    text-align: center;
}
#top-tours {
    margin-bottom: 170px;
}
#top-tours h3,
#top-attractions h3 {
    color: var(--primary);
}
#top-tours h4,
#top-attractions h4 {
    color: #00aeef;
}
.topToursSwiper .top-tour,
.topAttractionsSwiper .top-attraction {
    box-shadow: 0px 3px 25px #00000014;
    border-radius: 10px;
    background-color: var(--white);
    padding: 20px;
}
.topToursSwiper .top-tour-image,
.topAttractionsSwiper .top-attraction-image {
    width: 100%;
    height: 220px;
    background-color: lightgray;
    border-radius: 10px;
    margin-bottom: 25px;
}
.topToursSwiper .top-tour-image img,
.topAttractionsSwiper .top-attraction-image img {
    border-radius: 10px;
}
.top-tour-info > div,
.top-tour-info,
.top-attractions-info > div,
.top-attractions-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.topToursSwiper .tour-title,
.topAttractionsSwiper .tour-title {
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: -0.8px;
}
.topToursSwiper .description,
.topAttractionsSwiper .description {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: #252525;
    letter-spacing: -0.56px;
}
.topToursSwiper .section-title,
.topAttractionsSwiper .section-title {
    margin-bottom: 60px;
}
.topToursSwiper .swiper-button-next,
.topAttractionsSwiper .swiper-button-next,
.ourFleetSwiper .swiper-button-next {
    top: 0;
    right: 0;
}
.topToursSwiper .swiper-button-next,
.topAttractionsSwiper .swiper-button-next,
.ourFleetSwiper.swiper-button-next {
    top: 33px;
}
.topToursSwiper .swiper-button-next:after,
.topAttractionsSwiper .swiper-button-next:after,
.ourFleetSwiper .swiper-button-next:after {
    font-size: 15px;
    color: var(--primary);
    width: 35px;
    height: 28px;
    background-color: var(--secondary);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--secondary);
}
.topToursSwiper .swiper-button-next.swiper-button-disabled:after,
.topAttractionsSwiper .swiper-button-next.swiper-button-disabled:after,
.ourFleetSwiper .swiper-butotn-next.swiper-button-disabled:after {
    background-color: transparent !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}
.topToursSwiper .swiper-button-prev,
.topAttractionsSwiper .swiper-button-prev,
.ourFleetSwiper .swiper-button-prev {
    top: 33px;
    left: unset;
    right: 31px;
}
.topToursSwiper .swiper-button-prev:after,
.topAttractionsSwiper .swiper-button-prev:after,
.ourFleetSwiper .swiper-button-prev:after {
    font-size: 15px;
    color: var(--primary);
    width: 35px;
    height: 28px;
    background-color: var(--secondary);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--secondary);
}
.topToursSwiper .swiper-button-prev.swiper-button-disabled:after,
.topAttractionsSwiper .swiper-button-prev.swiper-button-disabled:after,
.ourFleetSwiper .swiper-button-prev.swiper-button-disabled:after {
    background-color: transparent !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}
.topToursSwiper .swiper-button-disabled,
.topAttractionsSwiper .swiper-button-disabled,
.ourFleetSwiper .swiper-button-disabled {
    opacity: 1 !important;
}
.topToursSwiper,
.topAttractionsSwiper {
    padding-bottom: 120px !important;
}
.topToursSwiper .swiper-pagination,
.topAttractionsSwiper .swiper-pagination {
    text-align: right;
}
.topToursSwiper .swiper-pagination-bullet-active,
.topAttractionsSwiper .swiper-pagination-bullet-active,
.ourFleetSwiper .swiper-pagination-bullet-active {
    width: 30px !important;
    background-color: var(--primary) !important;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.topToursSwiper span.swiper-pagination-bullet,
.topAttractionsSwiper span.swiper-pagination-bullet,
.ourFleetSwiper span.swiper-pagination-bullet {
    background-color: var(--secondary);
    opacity: 1;
    width: 8px;
    transition: all 0.3s ease-in-out;
}
.top-attractions-wrapper {
    background-image: url(/wp-content/uploads/2025/09/photo-parthenon.png);
    padding-left: 2rem;
    padding-right: 2rem;
}
#our-fleet {
    background: linear-gradient(
        180deg,
        rgba(12, 77, 162, 1) 65%,
        rgba(243, 243, 243, 1) 65%,
        rgba(243, 243, 243, 1) 100%
    );
    padding-top: 80px;
    margin-bottom: 185px;
    padding-left: 2rem;
    padding-right: 2rem;
}
#our-fleet h3 {
    color: var(--secondary);
}
#our-fleet h4 {
    color: var(--white);
}
#our-fleet .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    height: auto;
}
#our-fleet .info .title {
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.8px;
    color: var(--primary);
}
#our-fleet .fleet-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 55px;
}
#our-fleet .info .fleet-item-image {
    border-radius: 10px;
}
#our-fleet .info .fleet-item-image img {
    border-radius: 10px;
}
#our-fleet .section-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}
#our-fleet .btn {
    color: var(--white);
    border: 1px solid var(--white);
    background-color: #8dd8f826;
    width: 190px;
    justify-content: space-between;
}
#our-fleet .btn #arrowcolor {
    stroke: var(--white);
}
#our-fleet .btn:hover {
    border: 1px solid #00aeef;
    background-color: #00aeef;
}
#testimonials {
    margin-bottom: 180px;
}

#testimonials .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

#testimonials h3 {
    color: var(--primary);
}
#testimonials svg {
    margin-right: 23px;
}
#testimonials .subtitle {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #3d4e6c;
}
.testimonial-image {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #707070;
}
.testimonial-image img {
    border-radius: 50%;
}
.image-with-quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.testimonialItemsSwiper {
    padding-bottom: 85px !important;
}
.testimonialItemsSwiper .swiper-slide .item {
    background-color: var(--white);
    border: 1px solid #00aeef;
    border-radius: 25px;
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
    max-width: 1300px;
    width: 100%;
    margin: auto;
    padding: 3% 6%;
}
.testimonial-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
}
.testimonial-data .client-name {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: var(--primary);
}
.testimonial-data .title {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: -0.6px;
    color: #00aeef;
}
.testimonial-data .content {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #3d4e6c;
    margin: 0;
}
/* Homepage end */

/* Breadcrumbs start */
#breadcrumbs {
    text-align: center;
    margin: 0 17px;
}
#breadcrumbs span,
#breadcrumbs span a {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.6px;
    font-weight: normal;
    color: var(--primary);
}
#breadcrumbs span.breadcrumb_last {
    font-weight: bold;
}
/* Breadcrumbs end */

.hero {
    min-height: 148px;
    max-width: 1700px;
    margin: auto;
    box-shadow: 0px 3px 25px #00000014;
    border-radius: 10px;
    background-color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.hero h1 {
    color: var(--primary);
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: -1.12px;
}
.contact-page .hero {
    background-color: var(--primary);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 0;
}
.contact-page .hero > .contact-info,
.contact-page .hero > .contact-info:hover {
    background-color: unset;
}
.contact-page .hero > .contact-info:hover .f-title {
    color: var(--white);
}
.contact-page .hero > .contact-info:hover svg path#Path_1992,
.contact-page .hero > .contact-info:hover svg path#Path_461,
.contact-page .hero > .contact-info:hover svg path#XMLID_89_ {
    fill: var(--white);
}
.contact-page .intro-message {
    padding: 45px 17px;
    color: var(--primary);
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: -0.36px;
    text-align: center;
}
.container.contact-form {
    background-color: var(--white);
    border-radius: 15px;
    padding: 45px 60px 80px 60px;
    margin-bottom: 85px;
}
.contact-page .page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-page .page-title h1 {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: -0.56px;
    color: var(--primary);
    text-align: center;
    margin: 0;
}
.contact-page .page-title .subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: -0.36px;
    color: var(--black);
    text-align: center;
    width: 100%;
}

/* Contact form start */
.required {
    color: #ff1616;
    font-weight: bold;
}
.contact-section form textarea.wpcf7-textarea,
.contact-section form input.wpcf7-text,
.contact-section .form-wrapper input.wpcf7-text,
.contact-section input#requested-date,
.contact-section select,
.contact-section input#number-of-guests,
.contact-section input.js-requested-date,
.contact-section input.js-number-of-guests {
    height: 60px;
    background-color: #8dd8f826;
    border: 1px solid #0c4da23d;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px;
}
.contact-section .form-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
}
.control-form {
    position: relative;
}
form label {
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.64px;
    color: var(--primary);
}
.wpcf7-not-valid-tip {
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.64px;
}
#transfer-modal .contact-section {
    max-width: 1288px;
    margin: auto;
    max-height: 470px;
    overflow-y: scroll;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border: 1px solid #707070;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
.contact-section .row-agree .wpcf7-list-item-label {
    letter-spacing: -0.51px;
    font-size: 17px;
    color: var(--primary);
    font-weight: normal;
}
.contact-section .row-agree .wpcf7-list-item-label a {
    font-weight: bold;
    color: var(--secondary);
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
input[type="checkbox"]:checked::after {
    content: "\2714";
    position: absolute;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
input[type="checkbox"]:checked {
    background-color: #5cdb8a;
    border-color: #5cdb8a;
}
.contact-section form textarea.wpcf7-textarea {
    height: 200px;
    padding: 20px 30px;
}
.row-agree {
    margin-top: 10px;
    text-align: center;
}
.contact-section form .wpcf7-submit {
    background: var(--secondary);
    border-radius: 100px;
    color: var(--primary);
    padding: 0 30px;
    font-size: 18px;
    line-height: 24px;
    border: none;
    width: 100%;
    max-width: 215px;
    min-width: 215px;
    height: 57px;
    min-height: 57px;
    letter-spacing: -0.6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0 auto;
    font-weight: bold;
    transition: 300ms ease-in-out;
    text-align: left;
}
.contact-section form .wpcf7-submit:hover {
    max-width: 170px;
    min-width: 170px;
    background-color: var(--primary);
    color: var(--white);
    transition: 300ms ease-in-out;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
span.wpcf7-list-item > label {
    display: flex;
    align-items: center;
}
.container.faqs {
    margin-bottom: 130px;
}
/* Contact form end */

/* Accordion start */
.accordion {
    background-color: VAR(--white);
    color: #444;
    cursor: pointer;
    padding: 18px 18px 18px 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    box-shadow: 0px 3px 15px #00000024;
    border-radius: 10px;
    letter-spacing: -0.36px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.accordion.active,
.accordion:hover {
    background-color: #00aeef;
    color: var(--white);
}
.accordion.active {
    margin-bottom: 0;
}
.panel {
    padding: 0 40px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-radius: 10px;
}
.panel p,
.panel li {
    font-size: 16px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: -0.64px;
    color: var(--black);
}
.accordion:before {
    content: "";
    height: 100%;
    width: 9px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.accordion.active:before,
.accordion:hover:before {
    opacity: 0;
}
.accordion.active + .panel {
    margin-bottom: 30px;
}
.accordion:after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 50px;
}
.accordion.active:after {
    transform: rotate(90deg);
}
/* Accordion end */
.useful_links_rep {
    margin-bottom: 200px;
}
.intro-message {
    min-height: 148px;
    max-width: 1700px;
    margin: auto;
    box-shadow: 0px 3px 25px #00000014;
    border-radius: 10px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 20px;
}
.intro-message > * {
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: -0.64px;
}
.fleet-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 21px;
}
.fleet-img {
    width: 327px;
    height: 276px;
    border-radius: 10px;
}
.fleet-img {
    border-radius: 10px;
}
.fleet-img img {
    object-fit: cover;
    height: 100%;
}
.fleet-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -0.6px;
    color: var(--primary);
}
.fleet-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 75px 16px;
    margin-bottom: 137px;
    justify-content: center;
}

/* Transfers start */
.available-transfers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 55px;
}
.available-transfers .at-tite {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.at-tite h2 {
    color: var(--primary);
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: -1.12px;
    margin: 0;
}
.at-tite h3 {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.96px;
    color: #00aeef;
    font-weight: normal;
    text-align: center;
}
.transfer-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 16px;
    margin-bottom: 100px;
}
.transfer-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px;
    gap: 34px;
    box-shadow: 0px 25px 25px #00000017;
    border: 2px solid #0c4da221;
}
.transfer-item .title {
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.8px;
    color: var(--primary);
}
.transfer-item .description > * {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: -0.52px;
    color: var(--black);
}
.transfer-img {
    width: 360px;
    height: 278px;
    border-radius: 10px;
    flex: 0 0 360px;
    min-width: 360px;
}
.transfer-img img {
    border-radius: 10px;
}
.transfer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.book-transfer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.transfer-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease;
    z-index: 9999;
    overflow: scroll;
}
.transfer-modal.is-open {
    visibility: visible;
    opacity: 1;
}
.transfer-modal__backdrop {
    position: absolute;
    inset: 0;
    background: #161616;
    opacity: 0.7;
}
.transfer-modal__dialog {
    position: relative;
    max-width: 920px;
    width: 95%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.transfer-modal__close {
    position: absolute;
    top: 18px;
    right: 15px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    font-size: 30px;
    color: #ff0000;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.transfer-modal__close span {
    text-decoration: underline;
    color: var(--white);
    letter-spacing: -0.52px;
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
}
.transfer-modal__dialog-top {
    background: transparent linear-gradient(91deg, #0c4da2 0%, #0c3263 100%) 0%
        0% no-repeat padding-box;
    border-radius: 15px 15px 0px 0px;
    padding: 20px 73px 20px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.transfer-modal__dialog-top #transfer-modal-title {
    font-size: 26px;
    line-height: 29px;
    font-weight: bold;
    color: var(--white);
    letter-spacing: -1.04px;
}
.modal-form {
    padding: 20px 24px;
}
.modal-form.contact-section .form-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 20px;
}
/* .single .modal-form.contact-section .form-wrapper {
    grid-template-columns: repeat(2, 1fr);
} */
/* .single .transfer-modal__dialog {
    max-width: 632px;
} */
.modal-form.contact-section .form-wrapper p {
    margin: 0;
}
.modal-form.contact-section form input.wpcf7-text,
.modal-form.contact-section .form-wrapper input.wpcf7-text,
.modal-form.contact-section input.js-requested-date,
.modal-form.contact-section select,
.modal-form.contact-section input.js-number-of-guests {
    height: 40px;
}
.transfer-form-bottom {
    background-color: var(--white);
    border-radius: 15px;
    margin-bottom: 114px;
}
.transfer-form-bottom .at-tite {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 115px 0 40px 0;
}
/* Transfers end */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
    z-index: 9999;
}
a.instacall {
    position: fixed;
    bottom: 75px;
    right: 20px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}
#back-to-top .arrow {
    font-size: 24px;
    color: #0c4da2;
    line-height: 10px;
    transform: rotate(-90deg);
    text-align: left;
}
#back-to-top .text {
    font-size: 9px;
    color: #00aeef;
    line-height: 12px;
    font-weight: bold;
    margin-top: 2px;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}
/* Archive start */
.archive .hero {
    min-height: 114px;
}
.private-tour-archive.container {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 8px;
}
.sidebar-container {
    background-color: var(--white);
    border-radius: 15px;
    padding: 40px 8px;
    box-shadow: 0px 10px 20px #0000000f;
    z-index: 1;
}
.private-tour-item {
    background-color: var(--white);
    border-radius: 10px;
}
.tour-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    width: 100%;
}
.private-tour-item {
    padding: 20px 16px 20px 30px;
    box-shadow: 0px 3px 25px #00000014;
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.sidebar-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sidebar-title > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
#filter-title {
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: 0px;
    color: var(--primary);
}
#clear-filters {
    font-size: 14px;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ef4100;
    text-decoration: underline;
}
.tour-thumbnail {
    width: 373px;
    height: 278px;
    border-radius: 10px;
    background-color: lightgray;
    flex: 0 0 373px;
    min-width: 373px;
}
.tour-thumbnail img {
    border-radius: 10px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.tour-meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.tour-meta .top {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tour-meta .top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.tour-meta .top p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: -0.56px;
}
.tour-meta .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.tour-title {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.88px;
    color: var(--primary);
}
.tour-labels {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}
.tour-label {
    padding: 5px 15px;
    background-color: #00aeef;
    color: var(--white);
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: -0.52px;
    border-radius: 100px;
}
.tour-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 37px;
}
.tour-info .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.tour-info .item > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tour-info .item .title {
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: -0.6px;
    color: var(--primary);
}
.tour-info .item .description {
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
    letter-spacing: -0.6px;
    color: #00aeef;
}
.pagination {
    margin-top: 90px;
    margin-bottom: 175px;
}
a.page-numbers {
    background-color: #0c4da221;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    color: var(--primary);
    border-radius: 1000px;
    padding: 8px 24px;
}
span.page-numbers.current,
a.page-numbers:hover {
    background-color: var(--primary);
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    color: var(--white);
    border-radius: 1000px;
    padding: 8px 24px;
}
a.next.page-numbers:after {
    content: "\279D";
    padding-left: 5px;
}
a.prev.page-numbers:before {
    content: "\279D";
    display: inline-block;
    transform: scaleX(-1);
    transform-origin: 50% 50%;
    margin-right: 6px;
    line-height: 1;
}
fieldset.filter-group > legend {
    background-color: var(--primary);
    border-radius: 5px;
    color: var(--white);
    font-size: 18px;
    line-height: 33px;
    font-weight: bold;
    padding: 13px 23px;
    width: 100%;
}
fieldset.filter-group {
    margin: 0 0 30px 0;
    padding: 0;
    border: 0;
}
fieldset.filter-group:last-child {
    margin-bottom: 0;
}
ul.filter-list {
    margin: 22px 12px 0 12px;
    padding: 0;
    list-style: none;
}
ul.filter-list li {
    margin-bottom: 16px;
}
ul.filter-list li:hover,
ul.filter-list span:hover,
ul.filter-list input[type="checkbox"]:hover {
    cursor: pointer;
}
ul.filter-list span {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    letter-spacing: -0.56px;
    color: #252525;
}
/* Scope to the sidebar filters only */
.sidebar .filter-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.sidebar .filter-list input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
}
.sidebar .filter-list input[type="checkbox"]::after {
    content: "\2713";
    font-size: 15px;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 120ms ease;
    color: var(--white);
}
.sidebar .filter-list input[type="checkbox"]:checked {
    border-color: #5cdb8a;
    background-color: #5cdb8a;
}
.sidebar .filter-list input[type="checkbox"]:checked::after {
    transform: scale(1);
}
.sidebar .filter-list input[type="checkbox"]:focus-visible {
    outline: 2px solid #0c4da2;
    outline-offset: 2px;
}
.archive-tools {
    padding: 21px 16px;
    background-color: var(--white);
    border-radius: 5px;
}
span.results-info {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.6px;
    font-weight: normal;
    color: var(--black);
}
span.ri-num {
    color: var(--primary);
}
/* Archive end */

/* Single start */
.tourSwiperThumbs {
    position: absolute !important;
    top: 25px;
    left: 25px;
    box-sizing: border-box;
    max-width: 107px;
}
.tourSwiperThumbs .swiper-slide {
    width: 107px !important;
    height: 90px !important;
    opacity: 1;
    border: 2px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
}
.tourSwiperThumbs .swiper-slide img {
    border-radius: 10px;
}
.tourSwiperThumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 107px;
    width: 100%;
    height: auto;
    margin: 0 !important;
    gap: 9px;
}
.tourSwiper {
    max-width: 1192px !important;
    width: 100% !important;
    height: 530px !important;
    margin: 0 !important;
    border-radius: 10px;
}
.single .post-title {
    font-size: 28px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -1.12px;
    color: var(--primary);
    margin: 13px 0 40px 0;
}
.slider-info {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-bottom: 33px;
    align-items: flex-start;
}
.tourSwiper .swiper-button-next {
    right: 20px !important;
    bottom: 20px !important;
    left: unset;
    top: unset;
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.59);
    border-radius: 50%;
}
.tourSwiper .swiper-button-prev {
    right: 75px !important;
    bottom: 20px !important;
    left: unset;
    top: unset;
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.59);
    border-radius: 50%;
}
.tourSwiper .swiper-button-next:after,
.tourSwiper .swiper-button-prev:after {
    color: var(--white);
    font-size: 14px;
}
.basic-tour-info {
    background-color: var(--white);
    border-radius: 10px;
    padding: 8px 8px 16px 8px;
    width: 100%;
}
.tour-info-wrapper {
    padding: 20px 20px 28px 20px;
    background-color: var(--primary);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.post-gallery {
    width: 68% !important;
}
.location-duration {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.location-duration .tour-location,
.location-duration .tour-duration {
    background-color: #2a6db7;
    border-radius: 5px;
    padding: 14px 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.location-duration .tour-location-info,
.location-duration .tour-duration-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.location-duration .tour-location-info span:first-child,
.location-duration .tour-duration-info span:first-child {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: -0.72px;
    color: var(--white);
}
.location-duration .tour-location-info span:last-child,
.location-duration .tour-duration-info span:last-child {
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: -0.68px;
    color: var(--white);
}
.tour-info-wrapper .price {
    background-color: #2a6db7;
    border-radius: 5px;
    padding: 14px 10px;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
}
.tour-contact {
    background-color: var(--secondary);
    color: var(--primary);
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: -0.8px;
    border-radius: 100px;
    padding: 10px 30px;
    text-align: center;
    margin-top: 35px;
}
.entrance-fees {
    background-color: var(--white);
    border-radius: 15px;
    padding: 60px 47px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 35px;
}
.entrance-fees h3 {
    font-size: 32px;
    line-height: 29px;
    color: var(--primary);
    letter-spacing: -1.28px;
    font-weight: bold;
}
.feesSwiper {
    padding-bottom: 65px !important;
}
.feesSwiper .swiper-slide {
    background-color: var(--white);
    margin: 25px 0;
    box-shadow: 0px 3px 25px #00000014;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding: 23px;
}
.entrance-fees .section-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.entrance-fees .section-head a {
    padding: 14px 20px;
    color: var(--primary);
    background-color: var(--secondary);
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: -0.64px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.entrance-fees .section-head a:hover {
    background-color: var(--primary);
    color: var(--white);
}
.entrance-fees .section-head a:hover svg g#brochure > * {
    fill: white;
}
.fee-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: -0.72px;
}
.fee-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}
.ticket-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.aditional_info_top,
.aditional_info_bottom {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: -0.56px;
    text-align: left;
}
.aditional_info_top {
    color: var(--primary);
}
.aditional_info_bottom {
    color: var(--secondary);
}
.ticket-info {
    display: flex;
    flex-direction: column;
}
.ticket-price {
    font-size: 23px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: -0.92px;
    color: var(--primary);
}
.itinerary {
    background-color: var(--white);
    border-radius: 15px;
    padding: 77px 47px 80px 40px;
    display: flex;
    flex-direction: column;
    margin-bottom: 200px;
}
.itinerary:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #707070;
    position: absolute;
    bottom: -100px;
    left: 0;
    opacity: 0.37;
}
.itinerary h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: -1px;
    color: var(--primary);
}
.itinerary p {
    font-size: 16px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: -0.64px;
    color: var(--black);
}
.tour-time-breakdown {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    margin-top: 60px;
}
.tour_time_breakdown_text ul {
    padding-left: 30px;
}
.tour_time_breakdown_text ul li {
    font-size: 15px;
    line-height: 46px;
    font-weight: bold;
    letter-spacing: -0.6px;
    color: var(--primary);
    list-style: none;
}
.tour_time_breakdown_text ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    display: flex;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 17px;
}
.tour_time_breakdown_text ul li:not(:last-child):after {
    content: "";
    width: 2px;
    height: 67%;
    border-left: 1px dashed #00aeef;
    position: absolute;
    left: -25px;
    top: 32px;
}
/* Single end */
.hidden-field {
    display: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #00aeef !important;
    box-shadow: 0px 0px 10px #00000029;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #8dd8f8;
}
.ui-widget.ui-widget-content {
    border: unset !important;
    margin-top: 40px;
}
.filter-by-price > div {
    margin: 0 25px;
}
fieldset.filter-group.filter-by-price {
    margin: 0 0 73px 0;
}
#slider-range .handle-label {
    position: absolute;
    top: 22px;
    left: 0px;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #252525;
    white-space: nowrap;
}
.single-semi_private_tour .fees-info span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: var(--white);
    letter-spacing: -0.32px;
    padding-bottom: 10px;
}
.single-semi_private_tour .fees-info {
    border-bottom: 1px solid var(--white);
    display: flex;
    margin-top: 28px;
}

.single-semi_private_tour .price-booking {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: stretch;
    margin-top: 35px;
}
.single-semi_private_tour .tour-contact {
    margin-top: 0;
}
.cost-per-person {
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
    letter-spacing: -0.5px;
    color: var(--white);
}
.deposit-warning {
    background-color: rgba(255, 238, 0, 0.06);
    padding: 6px 30px;
    margin-top: 35px;
    text-align: left;
}
.deposit-warning:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    left: 0;
    top: -15px;
}
.deposit-warning span {
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    letter-spacing: -0.24px;
    color: #000;
    text-decoration: underline;
}
.cancelation-policy {
    background-color: rgba(255, 0, 0, 0.06);
    padding: 6px 30px;
    margin-top: 6px;
    text-align: left;
}
.cancelation-policy a {
    font-size: 16px;
    line-height: 17px;
    font-weight: normal;
    letter-spacing: -0.24px;
    color: red;
    text-decoration: underline;
}
.single-semi_private_tour .itinerary {
    margin-bottom: 40px;
}
.single-semi_private_tour .itinerary:after {
    content: unset;
}
.single-semi_private_tour .includes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 70px;
}
.single-semi_private_tour .includes .included,
.single-semi_private_tour .includes .not-included {
    background-color: var(--white);
    border-radius: 10px;
    padding: 25px 40px;
    height: 100%;
}
.single-semi_private_tour .includes .included h3:after {
    content: "\2713";
    color: #00ef00;
    margin-left: 20px;
}
.single-semi_private_tour .includes .not-included h3:after {
    content: "\2715";
    color: #ef1414;
    margin-left: 20px;
}
.single-semi_private_tour .includes ul {
    list-style: none;
    padding-left: 30px;
}
.single-semi_private_tour .includes ul li {
    text-indent: -27px;
}
.single-semi_private_tour .includes .included ul li::before {
    content: "\2713";
    margin-right: 15px;
    color: #00ef00;
}
.single-semi_private_tour .includes .not-included ul li:before {
    content: "\2715";
    margin-right: 15px;
    color: #ef1414;
}
.single-semi_private_tour .includes li,
.single-semi_private_tour .includes p,
.single-semi_private_tour .includes a {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: -0.6px;
    color: var(--black);
}
.single-semi_private_tour .includes h3 {
    color: var(--primary);
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: -1px;
}

/*Semi private register forms*/
.departure-summary {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: start;
    padding: 6px 60px;
    align-items: center;
    gap: 20px;
}
.departure-item span {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -0.36px;
    color: var(--primary);
}
.departure-item.titles {
    background-color: var(--primary) !important;
    border-radius: 10px 10px 0px 0px;
    padding: 6px 0;
}
.departure-item.titles span {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: -0.4px;
    color: var(--white);
}
.departure-item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.73);
}
.departure-item:nth-child(even) {
    background-color: rgba(255, 255, 255, 1);
}
span.dep-status.status-active {
    color: green;
}
span.dep-status.status-pending {
    color: orange;
}
button.btn-book-now {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: -0.72px;
    background-color: transparent;
    border: 1px solid var(--primary);
    border-radius: 100px;
    padding: 8px 35px;
    margin: auto;
    min-width: 90px;
}
button.btn-book-now:hover {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    cursor: pointer;
}
.departure-item.opened .departure-summary {
    background-color: #dcf3fd;
    border-bottom: 2px solid var(--primary);
}
.departure-form {
    padding: 50px 60px;
    background-color: var(--white);
}
form#departure-filter-form {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 30px;
    align-items: flex-end;
    flex-wrap: wrap;
}
.departure-item.titles .departure-summary span:nth-child(n + 3) {
    width: 100%;
    text-align: center;
}
.dep-guests,
.dep-status {
    width: 100%;
    text-align: center;
}
.booking-form h4 {
    color: #00aeef;
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.8px;
    margin-bottom: 23px;
}
.passengers h4 {
    margin-bottom: 0px;
}
.booking-form label {
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.64px;
    color: var(--primary);
}
.booking-form label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main-fields {
    display: flex;
    flex-direction: row;
    gap: 23px 15px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="tel"],
.booking-form input[type="date"],
.filter-field input[type="text"],
.filter-field input[type="date"] {
    min-width: 280px;
    border: 1px solid #0c4da23d;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 29px;
    font-weight: normal;
    letter-spacing: -0.6px;
    color: var(--primary);
}
.filter-field > label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.tour-search,
#reset-filters {
    min-width: 120px;
}
.add-passenger,
.remove-passenger,
.tour-search,
#reset-filters {
    padding: 5px 19px;
    font-size: 15px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.6px;
    color: var(--primary);
    background-color: var(--secondary);
    border-radius: 100px;
    border: 1px solid var(--secondary);
}
.remove-passenger,
#reset-filters {
    background-color: var(--white);
    border-radius: 100px;
    border: 1px solid var(--primary);
}
.add-passenger:hover,
.remove-passenger:hover,
.tour-search:hover,
#reset-filters:hover {
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
    cursor: pointer;
}
.passengers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.passengers .passenger {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.extra-passengers {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.passengers-wrap {
    margin-bottom: 95px;
}
.booking-summary {
    background-color: rgba(141, 216, 248, 0.27);
    border-radius: 5px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
}
.the-cost,
.the-cost .total-cost {
    font-size: 33px;
    line-height: 45px;
    font-weight: bold;
    letter-spacing: -0.66px;
    color: var(--primary);
    text-align: center;
}
.the-deposit,
.the-deposit .deposit-cost {
    font-size: 33px;
    line-height: 45px;
    font-weight: normal;
    letter-spacing: -0.8px;
    color: #00aeef;
    text-align: center;
}
.booking-summary .btn-submit {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -0.72px;
    color: var(--primary);
    padding: 13px 45px;
    background-color: rgba(0, 174, 239, 0.4);
    border-radius: 100px;
    border: unset;
}
.booking-summary .btn-submit:hover {
    background-color: var(--primary);
    color: var(--white);
    cursor: pointer;
}
.departure-item.opened {
    border: 2px solid var(--primary);
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 36px;
}
.departure-item.opened:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0c4da2;
    opacity: 0.21;
    position: absolute;
    bottom: -18px;
}
.container.available-departures {
    margin-bottom: 200px;
}
.container.available-departures:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0c4da2;
    opacity: 0.21;
    position: absolute;
    bottom: -100px;
}
/*Semi private register forms*/
/* confirmation details page */
.booking-confirmation {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    margin-bottom: 225px;
}
.your-details,
.passenger-details,
.booking-costs {
    background-color: white;
    padding: 25px 35px;
    border-radius: 15px;
}
.details-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 70px;
}
.confirmation-details-page .details-title {
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -0.68px;
    color: var(--primary);
}
.confirmation-details-page .details-value {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.64px;
    color: #00aeef;
}
.confirmation-details-page .details-item,
.confirmation-details-page .passenger {
    display: flex;
    flex-direction: column;
}
.confirmation-details-page h2 {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.88px;
    color: var(--black);
    margin: 0 0 30px 0;
}
.confirmation-details-page h3 {
    font-size: 17px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.68px;
    color: #00aeef;
    margin: 0;
}
.booking-costs > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
/* confirmation details page */
/* Travel ideas archive */
.travel-ideas-archive {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}
.travel-idea-item {
    background-color: var(--white);
    box-shadow: 0px 3px 25px #00000017;
    border-radius: 15px;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 16px;
    gap: 45px;
    text-align: left;
}
.travel-idea-thumbnail {
    width: 100%;
    height: 206px;
    border-radius: 10px;
    background-color: lightgray;
    flex: 0 0 486px;
    margin-bottom: 21px;
}
.travel-idea-thumbnail img {
    border-radius: 10px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.travel-idea-date {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: -0.3px;
    color: #00aeef;
    margin-top: 21px;
}
.travel-idea-item h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: -0.88px;
    color: var(--primary);
    margin: 10px 0 18px 0;
}
.travel-idea-item p {
    font-size: 15px;
    line-height: 27px;
    font-weight: normal;
    letter-spacing: -0.6px;
    color: #252525;
    min-height: 85px;
}
.the-travel-idea {
    background-color: var(--white);
    border-radius: 15px;
    padding: 23px 54px 80px 54px;
    margin-bottom: 170px;
}
.the-travel-idea h1 {
    margin: 0 0 18px 0;
    font-size: 32px;
    line-height: 44px;
    font-weight: 800;
    letter-spacing: -1.28px;
    color: var(--primary);
}
.travel-idea-featured-image {
    margin-bottom: 86px;
    border-radius: 10px;
}
.travel-idea-content p,
.travel-idea-content ul {
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: -0.72px;
    color: #08264a;
}
.travel-idea-content h2,
.travel-idea-content h3,
.travel-idea-content h4,
.travel-idea-content h5,
.travel-idea-content h6 {
    color: #0089cf;
}
.main-idea {
    max-width: 1286px;
    margin: auto;
}
.share-travel-idea {
    background: transparent linear-gradient(90deg, #e7f7ff 0%, #b5e6ff 100%) 0%
        0% no-repeat padding-box;
    border-radius: 10px;
    padding: 16px 38px 16px 20px;
    margin: 100px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.share-travel-idea .author {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.share-travel-idea .author-img {
    width: 50px;
    height: 50px;
    background-color: #b5e6ff;
    border-radius: 50%;
    padding: 2px;
}
.share-travel-idea .author-img img {
    object-fit: contain;
}
.author-info {
    display: flex;
    flex-direction: column;
}
.share-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.share-buttons ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
}
.share-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0089cf;
}
.author-info span:first-child {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0px;
    color: var(--primary);
}
.author-name {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #0089cf;
}
.more-ideas h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1.12px;
    font-weight: bold;
    color: var(--primary);
}
/* Travel ideas archive */
.destination-picker .custom-select,
a#goTour {
    opacity: 0.4;
    pointer-events: none;
}
span.site-search {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ffffff;
    transition: background-color 0.7s;
}
span.site-search:hover {
    background: #b5e6ff;
    transition: background-color 0.7s;
    cursor: pointer;
}
.search-overlay {
    position: fixed;
    inset: 0;
    background: transparent linear-gradient(181deg, #ffffff 0%, #0c4da294 100%)
        0% 0% no-repeat padding-box;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}
.search-overlay.active {
    display: flex;
}
.search-overlay__close {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    font-size: 2rem;
    background-color: #fff;
    border: none;
    color: #00aeef;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.search-overlay__content {
    color: #fff;
    text-align: center;
}
legend:after {
    content: ">";
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(90deg);
    width: 25px;
    height: 25px;
    background-color: #009ee0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.4s ease;
}
fieldset.filter-group.collapsed legend:after {
    transform: rotate(-90deg);
}
fieldset.filter-group ul {
    max-height: 1000px;
    transition: max-height 0.7s ease;
}
fieldset.filter-group.collapsed ul {
    max-height: 0;
    overflow: hidden;
}
fieldset.filter-group:hover {
    cursor: pointer;
}
#payment-success {
    align-items: center;
    text-align: center;
}
button.btn.download {
    border: 0;
}
button.btn.download:hover {
    cursor: pointer;
}

/* Sub menu CSS start */
.main-menu {
    position: relative;
    z-index: 1000;
}
.header-menu > li {
    position: relative;
}
.header-menu > li > a {
    display: block;
    padding: 12px 15px;
    color: #0c4da2;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}
.header-menu > li:hover > a {
    color: #0071e3;
}
.header-menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 45px 65px;
    display: flex !important;
    justify-content: space-between;
    gap: 60px;
    min-width: 700px;
    max-width: 1100px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 15px;
    backdrop-filter: blur(43px);
    -webkit-backdrop-filter: blur(43px);
}
.header-menu > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li > a {
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 23px;
    text-decoration: none;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.8px;
}
.header-menu > li.menu-item-has-children > ul.sub-menu > li > a:after {
    content: "";
    display: flex;
    height: 3px;
    background-color: #00aeef;
    width: 67px;
}
.header-menu > li.menu-item-has-children ul.sub-menu ul.sub-menu {
    position: static !important;
    display: flex !important;
    flex-direction: column;
    background: none !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    gap: 19px;
}
.header-menu ul.sub-menu ul.sub-menu li {
    margin: 4px 0;
}
.header-menu ul.sub-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: var(--primary);
    letter-spacing: -0.64px;
    color: var(--primary);
}
.header-menu ul.sub-menu ul.sub-menu a:hover {
    color: #0c4da2;
}
.header-menu > li.menu-item-has-children > ul.sub-menu {
    backdrop-filter: blur(8px);
}
.main-menu {
    overflow: visible !important;
}
.header-menu > li.menu-item-has-children > ul.sub-menu {
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}
/* Sub menu CSS end */

.newsletter-form .form-wrapper p {
    display: flex;
}
.newsletter-form .form-wrapper .wpcf7-spinner {
    display: none;
}
.newsletter-form .form-wrapper label {
    width: 100%;
}
.newsletter-form .form-wrapper .newsletter-field {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.53);
    border-radius: 30px;
    border: unset;
    height: 58px;
    padding: 20px;
    outline: none;
}
.newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    position: absolute;
    right: 10px;
    bottom: 7px;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 35px;
    height: 44px;
    width: 170px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border: unset;
}
.newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    cursor: pointer;
}
.aceptance-wrapper span {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    letter-spacing: -0.56px;
    color: var(--black);
}
.aceptance-wrapper a {
    color: var(--primary);
    text-decoration: underline;
}
span.wpcf7-list-item {
    margin: 20px 0 0 0;
}
.aceptance-wrapper p {
    margin: 0;
}

.general-page-content {
    max-width: 1500px;
    margin: 0 auto 180px auto;
}
.fleet-item-image {
    /* max-height: 413px; */
    height: 100%;
}

/* !ΡREMOVE FOR SEARCH */
span.site-search {
    display: none !important;
}
