/* Add custom CSS styles below */ 
/* إخفاء الناف بار الرئيسي */
#mainnav {
    display: none !important;
}

/* أو إذا أردت إخفاءه مع الحفاظ على المساحة */
#mainnav {
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}