
.dropdown-menu a:hover {
    color: red !important; 
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; 
  }
  
