/* Custom styles for Dalal Labs website */

/* Testimonial images */
.testimonial-avatar {
    transition: transform 0.3s ease;
}

.testimonial-avatar:hover {
    transform: scale(1.1);
}

/* Loading optimization for images */
img {
    loading: lazy;
}

/* Image fallback styles */
img[alt=""] {
    background-color: #f3f4f6;
    border-radius: 50%;
}