.elementor-354 .elementor-element.elementor-element-061cc54{--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 */

/* ===== کانتینر ===== */
.molavi-article {
    padding: 10px 15px;
}

/* ===== عناوین سفارشی ===== */
.molavi-article h2 {
    color: #0a6e8a;
    font-size: 1.5em;
    margin-top: 35px;
    margin-bottom: 12px;
    border-bottom: 3px solid #0a6e8a;
    padding-bottom: 8px;
}

.molavi-article h3 {
    color: #e67e22;
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* ===== پاراگراف ===== */
.molavi-article p {
    text-align: justify;
}

/* ===== تصاویر ===== */
.molavi-article img {
    margin: 20px auto;
}

/* ===== لینک‌های سفارشی ===== */
.molavi-article a {
    color: #0a6e8a;
}

.molavi-article a:hover {
    color: #e67e22;
}

/* ===== لیست با آیکون چک ===== */
.molavi-article ul li {
    position: relative;
    padding-right: 22px;
    margin-bottom: 7px;
}

.molavi-article ul li::before {
    content: "✔";
    position: absolute;
    right: 0;
    color: #0a6e8a;
    font-size: 0.9em;
}

/* ===== جدول قیمت - فقط تفاوت‌ها ===== */
.molavi-article .price-table {
    margin: 25px 0;
    font-size: 0.95em;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.molavi-article .price-table thead tr {
    background: linear-gradient(135deg, #0a6e8a, #0d8faa);
}

.molavi-article .price-table tbody tr:hover {
    background-color: #e8f4f8;
}

.molavi-article .table-note {
    font-size: 0.88em;
    color: #888;
}

/* ===== گرید برندها ===== */
.molavi-article .brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.molavi-article .brand-card {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.molavi-article .brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.molavi-article .brand-card strong {
    display: block;
    color: #0a6e8a;
    font-size: 1.1em;
    margin-bottom: 6px;
}

.molavi-article .brand-card span {
    font-size: 0.88em;
    color: #666;
}

/* ===== باکس تماس ===== */
.molavi-article .contact-box {
    background: linear-gradient(135deg, #0a6e8a, #0d8faa);
    color: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    margin: 30px 0;
    text-align: center;
    box-shadow: 0 4px 20px rgba(10, 110, 138, 0.3);
}

.molavi-article .contact-box h3 {
    color: #fff;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: none;
}

.molavi-article .contact-box .phone-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}

.molavi-article .contact-box .phone-list a {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1.05em;
    direction: ltr;
    transition: background 0.3s;
    font-weight: bold;
}

.molavi-article .contact-box .phone-list a:hover {
    background: rgba(255, 255, 255, 0.35);
}

/* ===== باکس هایلایت ===== */
.molavi-article .highlight-box {
    background: #fff8e1;
    border-right: 5px solid #e67e22;
    padding: 18px 20px;
    border-radius: 0 10px 10px 0;
    margin: 20px 0;
    font-size: 0.97em;
}

/* ===== دکمه CTA ===== */
.molavi-article .cta-btn {
    display: inline-block;
    background: #e67e22;
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 12px;
    transition: background 0.3s, transform 0.2s;
}

.molavi-article .cta-btn:hover {
    background: #cf6e17;
    transform: scale(1.03);
}

/* ===== کپی‌رایت ===== */
.molavi-article .copyright {
    text-align: center;
    font-size: 0.85em;
    color: #999;
    margin-top: 20px;
}

/* ===== سوالات متداول ===== */
.faq-section {
    margin: 25px 0 35px;
}

.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.faq-item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f9fb;
    border: none;
    padding: 16px 20px;
    font-size: 1.05em;
    font-weight: 700;
    color: #0a6e8a;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #e8f4f8;
}

.faq-icon {
    font-size: 1.5em;
    font-weight: bold;
    color: #e67e22;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-right: 10px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    background: #fff;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 15px 20px 20px;
}

.faq-answer p {
    margin: 0;
    font-size: 0.97em;
    color: #444;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 600px) {
    .molavi-article .contact-box .phone-list {
        flex-direction: column;
        align-items: center;
    }

    .molavi-article .brand-grid {
        grid-template-columns: 1fr 1fr;
    }

    .molavi-article .price-table th,
    .molavi-article .price-table td {
        padding: 10px 8px;
        font-size: 0.85em;
    }

    .faq-question {
        font-size: 0.95em;
        padding: 14px 15px;
    }

    .faq-answer p {
        font-size: 0.9em;
    }
}/* End custom CSS */