/* تغيير خلفية الهيدر في سلة */
header,
.navbar,
.header,
.site-header,
header > div {
    background-color: #f6f7f6 !important;
    background: #f6f7f6 !important;
}
/* تكبير صورة اللوجو */
.navbar-brand img {
    max-width: 500px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}