/* Services Title Size Fix - تصغير حجم عنوان قسم الخدمات */
.services-showcase .section-title {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .services-showcase .section-title {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.75rem !important;
    }
}

@media (max-width: 480px) {
    .services-showcase .section-title {
        font-size: 1.3rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0.5rem !important;
    }
}
