.dropdown-menu-custom {
 background-color: #fff;
 border: none;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 padding: 0.5rem 0;
 display: none;
 position: absolute;
 z-index: 1;
 top: 25px;
}

.dropdown-mod:hover .dropdown-menu-custom {
 display: block;
}

.dropdown-item-custom {
 color: #333;
 padding: 0.5rem 1rem;
 transition: background-color 0.3s ease;
}

.dropdown-item-custom:hover {
 background-color: #f8f9fa;
 color: #333;
}

.dropdown-mod > a {
 border: none !important;
 outline: none !important;
}

.dropdown-mod > a::after {
 display: none !important;
}

.show-dropdown {
 display: block !important;
}

@media (min-width: 980px) {
 #header-width {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 140px !important;
 }
}
