/* ===== استایل‌های اختصاصی بخش دوره‌ها ===== */

/* بنر دوره‌ها */
.banner-skills {
    background: linear-gradient(145deg, #ecf4fe, #dce8fc);
    border-left: 5px solid #2a5f8a;
}

.banner-skills .banner-icon {
    color: #2a5f8a;
}

.banner-skills .banner-tag {
    background: #2a5f8a;
}

/* کارت‌های دوره‌ها - رنگ‌های خاص */
.section-skills .service-card:nth-child(1) {
    border-top: 4px solid #e74c3c;
}
.section-skills .service-card:nth-child(2) {
    border-top: 4px solid #f1c40f;
}
.section-skills .service-card:nth-child(3) {
    border-top: 4px solid #2ecc71;
}
.section-skills .service-card:nth-child(4) {
    border-top: 4px solid #9b59b6;
}