/* Navy color for all section headings in about page */

/* Company Introduction Section */
.intro-text h2 {
    color: #222;
}

/* Mission & Vision Section */
.section-header h2 {
    color: #222;
}

/* Core Values Section */
.values-container .section-header h2 {
    color: #222;
}

/* Timeline Section */
.timeline-container .section-header h2 {
    color: #222;
}

/* Team Section */
.team-container .section-header h2 {
    color: #222;
}

/* Make all h3 headings navy too */
.mv-card h3,
.value-card h4,
.timeline-content h4,
.member-info h4 {
    color: #222;
}