/* إخفاء اللوجو فقط وترك مكانه سادة أبيض */
.navbar-brand {
  visibility: hidden !important;
  background-color: #ffffff !important;
}