.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-23425 .elementor-element.elementor-element-3c29054{--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-a45b7e4 *//* General Layout & Font */
.article-container-inorganic {
    font-family: 'Vazirmatn', sans-serif;
    line-height: 1.9;
    color: #34495e; /* Dark Blue-Gray */
    direction: rtl;
    max-width: 900px;
    margin: auto;
}

/* Headings */
.article-container-inorganic h1 {
    color: #004d40; /* Dark Teal */
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
}
.article-container-inorganic h2 {
    font-size: 1.9rem;
    color: #00796b; /* Teal */
    margin-top: 45px;
    padding-bottom: 10px;
    border-bottom: 3px solid #4db6ac; /* Lighter Teal */
}
.article-container-inorganic h3 {
    font-size: 1.4rem;
    color: #004d40;
    margin-top: 30px;
}

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

/* Info Box Style */
.info-box-teal {
    background-color: #e0f2f1; /* Light Teal */
    border-right: 5px solid #009688; /* Teal */
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
}

/* 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: #00796b; /* Teal */
    color: white;
}
.coefficients-table th, .coefficients-table td {
    padding: 12px 10px;
    border: 1px solid #b2dfdb;
}
.coefficients-table tbody tr:nth-child(even) {
    background-color: #e0f2f1;
}
.coefficients-table .highlight {
    font-weight: bold;
    color: #004d40; /* Dark Teal */
    font-size: 1.1rem;
}

/* Final CTA Box */
.final-cta-box {
    padding: 30px;
    border-radius: 10px;
    background-color: #e0f2f1; /* Light Teal */
    margin-top: 50px;
    text-align: center;
    border: 2px solid #009688; /* Teal Border */
}
.final-cta-box h2 {
    color: #004d40;
    margin-top: 0;
    border-bottom: none;
}
.cta-button {
    display: inline-block;
    background-color: #009688; /* Teal */
    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;
}
.cta-button:hover {
    background-color: #00796b; /* Darker Teal */
}/* End custom CSS */