/* Make all Elementor images uniform */
.elementor-widget-image img {
    object-fit: cover !important;
    aspect-ratio: 4 / 3;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
