/* Fix for background images */

/* Hero section background - cover02.webp */
#n-e34cfa57-a951-4a76-bfd2-0746a979aa78.cli-background {
    background-image: url(../images/cover02.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Services section background - 6f6227bb-4695-4761-acdd-d4246e61856d.jpg */
#n-196f4b15-232c-457d-b4a4-29d228864ebd.cli-background {
    background-image: url(../images/6f6227bb-4695-4761-acdd-d4246e61856d.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Alternative approach using data attributes */
[data-root-id="b08901e5-e668-4315-a538-c98402ab29e0"] .cli-background[data-image="true"] {
    background-image: url(../images/cover02.webp) !important;
}

[data-root-id="942b726c-e2ec-4313-967c-f0a81385ee97"] .cli-background[data-image="true"] {
    background-image: url(../images/6f6227bb-4695-4761-acdd-d4246e61856d.jpg) !important;
}


