.top-navbar:not(.topnav-has-bg) {
    background-color: var(--header-bg);
    color: var(--header-text-color);
    display: none !important;
}

.navbar-brand img {
    height: 80px !important; /* عدّل الرقم حسب ما تبغى */
    max-height: none !important;
    max-width: none !important;
    width: auto !important;
}