/* public/css/hero-slides-override.css
 * HERO SLIDER BACKGROUND OVERRIDE — Reality Buanderie Central
 * Replaces the BRSdemo images (slide-01/02/03.jpg, third-party stock
 * photos of a folding woman) with the CLIENT'S OWN photos from
 * public/images/. Originals are still set in
 * public/wp-content/themes/qondri-child/style5152.css:1 and
 * style8717.css:1 — we don't touch those files (they get regenerated
 * whenever Elementor re-exports), we just win the cascade here.
 *
 * Loaded LAST in <head> with !important so this file is the final word
 * on the hero background-image, matching the color-override.css /
 * brand-theme.css convention.
 *
 * Repeater-item IDs → slide order (verified in the network panel):
 *   9b7998e → slide 1
 *   c4cde8d → slide 2
 *   2f8bb11 → slide 3
 */
.elementor-6 .elementor-element.elementor-element-d8d4f71 .bg-wrap .elementor-repeater-item-9b7998e {
    background-image: url("/images/gallery/staff-blue-gloves-white-fabric.webp") !important;
}
.elementor-6 .elementor-element.elementor-element-d8d4f71 .bg-wrap .elementor-repeater-item-c4cde8d {
    background-image: url("/images/about/staff-folding-linens-warehouse.webp") !important;
}
.elementor-6 .elementor-element.elementor-element-d8d4f71 .bg-wrap .elementor-repeater-item-2f8bb11 {
    background-image: url("/images/services/staff-operating-press-machine.webp") !important;
}
