.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-23694 .elementor-element.elementor-element-6354544{--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-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-72bc52d *//* General Layout & Font */
.article-container-english {
    font-family: 'Vazirmatn', sans-serif;
    line-height: 1.9;
    color: #333;
    direction: rtl;
    max-width: 900px;
    margin: auto;
}

/* Headings */
.article-container-english h1 {
    color: #4a148c; /* Deep Purple */
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
}
.article-container-english h2 {
    font-size: 1.9rem;
    color: #6a1b9a; /* Purple */
    margin-top: 45px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ab47bc; /* Lighter Purple */
}
.article-container-english h3 {
    font-size: 1.4rem;
    color: #4a148c;
    margin-top: 30px;
}

/* Paragraph and Lists with Justify */
.article-container-english p {
    font-size: 1.1rem;
    text-align: justify;
}
.article-container-english ul {
    list-style-type: '✅ ';
    padding-right: 20px;
}
.article-container-english li {
    margin-bottom: 10px;
}

/* UPDATED: Poster Image Style */
.course-poster-english {
    display: block;
    width: 100%;
    max-width: 350px; /* Size reduced by 50% */
    margin: 20px auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Info Box Style */
.info-box-yellow {
    background-color: #fffde7; /* Light Yellow */
    border-right: 5px solid #fdd835; /* Yellow */
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
}

/* Price Box Style */
.price-box {
    background: #ffffff;
    border: 2px dashed #e67e22; /* Orange */
    padding: 25px;
    margin-top: 30px;
    border-radius: 12px;
    text-align: center;
}
.price-box .original-price {
    text-decoration: line-through;
    color: #95a5a6;
    font-size: 1.2rem;
}
.price-box .final-price {
    color: #d35400; /* Dark Orange */
    font-size: 2.2rem;
    font-weight: bold;
}
.price-box .urgency-note {
    color: #c0392b; /* Red */
    font-weight: bold;
    margin-top: 10px;
}

/* Final CTA Button Style */
.cta-button-english {
    display: block;
    background-color: #6a1b9a; /* Purple */
    color: white !important;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.cta-button-english:hover {
    background-color: #4a148c; /* Darker Purple */
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .article-container-english h1 {
        font-size: 2rem;
    }
    .article-container-english h2 {
        font-size: 1.6rem;
    }
}/* End custom CSS */