/* Service Cards Fix - Ensure buttons are visible */

.service-cards-grid > .group {
    /* Remove overflow-hidden that cuts off buttons */
    overflow: visible !important;
    display: flex;
    flex-direction: column;
}

.service-cards-grid > .group > div:last-child {
    /* Content container should fill available space */
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Ensure image section stays clipped */
.service-cards-grid .relative.h-64 {
    overflow: hidden;
}
