.elementor-223 .elementor-element.elementor-element-5c95ab8{--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 */

/* ===== کانتینر اصلی ===== */
.ac-repair-article {
    text-align: justify; /* متفاوت از سراسری که right است */
    padding: 20px;
}

/* ===== فاصله بخش‌ها ===== */
.intro-section,
.streets-section,
.history-section,
.population-section,
.needs-section,
.problems-section,
.pricing-section,
.brands-section,
.faq-section {
    margin-bottom: 25px;
}

/* ===== عناوین سفارشی ===== */
.section-title-main {
    color: #1a5f7a;
    font-size: 1.4em;
    border-bottom: 3px solid #ff6b35;
    padding-bottom: 10px;
}

.section-title {
    color: #2d3436;
    font-size: 1.2em;
}

.section-title-white {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 15px;
}

.section-title-service {
    color: #1a5f7a;
    font-size: 1.3em;
}

/* ===== تصاویر - فقط موارد اضافی ===== */
.article-image {
    display: block;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.article-image-medium {
    max-width: 75%;
}

/* ===== بخش خدمات ===== */
.services-section {
    margin-bottom: 25px;
    background: linear-gradient(135deg, #e8f4f8 0%, #fff 100%);
    padding: 20px;
    border-radius: 10px;
    border-right: 4px solid #ff6b35;
}

.highlight-box {
    background: #fff3e0;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}

.highlight-label {
    color: #e65100;
}

.highlight-value {
    color: #d32f2f;
}

/* ===== جدول قیمت - فقط تفاوت‌ها ===== */
.table-container {
    overflow-x: auto;
}

.pricing-table {
    font-size: 0.95em;
}

.pricing-table thead tr {
    background: linear-gradient(135deg, #1a5f7a 0%, #2d8bba 100%);
}

.pricing-table th:last-child,
.pricing-table td:last-child {
    text-align: center;
}

.price-note {
    font-size: 0.85em;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

/* ===== لیست برندها ===== */
.brands-list {
    list-style: none;
    padding: 0;
}

.brands-list li {
    padding: 8px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: transform 0.2s;
}

.brands-list li:hover {
    transform: translateX(-5px);
}

.brand-foreign-1 { background: #e3f2fd; }
.brand-foreign-2 { background: #e8f5e9; }
.brand-foreign-3 { background: #fff3e0; }
.brand-foreign-4 { background: #fce4ec; }
.brand-foreign-5 { background: #f3e5f5; }
.brand-foreign-6 { background: #e0f7fa; }
.brand-iranian-1 { background: #e8eaf6; }
.brand-iranian-2 { background: #efebe9; }
.brand-iranian-3 { background: #eceff1; }
.brand-iranian-4 { background: #fafafa; }

.brand-subtitle {
    color: #1a5f7a;
    font-size: 1.1em;
    margin-bottom: 10px;
}

/* ===== بخش تماس ===== */
.contact-section {
    background: linear-gradient(135deg, #1a5f7a 0%, #2d8bba 100%);
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.contact-btn {
    background: #fff;
    color: #1a5f7a;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s;
}

.contact-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.contact-hours {
    margin-top: 20px;
    font-size: 0.9em;
    opacity: 0.9;
}

/* ===== سوالات متداول ===== */
.faq-section {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
}

.faq-title {
    color: #1a5f7a;
    font-size: 1.4em;
    border-bottom: 3px solid #ff6b35;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.faq-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-right: 4px solid #2d8bba;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-question {
    color: #1a5f7a;
    font-size: 1.1em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-answer {
    color: #555;
    line-height: 1.8;
    padding-right: 30px;
}

/* ===== لینک‌های سفارشی ===== */
.internal-link {
    color: #1a5f7a;
    border-bottom: 1px dashed #1a5f7a;
}

.internal-link:hover {
    color: #ff6b35;
    border-bottom-color: #ff6b35;
}

.external-link {
    color: #2d8bba;
}

.external-link:hover {
    text-decoration: underline;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .ac-repair-article {
        padding: 15px;
    }
    
    .article-image-medium {
        max-width: 100%;
    }
    
    .contact-buttons {
        flex-direction: column;
    }
    
    .contact-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */