.elementor-121 .elementor-element.elementor-element-693e23b{--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 */

/* ===== کانتینر ===== */
.container {
    padding: 30px 20px;
}

/* ===== عناوین سفارشی ===== */
h1 {
    color: #1a5276;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid #3498db;
}

h2 {
    color: #2471a3;
    padding-right: 12px;
    border-right: 4px solid #3498db;
}

h3 {
    color: #1a5276;
}

/* ===== پاراگراف ===== */
p {
    text-align: justify;
}

/* ===== Strong ===== */
strong {
    color: #1a5276;
}

/* ===== تصاویر ===== */
.content-image {
    margin: 25px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ===== جدول - فقط تفاوت‌ها ===== */
.price-table {
    margin: 25px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.price-table thead tr {
    background: linear-gradient(135deg, #3498db, #1a5276);
}

.price-table tbody tr:nth-child(even) {
    background-color: #f2f8fc;
}

.price-table tbody tr:hover {
    background-color: #e8f4fc;
}

/* ===== لیست برندها ===== */
.brands-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.brands-list li {
    padding: 10px 15px;
    margin-bottom: 8px;
    background-color: #f8f9fa;
    border-right: 4px solid #3498db;
    border-radius: 0 6px 6px 0;
    transition: all 0.3s ease;
}

.brands-list li:hover {
    background-color: #e8f4fc;
    padding-right: 20px;
}

/* ===== باکس تماس ===== */
.contact-box {
    background: linear-gradient(135deg, #1a5276, #3498db);
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
}

.contact-box h3 {
    color: #fff;
    margin-bottom: 15px;
}

.contact-box p {
    text-align: center;
    margin-bottom: 10px;
}

.phone-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.phone-numbers a {
    display: inline-block;
    background-color: #fff;
    color: #1a5276;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.phone-numbers a:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* ===== لینک‌های سفارشی ===== */
a {
    color: #2471a3;
}

a:hover {
    color: #1a5276;
}

.internal-link {
    color: #2471a3;
    font-weight: bold;
}

.external-link {
    color: #27ae60;
}

/* ===== باکس اطلاعات ===== */
.info-box {
    background-color: #e8f6ff;
    border-right: 5px solid #3498db;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}

/* ===== سوالات متداول ===== */
.faq-section {
    margin-top: 40px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.faq-section h2 {
    text-align: center;
    border-right: none;
    padding-right: 0;
    margin-bottom: 25px;
}

.faq-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 18px 20px;
    background: linear-gradient(135deg, #3498db, #2471a3);
    color: #fff;
    border: none;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-family: inherit;
}

.faq-question:hover {
    background: linear-gradient(135deg, #2471a3, #1a5276);
}

.faq-question::after {
    content: '+';
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: #fff;
}

.faq-answer.show {
    padding: 20px;
    max-height: 300px;
}

.faq-answer p {
    margin: 0;
    color: #555;
    line-height: 1.9;
}

/* ===== FAQ ساده بدون JS ===== */
.faq-simple .faq-item {
    border: 1px solid #e0e0e0;
}

.faq-simple .faq-question-static {
    padding: 18px 20px;
    background: linear-gradient(135deg, #3498db, #2471a3);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

.faq-simple .faq-answer-static {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.faq-simple .faq-answer-static p {
    margin: 0;
    color: #555;
    line-height: 1.9;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    .price-table th,
    .price-table td {
        padding: 10px 8px;
        font-size: 14px;
    }

    .phone-numbers {
        flex-direction: column;
        align-items: center;
    }

    .phone-numbers a {
        width: 80%;
    }
}/* End custom CSS */