/* About Page Color Updates */

/* Hero Section Updates */
.about-hero {
    background: linear-gradient(135deg, #2E86AB 0%, #6c757d 100%);
}

.about-hero .hero-text h4 {
    color: white !important;
}

/* About Badge Updates */
.about-badge {
    background: linear-gradient(135deg, #6c757d 0%, #adb5bd 100%) !important;
}

.about-badge::before {
    border: 2px solid rgba(108, 117, 125, 0.3) !important;
}

/* Value Card Hover Effects */
.value-card::before {
    background: linear-gradient(90deg, transparent, rgba(108, 117, 125, 0.1), transparent) !important;
}

/* Story Stats Updates */
.story-stats .stat-number {
    color: #2E86AB !important;
}

/* Footer Link Hover */
.footer-links a:hover {
    color: #2E86AB !important;
}

/* About Section Headings Color Updates */
.mission-vision-section h2,
.story-section h2,
.values-section h2,
.approach-section h2,
.accreditations-section h2 {
    color: #2E86AB !important;
}

.mission-card h3,
.vision-card h3,
.value-card h4,
.approach-step h4 {
    color: #2E86AB !important;
}

.accreditation-card {
    background: linear-gradient(135deg, #2E86AB 0%, #4A90A4 100%) !important;
}