/* Custom styles goes here */

.menu-item:hover {
    background-color: #137d36; /* Blue background on hover */
    color: #fff; /* White text on hover */
    border-radius: 15px; /* More rounded corners on hover */
}

.menu-item .active {
    background-color: #137d36; /* Blue background on hover */
    color: #fff; /* White text on hover */
    border-radius: 15px; /* More rounded corners on hover */
}

.menu-link:hover {
    color: #fff !important;
}