/* Process Page Title Fix */

/* Force all process step titles to be white */
h3.fw-bold,
h5.fw-bold,
h6.fw-bold {
    color: #FFFFFF !important;
}

/* Specific process step titles */
.text-center h3,
.text-start h6 {
    color: #FFFFFF !important;
}

/* Timeline card titles */
.card h5.fw-bold {
    color: #FFFFFF !important;
}

/* All strong text in cards */
.card strong {
    color: #FFFFFF !important;
}

/* Accordion headers */
.accordion-button {
    color: #FFFFFF !important;
    background: var(--tirupati-gray) !important;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background: var(--tirupati-lime) !important;
}