/* شعار اللابتوب */
.header-logo img,
.site-header .logo img,
.navbar-brand img {
    max-width: 130px !important;
    width: 130px !important;
    height: auto !important;
}

/* الجوال - لا نغيره */
@media (max-width: 768px) {
    .header-logo img,
    .site-header .logo img,
    .navbar-brand img {
        max-width: 125px !important;
        width: 125px !important;
        height: auto !important;
    }
}

/* تصغير شعار TILIXER في الفوتر فقط */
footer .footer-logo img,
footer .footer__logo img,
footer .s-footer-logo img,
footer .logo img {
    width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
}

/* الجوال */
@media (max-width: 768px) {
    footer .footer-logo img,
    footer .footer__logo img,
    footer .s-footer-logo img,
    footer .logo img {
        width: 150px !important;
        max-width: 150px !important;
        height: auto !important;
    }
}

/* شعار ذيل الصفحة - أبيض فقط */
footer img {
    filter: brightness(0) invert(1) !important;
}