.elementor-199 .elementor-element.elementor-element-d8756b7{--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 *//* تعمیر کولر گازی رسالت - استایل‌های اصلی */
.ac-repair-resalat {
    direction: rtl;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    line-height: 2;
    color: #333;
    max-width: 100%;
    padding: 20px;
}

/* سرتیترهای اصلی تعمیر کولر گازی رسالت */
.ac-repair-resalat h2 {
    color: #1a5f7a;
    font-size: 1.6em;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ff6b35;
}

/* سرتیترهای فرعی */
.ac-repair-resalat h3 {
    color: #2d3748;
    font-size: 1.3em;
    margin: 25px 0 12px;
}

/* پاراگراف‌ها */
.ac-repair-resalat p {
    text-align: justify;
    margin-bottom: 15px;
    font-size: 1em;
}

/* باکس هایلایت تعمیر کولر گازی رسالت */
.ac-repair-resalat .highlight-box {
    background: linear-gradient(135deg, #e8f4f8 0%, #d1ecf1 100%);
    padding: 20px;
    border-radius: 12px;
    margin: 20px 0;
    border-right: 5px solid #1a5f7a;
}

/* تصاویر تعمیر کولر گازی */
.ac-repair-resalat img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* جدول قیمت تعمیر کولر گازی رسالت */
.ac-repair-resalat .price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.ac-repair-resalat .price-table th {
    background: linear-gradient(135deg, #1a5f7a 0%, #2d8a9e 100%);
    color: white;
    padding: 15px;
    font-weight: bold;
}

.ac-repair-resalat .price-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.ac-repair-resalat .price-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.ac-repair-resalat .price-table tr:hover {
    background-color: #e8f4f8;
}

/* لیست برندها */
.ac-repair-resalat .brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.ac-repair-resalat .brand-tag {
    background: #ff6b35;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9em;
}

/* باکس تماس تعمیر کولر گازی رسالت */
.ac-repair-resalat .contact-box {
    background: linear-gradient(135deg, #1a5f7a 0%, #0d3d4d 100%);
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin: 30px 0;
    text-align: center;
}

.ac-repair-resalat .contact-title {
    color: #ffd700;
    margin-top: 0;
}

.ac-repair-resalat .phone-numbers {
    margin: 10px 0;
}

.ac-repair-resalat .contact-box a {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: 8px 15px;
    font-size: 1.1em;
}

.ac-repair-resalat .contact-box a:hover {
    text-decoration: underline;
}

.ac-repair-resalat .contact-footer {
    margin-top: 20px;
    font-size: 0.9em;
}

/* نشان فوری */
.ac-repair-resalat .urgent-badge {
    background: #ff6b35;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    animation: pulse 2s infinite;
}

/* بخش سوالات متداول */
.ac-repair-resalat .faq-section {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
}

.ac-repair-resalat .faq-item {
    background: white;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    border-right: 4px solid #1a5f7a;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ac-repair-resalat .faq-question {
    color: #1a5f7a;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.ac-repair-resalat .faq-answer {
    color: #333;
    line-height: 1.8;
}

/* لیست ویژگی‌ها */
.ac-repair-resalat .features-list {
    list-style-type: none;
    padding: 0;
}

.ac-repair-resalat .features-list li {
    padding: 8px 0;
}

/* لیست مشکلات */
.ac-repair-resalat .problem-list {
    background: #fff5f5;
    padding: 20px 40px;
    border-radius: 10px;
    border-right: 4px solid #e74c3c;
}

/* انیمیشن */
@keyframes pulse {
    0%, 100% { 
        transform: scale(1); 
    }
    50% { 
        transform: scale(1.05); 
    }
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .ac-repair-resalat {
        padding: 15px;
    }
    
    .ac-repair-resalat h2 {
        font-size: 1.4em;
    }
    
    .ac-repair-resalat h3 {
        font-size: 1.2em;
    }
    
    .ac-repair-resalat .price-table {
        font-size: 0.9em;
    }
    
    .ac-repair-resalat .brand-tag {
        font-size: 0.85em;
        padding: 6px 12px;
    }
    
    .ac-repair-resalat .contact-box a {
        display: block;
        margin: 10px 0;
    }
}/* End custom CSS */