.elementor-272 .elementor-element.elementor-element-873bd4e{--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 *//* استایل اصلی مقاله */
.sarmayesh24-article {
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.9;
    color: #333;
    direction: rtl;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

/* عنوان اصلی */
.sarmayesh24-article h2 {
    color: #1a5f7a;
    border-bottom: 3px solid #1a5f7a;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.8em;
}

/* عناوین فرعی */
.sarmayesh24-article h3 {
    color: #2d8bba;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.sarmayesh24-article h4 {
    color: #444;
    margin-top: 20px;
    font-size: 1.1em;
}

/* بخش‌ها */
.sarmayesh24-article section {
    margin-bottom: 25px;
}

/* لیست‌ها */
.sarmayesh24-article ul {
    padding-right: 20px;
    list-style-type: disc;
}

.sarmayesh24-article li {
    margin-bottom: 8px;
}

/* تصاویر */
.sarmayesh24-article .article-image {
    display: block;
    margin: 25px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* جدول قیمت */
.sarmayesh24-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.sarmayesh24-article th, 
.sarmayesh24-article td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: right;
}

.sarmayesh24-article th {
    background-color: #1a5f7a;
    color: white;
    font-weight: bold;
}

.sarmayesh24-article tr:nth-child(even) {
    background-color: #f9f9f9;
}

.sarmayesh24-article tr:hover {
    background-color: #f1f1f1;
    transition: background-color 0.3s ease;
}

/* بخش شماره تماس */
.phone-numbers {
    background: linear-gradient(135deg, #1a5f7a, #2d8bba);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
}

.phone-numbers p {
    color: white;
    margin: 10px 0;
    font-size: 18px;
}

.phone-numbers a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.phone-numbers a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

/* بخش مزایا */
.features {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-right: 4px solid #1a5f7a;
    margin-top: 20px;
}

.features h4 {
    margin-top: 0;
    color: #1a5f7a;
}

/* لیست برندها */
.brand-list {
    background-color: #fff;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 15px;
}

.brand-list h4 {
    color: #1a5f7a;
    border-bottom: 2px solid #2d8bba;
    padding-bottom: 8px;
}

/* بخش سوالات متداول FAQ */
.faq {
    background-color: #f0f7fa;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
}

.faq h3 {
    margin-top: 0;
    text-align: center;
}

.faq-item {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-right: 4px solid #2d8bba;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    transform: translateX(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.faq-item h4 {
    color: #1a5f7a;
    margin-top: 0;
    margin-bottom: 10px;
}

.faq-item p {
    margin: 0;
    color: #555;
}

/* لینک‌ها */
.sarmayesh24-article a {
    color: #1a5f7a;
    text-decoration: none;
    border-bottom: 1px dotted #1a5f7a;
    transition: color 0.3s ease;
}

.sarmayesh24-article a:hover {
    color: #2d8bba;
    border-bottom-style: solid;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .sarmayesh24-article {
        padding: 15px;
    }
    
    .sarmayesh24-article h2 {
        font-size: 1.5em;
    }
    
    .sarmayesh24-article h3 {
        font-size: 1.2em;
    }
    
    .sarmayesh24-article table {
        font-size: 14px;
    }
    
    .sarmayesh24-article th,
    .sarmayesh24-article td {
        padding: 8px 10px;
    }
    
    .phone-numbers p {
        font-size: 16px;
    }
}/* End custom CSS */