/* إخفاء الهيدر */
 .relative.z-10.flex.items-center.text-sm.font-semibold.hover\:underline {
    display: none !important;
}

/* إخفاء الفوتر */
footer,
.site-footer,
.main-footer {
    display: none !important;
}

/* منع فراغ مكانهم */
body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
