/*Service Page Style*/

.snw-service-banner {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.snw-service-banner .elementor-heading-title {
    text-shadow: 2px 2px 15px var(--ast-global-color-2);
}

.snw-service-banner h1.elementor-heading-title {
    font-size: 6rem;
    color: #f2f2f2;
    text-shadow: 2px 2px 15px var(--ast-global-color-2);
    text-transform: none;
}

.line-heading {
    position: relative;
}

.line-heading::before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 36%;
}

.line-heading .elementor-heading-title {
    display: inline-block;
    background-color: #fff;
    position: relative;
}

.line-heading.heading-left .elementor-heading-title {
    padding-right: 3%;
}

.line-heading.heading-right .elementor-heading-title {
    padding-left: 3%;
}

.snw-video-section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

.snw-service-banner.service-residential {
	height: 100vh;
    align-items: baseline;
    justify-content: left;
}

.snw-service-banner.service-residential .elementor-container {
    width: 100%;
}

.snw-service-banner.service-residential h1.elementor-heading-title {
    text-shadow: none;
}

@media (max-width: 1024px) {
    .snw-service-banner {
        min-height: 50vh;
    }
}

@media (max-width: 767px) {
    .snw-service-banner h1.elementor-heading-title {
        font-size: 13vw;
    }
    
    .snw-how-it-works .work-steps img {
        max-width: 60%;
    }
    
    .snw-how-it-works .work-steps .elementor-widget-heading .elementor-heading-title {
        font-size: 1.475rem;
    }
    
    .snw-how-it-works .work-steps .elementor-widget-heading {
        margin-bottom: 0;
    }
}
























