.elementor-236 .elementor-element.elementor-element-a66e9c2{--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 */

/* ===== کانتینر ===== */
.article-container {
    padding: 20px;
}

/* ===== عناوین سفارشی ===== */
.main-title {
    color: #1a5f7a;
    font-size: 1.5em;
    border-bottom: 3px solid #f0a500;
    padding-bottom: 10px;
}

.sub-title {
    color: #2d4059;
    font-size: 1.3em;
}

.contact-title {
    color: #f0a500;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.why-us-title {
    color: #2d4059;
    font-size: 1.2em;
}

/* ===== بخش‌ها ===== */
.content-section {
    margin-bottom: 30px;
}

.content-paragraph {
    text-align: justify;
}

/* ===== تصاویر - فقط مارجین ===== */
.article-image {
    display: block;
    margin: 20px auto;
}

/* ===== لیست خدمات ===== */
.services-list {
    background: #f8f9fa;
    padding: 20px 40px;
    border-radius: 10px;
    border-right: 4px solid #f0a500;
}

.services-list li {
    margin-bottom: 8px;
}

/* ===== جدول قیمت - فقط تفاوت‌ها ===== */
.table-wrapper {
    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, #2d4059);
}

.price-table th:last-child,
.price-table td:last-child {
    text-align: center;
}

.price-note {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}

/* ===== گرید برندها ===== */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.brand-card {
    padding: 15px;
    border-radius: 10px;
}

.brand-card-foreign {
    background: #e8f4f8;
}

.brand-card-domestic {
    background: #fff8e7;
}

.brand-card-foreign h4 {
    color: #1a5f7a;
    margin-bottom: 10px;
}

.brand-card-domestic h4 {
    color: #f0a500;
    margin-bottom: 10px;
}

.brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-list li {
    margin-bottom: 5px;
    padding-right: 5px;
}

/* ===== بخش تماس ===== */
.contact-section {
    background: linear-gradient(135deg, #1a5f7a, #2d4059);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.contact-btn {
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    direction: ltr;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.contact-btn-primary {
    background: #f0a500;
    color: #1a5f7a;
}

.contact-btn-secondary {
    background: #fff;
    color: #1a5f7a;
}

.contact-info {
    margin-top: 20px;
    font-size: 0.95em;
}

/* ===== بخش چرا ما ===== */
.why-us-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

/* ===== سوالات متداول ===== */
.faq-section {
    margin: 30px 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

.faq-title {
    background: linear-gradient(135deg, #1a5f7a, #2d4059);
    color: #fff;
    padding: 20px;
    margin: 0;
    font-size: 1.4em;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 20px;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    color: #1a5f7a;
    font-size: 1.1em;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.faq-question::before {
    content: "❓";
    flex-shrink: 0;
}

.faq-answer {
    color: #555;
    text-align: justify;
    padding-right: 30px;
    line-height: 1.9;
}

/* ===== لینک‌های سفارشی ===== */
.internal-link {
    color: #1a5f7a;
    border-bottom: 2px solid #f0a500;
}

.internal-link:hover {
    color: #f0a500;
    background: #f8f9fa;
}

.external-link {
    color: #2d4059;
    border-bottom: 1px dashed #999;
}

.external-link::after {
    content: " ↗";
    font-size: 0.8em;
}

/* ===== هایلایت ===== */
.keyword-highlight {
    font-weight: 700;
    color: #1a5f7a;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .article-container {
        padding: 15px;
    }
    
    .contact-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    
    .brands-grid {
        grid-template-columns: 1fr;
    }
    
    .services-list {
        padding: 15px 25px;
    }
}/* End custom CSS */