.elementor-298 .elementor-element.elementor-element-560c9c2{--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;}/* Start custom CSS *//* فایل: sarmayesh-article.css */

.sarmayesh-article {
    font-family: Tahoma, Arial, sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 2.1;
    color: #333;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 15px;
}

.sarmayesh-article h2 {
    color: #0e4a7b;
    font-size: 1.45em;
    margin-top: 35px;
    margin-bottom: 12px;
    border-bottom: 3px solid #1a8fd1;
    padding-bottom: 8px;
}

.sarmayesh-article h3 {
    color: #1a6fa8;
    font-size: 1.18em;
    margin-top: 25px;
    margin-bottom: 10px;
}

.sarmayesh-article p {
    margin-bottom: 16px;
    font-size: 0.98em;
    text-align: justify;
}

.sarmayesh-article ul {
    padding-right: 22px;
    margin-bottom: 18px;
}

.sarmayesh-article ul li {
    margin-bottom: 7px;
    font-size: 0.97em;
    list-style-type: disc;
}

.sarmayesh-article .price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95em;
    direction: rtl;
}

.sarmayesh-article .price-table thead tr {
    background-color: #0e4a7b;
    color: #fff;
}

.sarmayesh-article .price-table th,
.sarmayesh-article .price-table td {
    border: 1px solid #d0d0d0;
    padding: 12px 15px;
    text-align: center;
}

.sarmayesh-article .price-table tbody tr:nth-child(even) {
    background-color: #f1f7fc;
}

.sarmayesh-article .price-table tbody tr:hover {
    background-color: #e0effa;
}

.sarmayesh-article .brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
    margin: 20px 0;
}

.sarmayesh-article .brand-card {
    background: #f5faff;
    border: 1px solid #cde0f0;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}

.sarmayesh-article .brand-card h4 {
    color: #0e4a7b;
    margin: 0 0 8px 0;
    font-size: 1.05em;
}

.sarmayesh-article .brand-card span {
    font-size: 0.88em;
    color: #555;
}

.sarmayesh-article .contact-box {
    background: linear-gradient(135deg, #0e4a7b, #1a8fd1);
    color: #fff;
    border-radius: 14px;
    padding: 28px 25px;
    margin: 30px 0;
    text-align: center;
}

.sarmayesh-article .contact-box h3 {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.sarmayesh-article .contact-box a {
    color: #ffd966;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

.sarmayesh-article .contact-box a:hover {
    text-decoration: underline;
}

.sarmayesh-article .contact-nums {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 14px;
}

.sarmayesh-article .contact-nums a {
    background: rgba(255,255,255,0.15);
    padding: 8px 18px;
    border-radius: 8px;
    direction: ltr;
}

.sarmayesh-article .highlight-box {
    background: #eef7ff;
    border-right: 5px solid #1a8fd1;
    padding: 18px 20px;
    border-radius: 0 10px 10px 0;
    margin: 22px 0;
}

.sarmayesh-article .faq-section {
    margin: 30px 0;
}

.sarmayesh-article .faq-item {
    background: #f5faff;
    border: 1px solid #cde0f0;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 14px;
}

.sarmayesh-article .faq-item h4 {
    color: #0e4a7b;
    font-size: 1.05em;
    margin: 0 0 10px 0;
}

.sarmayesh-article .faq-item p {
    margin: 0;
    font-size: 0.95em;
}

@media (max-width: 600px) {
    .sarmayesh-article .contact-nums {
        flex-direction: column;
        align-items: center;
    }
    .sarmayesh-article .brand-grid {
        grid-template-columns: 1fr 1fr;
    }
}/* End custom CSS */