
.navbar-toggler .close-icon {
    display: none;
}

.featured-locations-title {
    text-align: center;
    margin-top: 88px;
    margin-bottom: 50px;
}

.richtext-content {
    margin-top: 88px;
}

.navbar-toggler.active .hamburger-icon {
    display: none;
}
.slick-slide {
    position: relative;
    height: auto !important;
    overflow: hidden;
}
.desktop-only { display: none; }
.mobile-only { display: block; }

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color)!important;
    background-color: #939ca4;
}
.slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    z-index: 1;
}

.slick-slide img {
    position: relative;
    z-index: 0;
}

.slick-slide .carousel-caption-center {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.main-tour-container {
    background: #F3F3F3;
}

.map-container h2 {
    margin-bottom: 2rem !important;
    margin-top: 1rem;
}

.tour-item-page .col-md-6:nth-child(2) {
    padding-left: 40px;
}

.tour-item-page.tour-alt .col-md-6:nth-child(2) {
    padding-right: 40px;
    padding-left: 0;
}

.tour1-list li {
    font-weight: 200 !important;
}

.destination-item.normal-order {
    flex-direction: row;
}

.destination-item.reverse-order {
    flex-direction: row-reverse;
}

.destination-item > .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.square-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.tour-container {
    padding-top: 25px;
}

.itinerary-content {
    margin-top: 4rem !important;
}

.destinations-map {
    padding: 20px;
    background: #44546a;
}


.description-text {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: white;
    line-height: 28px;
    letter-spacing: 0.056em;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.tour-item {
    padding-top: 5rem;
}

.map-container {
    height: 500px;
    width: 100%;
    margin-bottom: 2rem;
}

.tour-item:last-child {
    border-bottom: none;
    margin-bottom: 2rem !important;
}

.tour-alt {
    position: relative;
    background: linear-gradient(to bottom, #999999, #4fa1b2 0%, #44546a 100%);
    overflow: hidden;
    padding-bottom: 4rem;
    padding-top: 10rem;
}

.tour-item .col-md-6:last-child {
    text-align: right;
}

.tour-alt .col-md-6:last-child {
    text-align: left;
}

.social-icon-fa i,
.social-icon-tiktok svg {
    color: #ffffff;
    fill: #ffffff;
}

.social-icon-fa i {
    font-size: 24px;
}

.soc-media-icon:hover i,
.soc-media-icon:hover svg {
    color: #f7ab33;
}


.js-gallery {
    display: flex;
    gap: 15px;
}

.destinations-det {
    margin-bottom: 2rem;
    text-align: center;
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.destination-contact {
    margin-top: 4rem;
}

.gallery-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 0px;
    overflow: hidden;
}

.gallery-item {
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    flex-grow: 1;
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s;
    }

        .gallery-item img:hover {
            transform: scale(1.05);
        }

.contact-wrapper-home {
    background: #44546a;
    padding-bottom: 2rem;
}

.dest-title {
    margin-bottom: 4rem;
}

.image-dest {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hero-section {
    position: relative;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content p {
    color: white !important;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}


.contact-box-home {
    display: block;
    text-align: center;
    align-items: center;
}

.footer-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    overflow: hidden;
    pointer-events: none;
}

    .footer-waves svg {
        position: absolute;
        width: 200%;
        height: 100%;
    }

.right-contact-col {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.contact-header {
    padding: 2rem;
}

.destination-page {
    padding-top: 6rem;
    background: #F3F3F3;
    padding-bottom: 3rem;
}

.destination-item {
    background-color: white;
    margin-bottom: 45px;
    padding-left: 0 !important;
}

.contact-header-home {
    padding-top: 30px;
    padding-bottom: 20px;
}

.contact-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-social-icons .soc-media-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eee;
    color: #25364a;
    text-decoration: none;
    transition: all 0.3s;
}

    .contact-social-icons .soc-media-icon:hover {
        color: #fff;
    }

.contact-column {
    flex: 1 1 400px;
    max-width: 100%;
    background: white;
    padding: 50px 30px;
}

.contact-column-dest {
    max-width: 100%;
    background: white;
    padding: 50px 30px;
}

.faq-section {
    position: relative;
    background: linear-gradient(to bottom, #999999, #4fa1b2 0%, #44546a 100%);
    overflow: hidden;
    padding-bottom: 4rem;
    padding-top: 2rem;
}

.faq-section-contact-wave {
    position: relative;
    background: linear-gradient(to bottom, #999999, #4fa1b2 20%, #44546a 100%);
    overflow: hidden;
    margin-top: -50px;
}

.faq-btn {
    position: relative;
    z-index: 1;
}

.contact-div {
    padding-top: 130px;
}

.contact-wrapper-home .row {
    display: flex;
    flex-wrap: wrap;
}

.contact-left, .contact-right {
    padding: 20px;
}

.contact-left {
    border-right: 1px solid #ddd;
}

.contact-right input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.contact-button {
    text-align: left;
}

@media (max-width: 991px) {
    .contact-left {
        border-right: none;
        margin-bottom: 20px;
    }

    .thumbnail-images-full {
        flex-wrap: wrap;
    }

    .social-flag {
        margin: 0 !important;
    }

    .last-text {
        line-height: 1.4em !important;
    }

    .text-decoration-none,
    .get-in-touch p, .get-in-touch .d-flex,
    .list-unstyled li {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        font-weight: 400 !important;
    }

    .links {
        font-size: 16px !important;
        font-weight: 700 !important;
    }
}

.margin-bottom {
    margin-bottom: 20px;
}

.faq-title {
    margin-top: 5rem;
    padding-bottom: 1.5rem;
}

.contact-wave {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #44546a;
    line-height: 0;
    pointer-events: none;
}

    .contact-wave svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 100%;
    }


.faq-waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    overflow: hidden;
    pointer-events: none;
}

    .faq-waves svg {
        position: absolute;
        width: 200%;
        height: 100%;
    }

.wave1 path {
    animation: waveMove 20s linear infinite;
}

.wave2 path {
    animation: waveMove 22s linear infinite;
}

.wave3 path {
    animation: waveMove 24s linear infinite;
}

.wave4 path {
    animation: waveMove 26s linear infinite;
}

@keyframes waveMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.navbar-toggler.active .close-icon {
    display: inline-block;
}

.faq-container {
    width: 100%;
    margin-bottom: 5rem;
}

.faq-section1 .faq-item {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.faq-question {
    font-size: 24px;
    font-family: "Playfair Display", serif;
    padding: 20px 27px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3em;
    font-weight: 600;
    background: #fff;
    color: #25364a;
}

.faq-answer {
    display: none;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.75em;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-question.active .faq-icon {
    content: "-";
}

    .faq-question.active .faq-icon::after {
        content: "";
    }

.carousel-caption-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    width: 60%;
    z-index: 2;
}

.dropdown-toggle-icon {
    font-size: 1.75rem;
    cursor: pointer;
}

.navbar-expand-md .navbar-nav {
    align-items: center;
}


.btn-primary {
    border: 1px solid #f7ab33 !important;
    background-color: #f7ab33 !important;
    color: white;
    padding: 6px 24px !important;
    font-size: 16px !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 34px !important;
    border-width: 2px !important;
    transition: all 0.3s ease !important;
}

.dest-text {
    padding-top: 1rem;
    margin-bottom: 4.5rem;
}

.btn-primary:hover {
    background-color: #fed123 !important;
    color: #25364a !important;
}
.carousel-caption h3 {
    margin: 0;
    font-size: 1rem;
}

.itinerary-stepper {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.whatsapp-btn {
    background-color: #25D366;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    border-radius: 5px;
}

    .whatsapp-btn:hover {
        background-color: #1ebe57;
        text-decoration: none;
    }

.tour-alt {
    color: #fff !important;
}

    .tour-alt a {
        color: #fff !important;
    }

    .tour-alt h3,
    .tour-alt p,
    .tour-alt span,
    .tour-alt li {
        color: #fff !important;
    }

.text-decoration-underline {
    color: #ec7b00;
}

.itinerary-stepper .stepper-line {
    margin-top: 30px;
}

.form-submit-container {
    text-align: right;
    margin-top: 15px;
}

.custom-submit-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ff6600;
    color: #fff;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

    .custom-submit-button:hover {
        background-color: #e65c00;
    }

.itinerary-stepper .stepper-progress {
    position: absolute;
    height: 4px;
    background-color: rgb(247 171 51);
    top: 0;
    left: 0;
    width: 0%;
    transition: width 0.3s;
    z-index: 1;
}

.itinerary-stepper .d-flex.position-absolute {
    top: -10px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.itinerary-stepper .step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .itinerary-stepper .step input[type="radio"] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        accent-color: #25364a;
        z-index: 2;
    }

.itinerary-stepper .step-label {
    margin-top: 5px;
    font-size: 0.9rem;
    text-align: center;
    cursor: pointer;
}

.itinerary-stepper .itinerary-content {
    margin-top: 1rem;
}


.itinerary-stepper .step input[type="radio"]:checked + .step-label {
    font-weight: 600;
    color: #25364a;
}


.fw-bold {
    color: #25364a;
}

.contact-address-home {
    color: #25364a;
    text-decoration: none;
}

.links {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.031em;
    font-family: "Playfair Display", serif;
}

.text-decoration-none,
.get-in-touch p,
.get-in-touch .d-flex {
    font-family: "Raleway", sans-serif !important;
    font-size: 16px !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    font-weight: bold;
    color: #ffffff !important;
}

.block-info {
    margin-top: 2rem !important;
}

.info-tours {
    background-color: white !important;
    border-radius: 0 !important;
    padding: 30px !important;
    border: none !important;
    box-shadow: none !important;
}

.itinerary-stepper .richtext-content {
    background-color: white !important;
    border-radius: 0 !important;
    padding: 1rem !important;
    border: none !important;
    box-shadow: none !important;
}

    .itinerary-stepper .richtext-content p {
        margin-bottom: 0;
    }

.main-image {
    flex: 9;
    height: 500px;
    overflow: hidden;
}

    .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease;
    }

.tour-gallery-full {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-image-full img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 0px;
}

    .main-image-full img:hover {
        transform: scale(1.05);
    }

.thumbnail-images-full {
    display: flex;
    gap: 10px;
    width: 100%;
}

    .thumbnail-images-full img {
        flex: 1;
        height: 150px;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s ease;
        border-radius: 0px;
    }

        .thumbnail-images-full img:hover {
            transform: scale(1.05);
            border-color: #ff6600;
        }

.contact-address {
    color: #25364a;
    text-align: left;
}

.contact-sub {
    color: #ec7b00;
}

.main-contact {
    padding-top: 3rem;
    background: white;
}

.img-fluid1 {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}


.view-button {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}



.tour-location {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tour-card {
    background: #fff;
    border-radius: 0px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .tour-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.tour-card-image-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    height: 300px;
}

.tour-card-image {
    width: 100%;
    cursor: pointer;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tour-card-price {
    font-size: 1.1rem;
    font-weight: bold;
    color: #25364a;
}

.location-icon {
    font-size: 20px;
    color: #ff6600;
}

.btn-view {
    padding: 3px 15px;
    background-color: #ff6600;
    color: #fff;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
}

    .btn-view:hover {
        background-color: #e65c00;
    }


.get-in-touch i {
    margin-right: 10px;
    font-size: 18px;
}

.tour-card-content {
    text-decoration: none;
}

.tour-card-link {
    text-decoration: none;
    color: #25364a;
}

    .tour-card-link:hover {
        text-decoration: none;
        color: #25364a;
    }

.icons {
    display: flex;
    gap: 20px;
}


.faq-section > .tours-mt {
    position: relative;
    z-index: 2;
}

.tour-card-image-wrapper:hover .tour-card-image {
    transform: scale(1.2);
}

.tour-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
}

.footer-links {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    letter-spacing: 0.031em;
}

.list-unstyled li {
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: bold;
}

.footer-flags {
    margin-top: 2rem;
}

.social-flag {
    margin-left: 4rem;
    margin-right: -4rem;
}

.social-icons .soc-media-icon i {
    font-size: 24px;
    color: #fff;
    transition: color 0.3s;
}

.social-icons .soc-media-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
    margin-top: 0px;
    transition: color 0.3s;
}

.social-icons .soc-media-icon:hover i,
.social-icons .soc-media-icon:hover svg {
    color: #69C9D0;
}

.last-text {
    padding-right: 0rem;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    line-height: 1.83em;
    letter-spacing: 0.033em;
}

.footer-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f7ab33;
    padding: 15px 0;
    font-size: 0.875rem;
    color: #fff;
}

    .bottom-text a.pragmatic-link {
        color: #fff;
        text-decoration: underline;
    }

        .bottom-text a.pragmatic-link:hover {
            color: #f7ab33;
        }

.faq {
    margin-top: 40px;
    margin-bottom: 40px;
}

.carousel-caption p {
    color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}


.body-title {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.dest-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .dest-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.header-title strong {
    font-family: "Playfair Display", serif;
    font-size: 75px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 77px;
    letter-spacing: 0.024em;
    word-spacing: 0em;
    color: #FBFBFB;
}

.tours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.tour-link-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-decoration: none;
    color: inherit;
}

.slick-next:before {
    content: '→' !important;
}

.slick-prev:before {
    content: '←' !important;
}

.slick-next {
    margin-right: -20px;
}

.slick-prev {
    margin-left: -20px;
}

.slick-initialized.slick-slider .slick-next, .slick-initialized.slick-slider .slick-prev {
    background: none;
    top: 50% !important;
}

.tour-image {
    width: 330px;
    height: 220px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 5px;
}

.tour-info {
    flex: 1;
}

.tour-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.tour-description {
    font-size: 16px;
    margin: 0;
}

.custom-caption h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.custom-caption p {
    font-size: 1.2rem;
}

.navbar-expand-md {
    background: #44546a !important;
}

.topNavigation {
    overflow: hidden;
    padding-top: 5px;
    border-bottom: 1px solid rgba(245, 245, 245, 0.1);
    background: white;
    padding-bottom: 5px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
}

    .topNavigation a {
        text-decoration: none;
        padding-left: 5px;
        color: #25364a;
    }

#mainSlider .carousel-inner .carousel-item .carousel-image {
    height: 840px !important;
    min-height: 100vh;
}

.border-left-hr {
    border-left: 2px solid #194049;
    padding: 10px 0 5px 20px;
}

.slider-for-articles .slick-slide .card-body {
    height: 100%;
}

    .slider-for-articles .slick-slide .card-body .explore-button {
        position: absolute;
        bottom: 0;
    }

.slider-count-container {
    text-align: right;
    color: #194049;
    font-size: 14px;
    padding-top: 10px;
}

.slider-for-articles .slick-dots {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 66%;
    text-align: right;
    padding-right: 50px;
}

.navbar > .container {
    padding-top: 10px;
}

header .navbar.fixed-top {
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
}

.topNavigationMobile {
    display: none;
}

.mobile-nav-footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-left span {
    font-size: 12px;
}

.mobile-right a {
    font-size: 12px;
    color: #25364a;
    text-decoration: none;
}

.mobile-right .d-flex {
    justify-content: flex-end;
}

.empty-cont {
    height: 90px;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto #194049;
}

.dropDownIcon {
    display: none;
}

.carousel-image {
    transition: transform 8s ease-in-out;
}

.carousel-item.active .carousel-image {
    transform: scale(1.1);
}

.carousel-item.active .carousel-image {
    animation: kenburns 10s ease-in-out forwards;
}

@keyframes kenburns {
    from {
        transform: scale(1) translate(0, 0);
    }

    to {
        transform: scale(1.2) translate(-20px, -20px);
    }
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    background-color: #f8f4ed;
}

#TourContactForm input,
#ContactForm input {
    border: none;
    border-radius: 24px;
    width: 100%;
    background-color: rgb(37 54 74 / 12%);
}

#ContactForm textarea {
    height: auto;
    border: 2px solid #d5d2cb;
    border-radius: 0.25rem;
    padding: .375rem .75rem;
    width: 100%;
    background-color: transparent;
}

#ContactForm button {
    width: 100%;
}

.validation span {
    color: #e40707;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 35px;
    height: 35px;
}

.carousel-control-prev, .carousel-control-next {
    width: 8%;
    top: 160px;
}

.faq-home {
    margin-bottom: 20px;
}


.mobile-nav-footer {
    color: #ffffff;
}

    .mobile-nav-footer a,
    .mobile-nav-footer a i,
    .mobile-nav-footer div,
    .mobile-nav-footer span,
    .mobile-nav-footer p {
        color: #ffffff !important;
    }

.destination-item .destination-content {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(min-width:1000px) and (max-width:1400px) {
    .square-image {
        height: 450px;
    }

    .destination-item .destination-content {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media(min-width:768px) and (max-width:999px) {
    .square-image {
        height: 380px;
    }

    .destination-item .destination-content {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .destination-item .destination-content {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
      .nav-item.dropdown .mega-menu {
        display: none;
    }
     .navbar-expand-md > .container{
         padding-bottom:15px;
     }
    .richtext-content {
        margin-top: 100px;
    }

    .faq-question {
        font-size: 18px;
        padding: 15px 20px;
    }

    .faq-page-title {
        margin-bottom: 10px;
    }

    .faq-title {
        margin-top: 2rem;
    }

    .faq-answer {
        font-size: 14px;
    }

    .itinerary-stepper .step input[type="radio"] {
        width: 14px;
    }

    .itinerary-stepper .step-label {
        font-size: 11px;
        line-height: 16px;
    }

    .dest-title {
        margin-bottom: 0rem;
    }

    .square-image {
        height: 300px;
    }

    .destination-item.reverse-order,
    .destination-item.normal-order {
        margin-left: 10px;
        margin-right: 10px;
    }

    .thumbnail-images-full img {
        width: 45%;
        height: 120px;
    }

    .destination-item {
        flex-direction: column !important;
    }


    .tour-item-page .col-md-6:nth-child(2),
    .tour-item-page.tour-alt .col-md-6:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tour-container {
        padding-top: 0;
    }

    .main-image-full img {
        height: 420px;
    }

    .text-decoration-none,
    .footer-links,
    .get-in-touch p, .get-in-touch .d-flex {
        font-size: 14px !important;
    }

    .description-text {
        font-size: 16px;
        line-height: 20px;
    }

    .tour-item .col-md-6 {
        flex: 1 1 100% !important;
        order: 0 !important;
        text-align: left !important;
        margin-top: 1rem;
    }

    .main-contact {
        padding-top: 0 !important;
    }

    .about-us-right {
        flex: 1;
        text-align: left;
    }


    .destination-page {
        padding-top: 2rem !important;
    }

    .tour-header {
        margin-top: 2rem;
    }

    .itinerary-content {
        margin-top: 7rem;
    }

    .links {
        font-size: 20px;
    }

    .social-icon-fa i {
        font-size: 17px;
    }

    .social-icon-tiktok svg {
        width: 16px;
        margin-top: -4px;
    }

    .destination-contact {
        margin-top: 0rem;
    }

    .topNavigationMobile {
        display: block;
    }

    .contact-column-dest,
    .contact-column {
        padding: 30px 15px;
    }

    .empty-cont {
        height: 74px;
    }

    .umb-block-list .row {
        flex-direction: column;
    }

    .soc-media-icon i {
        color: #000 !important;
    }

    .language-desktop {
        display: none;
    }

    .social-icons .soc-media-icon i {
        font-size: 16px;
    }

    .social-icons .soc-media-icon svg {
        width: 16px;
        margin-top: -4px;
    }

    .icons {
        gap: 15px;
    }

    .thumbnail-images-full {
        flex-wrap: wrap;
    }

    .umb-block-list .column {
        max-width: 100%;
    }

    .umb-block-list h3 {
        font-size: 1.5rem;
    }

    .faq-item {
        flex: 0 0 100%;
    }

    .about-us-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .topNavigation {
        display: none;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-collapse li {
        position: relative;
        width: 100%;
        background: #44546a;
        border-bottom: 1px solid #e5e5e5;
    }

        .navbar-collapse li a.nav-link {
            padding-left: 10px;
            font-size: 12px;
        }

        .navbar-collapse li .dropDownIcon {
            display: block;
            position: absolute;
            right: 0;
            vertical-align: middle;
            top: 0;
            padding: 8px;
            text-align: center;
            width: 40px;
            color: #44546a;
        }

    .dropdown-toggle::after {
        display: none;
    }

    .navbar-collapse li .dropdown-menu {
        padding: 0 10px;
        border-radius: 0;
        border: none;
        background: #44546a;
    }

        .navbar-collapse li .dropdown-menu a {
            color:white;
            padding: 8px 20px;
        }

    .slick-initialized.slick-slider .slick-next {
        width: 56px;
    }

    .navbar-toggler {
        color: white !important;
        border: white !important;
    }

        .navbar-toggler:focus {
            box-shadow: none !important;
        }

    .navbar-collapse .navbar-nav li a.nav-link {
        background: #44546a;
    }

    .slick-initialized.slick-slider .slick-prev:before,
    .slick-initialized.slick-slider .slick-next:before {
        opacity: 0.3;
    }

    .slick-initialized.slick-slider .slick-prev {
        left: 0px;
    }

    .header-title strong {
        font-size: 42px;
        font-weight: 700;
        line-height: 51px;
    }
}

@media (min-width: 688px) and (max-width: 1100px) {

    .topNavigation .top-left a,
    .topNavigation .top-right a,
    .topNavigation .top-left span,
    .topNavigation .top-right span {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .navbar-nav .nav-item.destination-dropdown:hover > .dropdown-menu {
        display: block;
        border-top:1px solid white;
        position: absolute;
        border-radius:0;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 10px 20px;
        background: #44546a; 
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 1000;
    }

    .navbar-nav .nav-item.destination-dropdown > .dropdown-menu {
        transition: opacity 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }
    .navbar-collapse li a {
    padding: 10px;
    color: white;
}

    .navbar-nav .nav-item.destination-dropdown:hover > .dropdown-menu {
        opacity: 1;
        padding-left:7%;
        padding-right:7%;
        visibility: visible;
    }

    .navbar-nav .nav-item.destination-dropdown > .dropdown-menu > li {
        display: inline-block;
        width: auto;
        margin-right: 30px;
        text-align: left;
    }

    .navbar-nav .nav-item.destination-dropdown > .dropdown-menu > li:last-child {
        margin-right: 0;
    }
  .desktop-only { display: flex; }
    .mobile-only { display: none; }

    .nav-item.dropdown { position: static; }
    .nav-item.dropdown .mega-menu {
     
        border-top:1px solid white;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 20px 40px;
        background: #44546a;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .nav-item.dropdown:hover .mega-menu {
        opacity: 1;
                padding-left: 7%;
        padding-right: 7%;
        visibility: visible;
    }

    .mega-menu-item {
        flex: 1 1 15%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 10px;
    }

    .mega-menu-item img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        margin-bottom: 8px;
    }

    .mega-menu-item span {
        font-size: 14px;
        font-weight: 500;
        color: white;
    }

        .nav-item.dropdown:hover .dropdown-menu ul li {
            margin: 0;
            border-bottom: 1px solid #e5e5e5;
        }

            .nav-item.dropdown:hover .dropdown-menu ul li a {
                padding: 10px;
            }

    .mobile-nav-footer {
        display: none !important;
    }
}

@media(max-width:500px) {
    .mobile-left span {
        font-size: 11px;
    }

    .mobile-right a {
        font-size: 10px;
    }
}

