/* Mobile Menu Styles */
.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.menu-mobile.is-active {
    transform: translateX(0);
}

.over-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.over-mobile.is-active {
    opacity: 1;
    visibility: visible;
}

/* Mobile menu content */
.menu-mobile-content {
    padding: 0;
}

.menu-mobile-content ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-mobile-content>.menu>ul {
    padding: 0 1rem;
}

.menu-mobile-content ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
}

.menu-mobile-content ul li:last-child {
    border-bottom: none;
}

.menu-mobile-content ul li a {
    display: block;
    padding: 12px 0;
    color: #111111 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    border-right: none !important;
}

.menu-mobile-content ul li a:hover {
    color: #30B9C7 !important;
}

/* Submenu styles */
.menu-mobile-content ul ul {
    display: none;
    background-color: #f5f5f5;
    padding-left: 0;
}

.menu-mobile-content ul ul li a {
    padding-left: 20px !important;
    color: #666 !important;
}

.menu-mobile-content ul ul ul li a {
    padding-left: 40px !important;
}

.menu-mobile-content ul ul ul ul li a {
    padding-left: 60px !important;
}

/* Submenu toggle button */
.btn-menu-sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.btn-menu-sub svg {
    transition: transform 0.3s ease;
}

.btn-menu-sub.active svg {
    transform: rotate(180deg);
}

.modal-search {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.modal-search.active {
    visibility: visible;
    opacity: 1;
}

.modal-search form {
    transform: translateY(-3rem);
    transition: all 0.3s;
}

.modal-search.active form {
    transform: translateY(0);
}

.homeFeedbackSlide .swiper-slide:not(.swiper-slide-active) {
    scale: 0.9;
    transition: all 0.3s;
}

.homeFeedbackSlide .swiper-slide.swiper-slide-active {
    scale: 1;
    transition: all 0.3s;
}

.homeFeedbackSlide .swiper-slide.swiper-slide-next {
    margin-left: -46px;
    position: relative;
    z-index: -1;
    opacity: 0.7;
}

.pagination-homeFeedbackSlide .swiper-pagination-bullet {
    width: 22px;
    height: 6px;
    background: #666;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.pagination-homeFeedbackSlide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #30B9C7;
    width: 32px;
}

.menu-footer ul li a {
    font-size: 14px;
    color: white;
}

.menu-footer ul li a:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.pagination li {
    margin: 0;
}

.pagination a,
.pagination span {
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid #30B9C7;
    color: #30B9C7;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #30B9C7;
    color: white;
    border-color: #30B9C7;
}

.pagination .current {
    background-color: #30B9C7;
    color: white;
    border-color: #30B9C7;
}



.form_contact_home .elementor-field-textual {
    border-radius: 8px !important;
    font-size: 16px !important;
    padding: 8px 14px !important;
}

.form_contact_home .elementor-button {
    background: #30B9C7 !important;
    border: 1px solid #30B9C7 !important;
    border-radius: 8px !important;
}

.form_contact_home .elementor-button:hover {
    background: white !important;
    color: #30B9C7 !important;
    transition: all 0.3s ease;
}

.form_contact_home .elementor-message.elementor-message-success {
    color: white !important;
}

.css-fom-ct span.elementor-field-option {
    width: 25%;
    float: left;
}

.title_cs {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}

.tab-content.active {
    display: block;
}

.module-tabs.module_tab_detail_pro .tab-link.active {
    color: white;
    background: #30B9C7;
}

.booking-form {
    background: #30B9C7;
    padding: 20px;
    border-radius: 4px;
}

.booking-form form input,
.booking-form form textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    color: white;
    margin-bottom: 12px;
    border-radius: 2px;
}

.booking-form form input::placeholder,
.booking-form form textarea::placeholder {
    color: white;
}

.row-3,
.row-2 {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.row-3 .item {
    width: 33.33%;
}

.row-2 .item {
    width: 50%;
}

.row-3 input,
.row-2 input {
    flex: 1;
}

.booking-form textarea {
    height: 130px;
    resize: none;
}

.btn-send {
    display: block;
    margin: 15px auto 0;
    background: white !important;
    padding: 10px 25px;
    border: none;
    color: #30B9C7 !important;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid white;
    width: fit-content !important;
    margin-bottom: 0 !important;
}

.btn-send:hover {
    background: #30B9C7 !important;
    color: white !important;
    transition: all 0.3s ease;
}

.checkout_cs #order_review_heading {
    display: none;
}

.checkout_cs .checkout.woocommerce-checkout {
    display: flex;
    gap: 20px;
}

.checkout_cs .checkout.woocommerce-checkout #customer_details {
    width: 60% !important;
}

.checkout_cs .checkout.woocommerce-checkout #customer_details .col-1 {
    width: 100% !important;
}

.checkout_cs .checkout.woocommerce-checkout #customer_details #billing_first_name_field,
.checkout_cs .checkout.woocommerce-checkout #customer_details #billing_last_name_field {
    width: 49% !important;
}

#date_checkin {
    width: 100%;
    padding: .5em;
    border: 1px solid;
    border-radius: 4px;
    height: auto;
}

.checkout_cs .checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    display: none;
}

.checkout_cs .checkout.woocommerce-checkout #order_review {
    width: 40% !important;
}

.checkout_cs .woocommerce-form-coupon-toggle {
    display: none !important;
}

.checkout_cs .woocommerce-privacy-policy-text {
    display: none;
}
.checkout_cs #place_order.button{
    width: 100%;
    background: #30B9C7 !important;
    border: 1px solid #30B9C7 !important;
}
.checkout_cs #place_order.button:hover{
    background: white !important;
    color: #30B9C7 !important;
    transition: all 0.3s ease;
}

.newsletter-input {
    flex-grow: 1;
    padding: 0.5rem;
    border-radius: 0.375rem;
    background-color: white;
    color: black;
    outline: none;
    border: none;
}

.newsletter-input:focus {
    outline: none;
}

/* Button styling */
.newsletter-button {
    background-color: #111111;
    border: 1px solid #111111;
    color: white;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.newsletter-button:hover {
    background-color: white;
    color: #111111;
}

/* Form container */
.newsletter-form {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.title_contact h2 {
    font-size: 2rem;
    font-weight: 600 !important;
    color: #30B9C7 !important;
}
#button_contact {
    background: #30B9C7 !important;
    border: 1px solid #30B9C7 !important;
    border-radius: 8px !important;
    color: white !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
}
#button_contact:hover {
    background: white !important;
    color: #30B9C7 !important;
    transition: all 0.3s ease;
}
/* .breadcrumb_cs .woocommerce-breadcrumb{
    text-align: center;
} */
/* Hide desktop menu on mobile */
.menu ul li.current-menu-item a {
    color: #30B9C7 !important;
}
@media (max-width: 1023px) {
    .menu-mobile-content .menu {
        display: block !important;
    }

    .menu-mobile-content .menu ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform-origin: top;
        transform: scaleY(0);
        transition: all 0.3s;
    }

    .menu>ul>li:has(ul)>a::after {
        display: none;
    }

    .menu ul ul li:has(ul)>a::after {
        display: none;
    }
}

@media (max-width: 568px) {
    .homeFeedbackSlide .swiper-slide.swiper-slide-next {
        margin-left: 0;
        position: relative;
        z-index: -1;
        opacity: 1;
    }

    .css-fom-ct span.elementor-field-option {
        width: 50%;
        float: left;
    }

    .checkout_cs .checkout.woocommerce-checkout #customer_details {
        width: 100% !important;
    }

    .checkout_cs .checkout.woocommerce-checkout #order_review {
        width: 100% !important;
    }

    .checkout_cs .checkout.woocommerce-checkout {
        display: block;
    }

}