.elementor-115 .elementor-element.elementor-element-2b15205{--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 *//* Reset و تنظیمات پایه */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Tahoma', 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    text-align: right;
}

/* کانتینر اصلی */
.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* هدرها */
header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #007bff;
}

h1 {
    font-size: 2.5em;
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

h2 {
    font-size: 2em;
    color: #0056b3;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

h3 {
    font-size: 1.6em;
    color: #495057;
    margin-top: 30px;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.3em;
    color: #6c757d;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* پاراگراف‌ها */
p {
    margin-bottom: 20px;
    font-size: 1.1em;
    text-align: justify;
}

/* لینک‌ها */
a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.internal-link {
    font-weight: bold;
    border-bottom: 1px dotted #007bff;
}

/* تصاویر */
.image-container {
    margin: 30px 0;
    text-align: center;
}

.image-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

figcaption {
    margin-top: 10px;
    font-size: 0.95em;
    color: #6c757d;
    font-style: italic;
}

/* لیست‌ها */
ul, ol {
    margin: 20px 0;
    padding-right: 30px;
}

li {
    margin-bottom: 12px;
    font-size: 1.05em;
    line-height: 1.7;
}

.brands-list li {
    padding: 10px;
    background-color: #f8f9fa;
    margin-bottom: 10px;
    border-right: 4px solid #007bff;
    border-radius: 5px;
}

.features-list li {
    position: relative;
    padding-right: 25px;
}

.features-list li:before {
    content: "✓";
    position: absolute;
    right: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 1.2em;
}

.tips-list li {
    background-color: #fff3cd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-right: 4px solid #ffc107;
}

/* جدول */
.table-responsive {
    overflow-x: auto;
    margin: 30px 0;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.pricing-table thead {
    background-color: #007bff;
    color: white;
}

.pricing-table th {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.pricing-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
}

.pricing-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.pricing-table tbody tr:hover {
    background-color: #e9ecef;
    transition: background-color 0.3s ease;
}

/* نوت */
.note {
    background-color: #d1ecf1;
    border-right: 4px solid #0c5460;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    font-size: 0.95em;
    color: #0c5460;
}

/* ویژگی‌های خدمات */
.service-features {
    background-color: #e7f3ff;
    padding: 25px;
    margin: 30px 0;
    border-radius: 10px;
    border: 2px solid #007bff;
}

/* گرید مشکلات */
.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.problem-item {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-right: 5px solid #dc3545;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.problem-item h4 {
    color: #dc3545;
    margin-top: 0;
}

/* اطلاعات تماس */
.contact-info {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
    text-align: center;
}

.phone-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.phone-list li {
    margin-bottom: 15px;
}

.phone-number {
    display: inline-block;
    background-color: white;
    color: #007bff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1.3em;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.phone-number:hover {
    background-color: #ffc107;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.availability {
    color: white;
    font-size: 1.1em;
    margin-top: 20px;
}

.availability a {
    color: #ffc107;
    font-weight: bold;
}

/* سوالات متداول */
.faq-section {
    margin-top: 40px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.faq-item {
    background-color: white;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-right: 4px solid #17a2b8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-item h4 {
    color: #17a2b8;
    margin-top: 0;
    margin-bottom: 10px;
}

/* فوتر */
.article-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 3px solid #007bff;
    text-align: center;
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}

/* استایل‌های قوی‌تر */
strong {
    color: #007bff;
    font-weight: bold;
}

/* بخش‌ها */
section {
    margin-bottom: 40px;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .content-wrapper {
        padding: 15px;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.3em;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 10px;
        font-size: 0.9em;
    }

    .problems-grid {
        grid-template-columns: 1fr;
    }

    .phone-number {
        font-size: 1.1em;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.3em;
    }

    p, li {
        font-size: 1em;
    }
}/* End custom CSS */