/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ============ Homepage =========== */

.banner-image {
    position: relative;
    height: 100vh;
    /* Full viewport height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

/* ========= banner ============ */

/* .banner-image {
    position: relative;
    height: 100vh;
    z-index: 1;
} */


/* ========== why book =========== */

.faq-box:is(:not(.active)) {
    .faq-details {
        display: none;
    }

    .close-triger {
        display: none;
    }
}

.faq-box:is(.active) {
    .open-triger {
        display: none;
    }
}

.faq-box {
    cursor: pointer;
}

.atlas-book-us .atlas-circle img {
    position: relative;
    animation: clock 20s linear infinite;
}

@keyframes clock {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.atlas-book-us .atlas-logo-green {
    position: absolute !important;
    z-index: 2 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

/* =========== destination =========== */

/* .destination-layout .destination-grid .location-item {
    .e-con-inner {
        padding: 0;
    }

    .location-hidden {
        overflow: hidden;
        height: 0;
        opacity: 0;
        transition: height 0.3s ease, opacity 0.3s ease;
    }

    .location-item {
        position: relative;
        padding: 16px;
        border: 1px solid #ccc;
        margin-bottom: 12px;
        background: #f9f9f9;
        overflow: hidden;
        transition: all 1s ease;
        position: relative;
        margin-bottom: 12px;

        .e-con-inner {
            padding: 0;
        }

        .location-hidden {
            overflow: hidden;
            height: 0;
            opacity: 0;
            transition: height 0.3s ease, opacity 0.3s ease;
        }
    }

    .custom-last-item {
        background: #f00;
        padding: 40px 20px;
        text-align: center;
        border: 2px dashed #ccc;
        border-radius: 10px;
    }

} */

.destination-layout {
    .destination-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 5px;
    }

    .destination-item {
        width: 100%;
        height: 397px;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .destination-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        transition: all 0.5s ease;
    }

    .destination-item:hover:before {
        background: rgba(8, 27, 34, 0.9);
    }
}

.destination-content {
    position: relative;
    z-index: 1;
    color: white;
    padding: 20px;
    height: 100%;
    flex-direction: column;
    display: flex;
    place-items: center;
    place-content: center;
}

.destination-content h2 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 40px !important;
}

.destination-content .excerpt {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: none;
    /* Disable CSS transition since jQuery handles it */
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;

    p {
        text-align: center;
        margin-bottom: 10px;
    }

    a {
        display: flex;
        justify-content: center;
        color: #B5BFA6;
        font-size: 16px;
        font-weight: 600;
        text-decoration: underline;
    }
}

.coming-soon {
    background: #B5BFA6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.coming-soon h2 {
    color: #081B22;
    transition: all 0.5s ease;
}

.coming-soon:hover {
    h2 {
        color: #fff;
    }
}


/* ========== Trip-type ========== */

.trip-itinerary-card {
    /* overflow: hidden; */
    transition: all 0.5s ease;
    background-color: #fff;
    border: 1px solid #fff;

    .elementor-widget-image {
        overflow: hidden;
        transition: all 0.5s ease;

        img {
            transform: scale(1);
            transition: all 0.5s ease;
        }
    }

}

.trip-itinerary-card:hover {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 8px rgba(83, 83, 83, 0.3);

    .elementor-widget-image {
        img {
            transform: scale(1.2);
        }
    }

}

/* ========== START-PLAN =========== */

.start_plan {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

/* ========== EXPLORER-HUB ============ */

/* span.italic-green {
    color: #B5BFA6;
    font-style: italic;
} */

.blog-content-area .elementor-post-info {
    row-gap: 10px;
}

.blog-content-area .elementor-post-info__item--type-date {
    color: #535353 !important;
}

.explorer-hub .explorer-carousel .swiper-slide {
    position: relative;

    .e-con-inner {
        padding: 0;
    }

    .elementor-widget-button {
        margin-bottom: 20px;
        overflow: hidden;
        height: 0;
        opacity: 0;
    }
}

.explorer-hub .explorer-carousel .swiper-pagination-bullet {
    transition: all 0.5s ease;
}

.explorer-hub .explorer-carousel .swiper-pagination-bullet-active {
    background-color: rgba(181, 191, 166, 1);
    width: 24px;
    border-radius: 8px;
}

/* explorer-page-blog */

.lates-blog-loopgrid .elementor-pagination .prev:disabled {
    svg path {
        fill: red;
    }
}

/* ========== FOOTER ========== */

.footer-sec .footer-menu {
    position: relative;
}

/* explorer's hub archive */

.blog-posts .blog-post-info time {
    color: #535353;
}

/* 
============= Trip Type ================
 */

.journey-grid .trip-type-card {
    .e-con-inner {
        padding: 0;
    }

    .hidden-content {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: none;
    }

    .trip-type-card {
        position: relative;
        padding: 16px;
        margin-bottom: 12px;
    }
}

/* =========== destination-detail-page =========== */

.country-highlight-repeater-layout .repeater-box {
    display: flex;
    place-items: start;
    column-gap: 30px !important;
    place-content: center !important;
}

.country-highlight-repeater-layout .repeater-box .repeater_detail {
    width: 25%;
}

.country-highlight-repeater-layout .repeater-box .repeater-img {
    position: relative;
    z-index: 2;
}

.country-highlight-repeater-layout .repeater-box .repeater-img img {
    width: 50px;
    height: 50px;
}

/* .country-highlight-repeater-layout .repeater-box .repeater-img::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgb(181, 191, 166, 0.20);
    border-radius: 50%;
    top: 0%;
    left: 16px;
    z-index: 1;
} */

.country-highlight-repeater-layout .repeater-box h4 {
    font-size: 26px !important;
}

/* =========== itinerary details ============ */

.banner-image-gal {
    filter: brightness(0.5);
}

.banner-image-gal .swiper-slide img {
    width: 100%;
    height: 675px;
    object-fit: cover;
    object-position: center;
}

.trip-highlight-area {
    .repeater-box {
        display: flex;
        place-items: center;
        column-gap: 30px;
    }

    .repeater-box .repeater-detail {
        width: 25%;
    }

    .repeater-box .repeater-img {
        position: relative;
        z-index: 2;
        width: 50px;
        height: 50px;
    }

    .repeater-box .repeater-img::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: rgb(181, 191, 166, 0.20);
        border-radius: 50%;
        top: 0%;
        left: 16px;
        z-index: 1;
    }

    .repeater-box .repeater-detail h4 {
        font-size: 26px;
        color: #081B22;
    }

    .repeater-box .repeater-detail p {
        color: #535353;
    }
}

.destination-repeater {
    .repeater-box {
        width: 100%;
        display: flex;
        place-content: space-between;
        place-items: center;
        column-gap: 30px;
    }

    .repeater-box .repeater-detail {
        width: 33%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        transition: all 0.5s ease;
        border: 1px solid rgba(83, 83, 83, 0.2);
        cursor: pointer;
    }

    .repeater-box .repeater-detail:hover {
        box-shadow: 0 0 16px rgba(83, 83, 83, 0.2);
    }

    .repeater-box .repeater-detail .repeater-content {
        width: 70%;
        padding-left: 10px;
        justify-content: center;
        align-items: start;
        row-gap: 10px;
    }

    .repeater-box .repeater-detail .repeater-content p {
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
    }

    .repeater-box .repeater-detail .repeater-content h4 {
        margin: 0;
    }

    .repeater-box .repeater-img {
        position: relative;
        z-index: 2;
        width: 40%;
        display: flex;
        place-items: center;
    }

    .repeater-box .repeater-img img {
        width: 100%;
        height: 100px;
        object-fit: cover;
        object-position: top center;
    }

    .repeater-box .repeater-detail h4 {
        font-size: 26px;
        color: #081B22;
    }

    .repeater-box .repeater-detail p {
        color: #535353;
    }
}

.trip-highlight-area-repeater {
    .repeater-box {
        display: flex;
        place-items: center;
        column-gap: 30px;
    }

    .repeater-box .repeater-img {
        position: relative;
        z-index: 2;
    }

    .repeater-box .repeater-img::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: rgb(181, 191, 166, 0.20);
        border-radius: 50%;
        top: 0%;
        left: 16px;
        z-index: 1;
    }

    .repeater-box .repeater-detail p {
        color: #535353;
    }
}

.itinerary-detailed-route .repeater-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    place-items: center;
    border-left: 1px dashed #081B22;
    row-gap: 100px;
}

.itinerary-detailed-route .repeater-box .repeater-detail {
    width: 100%;
    row-gap: 50px;
    padding: 0 100px;
    position: relative;

    .repeater-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 35px;

        .repeater-heading-info {
            width: 35%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
            row-gap: 10px;

            h4 {
                font-size: 45px;
                color: #081B22;
            }

            p {
                font-weight: 600;
                font-family: 'Open Sans', sans-serif;
                font-size: 16px;
                color: #B5BFA6;
            }
        }

        p {
            width: 55%;
            color: #535353;
        }
    }

    .repeater-content {
        width: 100%;

        img {
            width: 100%;
            height: 675px;
			object-fit: cover !important;
			object-position: center center;
        }
    }
}

.itinerary-detailed-route .repeater-box .repeater-detail::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #081B22;
    left: 0%;
    top: 10%;
    transform: translateX(-50%);
}

/* ============= FAQ Page ============ */

.faq-accordion-box .e-n-accordion .e-n-accordion-item {
    border-bottom: 1px solid #B5BFA6;
}

.faq-accordion-box .e-n-accordion .e-n-accordion-item[open] {
    background-color: rgba(181, 191, 166, 0.2);
    border: none;
}

/* ======== blog-page ======== */

.related-post .elementor-post__card .elementor-post__text {
    margin: 0 !important;
}

/* .e-n-accordion-item-title { 
        border: none;
        padding-bottom: 10px;
    }

    .accordion-details{
        border: none !important;
        .e-con-inner {
            padding: 0;
        }
    }
} */

/* ======== 404 page ======== */

.error-con .back-home-btn svg {
    transition: all 0.5s ease;

    path {
        fill: #081B22;
        transition: all 0.5s ease;
    }
}

.error-con .back-home-btn:hover svg {
    margin-left: 8px;

    path {
        fill: #B5BFA6;
    }
}

/* ========= contact page ========= */

.contact-form select {
    background-color: #fff;
}

.contact-form {

    /* Chrome, Safari, Edge, Opera */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
}

/* ========== Boooking Terms ============ */

.book-term-content p {
    margin-block: 20px;
}

.book-term-content h3 {
    margin-block: 30px;
}

.book-term-content ul {
    margin-block: 25px;

    li {
        margin-block: 10px;
    }
}

.sticky_end{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* Make sure it stays on top */
    background: #B5BFA6; /* or your desired background color */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* optional: small shadow for nice effect */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;

    .trip-itinerary-details {
        font-size: 18px;
        color: #fff;
        font-family: revert;
        font-weight: 600;
    }

    .con_sec {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 30px;
    }
    .trip_quote_btn {
        background-color: var( --e-global-color-secondary );
  fill: var( --e-global-color-accent );
  color: var( --e-global-color-accent );
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var( --e-global-color-secondary );
  padding: 15px 20px 15px 20px;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.06em;
    }
    .call_btn {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 8px;
        svg {
            color: #fff;
        }
    }
  }
  












/* ========= responsive css ========= */

/* @media(max-width: 1440px) {

} */

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    html {
        zoom: 0.85;
        zoom: 85%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1365px) {
    html {
        zoom: 0.80;
        zoom: 80%;
    }

    .itinerary-detailed-route .repeater-box {
        row-gap: 60px;
    }

    .country-highlight-repeater-layout .repeater-box .repeater-img::after {
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 1200px) {
    .destination-layout .destination-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .country-highlight-repeater-layout .repeater-box {
        flex-wrap: wrap;
        gap: 20px;
    }

    .country-highlight-repeater-layout .repeater-box .repeater_detail {
        width: 48%;
    }
}

@media(max-width:1024px) {
    .trip-highlight-area {
        .repeater-box {
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;

            .repeater-detail {
                width: 48%;
            }
        }
    }
}

@media only screen and (min-width: 881px) and (max-width: 1200px) {
    html {
        zoom: 0.90;
        zoom: 90%;
    }

    .banner-image-gal .swiper-slide img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
    }
}

@media(max-width: 1024px) {
    .itinerary-detailed-route .repeater-box {
        row-gap: 40px;
    }

    .itinerary-detailed-route .repeater-box .repeater-detail .repeater-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .itinerary-detailed-route .repeater-box .repeater-detail .repeater-header .repeater-heading-info {
        width: 100%;
        row-gap: 5px;
    }

    .itinerary-detailed-route .repeater-box .repeater-detail .repeater-header .repeater-heading-info h4 {
        margin: 0;
    }

    .itinerary-detailed-route .repeater-box .repeater-detail .repeater-header p {
        width: 100%;
    }

    .itinerary-detailed-route .repeater-box .repeater-detail .repeater-content img {
        height: 400px;
        object-fit: cover;
        object-position: center center;
    }

    .country-highlight-repeater-layout .repeater-box {
        column-gap: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 880px) {
    html {
        zoom: 0.75;
        zoom: 75%;
    }

    .banner-image-gal .swiper-slide img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    html {
        zoom: 0.80;
        zoom: 80%;
    }

    .banner-image-gal .swiper-slide img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        object-position: center;
    }

    .destination-layout .destination-grid {
        grid-template-columns: 1fr;

        .destination-item {
            height: 350px;
        }
    }

    .country-highlight-repeater-layout .repeater-box {
        display: flex;
        flex-direction: column;
        place-items: center;
        row-gap: 25px;
    }

    .country-highlight-repeater-layout .repeater-box .repeater_detail {
        width: 100%;
    }

    .country-highlight-repeater-layout .repeater-box .repeater-img {
        text-align: center;
    }

    .country-highlight-repeater-layout .repeater-box .repeater-img::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .country-highlight-repeater-layout .repeater-box h4 {
        text-align: center;
    }

    .country-highlight-repeater-layout .repeater-box p {
        text-align: center;
        margin-bottom: 8px;
    }

    .destination-repeater {
        .repeater-box {
            column-gap: 30px;
            flex-direction: column;
            row-gap: 15px;
        }

        .repeater-box .repeater-detail {
            width: 100%;
        }
    }

    .trip-highlight-area {
        .repeater-box {
            justify-content: center;

            .repeater-detail {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                p {
                    text-align: center;
                }
            }
        }
    }

    .itinerary-detailed-route .repeater-box .repeater-detail {
        padding: 0 20px;

        .repeater-header {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            row-gap: 15px;

            .repeater-heading-info p,
            h4 {
                width: 100%;
                text-align: center;
            }

            p {
                text-align: center;
            }
        }

        .repeater-content img {
            height: 260px;
        }
    }

    /* .faq-accordion-box .e-n-accordion .e-n-accordion-item {
        padding: 20px 15px;
        .e-n-accordion-item-title-text {
            font-size: 20px;
            line-height: 28px;
        }
    } */

    .sticky_end {
        flex-direction: column;
        row-gap: 10px;
        .con_sec {
            flex-direction: column;
            row-gap: 15px;
        }
        .trip_quote_btn {
            padding: 10px 15px;
        }
    }

    .footer-sec .footer-menu .elementor-widget-container {
        background: none !important;
    }

    .footer-sec .footer-menu .elementor-widget-container nav ul {
        display: flex;
        flex-direction: column;
        place-items: center;
        row-gap: 25px;
    }

    .footer-sec .footer-menu .elementor-widget-container nav ul li a {
        text-align: center;
        margin: 0;
        padding: 0 !important;
    }
}