/* Left align text and reduce heading font size */
.sub-slider {
    text-align: left !important;
}

.sub-slider .elementor-widget-pxl_heading .pxl-item--title {
    font-size: 54px !important;
    text-align: left !important;
}

.sub-slider .elementor-widget-pxl_text_editor {
    text-align: left !important;
}

/* Left align the 'Free Consultation' button */
.sub-slider .elementor-widget-pxl_button .pxl-button-wrapper {
    text-align: left !important;
    justify-content: flex-start !important;
}

/* Add a light dark overlay to the slider */
.sub-slider > .elementor-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    pointer-events: none;
}

.sub-slider > .elementor-container > * {
    z-index: 1;
    position: relative;
}