
/* ============================================
   3bestway - Clean Design
   ============================================ */

/* --- HEADER --- */
.ast-main-header-wrap {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.main-header-bar {
    background: transparent !important;
}

/* Hide all menu items except الرئيسية */
.main-header-menu .menu-item:not(.current-menu-item):not(.current_page_item):not(:first-child),
#primary-site-navigation .menu-item:not(:first-child),
.ast-header-navigation .menu-item:not(:first-child) {
    display: none !important;
}

/* Keep only first menu item */
.main-header-menu .menu-item:first-child {
    display: block !important;
}

/* --- FOOTER MENU --- */
.footer-navigation-wrap .menu-item:not(:first-child) {
    display: none !important;
}

/* --- GENERAL CLEANUP --- */
/* Hide footer widgets */
.footer-adv-widget-1,
.footer-adv-widget-2,
.footer-adv-widget-3,
.footer-adv-widget-4 {
    display: none !important;
}

/* Clean footer */
.site-footer {
    background: #1e293b !important;
    color: #e2e8f0 !important;
}

/* Hide secondary navigation */
.secondary-navigation,
.header-secondary-menu {
    display: none !important;
}
