/* Laptop Dell */
@media(min-width: 1300px) and (max-width: 1400px) {
    .cus_ml_nv_logo {
        margin-left: -4dvh !important;
    }

    .logo img {
        margin-left: 22dvh !important;
    }

    .navmenu {
        margin-left: 35dvh !important;
    }
}

/* Laptop Asus */
@media(min-width: 1500px) and (max-width: 1600px) {
    .cus_ml_nv_logo {
        margin-left: -4dvh !important;
    }

    .logo img {
        margin-left: 18dvh !important;
    }
}

/* Laptop Asus */
@media(min-width: 1300px) and (max-width: 3600px) {
    .cus_ml_hm_mb_cn_btn1 {
        display: none !important;
    }
}


/* Mobile */
@media(min-width: 360px) and (max-width: 768px) {
    .mobile-nav-toggle {
        color: black !important;
    }

    .cus_ml_hm_mb_cn_btn {
        display: none !important;
    }

    .header {
        margin-top: 3dvh !important;
        margin-left: 13px !important;
    }

    .mobile-nav-active .navmenu {
        background: rgb(175 175 175) !important;
        margin-top: 0dvh !important;
        width: 100% !important;
        margin-left: 0dvh !important;
    }

    .why-us .stats-row {
        flex-direction: row !important;
        gap: 1rem !important;
        margin-left: 13px !important;
        text-align: center !important;
    }

    .travel-tours .section-subtitle {
        text-align: center;
    }

    .cus_ml_hm_mb_cn_social {
        margin-top: 10dvh !important;
    }

    .cus_ml_hm_mb_cn_social1 {
        justify-content: center !important;
    }

    .cus_ml_hm_mb_cn_btn2 {
        margin-top: 10dvh !important;
        width: 20dvh !important;
        margin-left: 20% !important;
        text-align: center !important;
    }

    .cus_ml_hm_services_container {
        grid-template-columns: repeat(1, 1fr) !important;
        max-width: 90% !important;
    }

    .cus_ml_hm_last_card {
        width: 100% !important;
    }

    /* Force search/collapse to be visible */
    #mobileSearchCollapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }

    /* Hide the toggle button since we are showing the search */
    .cus_gk-mobile-toggle {
        display: none !important;
    }

}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .cus_gk_ceo_content {
        margin-left: 0;
        margin-top: -40px;
    }

    .cus_gk_obj_steps_container {
        grid-template-columns: 1fr;
    }

    .cus_gk_obj_step {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .cus_gk_abt_sec_mob {
        margin-top: 25dvh;
    }

    /* Holiday Filter mobile visibility */
    .blog-details .article-wrapper .table-of-contents {
        display: block !important;
        position: static !important;
        margin-bottom: 2rem;
    }

    .cus_gk_filters_box {
        padding: 15px !important;
    }

    .cus_gk_mob_fnt{
        font-size: 14px !important;
    }

    .cus_gk_lux_item {
    flex: 1 1 0px !important;
}
}


/* Phones (XS) */
@media (max-width: 575px) {
    .logo img {
        margin-left: 14.5dvh !important;
    }
 }


