/* Style the active menu item */
.current-menu-item {
    color: rgb(90, 87, 87);

    /* Set the color you prefer */
    font-weight: bold;

    /* Set the font weight or other properties you want */
    /* Add any other desired styles for the active menu item here */
}

.current-menu-item {
    font-weight: bold;
    color: #8c7b71! important;

    /* font-weight: bold; /* Set the font weight or other properties you want */
    /* Add any other desired styles for the active menu item here */
}