.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-23016 .elementor-element.elementor-element-0ed79f4{--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-64c2dc2 *//* General Layout & Font */
.article-container-organic {
    font-family: 'Vazirmatn', sans-serif;
    line-height: 1.9;
    color: #4a4a4a;
    direction: rtl;
    max-width: 900px;
    margin: auto;
}

/* Headings */
.article-container-organic h1 {
    color: #311b92; /* Deep Purple */
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
}
.article-container-organic h2 {
    font-size: 1.9rem;
    color: #5e35b1; /* Purple */
    margin-top: 45px;
    padding-bottom: 10px;
    border-bottom: 3px solid #9575cd; /* Lighter Purple */
}
.article-container-organic h3 {
    font-size: 1.4rem;
    color: #4527a0; /* Darker Purple */
    margin-top: 30px;
}

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

/* Info Box Style */
.info-box-purple {
    background-color: #f3e5f5; /* Light Purple */
    border-right: 5px solid #ab47bc; /* Medium Purple */
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
}
.info-box-purple p {
    margin: 0;
}

/* Table Styles */
.table-wrapper {
    overflow-x: auto;
    margin: 30px 0;
}
.coefficients-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 0.95rem;
}
.coefficients-table thead {
    background-color: #5e35b1; /* Purple */
    color: white;
}
.coefficients-table th, .coefficients-table td {
    padding: 12px 10px;
    border: 1px solid #d1c4e9;
}
.coefficients-table tbody tr:nth-child(even) {
    background-color: #f3e5f5;
}
.coefficients-table .highlight {
    font-weight: bold;
    color: #8e24aa; /* Darker Purple */
    font-size: 1.1rem;
}

/* Final CTA Box */
.final-cta-box {
    padding: 30px;
    border-radius: 10px;
    background-color: #ede7f6; /* Lighter Purple */
    margin-top: 50px;
    text-align: center;
    border: 2px solid #7e57c2; /* Purple Border */
}
.final-cta-box h2 {
    color: #4527a0;
    margin-top: 0;
    border-bottom: none;
}
.cta-button {
    display: inline-block;
    background-color: #673ab7; /* Purple */
    color: white !important;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.cta-button:hover {
    background-color: #512da8; /* Darker Purple */
    transform: translateY(-2px);
}/* End custom CSS */