/* Hero full image override */
.wp-block-uagb-container.uagb-block-c832201d {
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-color: #e8e4df !important;
}
/* Remove hero inner gradient */
.wp-block-uagb-container.uagb-block-64e228b6 {
    background: none !important;
}
/* Hide empty info-box buttons */
.uagb-block-de8d50a4 .uagb-ifb-button-wrapper,
.uagb-block-cda1e914 .uagb-ifb-button-wrapper {
    display: none !important;
}
/* Hide Home title */
.page-id-41 .entry-title,
.page-id-41 .page-header {
    display: none !important;
}
/* Service card images full width */
.uagb-block-1a1240f8.wp-block-uagb-image .wp-block-uagb-image__figure img,
.uagb-block-1f058e72.wp-block-uagb-image .wp-block-uagb-image__figure img,
.uagb-block-9dc4ad54.wp-block-uagb-image .wp-block-uagb-image__figure img,
.uagb-block-f31a84c7.wp-block-uagb-image .wp-block-uagb-image__figure img {
    width: 100% !important;
    height: auto !important;
}
/* Hero white box 60% opacity */
.wp-block-uagb-container.uagb-block-cb2cd1da {
    background-color: rgba(255, 255, 255, 0.6) !important;
}
/* Make Appointment button - larger white area */
.uagb-block-30132705 .uagb-buttons-repeater {
    padding: 28px 60px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
/* Contact page - consistent hero overlay */
.page-id-45 .wp-block-uagb-container.uagb-block-398cb9f6::before {
    background: rgba(0, 15, 15, 0.6) !important;
}
/* Contact page - hide title */
.page-id-45 .entry-title,
.page-id-45 .page-header {
    display: none !important;
}
/* Bottom CTA block - consistent overlay */
.wp-block-uagb-container.uagb-block-82f7e11c::before {
    background: rgba(0, 15, 15, 0.6) !important;
}
/* Mobile */
@media only screen and (max-width: 767px) {
    .wp-block-uagb-container.uagb-block-c832201d {
        background-size: cover !important;
        background-position: center center !important;
        background-color: transparent !important;
        min-height: auto !important;
    }
    .wp-block-uagb-container.uagb-block-cb2cd1da {
        background-color: rgba(255, 255, 255, 0.85) !important;
    }
    .wp-block-uagb-image--align-left {
        text-align: center !important;
        float: none !important;
        margin: 0 auto !important;
    }
    .wp-block-uagb-image--align-left figure {
        display: flex !important;
        justify-content: center !important;
    }
    .wp-block-uagb-image--align-left img {
        width: 80% !important;
        max-width: 350px !important;
        height: auto !important;
    }
    /* Contact page mobile - smooth background */
    .page-id-45 .wp-block-uagb-container.uagb-block-398cb9f6 {
        background-size: cover !important;
        background-position: center center !important;
    }
}
