.elementor-203 .elementor-element.elementor-element-6688fed{--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-majidieh {
    padding: 20px;
}

/* ===== عناوین سفارشی ===== */
.ac-repair-majidieh h1 {
    color: #1a5f7a;
    font-size: 1.8em;
    border-bottom: 3px solid #e74c3c;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ac-repair-majidieh h2 {
    color: #1a5f7a;
    font-size: 1.5em;
    border-bottom: 3px solid #e74c3c;
    padding-bottom: 10px;
}

.ac-repair-majidieh h3 {
    color: #2c3e50;
    font-size: 1.3em;
}

/* ===== بخش‌ها ===== */
.ac-repair-majidieh section {
    margin-bottom: 30px;
}

.ac-repair-majidieh p {
    text-align: justify;
}

/* ===== تصاویر - فقط مارجین و سایه ===== */
.ac-repair-majidieh .content-image {
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* ===== جدول قیمت - فقط تفاوت‌ها ===== */
.table-container {
    overflow-x: auto;
}

.price-table {
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.price-table thead tr {
    background: linear-gradient(135deg, #1a5f7a, #2c3e50);
}

.price-table tbody tr:hover {
    background: #e8f4f8;
}

.price-note {
    font-size: 0.9em;
    color: #666;
    text-align: center;
}

/* ===== گرید برندها ===== */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.brand-card {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 20px;
    border-radius: 10px;
}

.brand-card.foreign {
    border-right: 4px solid #1a5f7a;
}

.brand-card.domestic {
    border-right: 4px solid #e74c3c;
}

.brand-card h4.foreign-title {
    color: #1a5f7a;
}

.brand-card h4.domestic-title {
    color: #e74c3c;
}

.brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-list li {
    padding: 5px 0;
}

/* ===== بخش تماس ===== */
.contact-section {
    background: linear-gradient(135deg, #1a5f7a, #2c3e50);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.contact-section h3 {
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.contact-btn {
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.contact-btn.phone {
    background: #e74c3c;
}

.contact-btn.mobile {
    background: #27ae60;
}

.emergency-text {
    margin-top: 25px;
    font-size: 1.1em;
    color: #f1c40f;
}

/* ===== لیست مزایا ===== */
.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 10px 15px;
    margin: 10px 0;
    background: #f8f9fa;
    border-radius: 8px;
    border-right: 3px solid #27ae60;
}

/* ===== سوالات متداول ===== */
.faq-section {
    margin-top: 30px;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
}

.faq-item {
    background: #fff;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.faq-question {
    background: linear-gradient(135deg, #1a5f7a, #2c3e50);
    color: #fff;
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-answer {
    padding: 20px;
    text-align: justify;
    border-top: 2px solid #e9ecef;
}

/* ===== لینک‌های سفارشی ===== */
.ac-repair-majidieh a {
    color: #1a5f7a;
    border-bottom: 1px dashed #1a5f7a;
}

.ac-repair-majidieh a:hover {
    color: #e74c3c;
}

.external-link::after {
    content: " ↗";
    font-size: 0.8em;
}

/* ===== کلمه کلیدی ===== */
.keyword {
    color: #e74c3c;
    font-weight: bold;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .ac-repair-majidieh {
        padding: 15px;
    }
    
    .contact-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}/* End custom CSS */