/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 200px;
    width: auto;
}



.navbar-brand img {
    width: 80px !important;   /* الحجم اللي تحبيه */
    height: auto !important;  /* يحافظ على نسبة الطول للعرض */
    max-width: none !important; /* يلغي max-width لو موجود */
}