/* Change the Title color */
.toggle .title-container a {
    color: #ffffff !important; /* Replace with your hex code */
}

/* Change the Title color when hovered or active */
.toggle.open .title-container a, 
.toggle .title-container a:hover {
    color: #88e052 !important;
}