.elementor-358 .elementor-element.elementor-element-d9b6b9f{--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;}.elementor-358 .elementor-element.elementor-element-919746d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700;800;900&display=swap');

/* ===== کانتینر اصلی ===== */
.sarmayesh-article {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
    line-height: 2.2;
    color: #333;
    max-width: 100%;
    padding: 10px;
}

/* ===== تیترها ===== */
.sarmayesh-article h2 {
    color: #0e4a7b;
    font-size: 1.45rem;
    font-weight: 800;
    margin: 35px 0 15px 0;
    padding-right: 15px;
    border-right: 5px solid #f7941d;
    line-height: 1.8;
}

.sarmayesh-article h3 {
    color: #1a6ba0;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 28px 0 12px 0;
    padding-right: 12px;
    border-right: 4px solid #29abe2;
    line-height: 1.7;
}

/* ===== پاراگراف‌ها ===== */
.sarmayesh-article p {
    text-align: justify;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 2.2;
}

/* ===== لیست‌ها ===== */
.sarmayesh-article ul {
    padding-right: 25px;
    margin-bottom: 18px;
}

.sarmayesh-article ul li {
    margin-bottom: 8px;
    position: relative;
    padding-right: 15px;
    line-height: 2;
}

.sarmayesh-article ul li::before {
    content: "✔";
    color: #f7941d;
    position: absolute;
    right: -5px;
    font-size: 0.85rem;
}

/* ===== جدول قیمت ===== */
.sarmayesh-article .price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.sarmayesh-article .price-table thead tr {
    background: linear-gradient(135deg, #0e4a7b, #29abe2);
    color: #fff;
}

.sarmayesh-article .price-table th,
.sarmayesh-article .price-table td {
    padding: 14px 18px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.sarmayesh-article .price-table tbody tr:nth-child(even) {
    background-color: #f0f8ff;
}

.sarmayesh-article .price-table tbody tr:hover {
    background-color: #e3f2fd;
    transition: background 0.3s;
}

/* ===== باکس هایلایت ===== */
.sarmayesh-article .highlight-box {
    background: linear-gradient(135deg, #e8f4fd, #f0f8ff);
    border: 2px solid #29abe2;
    border-radius: 14px;
    padding: 25px;
    margin: 30px 0;
    text-align: center;
}

.sarmayesh-article .highlight-box .phone-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}

.sarmayesh-article .highlight-box .phone-numbers a {
    display: inline-block;
    background: linear-gradient(135deg, #0e4a7b, #1a8fd1);
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    direction: ltr;
    transition: all 0.3s;
}

.sarmayesh-article .highlight-box .phone-numbers a:hover {
    background: linear-gradient(135deg, #f7941d, #f9b233);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(247, 148, 29, 0.4);
}

/* ===== گرید برندها ===== */
.sarmayesh-article .brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.sarmayesh-article .brand-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    transition: all 0.3s;
}

.sarmayesh-article .brand-card:hover {
    border-color: #29abe2;
    box-shadow: 0 5px 20px rgba(41, 171, 226, 0.15);
    transform: translateY(-3px);
}

.sarmayesh-article .brand-card h4 {
    color: #0e4a7b;
    font-size: 1.05rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.sarmayesh-article .brand-card span {
    color: #666;
    font-size: 0.88rem;
    line-height: 1.8;
}

/* ===== بنر CTA ===== */
.sarmayesh-article .cta-banner {
    background: linear-gradient(135deg, #0e4a7b, #29abe2);
    color: #fff;
    border-radius: 14px;
    padding: 30px;
    text-align: center;
    margin: 30px 0;
}

.sarmayesh-article .cta-banner h3 {
    color: #fff;
    border: none;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.sarmayesh-article .cta-banner p {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

/* ===== بنر CTA نارنجی ===== */
.sarmayesh-article .cta-banner-orange {
    background: linear-gradient(135deg, #f7941d, #f9b233);
}

/* ===== بخش FAQ ===== */
.sarmayesh-article .faq-section {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
}

.sarmayesh-article .faq-section h2 {
    text-align: center;
    color: #0e4a7b;
    margin-bottom: 25px;
}

.sarmayesh-article .faq-item {
    background: #fff;
    border-right: 4px solid #29abe2;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sarmayesh-article .faq-item h4 {
    color: #0e4a7b;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.sarmayesh-article .faq-item p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.9;
    margin-bottom: 0;
}

/* ===== تصاویر ===== */
.sarmayesh-article .article-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* ===== متن زیر جدول ===== */
.sarmayesh-article .price-note {
    font-size: 0.88rem;
    color: #888;
    text-align: center;
}

/* ===== استایل‌های کمکی ===== */
.sarmayesh-article .highlight-box-title {
    color: #0e4a7b;
    border: none;
    margin-top: 0;
    padding: 0;
}

.sarmayesh-article .highlight-box-desc {
    text-align: center;
    color: #555;
}

.sarmayesh-article .cta-banner-title {
    padding: 0;
    margin-top: 0;
}

.sarmayesh-article .cta-banner-phone {
    direction: ltr;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.sarmayesh-article .cta-banner-orange-subtitle {
    font-size: 1.05rem;
}

.sarmayesh-article .cta-banner-orange-title {
    padding: 0;
    margin-top: 0;
    font-size: 1.2rem;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .sarmayesh-article h2 {
        font-size: 1.2rem;
    }

    .sarmayesh-article h3 {
        font-size: 1.05rem;
    }

    .sarmayesh-article .price-table th,
    .sarmayesh-article .price-table td {
        padding: 10px 8px;
        font-size: 0.85rem;
    }

    .sarmayesh-article .highlight-box .phone-numbers a {
        font-size: 0.88rem;
        padding: 8px 16px;
    }

    .sarmayesh-article .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}/* End custom CSS */