body.no-scroll {
    overflow: hidden;
}
#travel-mobile,
#destination-mobile {
    display: none;
}
#burger {
    display: none;
    height: 65px;
    border-radius: 50px 0 0 50px;
    background-color: #8dd8f826;
    padding: 4px 18px;
    cursor: pointer;
}

.hamburger-lines {
    width: 26px;
    height: 22px;
    inset: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.hamburger-lines .line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 5px;
    background: var(--primary);
}

.hamburger-lines .line1 {
    transform-origin: 100% 100%;
    transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
    width: 18px;
}

.hamburger-lines .line3 {
    transform-origin: 100% 0%;
    transition: transform 0.4s ease-in-out;
}

#burger.open .hamburger-lines .line1 {
    transform: rotate(-45deg);
}

#burger.open .hamburger-lines .line2 {
    transform: scaleY(0) translateX(100%);
}

#burger.open .hamburger-lines .line3 {
    transform: rotate(45deg);
}

.mmenu-info {
    flex-direction: column;
    align-items: end;
    max-width: 400px;
    width: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
    gap: 10px;
    margin-top: 30px;
}

.mmenu-info :is(.mmenu-mail, .mmenu-tel) {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    background-color: #0c4da226;
    color: white;
    max-width: 300px;
    width: 100%;
    height: 50px;
    padding: 2px 20px;
}

.mmenu-info .angle-right {
    width: 20px;
    fill: white;
}

.mmenu-info .social {
    color: white;
    list-style-type: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}

.mmenu-info .social svg,
.mmenu-info .social path {
    fill: white !important;
    opacity: 100% !important;
}

.mmenu-info .lang {
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.mmenu-info .licence {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 2px;
    margin-top: 20px;
}

.mmenu-info .licence span {
    font-weight: bold;
}

.mmenu-info .social a {
    padding: 5px;
}

.about-us-image-mobile {
    display: none;
}

.swiper.ourFleetSwiper
    :is(.swiper-button-next, .swiper-button-prev, .swiper-pagination) {
    display: none;
}

.fleet-bottom {
    display: none;
}

.footer-social.mobile {
    display: none;
}

.menu-back {
    display: none;
}

.sidebar-button {
    height: 64px;
    width: 64px;
    background-color: var(--secondary);
    align-items: center;
    justify-content: center;
    color: white;
    fill: white;
    border: none;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.archive-tools {
    padding-left: 76px;
}

.sidebar-backdrop {
    display: none;
}

@media only screen and (max-width: 1734px) {
    .container,
    .hero,
    .intro-message {
        margin-left: 17px;
        margin-right: 17px;
    }
}

@media only screen and (max-width: 1600px) {
    .header-menu > li:first-child.menu-item-has-children > ul.sub-menu {
        transform: translateX(-20px) translateY(10px);
    }

    .header-info .item {
        padding: 0 30px;
    }

    .home-filter .custom-select {
        width: 100%;
    }

    #why-different .number {
        font-size: 80px;
        line-height: 60px;
    }

    #why-different .title {
        font-size: 18px;
    }

    #why-different .subtitle {
        font-size: 14px;
    }

    #why-different .description img {
        max-height: 44px;
    }
}

@media (max-width: 1520px) and (min-width: 900px) {
    .transfer-item {
        flex-direction: column;
    }

    .transfer-img {
        width: 100%;
        height: auto;
        max-width: 100%;
        flex: 0 0 278px;
    }

    .transfer-img img {
        border-radius: 10px;
        width: 100%;
        object-fit: cover;
        height: 278px;
    }

    .book-transfer {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 1520px) {
    .header-menu .main-menu ul {
        gap: 20px;
    }

    #our-fleet .info .title {
        font-size: 18px;
    }

    #why-different > div {
        padding: 85px 30px 95px 30px;
    }

    #why-different .description {
        padding: 30px 16px 20px 16px;
    }
}

@media only screen and (max-width: 1420px) {
    .header-menu {
        padding: 7px 20px;
    }

    .header-menu .main-menu {
        gap: 20px;
    }

    .header-menu .main-menu ul {
        gap: 10px;
    }

    .header-menu .main-menu ul li a {
        font-size: 16px;
    }

    .header-info {
        padding: 10px 20px;
    }

    .header-info .item {
        padding: 0 20px;
    }

    .header-info span {
        font-size: 14px;
    }

    .header-testimonials {
        padding: 10px 80px;
    }

    .header-testimonial-item p,
    .tst-quote {
        font-size: 14px;
    }

    .travel-picker-title {
        font-size: 20px;
    }

    #why-different .content {
        grid-template-columns: 1fr 1fr;
    }

    #why-different > div {
        padding: 85px 30px 95px 30px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    #why-different .number {
        display: none;
    }

    #goTour {
        font-size: 14px;
    }

    .featuredToursSwiper .featured-tour {
        grid-template-columns: 1fr;
    }

    .featuredToursSwiper .featured-tour-image {
        width: 100%;
        height: 240px;
    }

    .backtitle {
        font-size: 100px;
    }

    .featuredToursSwiper .description {
        line-height: 22px;
    }

    .featuredToursSwiper .featured-tour-info {
        gap: 2rem;
    }

    .copyrights {
        grid-template-columns: 1fr 1fr;
    }

    .copyrights #copyrights {
        grid-column: span 2;
    }

    #licence-gemi {
        justify-content: start;
    }

    /* filters */
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100dvh;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        width: 100vw;
        transition: 0.3s ease all;
    }

    .sidebar-container {
        max-width: 350px;
        height: 100dvh;
        overflow: auto;
    }

    .sidebar.open {
        transform: translateX(0);
        opacity: 100%;
        visibility: visible;
        z-index: 9999;
    }

    .private-tour-archive.container {
        display: flex;
    }

    .sidebar-button {
        display: flex;
    }

    .sidebar-backdrop {
        position: absolute;
        inset: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .sidebar-container {
        z-index: 2;
    }

    .booking-confirmation {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1200px) {
    .hide-latter {
        display: none;
    }
    .menu-back {
        display: block;
    }

    .header-testimonials {
        display: none;
    }

    .header-info {
        display: none;
    }

    .header-menu {
        padding: 0;
        padding-left: 20px;
    }

    .header-menu .main-menu ul {
        display: none;
    }

    header {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    /* mmenu */
    #burger {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: 0.2s ease all;
    }

    .header-menu {
        height: 65px;
    }

    .header-menu .logo img {
        width: 100%;
        height: auto;
        max-width: 200px;
    }

    #menu-header-menu {
        position: fixed;
        right: 0;
        bottom: 0;
        height: calc(100dvh - 110px);
        background: linear-gradient(
            rgba(12, 77, 162, 0.94),
            rgba(141, 216, 248, 0.94)
        );
        backdrop-filter: blur(10px);
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: end;
        width: 100%;
        justify-content: start;
        padding: 2rem;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
        transition: 0.3s ease all;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #menu-header-menu.open {
        opacity: 100%;
        visibility: visible;
        transform: translateY(0);
    }

    .header-menu > li.menu-item-has-children > ul.sub-menu {
        position: fixed;
        width: 100%;
        z-index: 10;
        transform: translateX(100%) !important;
        right: 0;
        max-width: 100%;
        width: 100%;
        height: calc(100dvh - 110px);
        bottom: 0;
        top: auto;
        left: auto;
        padding-top: 4rem;
        transition: 0.3s ease all;
        border-radius: 0;
        background: linear-gradient(
            rgba(12, 77, 162, 0.94),
            rgba(141, 216, 248, 0.94)
        );
    }

    .header-menu .main-menu ul li a:hover,
    .header-menu ul.sub-menu ul.sub-menu a:hover,
    .header-menu > li.menu-item-has-children > ul.sub-menu > li > a:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    .header-menu > li.menu-item-has-children a {
        padding-right: 40px;
    }

    .header-menu > li.menu-item-has-children > a::after {
        content: ">";
        position: absolute;
        right: 0;
        top: 48%;
        transform: translateY(-50%);
        width: 30px;
        font-size: 2rem;
        font-weight: 400;
    }

    .header-menu .menu-item-has-children.sub-active > ul.sub-menu {
        transform: translateX(0) !important;
        visibility: visible;
        opacity: 100%;
    }

    .menu-back {
        position: absolute;
        top: 1rem;
        left: 17px;
    }

    .header-menu .main-menu ul li a,
    .header-menu ul.sub-menu ul.sub-menu a,
    .header-menu > li.menu-item-has-children > ul.sub-menu > li > a {
        color: white;
    }
    /* end mmenu */

    .homeSwiper .swiper-slide img {
        min-height: 576px;
    }

    .header-top {
        padding: 10px 30px;
    }

    a.instacall {
        z-index: 970;
    }

    .newsletter {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 95%;
    }

    .newsletter .content {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter-title {
        font-size: 26px;
        line-height: 34px;
    }

    .header-menu > li.menu-item-has-children > ul.sub-menu > li > a {
        font-size: 18px;
    }

    .header-menu > li.menu-item-has-children > ul.sub-menu {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .slider-info {
        flex-direction: column;
    }

    .post-gallery {
        width: 100% !important;
    }

    .tour-time-breakdown {
        grid-template-columns: 1fr;
    }

    .booking-confirmation {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1080px) {
    .travel-ideas-archive {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 980px) {
    .travel-picker-title {
        display: none;
    }

    .home-filter .container {
        padding: 40px 25px;
    }

    #travel,
    #destination {
        display: none;
    }

    #travel-mobile,
    #destination-mobile {
        display: block;
        width: 30px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .home-filter .custom-select .selected {
        padding-left: 60px;
    }

    .custom-select .selected {
        font-size: 15px;
    }

    .backtitle {
        font-size: 84px;
    }

    .topToursSwiper .top-tour-image,
    .topAttractionsSwiper .top-attraction-image {
        height: 240px;
    }

    .header-top {
        display: none;
    }

    #menu-header-menu,
    .header-menu > li.menu-item-has-children > ul.sub-menu {
        height: 100dvh;
        top: 0;
        padding-top: 100px;
    }

    .header-menu > li:first-child.menu-item-has-children > ul.sub-menu {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        min-width: auto;
    }

    #burger.open {
        z-index: 999;
        background-color: transparent;
    }

    #burger.open .line {
        background-color: white;
    }

    .homeSwiper .slider-title {
        font-size: 42px;
        line-height: 56px;
    }

    .homeSwiper .slider-subtitle {
        font-size: 25px;
        line-height: 34px;
    }

    .homeSwiper .swiper-button-next,
    .homeSwiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .homeSwiper .swiper-button-next:after,
    .homeSwiper .swiper-button-prev:after {
        font-size: 16px;
    }

    .homeSwiper .swiper-button-next {
        right: 30px;
    }

    .homeSwiper .swiper-button-prev {
        left: 30px;
    }

    .homeSwiper .slider-content a {
        padding: 10px 22px 10px 34px;
        max-width: 220px;
        width: 100%;
        justify-content: space-around;
        background-color: #8dd8f826;
    }

    h3 {
        font-size: 32px;
        line-height: 36px;
    }

    h4 {
        font-size: 22.5px;
        line-height: 36px;
    }

    .copyrights {
        grid-template-columns: 1fr;
        padding-top: 20px;
        padding-bottom: 10px;
        gap: 10px;
    }

    .copyrights #copyrights {
        grid-column: span 1;
    }

    .copyrights > * {
        justify-content: start;
    }

    #licence-gemi,
    #design-develop {
        justify-content: start;
    }

    #featured-tours {
        margin-bottom: 100px;
    }

    .departure-item span,
    button.btn-book-now,
    .departure-item.titles span {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
    }

    button.btn-book-now {
        padding: 8px;
    }
}

@media only screen and (max-width: 900px) {
    .transfer-items {
        grid-template-columns: 1fr;
    }
    .about-page #about-us .container,
    .about-page .about-us-second {
        flex-direction: column;
    }
    .about-page .about-us-second {
        padding: 16px;
        gap: 0;
    }
}

@media only screen and (max-width: 860px) {
    .home-filter .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #goTour {
        grid-column: span 2;
        max-width: 100%;
        width: 100%;
    }

    #about-us .container {
        background-color: transparent;
        padding: 0;
    }

    .home .about-us-image {
        display: none;
    }

    .home .about-us-image-mobile {
        display: block;
        margin-top: 20px;
    }

    .about-us-content {
        align-items: center;
    }

    .about-us-content p {
        text-align: center;
    }

    .about-us-content .btn {
        margin-top: 30px;
    }

    .btn {
        max-width: 200px;
        width: 100%;
        justify-content: space-around;
        padding: 10px 16px;
    }

    .swiper-button-next:after {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-button-prev:after {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-pagination-bullet {
        height: 10px !important;
    }

    .backtitle {
        font-size: 66px;
    }

    #about-us {
        margin-bottom: 100px;
    }

    #why-different .description {
        height: 100%;
        justify-content: center;
    }

    #why-different > div {
        padding: 40px 30px 50px 30px;
    }

    #why-different > div {
        margin-bottom: 100px;
    }

    .topToursSwiper .section-title,
    .topAttractionsSwiper .section-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        text-align: center;
    }

    .swiper-slide {
        height: auto !important;
    }

    #top-tours {
        margin-bottom: 70px;
    }

    .topToursSwiper,
    .topAttractionsSwiper {
        padding-bottom: 80px !important;
    }

    .top-attractions-wrapper {
        padding-top: 45px;
        padding-bottom: 70px;
    }

    .swiper.ourFleetSwiper {
        padding-bottom: 5rem;
    }

    .swiper.ourFleetSwiper
        :is(.swiper-button-next, .swiper-button-prev, .swiper-pagination) {
        display: block;
    }

    #our-fleet .section-title .btn {
        display: none;
    }

    #our-fleet .section-title {
        justify-content: center;
        margin-bottom: 25px;
    }

    #our-fleet h3 {
        text-align: center;
    }

    #our-fleet {
        padding-top: 50px;
        margin-bottom: 100px;
    }

    #our-fleet .info {
        justify-content: start;
    }

    /* home swiper navigation position */
    .topToursSwiper .swiper-button-next,
    .topAttractionsSwiper .swiper-button-next,
    .ourFleetSwiper .swiper-button-next {
        top: unset;
        bottom: 0;
        left: calc(50% + 80px);
        transform: translate(-50%, 0);
    }

    .topToursSwiper .swiper-button-prev,
    .topAttractionsSwiper .swiper-button-prev,
    .ourFleetSwiper .swiper-button-prev {
        top: unset;
        bottom: 0;
        left: calc(50% - 80px);
        transform: translate(-50%, 0);
    }

    .topToursSwiper .swiper-pagination,
    .topAttractionsSwiper .swiper-pagination {
        text-align: center;
    }

    .newsletter .content {
        flex-direction: column;
        gap: 20px;
    }

    .newsletter .content > img {
        max-width: 85px;
    }

    .newsletter-title,
    .newsletter-subtitle {
        text-align: center;
    }

    .newsletter .aceptance-wrapper p {
        text-align: center;
    }

    .newsletter {
        top: 0;
    }

    #testimonials {
        margin-bottom: 250px;
    }

    .footer-main .f-grid {
        gap: 10px;
    }

    .contact-info {
        gap: 15px;
    }

    .footer-main .f-title {
        line-height: 28px;
    }

    .contact-info-links a {
        line-height: 26px;
    }

    .fleet-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    #our-fleet .fleet-bottom .btn {
        background-color: var(--secondary);
        color: var(--primary);
    }
    #our-fleet .fleet-bottom .btn svg {
        fill: var(--primary);
    }

    #our-fleet .fleet-bottom .btn #arrowcolor {
        stroke: var(--primary);
    }

    .private-tour-item {
        flex-direction: column;
        padding: 16px;
    }

    .tour-thumbnail {
        width: 100%;
        min-width: unset;
        flex: unset;
    }

    .tour-meta .bottom {
        margin-top: 30px;
    }

    main {
        padding-bottom: 350px;
    }

    .single-semi_private_tour .includes {
        grid-template-columns: 1fr;
    }

    .the-travel-idea {
        padding: 23px 23px 80px 23px;
    }

    .travel-idea-featured-image {
        margin-bottom: 23px;
    }

    form#departure-filter-form {
        justify-content: center;
    }
}

@media only screen and (max-width: 723px) {
    .travel-ideas-archive {
        grid-template-columns: 1fr;
    }

    .contact-page .container.contact-form {
        padding: 45px 17px 80px 17px;
    }

    .contact-section .form-wrapper {
        gap: 17px;
    }
}

@media only screen and (max-width: 690px) {
    .home-filter .container {
        grid-template-columns: 1fr;
        padding: 28px 22px;
        gap: 8px;
    }

    #goTour {
        grid-column: span 1;
        margin-top: 20px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .homeSwiper .slider-title {
        font-size: 34px;
        line-height: 46px;
    }

    .homeSwiper .slider-subtitle {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 68px;
    }

    .homeSwiper .slider-content a {
        padding: 5px 22px 5px 34px;
    }

    .homeSwiper .swiper-button-next,
    .homeSwiper .swiper-button-prev {
        top: 40%;
    }

    .home-filter {
        margin-bottom: 76px;
    }

    h3 {
        font-size: 28px;
        line-height: 40px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .about-us-image-mobile {
        margin-top: 10px;
    }

    .about-us-content p {
        margin-top: 40px;
        margin-bottom: 0;
        line-height: 26px;
    }

    .btn {
        padding: 8px 16px;
    }

    #about-us {
        margin-bottom: 70px;
    }

    .backtitle {
        font-size: 55px;
        line-height: 68px;
    }

    #featured-tours .section-title {
        min-height: 70px;
    }

    .featuredToursSwiper .featured-tour {
        gap: 20px;
    }

    .featuredToursSwiper .tour-title {
        font-size: 18px;
        line-height: 29px;
    }

    #why-different > div {
        padding: 40px 17px;
    }

    .topToursSwiper .tour-title,
    .topAttractionsSwiper .tour-title {
        font-size: 18px;
        line-height: 28px;
    }

    #top-tours .top-tour-info .btn,
    #top-attractions .top-attraction-info .btn {
        margin-top: 20px;
    }

    #our-fleet .section-title {
        margin-bottom: 30px;
    }

    #testimonials .container {
        border-top: 1px solid black;
        padding-top: 50px;
        gap: 30px;
    }

    #our-fleet {
        margin-bottom: 80px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #testimonials h3 {
        text-align: center;
    }

    #testimonials .subtitle {
        font-size: 15px;
    }

    #testimonials svg {
        max-width: 43px;
    }

    #testimonials .image-with-quote svg {
        margin: 0;
    }

    .testimonial-data {
        gap: 0;
    }

    .image-with-quote {
        margin-bottom: 20px;
    }

    .image-with-quote {
        gap: 20px;
    }

    .testimonial-data .client-name {
        font-size: 15px;
    }

    .testimonial-data .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .testimonialItemsSwiper .swiper-slide .item {
        padding-top: 35px;
        padding-bottom: 70px;
    }

    .newsletter .content > img {
        max-width: 68px;
    }

    .newsletter-title,
    .newsletter-subtitle {
        font-size: 24px;
        line-height: 33px;
    }

    .newsletter-subtitle {
        font-size: 14px;
        line-height: 28px;
    }

    .newsletter-form .form-wrapper .newsletter-field {
        height: 52px;
    }

    .newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
        height: 30px;
        width: 100px;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 14px;
        bottom: 11px;
    }

    .newsletter-form .form-wrapper p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .newsletter {
        padding-top: 30px;
    }

    .footer-main .f-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        max-width: 100%;
        padding: 18px 25px;
    }

    .newsletter {
        top: 36px;
    }

    .footer-links span.f-title:after {
        display: none;
    }
    .footer-links span.f-title:before {
        content: ">";
        font-size: 1.5rem;
        position: absolute;
        right: 15px;
        top: 13px;
        font-weight: 300;
        pointer-events: none;
    }

    .footer-links span.f-title {
        background-color: rgba(255, 255, 255, 0.05);
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        border-radius: 5px;
        padding-left: 15px;
        padding-right: 30px;
        font-size: 16px;
    }

    .footer-links ul {
        padding-left: 1rem;
        padding-right: 1rem;
        display: none;
    }

    .footer-links > ul.open {
        display: block;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 0 0 5px 5px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-links > .f-title.open:before {
        transform: rotate(-90deg);
    }

    .footer-links > .f-title.open {
        border-radius: 5px 5px 0 0;
    }

    .footer-main .f-title,
    .contact-info-links a {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-info svg {
        width: 30px;
    }

    .footer-social {
        display: none;
    }

    .footer-social.mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-social.mobile > .f-title {
        font-size: 18px;
    }

    .footer-social.mobile > .f-title.underlined:after {
        left: 50%;
        transform: translateX(-50%);
        bottom: -12px;
        width: 40px;
        height: 2px;
    }

    .footer-social.mobile .social li a svg {
        width: 40px;
        height: auto;
        max-height: 28px;
    }

    .footer-social.mobile .social {
        padding-top: 40px;
    }

    .footer-logos {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .copyrights #copyrights {
        grid-row: 2;
        margin-top: 50px;
        justify-content: center;
    }

    .copyrights #licence-gemi {
        grid-row: 1;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .copyrights #licence-gemi #gemi-num {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .copyrights #licence-gemi #licence-num {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .copyrights #design-develop {
        grid-row: 3;
        flex-wrap: wrap;
        max-width: 356px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        row-gap: 20px;
    }

    .copyrights {
        padding-top: 55px;
    }

    /* .custom-padding {
        padding-left: 1rem;
        padding-right: 1rem;
    } */

    .top-attractions-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tour-meta .bottom {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
    main {
        padding-bottom: 225px;
    }

    .itinerary {
        padding: 40px 25px;
    }

    .tourSwiperThumbs {
        display: none !important;
    }

    .tourSwiper .swiper-button-next {
        right: 10px !important;
        bottom: 50% !important;
        left: unset !important;
        top: unset !important;
    }

    .tourSwiper .swiper-button-prev {
        right: unset !important;
        bottom: unset !important;
        left: 10px !important;
        top: 50% !important;
    }

    .departure-summary {
        padding: 6px 17px;
    }

    .transfer-item {
        flex-direction: column;
    }

    .transfer-img {
        width: 100%;
        height: auto;
        max-width: 100%;
        flex: 0 0 278px;
        min-width: 250px;
    }

    .transfer-img img {
        border-radius: 10px;
        width: 100%;
        object-fit: cover;
        height: 278px;
    }

    .book-transfer {
        justify-content: flex-start;
    }

    .contact-page .hero,
    .contact-info {
        flex-direction: column;
    }

    .contact-info-links {
        align-items: center;
    }

    .footer-contact-info .contact-info,
    .footer-links {
        margin: 0 17px;
    }

    .hero h1 {
        font-size: 22px;
    }

    .itinerary p,
    .itinerary li,
    .tour_time_breakdown_text ul li,
    .booking-form label,
    p,
    li {
        font-size: 14px !important;
    }

    .passengers,
    .passengers .passenger {
        gap: 10px;
    }

    .booking-summary .btn-submit {
        padding: 13px 20px;
    }

    .the-travel-idea h1 {
        font-size: 22px;
    }

    #breadcrumbs span,
    #breadcrumbs span a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 780px) {
    .header-menu > li:first-child.menu-item-has-children > ul.sub-menu {
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
    }
    .header-menu > li.menu-item-has-children > ul.sub-menu > li {
        flex: unset;
    }
}

@media only screen and (max-width: 550px) {
    .entrance-fees .section-head {
        flex-direction: column;
        gap: 30px;
    }

    .departure-item span,
    button.btn-book-now,
    .departure-item.titles span {
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
    }

    .departure-form {
        padding: 10px;
    }

    .departure-summary {
        gap: 10px;
    }

    .modal-form.contact-section .form-wrapper {
        grid-template-columns: 1fr !important;
    }

    .main-fields {
        gap: 10px;
    }

    .tourSwiper {
        height: 300px !important;
    }
    .location-duration .tour-location-info span:first-child,
    .location-duration .tour-duration-info span:first-child,
    .location-duration .tour-location-info span:last-child,
    .location-duration .tour-duration-info span:last-child,
    .single-semi_private_tour .includes ul li,
    .intro-message > * {
        font-size: 14px;
    }

    .tour-contact {
        font-size: 16px;
    }

    .entrance-fees {
        padding: 20px;
    }

    .itinerary h4,
    .single-semi_private_tour .includes h3 {
        font-size: 22px;
    }

    .tour-title {
        font-size: 18px;
    }

    .tour-info {
        gap: 10px;
    }

    .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: 40px;
    }
}

@media only screen and (max-width: 480px) {
    #menu-header-menu {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #menu-header-menu > .menu-item {
        width: 100%;
    }

    .mmenu-info {
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .share-title {
        display: none;
    }

    .share-travel-idea {
        padding: 16px;
    }

    .share-travel-idea .author {
        gap: 8px;
    }

    .mmenu-info .licence {
        align-items: center;
    }

    #why-different .content {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 450px) {
    .departure-form .booking-form input[type="text"],
    .departure-form .booking-form input[type="email"],
    .departure-form .booking-form input[type="tel"],
    .departure-form .booking-form input[type="date"],
    .departure-form .filter-field input[type="text"],
    .departure-form .filter-field input[type="date"],
    .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"] {
        max-width: 153px;
        width: 100%;
        min-width: unset;
        padding: 5px 10px;
    }

    .single-semi_private_tour .price-booking {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
