/* Accredited Training Page Color Updates */
.accredited-hero {
    background: linear-gradient(135deg, #2E86AB 0%, #6c757d 100%);
}

.certification-badge {
    background: linear-gradient(135deg, #6c757d 0%, #adb5bd 100%);
}

.programme-level {
    background: #6c757d;
}

.btn-secondary {
    /* border: 2px solid #6c757d; */
    /* color: #6c757d; */
}

.btn-secondary:hover {
    background: #6c757d;
    border-color: #6c757d;
}

.cta-section {
    background: linear-gradient(135deg, #2E86AB 0%, #6c757d 100%);
}

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

/* Process Section Color Updates */
.process-section h2 {
    color: #2E86AB !important;
}

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

.process-step h4 {
    color: #2E86AB !important;
}