.elementor-13 .elementor-element.elementor-element-22d4b7b{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}.elementor-13 .elementor-element.elementor-element-ef2c481{--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;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-ef2c481:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-ef2c481 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECEFFF;}.elementor-13 .elementor-element.elementor-element-572a716{--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;--padding-top:40px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}@media(max-width:1366px){.elementor-13 .elementor-element.elementor-element-ef2c481{--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-572a716{--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-ef2c481{--content-width:1280px;}.elementor-13 .elementor-element.elementor-element-572a716{--width:100%;}}@media(max-width:1366px) and (min-width:768px){.elementor-13 .elementor-element.elementor-element-ef2c481{--content-width:96%;}}@media(max-width:1200px){.elementor-13 .elementor-element.elementor-element-ef2c481{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-22d4b7b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-13 .elementor-element.elementor-element-ef2c481{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for shortcode, class: .elementor-element-454b810 */.bd-course-grid-wrap {
    width: 100%;
}

.bd-course-grid {
    display: grid;
    gap: 28px;
}

.bd-course-grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.bd-course-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bd-course-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bd-course-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bd-course-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    padding: 10px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bd-course-img-link {
    display: block;
    text-decoration: none;
}

.bd-course-img {
    width: 100%;
    aspect-ratio: 1 / 0.92;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}

.bd-course-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.bd-course-card:hover .bd-course-img img {
    transform: scale(1.04);
}

.bd-course-body {
    padding: 8px 6px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bd-course-title-link {
    color: inherit;
    text-decoration: none;
}

.bd-course-title {
    margin: 0 0 8px;
    color: #050505;
    font-size: 26px;
    line-height: 1.32;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.bd-course-excerpt {
    margin: 0 0 14px;
    color: #111111;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.bd-course-meta-row {
    margin-top: auto;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bd-course-price {
    color: #000000;
    font-size: 19px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.bd-course-price del {
    color: #777777;
    opacity: 0.65;
    font-size: 15px;
    font-weight: 500;
    margin-right: 6px;
}

.bd-course-price ins {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
}

.bd-free-price {
    font-weight: 800;
}

.bd-course-class {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #111111;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
}

.bd-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 auto;
}

.bd-dot.online {
    background: #008f0c;
}

.bd-dot.offline {
    background: #000000;
}

.bd-course-enroll-btn {
    width: 100%;
    min-height: 45px;
    border-radius: 10px;
    background: #4895ff;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    transition: all 0.25s ease;
}

.bd-course-enroll-btn:hover {
    background: #2f83f5;
    color: #ffffff !important;
}

.bd-course-enroll-btn span {
    font-size: 18px;
    line-height: 1;
    margin-top: -1px;
}

@media (max-width: 1024px) {
    .bd-course-grid,
    .bd-course-grid-3,
    .bd-course-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bd-course-title {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .bd-course-grid,
    .bd-course-grid-2,
    .bd-course-grid-3,
    .bd-course-grid-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 22px;
    }

    .bd-course-card {
        padding: 10px;
    }

    .bd-course-title {
        font-size: 23px;
    }

    .bd-course-excerpt {
        font-size: 15px;
    }

    .bd-course-meta-row {
        gap: 10px;
    }
}/* End custom CSS */