.elementor-248 .elementor-element.elementor-element-3da5669{--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 *//* ===== استایل صفحه سرمایش24 - نسخه بهینه ===== */
/* سازگار با استایل سراسری s24 */

/* ===== کانتینر محتوا ===== */
.sarmayesh24-content {
    padding: 20px;
    text-align: justify; /* متفاوت از سراسری */
}

/* ===== عناوین سفارشی ===== */
.sarmayesh24-content h2 {
    color: #1a5276;
    font-size: 1.5em;
    border-bottom: 3px solid #3498db;
    padding-bottom: 10px;
    margin-top: 30px;
}

.sarmayesh24-content h3 {
    color: #2471a3;
    font-size: 1.25em;
    margin-top: 25px;
    border-right: 4px solid #3498db;
    padding-right: 12px;
}

.sarmayesh24-content h4 {
    color: #1a5276;
    font-size: 1.1em;
    margin-top: 15px;
}

/* ===== لینک‌های سفارشی ===== */
.sarmayesh24-content a {
    color: #2980b9;
    border-bottom: 1px dotted #2980b9;
}

.sarmayesh24-content a:hover {
    color: #1a5276;
    border-bottom-style: solid;
}

/* ===== تصاویر - فقط سایه اضافی ===== */
.content-image {
    display: block;
    margin: 25px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ===== جدول قیمت - فقط تفاوت‌ها ===== */
.price-table {
    margin: 20px 0;
    font-size: 0.95em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.price-table th {
    background-color: #2980b9;
}

/* ===== باکس ویژگی‌ها ===== */
.features-box {
    background-color: #e8f6f3;
    border: 1px solid #1abc9c;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

/* ===== باکس تماس ===== */
.contact-box {
    background: linear-gradient(135deg, #1a5276, #2980b9);
    color: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin: 20px 0;
}

.contact-box p {
    color: white;
    margin-bottom: 10px;
}

.phone-link {
    display: inline-block;
    background-color: #27ae60;
    color: white;
    padding: 12px 25px;
    margin: 8px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: all 0.3s ease;
    border-bottom: none;
}

.phone-link:hover {
    background-color: #219a52;
    transform: scale(1.05);
    color: white;
}

/* ===== کانتینر برندها ===== */
.brands-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.brand-category {
    flex: 1;
    min-width: 280px;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

/* ===== لیست مناطق ===== */
.areas-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.areas-list li {
    background-color: #3498db;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9em;
}

/* ===== نوت ===== */
.note {
    background-color: #fef9e7;
    border-right: 4px solid #f39c12;
    padding: 10px 15px;
    font-size: 0.9em;
}

/* ===== متن CTA ===== */
.cta-text {
    text-align: center;
    font-size: 1.1em;
    color: #27ae60;
    margin-top: 20px;
}

/* ===== سوالات متداول ===== */
.faq-section {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
    border: 1px solid #e9ecef;
}

.faq-section h3 {
    color: #1a5276;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
    border-right: none;
    padding-right: 0;
}

.faq-item {
    background-color: white;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-right: 4px solid #2980b9;
}

.faq-item h4 {
    color: #2471a3;
    font-size: 1.05em;
    margin-top: 0;
    margin-bottom: 12px;
    cursor: pointer;
}

.faq-item h4::before {
    content: "❓ ";
}

.faq-item p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .sarmayesh24-content {
        padding: 15px;
    }
    
    .price-table {
        font-size: 0.85em;
    }
    
    .price-table th,
    .price-table td {
        padding: 8px;
    }
    
    .brands-container {
        flex-direction: column;
    }
    
    .phone-link {
        display: block;
        margin: 10px auto;
        max-width: 200px;
    }
    
    .faq-section {
        padding: 15px;
    }
    
    .faq-item {
        padding: 15px;
    }
    
    .areas-list li {
        font-size: 0.8em;
        padding: 6px 12px;
    }
}

@media (max-width: 480px) {
    .price-table {
        font-size: 0.75em;
    }
    
    .price-table th,
    .price-table td {
        padding: 6px;
    }
}/* End custom CSS */