:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a896362 *//* ---- Force heading into two clean lines ---- */

.cbse-main-title {
    text-align: center !important;
    font-size: 48px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    display: block;
}

/* Style for the second line */
.cbse-subtitle {
    text-align: center !important;
    font-size: 32px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    display: block;
    margin-top: 8px;
}

/* Mobile and tablet adjustments */
@media (max-width: 767px) {
    .cbse-main-title {
        font-size: 32px !important;
    }
    .cbse-subtitle {
        font-size: 24px !important;
    }
}/* End custom CSS */