/*
============================================================
 VOLTCORE AFRICA
 SERVICE CARD IMAGE FIX
============================================================

This stylesheet only improves the service-card area after
the repeated homepage images have been removed.

It does NOT change the main hero section.

============================================================
*/

#voltcore-service-image-fix-active {
    display: none !important;
}

/*
Give service cards a clean top area when the duplicated
homepage image has been removed.
*/

section:has(h2):has(h3) article img[style*="display:none"] {
    display: none !important;
}

/*
Keep service cards visually balanced.
*/

section article:has(h3) {
    overflow: hidden;
}

/*
Do not change desktop/mobile page zoom.
Do not change global font sizes.
Do not change the main homepage image.
*/

@media (max-width: 768px) {
    section article:has(h3) {
        min-height: 0;
    }
}
