.elementor-2881 .elementor-element.elementor-element-c17b231{--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;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#D2D2D2;--border-color:#D2D2D2;--padding-top:15px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}.elementor-2881 .elementor-element.elementor-element-c17b231:not(.elementor-motion-effects-element-type-background), .elementor-2881 .elementor-element.elementor-element-c17b231 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2881 .elementor-element.elementor-element-9b7ea3e .elementor-heading-title{font-family:"Noto Sans", Sans-serif;font-size:26px;font-weight:400;text-transform:uppercase;color:#050A24;}.elementor-2881 .elementor-element.elementor-element-edcf669{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2881 .elementor-element.elementor-element-7487f60{--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-2881 .elementor-element.elementor-element-af80aa6{--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-2881 .elementor-element.elementor-element-b84092e{--display:flex;--margin-top:-20px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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 );}.elementor-2881 .elementor-element.elementor-element-1cc1c00a{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2881 .elementor-element.elementor-element-c17b231{--content-width:1300px;}.elementor-2881 .elementor-element.elementor-element-edcf669{--content-width:1300px;}.elementor-2881 .elementor-element.elementor-element-7487f60{--width:50%;}.elementor-2881 .elementor-element.elementor-element-af80aa6{--width:50%;}.elementor-2881 .elementor-element.elementor-element-b84092e{--content-width:1300px;}.elementor-2881 .elementor-element.elementor-element-1cc1c00a{--content-width:1300px;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-e3f3b09 *//* Fixed CSS for proper course card layout */

/* Reset and fix the course cards container */
.elementor-2881 .elementor-element.elementor-element-e3f3b09 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    width: 100% !important;
    align-items: stretch !important;
}

/* Style individual course cards properly */
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card {
    flex: 0 1 calc(25% - 15px) !important;
    min-width: 280px !important;
    max-width: 350px !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 400px !important;
}

/* Fix the images */
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Fix the content area */
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card .woocommerce-loop-product__link,
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card .product-content,
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card > div {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding: 15px !important;
}

/* Fix the titles to display horizontally */
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card h2,
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card h3,
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card .woocommerce-loop-product__title {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    display: block !important;
    margin: 10px 0 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    height: auto !important;
    min-height: 50px !important;
}

/* Fix any text that might be vertical */
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card * {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
}

/* Fix description text */
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card p,
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card .product-description {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    margin: 10px 0 !important;
    line-height: 1.5 !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card {
        flex: 0 1 100% !important;
        max-width: 100% !important;
        min-height: 350px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card {
        flex: 0 1 calc(50% - 10px) !important;
    }
}

@media (min-width: 1025px) {
    .elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card {
        flex: 0 1 calc(25% - 15px) !important;
    }
}

/* Ensure buttons and links display properly */
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card a,
.elementor-2881 .elementor-element.elementor-element-e3f3b09 .eb-pro-shop-product-card button {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    display: inline-block !important;
    width: auto !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-67d438a0 *//* Fixed CSS for proper course card layout */

/* Reset and fix the course cards container */
.elementor-2881 .elementor-element.elementor-element-67d438a0 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    width: 100% !important;
    align-items: stretch !important;
}

/* Style individual course cards properly */
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card {
    flex: 0 1 calc(25% - 15px) !important;
    min-width: 280px !important;
    max-width: 350px !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 400px !important;
}

/* Fix the images */
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Fix the content area */
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card .woocommerce-loop-product__link,
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card .product-content,
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card > div {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding: 15px !important;
}

/* Fix the titles to display horizontally */
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card h2,
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card h3,
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card .woocommerce-loop-product__title {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    display: block !important;
    margin: 10px 0 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    height: auto !important;
    min-height: 50px !important;
}

/* Fix any text that might be vertical */
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card * {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
}

/* Fix description text */
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card p,
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card .product-description {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    margin: 10px 0 !important;
    line-height: 1.5 !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card {
        flex: 0 1 100% !important;
        max-width: 100% !important;
        min-height: 350px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card {
        flex: 0 1 calc(50% - 10px) !important;
    }
}

@media (min-width: 1025px) {
    .elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card {
        flex: 0 1 calc(25% - 15px) !important;
    }
}

/* Ensure buttons and links display properly */
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card a,
.elementor-2881 .elementor-element.elementor-element-67d438a0 .eb-pro-shop-product-card button {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    display: inline-block !important;
    width: auto !important;
}/* End custom CSS */