.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    font-size: 14px !important;  /* Adjust size as needed */
    color: #ffffff !important;  /* Change to your preferred HEX color */
    font-weight: bold;
}

/* Optional: Change color when hovering over menu items */
.sp-megamenu-parent > li:hover > a {
    color: yellow !important;  /* Change to your preferred hover color */
}

/* Optional: Change color of the currently active menu item */
.sp-megamenu-parent > li.active > a {
    color: yellow !important;  /* Change to your preferred active color */
}
