/* Fix for lazy-loaded images */
img.lozad {
    opacity: 1 !important; /* Force all lozad images to be visible */
    transition: transform 0.3s ease !important; /* Keep any hover transitions */
}

.gallery-img, .team-img {
    min-height: 100px; /* Minimum height for placeholder space */
    opacity: 1 !important;
}
