.elementor-82610 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-section{background:#f0f2f7 !important;box-shadow:0 0 13px 1px rgb(70 72 77 / 2%) !important;border-radius:5px !important;padding:10px 18px !important;}.elementor-82610 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-section .gheadlinel span{font-size:18px !important;font-weight:600 !important;}.elementor-82610 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-section .gheadlinel p{font-size:14px !important;}.elementor-82610 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-section .course-section-title-elementory img{width:100px !important;, height:100px !important;}.elementor-82610 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-section .course-section-title-elementory i{top:37px !important;}.elementor-82610 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-panel-heading:hover{background:#fff !important;}.elementor-82610 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-panel-heading{border-radius:5px !important;padding:16px !important;margin-top:5px !important;}.elementor-82610 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-panel-heading .panel-heading-left .title h4{font-size:16px !important;font-weight:400 !important;}.elementor-82610 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-panel-heading .panel-heading-left .title p{font-size:14px !important;}/* Start custom CSS for text-editor, class: .elementor-element-691f318 */.ms-course-wrapper {
    font-family: iranyekan, sans-serif !important;
    color: #1f1f1f;
    line-height: 1.9;
    direction: rtl;
}

/* Header */
.ms-header-banner {
    background: linear-gradient(135deg, #0077ff, #004fa3);
    padding: 35px 20px;
    text-align: center;
    border-radius: 16px;
    color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.ms-title {
    font-size: 32px;
    font-weight: 800;
}

.ms-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-top: 10px;
}

/* Section */
.ms-section {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 28px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

.ms-section-title {
    color: #0056c9;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}

/* List */
.ms-list {
    list-style: none;
    padding: 0;
}

.ms-list li {
    padding: 8px 0;
    padding-right: 25px;
    position: relative;
    font-weight: 500;
}

.ms-list li::before {
    content: "✔";
    color: #0077ff;
    position: absolute;
    right: 0;
    font-weight: bold;
}

/* Capture Boxes */
.ms-capture {
    background: #f4f9ff;
    border-right: 4px solid #0077ff;
    padding: 15px 18px;
    margin-bottom: 18px;
    border-radius: 12px;
}

.ms-capture h4 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #0056c9;
}

/* Video Grid */
.ms-video-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}

.ms-video-item {
    background: #e9f3ff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.ms-video-item:hover {
    background: #d3e8ff;
}

/* Gift Section */
.ms-gift {
    background: #fffbeb;
    border: 2px dashed #e8b100;
}

/* Mobile */
@media (max-width: 768px) {

    .ms-title {
        font-size: 26px;
    }

    .ms-section-title {
        font-size: 20px;
    }

    .ms-video-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .ms-section {
        padding: 18px;
    }
}/* End custom CSS */