.elementor-129 .elementor-element.elementor-element-6f37378{--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 */

/* ===== کانتینر ===== */
.content-wrapper {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* ===== عناوین سفارشی ===== */
h1 {
    color: #1a472a;
    padding-bottom: 15px;
    border-bottom: 3px solid #28a745;
}

h2 {
    color: #2c5f3f;
    padding-right: 15px;
    border-right: 5px solid #28a745;
}

h3 {
    color: #3d7050;
}

h4 {
    color: #4a8060;
}

/* ===== پاراگراف ===== */
p {
    text-align: justify;
}

/* ===== Strong ===== */
strong {
    color: #1a472a;
}

/* ===== لینک‌های سفارشی ===== */
.internal-link {
    color: #0066cc;
    border-bottom: 1px dotted #0066cc;
}

.internal-link:hover {
    color: #004499;
    border-bottom: 1px solid #004499;
}

.external-link {
    color: #28a745;
    border-bottom: 1px dotted #28a745;
}

.external-link:hover {
    color: #1e7e34;
    border-bottom: 1px solid #1e7e34;
}

/* ===== تصاویر ===== */
.image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.image-wrapper img {
    max-width: 70%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

figcaption {
    margin-top: 10px;
    font-size: 0.95em;
    color: #666;
    font-style: italic;
}

/* ===== لیست‌های خاص ===== */
.common-issues ul li::before {
    content: "◄";
    color: #28a745;
    font-weight: bold;
    margin-left: 8px;
}

.service-features ul {
    list-style: none;
    padding-right: 0;
}

.service-features ul li {
    padding: 12px;
    background: #f0f8f4;
    margin-bottom: 8px;
    border-radius: 5px;
    border-right: 4px solid #28a745;
}

/* ===== جدول - فقط تفاوت‌ها ===== */
.table-wrapper {
    overflow-x: auto;
    margin: 25px 0;
}

table {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

thead {
    background: linear-gradient(135deg, #28a745 0%, #20893a 100%);
}

thead th {
    font-size: 1.1em;
}

tbody tr:hover {
    background: #f8f9fa;
}

/* ===== گرید برندها ===== */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.brand-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.brand-item:hover {
    border-color: #28a745;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
    transform: translateY(-3px);
}

.brand-item h4 {
    color: #28a745;
    margin-bottom: 8px;
}

.brand-item p {
    font-size: 0.95em;
    color: #666;
    margin: 0;
}

/* ===== سوالات متداول ===== */
.faq-section {
    margin-top: 40px;
}

.faq-item {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-right: 5px solid #28a745;
}

.faq-item h3 {
    color: #1a472a;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.2em;
}

.faq-item p {
    margin: 0;
    color: #555;
}

/* ===== بخش تماس ===== */
.contact-section {
    background: linear-gradient(135deg, #28a745 0%, #20893a 100%);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
}

.contact-section h2 {
    color: #fff;
    border-right: none;
    padding-right: 0;
    margin-top: 0;
}

.contact-section p {
    color: #fff;
    text-align: center;
}

.contact-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 25px 0;
}

.phone-number {
    background: #fff;
    color: #28a745;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.1em;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.phone-number:hover {
    background: #1a472a;
    color: #fff;
    transform: scale(1.05);
}

.working-hours {
    background: rgba(255, 255, 255, 0.2);
    padding: 12px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 1.05em;
}

/* ===== نوت ===== */
.note {
    background: #fff3cd;
    border-right: 5px solid #ffc107;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

/* ===== بخش‌های خاص ===== */
.intro-section,
.history-section,
.repair-need-section,
.service-section,
.pricing-section,
.brands-section,
.conclusion-section {
    margin-bottom: 30px;
}

.common-issues {
    background: #f0f8f4;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.service-features {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .content-wrapper {
        padding: 20px;
    }

    .brands-grid {
        grid-template-columns: 1fr;
    }

    .contact-numbers {
        flex-direction: column;
    }

    .phone-number {
        width: 100%;
        text-align: center;
    }

    table {
        font-size: 0.9em;
    }

    thead th,
    tbody td {
        padding: 10px 5px;
    }
}

@media (max-width: 480px) {
    .content-wrapper {
        padding: 15px;
    }
}/* End custom CSS */