/* Corporate Training Page Color Updates */

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

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

.corporate-hero .stat-item .stat-number {
    color: #6c757d !important;
}

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

/* Programme Category Updates */
.programme-category {
    background: #6c757d !important;
    color: white !important;
}

/* Programme Features Checkmarks */
.corporate-programme-card .programme-features li::before {
    color: #6c757d !important;
}

/* Delivery Options Checkmarks */
.delivery-option li::before {
    color: #6c757d !important;
}

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

/* Corporate Programme Card Hover Effects */
.corporate-programme-card::after {
    background: linear-gradient(90deg, #2E86AB, #6c757d, #2E86AB) !important;
}

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

/* Corporate Programme Card Header Color Update */
.corporate-programme-card .programme-header {
    background: linear-gradient(135deg, #2E86AB 0%, #4A90A4 100%) !important;
}

/* Corporate Section Headings Color Updates */
.value-section h2,
.corporate-programmes-section h2,
.delivery-section h2 {
    color: #2E86AB !important;
}

.value-card h4,
.delivery-option h4 {
    color: #2E86AB !important;
}