.elementor-215 .elementor-element.elementor-element-8f428b8{--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 *//* ===== Base Article Styles ===== */
.ac-repair-article {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
    line-height: 2;
    color: #333;
    max-width: 100%;
    padding: 20px;
}

/* ===== Headings ===== */
.ac-repair-article h2 {
    color: #1a5f7a;
    font-size: 24px;
    border-bottom: 3px solid #f39c12;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ac-repair-article h3 {
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 15px;
}

/* ===== Sections ===== */
.ac-repair-article section {
    margin-bottom: 30px;
}

/* ===== Paragraphs ===== */
.ac-repair-article p {
    text-align: justify;
    margin-bottom: 15px;
}

/* ===== Images ===== */
.article-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* ===== Highlight Section (سرمایش۲۴ Introduction) ===== */
.highlight-section {
    background: linear-gradient(135deg, #1a5f7a 0%, #2c3e50 100%);
    color: #fff;
    padding: 25px;
    border-radius: 15px;
}

.highlight-section h3 {
    color: #f39c12;
    font-size: 22px;
    text-align: center;
}

.highlight-text {
    color: #f39c12;
}

.highlight-link {
    color: #f39c12;
}

.services-summary {
    text-align: center;
    margin-bottom: 0;
}

/* ===== Table Styles ===== */
.table-title {
    text-align: center;
}

.table-wrapper {
    overflow-x: auto;
}

.ac-repair-article table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.ac-repair-article thead tr {
    background: linear-gradient(135deg, #1a5f7a 0%, #2c3e50 100%);
    color: #fff;
}

.ac-repair-article th {
    padding: 15px;
    text-align: right;
    border: 1px solid #ddd;
}

.ac-repair-article th:last-child {
    text-align: center;
}

.ac-repair-article td {
    padding: 12px;
    border: 1px solid #ddd;
}

.ac-repair-article tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.price-cell {
    text-align: center;
    color: #27ae60;
    font-weight: bold;
}

.table-note {
    font-size: 13px;
    color: #777;
    margin-top: 10px;
    text-align: center;
}

/* ===== Brands Grid ===== */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.brand-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.brand-foreign {
    border-right: 4px solid #1a5f7a;
}

.brand-foreign h4 {
    color: #1a5f7a;
    margin-bottom: 10px;
}

.brand-iranian {
    border-right: 4px solid #f39c12;
}

.brand-iranian h4 {
    color: #f39c12;
    margin-bottom: 10px;
}

.brand-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-card li {
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
}

.brand-card li:last-child {
    border-bottom: none;
}

/* ===== Features Grid ===== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.feature-card {
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.feature-icon {
    font-size: 30px;
}

.feature-card p {
    margin: 10px 0 0 0;
    font-weight: bold;
    text-align: center;
}

.feature-blue {
    background: #e8f4f8;
}

.feature-blue p {
    color: #1a5f7a;
}

.feature-yellow {
    background: #fff3cd;
}

.feature-yellow p {
    color: #856404;
}

.feature-green {
    background: #d4edda;
}

.feature-green p {
    color: #155724;
}

.feature-red {
    background: #f8d7da;
}

.feature-red p {
    color: #721c24;
}

/* ===== FAQ Section ===== */
.faq-section {
    padding: 20px;
    background: #f0f0f0;
    border-radius: 10px;
}

.faq-item {
    margin-bottom: 15px;
    background: white;
    padding: 15px;
    border-radius: 8px;
}

.faq-item h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.faq-item p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.faq-item p:last-child {
    margin-bottom: 0;
}

.faq-blue {
    border-right: 4px solid #1a5f7a;
}

.faq-blue h4 {
    color: #1a5f7a;
}

.faq-orange {
    border-right: 4px solid #f39c12;
}

.faq-orange h4 {
    color: #f39c12;
}

.faq-green {
    border-right: 4px solid #27ae60;
}

.faq-green h4 {
    color: #27ae60;
}

.faq-redish {
    border-right: 4px solid #e74c3c;
}

.faq-redish h4 {
    color: #e74c3c;
}

.faq-purple {
    border-right: 4px solid #9b59b6;
}

.faq-purple h4 {
    color: #9b59b6;
}

/* ===== Contact Section ===== */
.contact-section {
    background: #2c3e50;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.contact-section h3 {
    color: #f39c12;
    font-size: 22px;
    margin-bottom: 20px;
}

.contact-desc {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.btn {
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-green {
    background: #27ae60;
}

.btn-blue {
    background: #3498db;
}

.btn-purple {
    background: #9b59b6;
}

.btn-red {
    background: #e74c3c;
}

.contact-footer {
    margin-top: 25px;
    font-size: 14px;
    color: #bdc3c7;
    text-align: center;
}/* End custom CSS */