/* White text for About page content */

/* Main content area text */
.about-content .about-content-title,
.about-content .about-description p {
    color: #0A214F !important;
}

/* Value items with black text */
.about-values .value-content h4,
.about-values .value-content p {
    color: #000000 !important;
}

/* Gradient white background for section subtitle */
.about-content .section-subtitle {
    color: #0A214F !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Value item icons */
.about-values .value-icon {
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #0A214F !important;
}

.about-values .value-icon i {
    color: #0A214F !important;
}

/* Section titles throughout the page */
.section-badge {
    background-color: rgba(10, 33, 79, 0.1) !important;
    color: #0A214F !important;
}

.section-heading,
.section-subheading {
    color: #0A214F !important;
}

/* Founders section */
.founder-card-inner {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

.founder-name,
.founder-position,
.founder-bio {
    color: #0A214F !important;
}

/* Override any dark text colors throughout the page */
.about-section p,
.founders-section p,
.mission-section p,
.metrics-section p,
.testimonials-section p,
.partners-section p {
    color: rgba(10, 33, 79, 0.8) !important;
}

.about-section h1, .about-section h2, .about-section h3, .about-section h4,
.founders-section h1, .founders-section h2, .founders-section h3, .founders-section h4,
.mission-section h1, .mission-section h2, .mission-section h3, .mission-section h4,
.metrics-section h1, .metrics-section h2, .metrics-section h3, .metrics-section h4,
.testimonials-section h1, .testimonials-section h2, .testimonials-section h3, .testimonials-section h4,
.partners-section h1, .partners-section h2, .partners-section h3, .partners-section h4 {
    color: #0A214F !important;
}