.elementor-207 .elementor-element.elementor-element-3c505ff{--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 *//* ===== استایل صفحه سرمایش - نسخه بهینه ===== */
/* سازگار با استایل سراسری s24 */

/* ===== کانتینر مقاله ===== */
.sarmayesh-article {
    padding: 30px 20px;
    background-color: #ffffff;
    text-align: justify;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* ===== عناوین سفارشی ===== */
.sarmayesh-article h2 {
    color: #0066cc;
    font-size: 1.8em;
    margin: 30px 0 20px 0;
    border-bottom: 3px solid #0066cc;
    padding-bottom: 12px;
}

.sarmayesh-article h3 {
    color: #004499;
    font-size: 1.3em;
    margin: 25px 0 15px 0;
}

/* ===== پاراگراف ===== */
.sarmayesh-article p {
    font-size: 1.05em;
    line-height: 2.2;
}

/* ===== لینک‌ها و Strong ===== */
.sarmayesh-article strong {
    color: #0066cc;
}

.sarmayesh-article a {
    color: #0066cc;
    border-bottom: 1px dotted #0066cc;
}

.sarmayesh-article a:hover {
    color: #004499;
    border-bottom: 1px solid #004499;
}

/* ===== باکس هایلایت ===== */
.sarmayesh-article .highlight-box {
    background: linear-gradient(135deg, #e8f4fd 0%, #d0e8f7 100%);
    border-right: 5px solid #0066cc;
    padding: 25px;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,102,204,0.1);
}

.sarmayesh-article .highlight-box h3 {
    margin-top: 0;
    color: #0066cc;
}

/* ===== جدول قیمت ===== */
.sarmayesh-article .price-table {
    margin: 30px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 12px;
    overflow: hidden;
}

.sarmayesh-article .price-table th {
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
    padding: 18px;
    font-size: 1.15em;
    text-align: center;
}

.sarmayesh-article .price-table td {
    padding: 16px;
    text-align: center;
    font-size: 1.05em;
}

.sarmayesh-article .price-table tr:hover {
    background-color: #e8f4fd;
}

/* ===== لیست برندها ===== */
.sarmayesh-article .brands-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.sarmayesh-article .brand-tag {
    background: #f0f7ff;
    border: 2px solid #0066cc;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 0.95em;
    color: #004499;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sarmayesh-article .brand-tag:hover {
    background: #0066cc;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,102,204,0.3);
}

/* ===== باکس تماس ===== */
.sarmayesh-article .contact-box {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin: 35px 0;
    text-align: center;
    box-shadow: 0 5px 20px rgba(40,167,69,0.3);
}

.sarmayesh-article .contact-box a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 10px 15px;
    padding: 12px 25px;
    background: rgba(255,255,255,0.25);
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,0.3);
}

.sarmayesh-article .contact-box a:hover {
    background: rgba(255,255,255,0.4);
    transform: scale(1.05);
    border-color: rgba(255,255,255,0.6);
}

/* ===== لیست‌ها ===== */
.sarmayesh-article li {
    font-size: 1.05em;
}

/* ===== سوالات متداول ===== */
.faq-section {
    margin: 40px 0;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 12px;
}

.faq-section h2 {
    color: #0066cc;
    font-size: 1.8em;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 3px solid #0066cc;
    padding-bottom: 15px;
}

.faq-item {
    background: #ffffff;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    border-right: 4px solid #0066cc;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 20px rgba(0,102,204,0.2);
    transform: translateX(-5px);
}

.faq-question {
    color: #004499;
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: bold;
}

.faq-answer {
    padding-right: 25px;
}

.faq-answer p {
    color: #555;
}

/* ===== تصاویر ===== */
.sarmayesh-article img {
    margin: 30px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* ===== ریسپانسیو ===== */
@media screen and (max-width: 768px) {
    .sarmayesh-article {
        padding: 20px 15px;
    }
    
    .sarmayesh-article .brands-list {
        gap: 10px;
    }
    
    .sarmayesh-article .brand-tag {
        padding: 8px 15px;
        font-size: 0.85em;
    }
    
    .sarmayesh-article .contact-box a {
        display: block;
        margin: 10px 0;
    }
    
    .sarmayesh-article .price-table {
        font-size: 0.9em;
    }
    
    .sarmayesh-article .price-table th,
    .sarmayesh-article .price-table td {
        padding: 10px 5px;
    }
}

@media screen and (max-width: 480px) {
    .sarmayesh-article .highlight-box,
    .sarmayesh-article .contact-box,
    .faq-section {
        padding: 15px;
    }
}/* End custom CSS */