.elementor-281 .elementor-element.elementor-element-c283e56{--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 */.sarma24-article {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 2.1;
    color: #2d2d2d;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 15px;
}

.sarma24-article h2 {
    color: #0e7490;
    font-size: 1.45rem;
    font-weight: 800;
    margin: 38px 0 14px;
    padding-bottom: 10px;
    border-bottom: 3px solid #06b6d4;
    display: inline-block;
}

.sarma24-article h3 {
    color: #155e75;
    font-size: 1.18rem;
    font-weight: 700;
    margin: 28px 0 10px;
}

.sarma24-article p {
    margin: 10px 0 16px;
    font-size: 1.01rem;
    text-align: justify;
}

.sarma24-article ul {
    padding-right: 22px;
    margin: 10px 0 18px;
}

.sarma24-article ul li {
    margin-bottom: 7px;
    list-style-type: disc;
    font-size: 1.01rem;
}

.sarma24-article .highlight-box {
    background: linear-gradient(135deg, #ecfeff 0%, #e0f2fe 100%);
    border-right: 5px solid #0891b2;
    border-radius: 10px;
    padding: 20px 24px;
    margin: 28px 0;
}

.sarma24-article .highlight-box p {
    margin: 6px 0;
}

.sarma24-article .price-table-wrap {
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.sarma24-article table {
    width: 100%;
    border-collapse: collapse;
    min-width: 480px;
}

.sarma24-article table thead th {
    background: linear-gradient(135deg, #0e7490, #0891b2);
    color: #fff;
    padding: 14px 16px;
    font-size: 1.02rem;
    font-weight: 700;
}

.sarma24-article table tbody td {
    padding: 13px 16px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.97rem;
}

.sarma24-article table tbody tr:nth-child(even) {
    background-color: #f0fdfa;
}

.sarma24-article table tbody tr:hover {
    background-color: #ccfbf1;
    transition: background 0.2s;
}

.sarma24-article .brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin: 20px 0 28px;
}

.sarma24-article .brand-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 20px;
}

.sarma24-article .brand-card h4 {
    color: #0e7490;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.sarma24-article .brand-card span {
    font-size: 0.93rem;
    color: #475569;
}

.sarma24-article .cta-box {
    background: linear-gradient(135deg, #0e7490 0%, #155e75 100%);
    color: #fff;
    border-radius: 14px;
    padding: 28px 30px;
    margin: 34px 0;
    text-align: center;
}

.sarma24-article .cta-box h3 {
    color: #fff;
    font-size: 1.3rem;
    margin: 0 0 14px;
}

.sarma24-article .cta-box p {
    text-align: center;
    color: #e0f2fe;
    margin: 6px 0;
}

.sarma24-article .phone-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.sarma24-article .phone-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #0e7490;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    direction: ltr;
    transition: transform 0.2s, box-shadow 0.2s;
}

.sarma24-article .phone-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.sarma24-article .faq-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 20px;
    margin: 12px 0;
}

.sarma24-article .faq-item strong {
    color: #0e7490;
    display: block;
    margin-bottom: 6px;
    font-size: 1.03rem;
}

.sarma24-article .external-link {
    color: #0891b2;
    text-decoration: underline;
    font-weight: 600;
}

.sarma24-article .external-link:hover {
    color: #0e7490;
}

.sarma24-article .internal-link {
    color: #0e7490;
    text-decoration: underline;
    font-weight: 600;
}

.sarma24-article .internal-link:hover {
    color: #155e75;
}

@media (max-width: 640px) {
    .sarma24-article {
        padding: 8px 10px;
    }

    .sarma24-article h2 {
        font-size: 1.2rem;
    }

    .sarma24-article h3 {
        font-size: 1.05rem;
    }

    .sarma24-article .cta-box {
        padding: 20px 16px;
    }

    .sarma24-article .phone-links a {
        padding: 8px 14px;
        font-size: 0.9rem;
    }
}/* End custom CSS */