.elementor-277 .elementor-element.elementor-element-4f3b56e{--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: 10px 15px;
    font-size: 15.5px;
}

/* ===== عناوین سفارشی ===== */
.sarmayesh-article h2 {
    font-size: 1.45em;
    font-weight: 800;
    color: #0e4a7b;
    margin: 32px 0 14px;
    padding-bottom: 8px;
    border-bottom: 3px solid #00a8e8;
    display: inline-block;
}

.sarmayesh-article h3 {
    font-size: 1.18em;
    color: #14699e;
    margin: 26px 0 10px;
}

/* ===== پاراگراف ===== */
.sarmayesh-article p {
    text-align: justify;
}

/* ===== لیست ===== */
.sarmayesh-article ul li {
    margin-bottom: 7px;
}

/* ===== Bold & لینک ===== */
.sarmayesh-article strong {
    color: #0e4a7b;
}

.sarmayesh-article a {
    color: #00a8e8;
    font-weight: 700;
}

/* ===== تصاویر ===== */
.article-img {
    margin: 20px auto;
}

/* ===== جدول قیمت ===== */
.price-table-wrapper {
    overflow-x: auto;
    margin: 22px 0 30px;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.price-table {
    min-width: 480px;
    font-size: 15px;
}

.price-table thead th {
    background: linear-gradient(135deg, #0e4a7b, #00a8e8);
}

.price-table tbody tr:nth-child(even) {
    background: #f0f8ff;
}

.price-table tbody tr:hover {
    background: #e1f2fb;
}

/* ===== گرید برندها ===== */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
    margin: 18px 0 28px;
}

.brand-card {
    background: #f7fbff;
    border: 1px solid #d6e9f7;
    border-radius: 10px;
    padding: 16px;
    transition: box-shadow 0.2s;
}

.brand-card:hover {
    box-shadow: 0 4px 14px rgba(0, 168, 232, 0.13);
}

.brand-card h4 {
    font-size: 1em;
    font-weight: 700;
    color: #0e4a7b;
    margin: 0 0 6px;
}

.brand-card span {
    font-size: 0.88em;
    color: #5a5a5a;
}

/* ===== باکس تماس ===== */
.contact-box {
    background: linear-gradient(135deg, #0e4a7b, #007bbd);
    color: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    margin: 30px 0 10px;
    text-align: center;
}

.contact-box h3 {
    color: #fff;
    font-size: 1.3em;
    margin: 0 0 16px;
}

.contact-nums {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.contact-nums a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.05em;
    direction: ltr;
    transition: background 0.2s;
    text-decoration: none;
}

.contact-nums a:hover {
    background: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

/* ===== باکس هایلایت ===== */
.highlight-box {
    background: #eef7ee;
    border-right: 4px solid #2ecc71;
    padding: 16px 20px;
    border-radius: 0 10px 10px 0;
    margin: 20px 0;
}

.highlight-box p {
    margin: 0;
}

/* ===== سوالات متداول ===== */
.faq-section {
    margin: 24px 0 30px;
}

.faq-item {
    background: #f8fbff;
    border: 1px solid #d6e9f7;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.faq-item:hover {
    box-shadow: 0 3px 12px rgba(0, 168, 232, 0.1);
}

.faq-question {
    font-size: 1.08em;
    font-weight: 700;
    color: #0e4a7b;
    padding: 16px 20px;
    background: linear-gradient(135deg, #edf5fc, #f7fbff);
    border-bottom: 1px solid #e0edf7;
    cursor: default;
}

.faq-answer {
    padding: 14px 20px 18px;
}

.faq-answer p {
    margin: 0;
}

/* ===== Footer ===== */
.footer-text {
    text-align: center;
    margin-top: 24px;
    color: #777;
    font-size: 13.5px;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 600px) {
    .sarmayesh-article {
        padding: 8px 10px;
        font-size: 14.5px;
    }

    .sarmayesh-article h2 {
        font-size: 1.22em;
    }

    .brands-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .contact-nums a {
        font-size: 0.95em;
        padding: 8px 14px;
    }

    .faq-question {
        font-size: 0.98em;
        padding: 14px 16px;
    }

    .faq-answer {
        padding: 12px 16px 16px;
    }
}/* End custom CSS */