.elementor-82533 .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-82533 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-section .gheadlinel span{font-size:18px !important;font-weight:600 !important;}.elementor-82533 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-section .gheadlinel p{font-size:14px !important;}.elementor-82533 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-section .course-section-title-elementory img{width:100px !important;, height:100px !important;}.elementor-82533 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-section .course-section-title-elementory i{top:37px !important;}.elementor-82533 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-panel-heading:hover{background:#fff !important;}.elementor-82533 .elementor-element.elementor-element-4c4a622a .product-lessons-el .course-panel-heading{border-radius:5px !important;padding:16px !important;margin-top:5px !important;}.elementor-82533 .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-82533 .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 */.epc-container {
    font-family: iranyekan, sans-serif;
    direction: rtl;
    line-height: 1.9;
    color: #1d1d1d;
}

/* --- HERO --- */
.epc-hero {
    padding: 40px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0a74ff, #003d99);
    color: #fff;
    border-radius: 18px;
    margin-bottom: 35px;
}

.epc-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 800;
}

.epc-subtitle {
    font-size: 18px;
    opacity: 0.9;
}

.epc-subtitle-tag {
    font-size: 15px;
    margin-top: 10px;
    opacity: 0.9;
}

.epc-badge {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 18px;
    background: #ffffff22;
    border: 1px solid #fff;
    border-radius: 12px;
    font-size: 14px;
}

/* --- SECTIONS --- */
.epc-section {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 16px #0000000f;
}

.epc-section h2 {
    color: #0a74ff;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

/* --- LISTS --- */
.epc-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.epc-list li {
    padding: 8px 0;
    position: relative;
    padding-right: 22px;
}

.epc-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    background: #0a74ff;
    border-radius: 50%;
}

/* --- Highlight sections --- */
.epc-highlight {
    background: #e8f2ff;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 25px;
    border-right: 6px solid #0a74ff;
}

.epc-highlight h2 {
    color: #0a74ff;
    margin-bottom: 12px;
}

/* --- Video Grid --- */
.epc-videos {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 16px #0000000f;
    margin-bottom: 25px;
}

.epc-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.epc-video-card {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 10px #0000000a;
    transition: 0.3s;
}

.epc-video-card:hover {
    transform: translateY(-4px);
}

.epc-video-thumb {
    background: #dce9ff;
    border-radius: 10px;
    padding: 40px 10px;
    color: #0a74ff;
    font-weight: 700;
    font-size: 18px;
}

/* --- Final section --- */
.epc-final {
    text-align: center;
    background: #e9f5ff;
    padding: 28px;
    border-radius: 14px;
    margin-bottom: 25px;
    border: 1px solid #bcdcff;
}

.epc-tagline {
    margin-top: 12px;
    font-size: 18px;
    color: #0a74ff;
    font-weight: 700;
}

/* --- Mobile responsive --- */
@media (max-width: 768px) {
    .epc-title { font-size: 26px; }
    .epc-section, 
    .epc-highlight,
    .epc-videos { padding: 20px; }

    .epc-video-grid {
        grid-template-columns: 1fr;
    }

    .epc-video-thumb {
        padding: 30px 10px;
    }
}/* End custom CSS */