/* Program Text Color Fixes - UnitedSets Navy Blue (#0a5566) */

/* Main program titles and descriptions */
.programs-overview h3,
.program-card h3,
.program-content h3 {
    color: #0a5566 !important;
}

/* Program section titles */
.program-section-title,
.program-section h2,
.program-section h3,
.program-section h4 {
    color: #0a5566 !important;
}

/* Program feature headings */
.feature-content h3,
.grid-item-title,
.program-features span {
    color: #0a5566 !important;
}

/* General text in program sections (fixing any white-on-white text) */
.program-content p,
.column-content p,
.grid-item p,
.program-section p,
.feature-content p,
.formatted-list li span {
    color: #333 !important;
}

/* Program categories - Youth Development, Adult Programs, High Performance */
.program-category h3,
.program-category-title {
    color: #0a5566 !important;
}

/* Program types - Youth Tennis Camps, Fitness Training, Match Play */
.program-type h4,
.program-type-title {
    color: #0a5566 !important;
}

/* Fix specific feature icons */
.program-features span i,
.formatted-list li i,
.grid-item-icon i {
    color: #0a5566 !important;
}

/* Ensure contrast in testimonial sections */
.testimonial-author-name,
.testimonial-content {
    color: #333 !important;
}

/* Fix CTA box text if needed */
.cta-box h3,
.cta-box p {
    color: white !important; /* Keep white for contrast on colored backgrounds */
} 