/* ====== Full Screen Mobile Menu WITHOUT forcing it open ====== */

/* لما المنيو تكون مفتوحة */
.mobile-nav.wd-side-hidden.wd-opened {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
}

/* المحتوى الداخلي للمنيو */
.mobile-nav.wd-opened .wd-scroll-content {
    height: 100vh !important;
    overflow-y: auto !important;
}

/* إلغاء أي max-width افتراضي */
.mobile-nav.wd-side-hidden {
    max-width: 100vw !important;
}

/* غطاء الخلفية (Backdrop) */
.wd-side-hidden .wd-close-side {
    opacity: 1 !important;
    visibility: visible !important;
}
