/* =========================
   RESPONSIVE MAIN SLIDER
========================= */

/* Laptop & desktop (default already handled) */
@media (min-width: 1024px) {
    .cus_ml_hm_ms_slider {
        height: 100vh;
    }
}

@media (min-width: 1200px) and (max-width: 1899) {
    .cus_reservation_bar {
        left: 14% !important;
    }
}

/* Tablets */
@media (max-width: 1023px) {
    .cus_ml_hm_ms_content h1 {
        font-size: clamp(2.2rem, 5vw, 3.2rem);
        letter-spacing: 1.5px;
    }

    .cus_ml_hm_ms_content p {
        font-size: 1.1rem;
    }
}

/* Mobile phones */
@media (max-width: 767px) {

    /* --- Header & Logo --- */
    .header {
        padding: 5px 0 !important;
    }

    .header-container {
        padding: 0 15px !important;
    }

    .header .logo img {
        max-height: 90px !important;
    }

    .scrolled .header .logo img {
        max-height: 90px !important;
    }

    .cus_ml_nav_logo {
        margin-top: 0 !important;
    }

    /* --- Widgets --- */
    .cus_ml_nav_left {
        margin-left: 0 !important;
    }

    .info-toggle-btn {
        padding: 6px 12px !important;
        font-size: 14px;
    }

    .cus_ml_nav_right {
        margin-left: 0 !important;
        position: relative !important;
        width: auto !important;
    }

    /* --- Navigation --- */
    /* Only affects default navmenu ul, NOT the mobile drawer (.d-xl-none) */
    .navmenu ul:not(.d-xl-none) {
        inset: 50px 15px 15px 15px !important;
    }

    /* --- Slider & Content --- */
    .cus_ml_hm_ms_slider {
        height: 75vh !important;
        /* Decreased height for mobile */
        overflow: visible !important;
    }

    .cus_ml_hm_ms_content {
        top: 35% !important;
        width: 95% !important;
        padding: 0;
    }

    .cus_ml_hm_ms_content h1 {
        font-size: 1.8rem !important;
        margin-bottom: 10px;
    }

    .cus_ml_hm_ms_content p {
        font-size: 0.9rem !important;
        letter-spacing: 2px !important;
    }

    /* --- Reservation Bar (Search Bar) --- */
    .cus_ayo_res_bar {
        bottom: 0 !important;
        left: 50% !important;
        transform: translate(-50%, 50%) !important;
        width: 96% !important;
        padding: 15px !important;
        border-radius: 10px;
        z-index: 100;
    }

    .cus_res_form {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .cus_res_field {
        min-width: 100% !important;
    }

    .cus_res_field label {
        font-size: 0.7rem !important;
    }

    .cus_res_field input,
    .cus_res_field select {
        padding: 8px 10px !important;
        font-size: 0.9rem !important;
    }

    .cus_res_btn {
        margin-top: 5px !important;
        padding: 12px !important;
        font-size: 0.9rem !important;
    }

    .cus_gk_hero_refined {
        padding-top: 220px !important;
    }
}

/* Tablets & Small Laptops */
@media (max-width: 1023px) {
    .cus_ml_hm_ms_content h1 {
        font-size: clamp(2.2rem, 5vw, 3.2rem);
        letter-spacing: 1.5px;
    }

    .cus_ml_hm_ms_content p {
        font-size: 1.1rem;
    }
}

@media (min-width: 1200px) and (max-width: 1560px) {
    .cus_reservation_bar {
        left: 14% !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .cus_reservation_bar {
        left: 5% !important;
    }
}

@media (min-width: 360px) and (max-width: 560px) {
    .cus_reservation_bar {
        left: 3% !important;
    }
}

/* Hero Buttons Mobile Alignment */
@media (max-width: 576px) {
    .cus_ayo_hero_btns {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        justify-content: center !important;
        width: 100% !important;
    }

    .cus_ayo_hero_btns .btn {
        padding: 10px 15px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
        flex: 1 !important;
        text-align: center !important;
    }
}

@media (max-width: 560px) {
    .cus_gk_hero_refined {
        padding-top: 47px !important;
    }
    .cus_ml_hm_ms_slider {
        height: 50vh !important;
    }
        .cus_ml_hm_ms_content {
        top: 50% !important;
        width: 70% !important;
    }
    .cus_gk_h_img_3{
            margin-left: 4vh !important;
    margin-top: -3vh !important;
    }
    .cus_ml_ab_mb{
        display: none !important;
    }
    .drawer-socials{
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    justify-content: space-evenly !important;
}
    .header .logo img {
        margin-top: -5vh !important;
        position: absolute !important;
    }
    .cus_gk_hero_ft_item i {
    margin-left: 4vh !important;
    }
}