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

/* ================================
   هدر دوره
================================ */
.course-header {
    background: linear-gradient(135deg, #0a74ff, #003d99);
    color: #fff;
    padding: 40px 25px;
    border-radius: 18px;
    text-align: center;
    margin-bottom: 35px;
    box-shadow: 0 4px 20px #00000025;
}

.course-header h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
}

.course-header .subtitle {
    font-size: 18px;
    opacity: .95;
    line-height: 1.8;
}

/* ================================
   بخش‌های اصلی
================================ */
.course-section,
.section {
    background: #fff;
    padding: 28px;
    margin-bottom: 28px;
    border-radius: 14px;
    box-shadow: 0 4px 16px #00000015;
}

.course-section h2,
.section-title {
    font-size: 24px;
    color: #0a74ff;
    font-weight: 700;
    margin-bottom: 15px;
}

/* ================================
   لیست‌های آیکون‌دار
================================ */
.icon-list,
.check-list,
.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-list li,
.check-list li,
.custom-list li {
    padding: 9px 0;
    padding-right: 26px;
    position: relative;
    line-height: 1.8;
}

/* بولت آیکونی آبی */
.icon-list li::before,
.check-list li::before,
.custom-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    background: #0a74ff;
    border-radius: 50%;
}

/* ================================
   بخش‌های هایلایت شده (هدیه و …)
================================ */
.highlight-section {
    background: #e8f2ff;
    border-right: 6px solid #0a74ff;
    border-radius: 14px;
    padding: 28px;
}

.highlight-section .section-title {
    color: #0a74ff;
}

/* ================================
   CTA نهایی
================================ */
.final-cta {
    background: #e9f5ff;
    border: 1px solid #bcdcff;
    text-align: center;
    border-radius: 16px;
    padding: 32px;
}

.final-cta .main-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 14px 34px;
    background: #0a74ff;
    border-radius: 12px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s;
}

.final-cta .main-btn:hover {
    background: #005ed1;
    transform: translateY(-2px);
}

/* ================================
   ریسپانسیو موبایل
================================ */
@media (max-width: 768px) {
    .course-header h1 {
        font-size: 26px;
    }

    .course-section,
    .section {
        padding: 22px;
    }

    .final-cta {
        padding: 28px;
    }

    .final-cta .main-btn {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b27f8c9 *//* ساختار کلی بخش */
.course-outline-section {
    width: 100%;
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: "iranyekan", sans-serif;
    line-height: 1.9;
}

/* عنوان اصلی */
.course-outline-section .section-title {
    font-size: 28px;
    font-weight: 800;
    color: #1c3d77;
    text-align: center;
    margin-bottom: 35px;
    background: linear-gradient(90deg, #d4af37 0%, #1c3d77 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* کارت هر بخش */
.chapter-card {
    background: #f5f8ff;
    border-radius: 18px;
    padding: 25px;
    margin-bottom: 22px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    border: 1px solid #e3e9ff;
}

.chapter-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

/* هدر هر فصل */
.chapter-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.chapter-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1c3d77;
    margin: 0;
}

.chapter-icon {
    font-size: 28px;
    margin-left: 10px;
}

/* توضیحات زیر عنوان */
.chapter-text {
    font-size: 15px;
    margin-bottom: 18px;
    color: #333;
}

/* لیست سرفصل‌ها */
.chapter-list {
    margin: 0;
    padding-right: 20px;
}

.chapter-list li {
    padding: 6px 0;
    color: #2d2d2d;
    position: relative;
    font-size: 15px;
}

.chapter-list li::before {
    content: "✔";
    position: absolute;
    right: -20px;
    top: 3px;
    font-size: 13px;
    color: #1c3d77;
    font-weight: bold;
}

/* باکس دمو */
.demo-box {
    background: #eaf0ff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    margin-top: 40px;
    border: 1px solid #d5e0ff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.demo-box h3 {
    font-size: 20px;
    color: #1c3d77;
    margin-bottom: 10px;
}

.demo-box p {
    font-size: 15px;
    color: #454545;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {

    .course-outline-section .section-title {
        font-size: 22px;
        line-height: 1.6;
    }

    .chapter-card {
        padding: 20px;
    }

    .chapter-header h3 {
        font-size: 17px;
        line-height: 1.7;
    }

    .chapter-icon {
        font-size: 24px;
    }

    .chapter-list li {
        font-size: 14px;
    }

    .demo-box h3 {
        font-size: 18px;
    }
}/* End custom CSS */