/* تصغير حجم اللوقو */
.navbar-brand img {
  width: 120px !important; /* الحجم الجديد – تقدر تغيّره حسب رغبتك */
  height: auto !important;
  background: transparent !important;
}

/* إذا تبغى يكون أكبر شوي على الكمبيوتر */
@media (min-width: 769px) {
  .navbar-brand img {
    width: 140px !important;
  }
}