.elementor-3683 .elementor-element.elementor-element-5a2dfe17{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* Stiluri specifice pentru paginile de tip "dailyfit-service" */
.single-dailyfit-service .page-title {
    padding: 35px 0; /* Ajustează padding-ul pentru paginile "dailyfit-service" */
}

.single-dailyfit-service .page-title h2 {
    text-align: center; /* Aliniere centrală a titlului pe paginile "dailyfit-service" */
    opacity: 0; /* Face textul transparent */
}

/* Stiluri pentru ecranele mai mici (mobile) */
@media only screen and (max-width: 767px) {
    .single-dailyfit-service .page-title {
        padding: 20px 0; /* Ajustează padding-ul pentru paginile "dailyfit-service" pe mobil */
        display: none; /* Ascunde titlul pe mobil */
    }

    .single-dailyfit-service .page-title {
        display: none; /* Ascunde titlul pe mobil */
    }
}


/* Stilizare pentru titlul personalizat */
.custom-title {
    display: block;
    font-size: 50px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
    font-weight: bold;
}

@media (max-width: 768px) {
    .custom-title {
        display: block;
        font-size: 38px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 15px !important;
        color: red;
        font-weight: bold;
    }
}/* End custom CSS */