/* Start custom CSS for html, class: .elementor-element-df6afc1 *//* 1. Prevent Lazy Loading & Optimization Flickering */
.elementor-10666 .elementor-element.elementor-element-df6afc1 {
    background-image: url('YOUR_IMAGE_URL_HERE') !important;
    image-rendering: -webkit-optimize-contrast; /* Keeps the image sharp */
    content-visibility: visible !important; /* Forces the browser to render it immediately */
}

/* 2. Force Highest Loading Priority */
.elementor-10666 .elementor-element.elementor-element-df6afc1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* 3. Optimole Specific Exclusion */
/* This class tells Optimole to ignore this container */
.optimole-no-lazyload {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}/* End custom CSS */