.elementor-109 .elementor-element.elementor-element-f9ee5fd{--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 *//* ===== تنظیمات کلی ===== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Vazir', 'Tahoma', Arial, sans-serif;
    line-height: 1.9;
    direction: rtl;
    text-align: right;
    background-color: #f8f9fa;
    color: #333;
    padding: 20px;
}

/* ===== کانتینر اصلی ===== */
.container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

/* ===== تیترها ===== */
h1 {
    font-size: 28px;
    color: #1a5f7a;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #1a5f7a;
}

h2 {
    font-size: 22px;
    color: #2c3e50;
    margin-top: 35px;
    margin-bottom: 18px;
    padding-right: 12px;
    border-right: 4px solid #3498db;
}

h3 {
    font-size: 18px;
    color: #34495e;
    margin-top: 28px;
    margin-bottom: 15px;
}

/* ===== پاراگراف‌ها ===== */
p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 15px;
}

/* ===== لینک‌ها ===== */
a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a5f7a;
    text-decoration: underline;
}

/* ===== تصاویر ===== */
.article-image {
    display: block;
    margin: 25px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* ===== لیست خدمات ===== */
.services-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.services-list li {
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #f1f8ff;
    border-radius: 6px;
    border-right: 3px solid #3498db;
}

.services-list li strong {
    color: #1a5f7a;
}

/* ===== جدول قیمت ===== */
.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.price-table thead tr {
    background: linear-gradient(135deg, #1a5f7a, #2980b9);
    color: #fff;
}

.price-table th,
.price-table td {
    padding: 14px 18px;
    text-align: right;
}

.price-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.price-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.price-table tbody tr:hover {
    background-color: #e8f4fc;
}

/* ===== بخش سوالات متداول ===== */
.faq-section {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 2px dashed #ddd;
}

.faq-section h3 {
    background: #f1f8ff;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* ===== بخش تماس ===== */
.contact-box {
    background: linear-gradient(135deg, #1a5f7a, #2980b9);
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
}

.contact-box h3 {
    color: #fff;
    margin-bottom: 15px;
}

.contact-box p {
    margin: 8px 0;
    font-size: 18px;
    direction: ltr;
    text-align: center;
}

/* ===== واکنش‌گرایی ===== */
@media (max-width: 768px) {
    .container {
        padding: 20px 15px;
    }
    
    h1 {
        font-size: 22px;
    }
    
    h2 {
        font-size: 18px;
    }
    
    .price-table th,
    .price-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}/* End custom CSS */