/* Custom style for the Mega Menu to align text and icons */
.mega-dropdown-menu {
    width: 600px;
    /* Adjust width as needed for mega menu content */
    max-width: none;
    padding: 15px;
}

.mega-dropdown-menu .dropdown-item {
    white-space: normal;
    padding: 8px 15px;
    transition: background-color 0.2s;
}

.mega-dropdown-menu .dropdown-item:hover {
    background-color: #f0f0f0;
    /* Light gray on hover */
}