/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 89px;
    max-width: 281px;
}
element.style {
    height: 74px;
}


/* تلوين أول 4 تصنيفات في القائمة العلوية فقط */
.main-menu li:nth-child(-n+5) > a span {
  color: #f04e35 !important;
  font-weight: 600;
}

/* عند تمرير الماوس على أول 4 تصنيفات */
.main-menu li:nth-child(-n+5) > a span:hover {
  color: #d63d27 !important; /* درجة أغمق للهوفر */
  transition: color 0.3s ease;
}