/* SEO Monster Plugin - Adaptive CSS Styles */

/* Desktop: Full hero banner display */
@media (min-width: 768px) {
    .elementor-element-3b2e5044 {
        background-size: cover;
        background-position: center left;
        min-height: 600px;
        background-repeat: no-repeat;
    }
}

/* Mobile: Portrait-friendly scaling with focus on technician */
@media (max-width: 767px) {
    .elementor-element-3b2e5044 {
        background-size: contain;
        background-position: center left 20%;
        min-height: 400px;
        background-repeat: no-repeat;
    }
}