@media (max-width: 768px) {
    /* شيل الشريط العلوي */
    .tp-header-top-border,
    .tp-header-top,
    .black-bg.tp-header-top-border {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
    }
    /* تصغير الهيدر */
    .tp-header-main {
        padding: 5px 0 !important;
    }
    .tp-header-main .logo img,
    .tp-logo img {
        max-height: 28px !important;
        width: auto !important;
    }
    /* منع التحرك */
    .tp-header-sticky.header-sticky {
        position: relative !important;
        top: 0 !important;
    }
}
