/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

p {
    margin-bottom: 0 !important;
}

.elementor-icon-wrapper {
    height: 20px !important;
}

.elementor-icon-box-title {
    margin-top: 0 !important;
}






.extra-info-home h2,
.extra-info-home h3,
.extra-info-home h4,
.extra-info-home h5 {
    font-size: 28px !important;
    font-family: 'playfair-display';
    font-weight: 600;
    color: #0b5865;
}

.extra-info-home h5 {
    font-size: 24px !important;
    color: #0b5865;
}

.extra-info-home strong {
    font-size: 15px !important;
}

@media screen and (max-width:1024px) {

    .extra-info-home h2,
    .extra-info-home h3,
    .extra-info-home h4,
    .extra-info-home h5 {
        font-size: 26px !important;
    }

    .extra-info-home h5 {
        font-size: 22px !important;
        color: #0b5865;
    }

}

@media screen and (max-width:767px) {

    .extra-info-home h2,
    .extra-info-home h3,
    .extra-info-home h4,
    .extra-info-home h5 {
        font-size: 22px !important;
    }

    .extra-info-home h5 {
        font-size: 20px !important;
        color: #0b5865;
    }
}

@media screen and (max-width:425px) {

    .extra-info-home h2,
    .extra-info-home h3,
    .extra-info-home h4,
    .extra-info-home h5 {
        font-size: 20px !important;
    }

    .extra-info-home h5 {
        font-size: 18px !important;
        color: #0b5865;
    }

    .extra-info-home strong {
        font-size: 14px !important;
    }

    .extra-info-home p {
        font-size: 14px !important;
        font-family: 'inter' !important;
    }
}






.info-con-home {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Scrollbar width */
.info-con-home::-webkit-scrollbar {
    width: 6px;
}

/* Thumb */
.info-con-home::-webkit-scrollbar-thumb {
    background: #c99f3f;
    border-radius: 10px;
}

/* Hover */
.info-con-home::-webkit-scrollbar-thumb:hover {
    background: #d88826;
}

.info-con-home h3 {
    color: #0b5865;
}

.info-con-home p {
    color: #1d231f;
}








.home-accordion .e-n-accordion-item-title:hover,
.home-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    background-color: #1A4148;
}







.elementor-image-box-title {
    margin-top: 0 !important;
}








.flex-about .elementor-widget-icon-box {
    flex: calc(50% - 10px);
}












@media (min-width: 426px) and (max-width: 767px) {

    .elementor-form .elementor-field-group {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

}













@media screen and (max-width: 1024px) {
    .footer-container>div {
        flex: calc(50% - 20px) !important;
    }
}

@media screen and (max-width: 767px) {
    .footer-container>div {
        flex: calc(100% - 20px) !important;
    }
}












@media screen and (max-width: 1024px) {
    .whoareyou-home>div {
        flex: calc(50% - 20px) !important;
    }
}

@media screen and (max-width: 767px) {
    .whoareyou-home>div {
        flex: calc(100% - 20px) !important;
    }
}











.subscribe-form .elementor-form-fields-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.subscribe-form .elementor-field-type-email,
.subscribe-form .e-form__buttons {
    box-sizing: border-box;
}

.subscribe-form .elementor-field-type-email {
    width: 30% !important;
}

.subscribe-form .e-form__buttons {
    width: auto !important;
}

@media screen and (max-width: 767px) {
    .subscribe-form .elementor-field-type-email {
        flex-basis: 70% !important;
    }

    .subscribe-form .e-form__buttons {
        flex-basis: auto !important;
    }
}

@media screen and (max-width: 425px) {
    .subscribe-form .elementor-field-type-email {
        max-width: 70% !important;
        flex: 0 0 70%;
    }

    .subscribe-form .e-form__buttons {
        max-width: 30% !important;
        flex: 0 0 30%;
    }

    .subscribe-form .e-form__buttons button {
        width: 100%;
    }
}










@media screen and (max-width: 1024px) {
    .about-section .elementor-widget-icon-box {
        flex: 0 0 calc(50% - 5px) !important;
    }
}

@media screen and (max-width: 767px) {
    .about-section .elementor-widget-icon-box {
        flex: 0 0 100% !important;
    }
}








.elementor-nav-menu--dropdown .sub-menu {
    display: none;
}

.elementor-nav-menu--dropdown .submenu-active>.sub-menu {
    display: block;
}







.price_shortcode .elementor-shortcode {
    text-align: center;
    color: #2f2f2f !important;
    font-size: 18px !important;
    font-weight: 600;
    font-family: 'inter';
}

.price_shortcode .elementor-shortcode .price-currency {
    font-size: 32px !important;
    font-weight: bold !important;
    color: #d88400 !important;
}

@media screen and (max-width: 1024px) {
    .price_shortcode .elementor-shortcode .price-currency {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 425px) {
    .price_shortcode .elementor-shortcode .price-currency {
        font-size: 26px !important;
    }
}











/* inquiry form css */
.ui-autocomplete {
    max-height: 200px;
    /* height control */
    max-width: 350px;
    overflow-y: auto;
    /* scrollbar enable */
    overflow-x: hidden;
    z-index: 9999;
    /* Elementor overlap issue fix */
}


input[name="form_fields[departure_date]"] {
    cursor: pointer;
    caret-color: transparent;
}



.flatpickr-current-month {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.flatpickr-monthDropdown-months,
.flatpickr-yearDropdown-years {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}















@media (min-width:426px) and (max-width:767px) {

    /* ===== FIRST 4 FIELDS = 50% ===== */
    .single-package-form .elementor-field-group-departure_airport,
    .single-package-form .elementor-field-group-departure_date,
    .single-package-form .elementor-field-group-field_3b692d7,
    .single-package-form .elementor-field-group-field_4a26c64 {
        width: 50% !important;
        max-width: 50% !important;
    }

    /* ===== NEXT 3 FIELDS = 33.33% ===== */
    .single-package-form .elementor-field-group-field_7faf9c4,
    .single-package-form .elementor-field-group-field_334a702,
    .single-package-form .elementor-field-group-field_71a545c {
        width: 33.33% !important;
        max-width: 33.33% !important;
    }

    /* ===== NEXT 4 FIELDS = 50% ===== */
    .single-package-form .elementor-field-group-field_df73604,
    .single-package-form .elementor-field-group-field_762b25f,
    .single-package-form .elementor-field-group-field_73f9ac3,
    .single-package-form .elementor-field-group-message {
        width: 50% !important;
        max-width: 50% !important;
    }

    /* ===== BUTTON FULL WIDTH ===== */
    .single-package-form .elementor-field-type-submit,
    .single-package-form .e-form__buttons {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .single-package-form .elementor-button {
        width: 100% !important;
    }

}













.off-canvas-menu-cheap .submenu {
    display: none;
}

.off-canvas-menu-cheap .dropdown-trigger {
    cursor: pointer;
    transition: 0.3s;
}

.off-canvas-menu-cheap .dropdown-trigger svg {
    transition: 0.3s;
}

.off-canvas-menu-cheap .dropdown-trigger.active svg {
    transform: rotate(180deg);
}

.off-canvas-menu-cheap .submenu {
    background: #1d231f !important;
}

.off-canvas-menu-cheap .submenu .submenu {
    background: #0b5865 !important;
}



