.featured-brands img {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	border-width: 1px !important;
}

.featured-brands img:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  border-color: #e6e6e6; 
	border-width: 1px;
}

#nav-modal, #nav-modal .modal-content {background-color:#000000 !important}

#nav-modal .close{color:#ffffff !important; opacity:1 !important;}

.megamenu-custom-small{
	min-width:400px;
  max-width: 500px; /* Adjust this number to match the desired cutoff */
}

.megamenu-content {
  background-color: #ffffff !important;
  border: none !important;
}