/* ===== استایل‌های اختصاصی بخش خدمات ===== */

/* بنر خدمات */
.banner-services {
    background: linear-gradient(145deg, #f0f4ff, #e0e8fe);
    border-left: 5px solid #1d4f8a;
}

.banner-services .banner-icon {
    color: #1d4f8a;
}

.banner-services .banner-tag {
    background: #1d4f8a;
}

/* کارت‌های خدمات - رنگ‌های خاص */
.section-services .service-card:nth-child(1) {
    border-top: 4px solid #e67e22;
}
.section-services .service-card:nth-child(2) {
    border-top: 4px solid #2980b9;
}
.section-services .service-card:nth-child(3) {
    border-top: 4px solid #27ae60;
}
.section-services .service-card:nth-child(4) {
    border-top: 4px solid #8e44ad;
}