.elementor-16 .elementor-element.elementor-element-f07dbd6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-f689922 *//* --- Updated Courses Section Spacing --- */
    .courses-section {
        padding: 100px 0 80px 0; /* Header sobat overlap hou naye mhun 100px top padding */
        background-color: #fcfcfc;
    }

    .course-card {
        background: #fff;
        padding: 40px;
        margin-bottom: 30px;
        border-radius: 12px;
        border: 1px solid #eee;
        text-align: center;
        /* Tumchi Standard Blue Shadow */
        box-shadow: -8px -8px 0px 0px #0073BB;
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .course-card:hover {
        /* Hover kelyavar Red Shadow */
        box-shadow: -8px -8px 0px 0px #ED1C24;
        transform: translateY(-5px);
    }

    .course-title {
        color: #0073BB;
        font-weight: 800;
        font-size: 1.8rem;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .course-content {
        color: #444;
        font-size: 1rem;
        line-height: 1.8;
        text-align: justify;
    }

    .course-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
        display: block;
    }/* End custom CSS */