.elementor-346 .elementor-element.elementor-element-3b0c2f4{--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-main {
    padding: 10px;
}

/* ===== عناوین سفارشی ===== */
.title-h2 {
    font-size: 1.6em;
    color: #0a6e5c;
    border-bottom: 3px solid #0a6e5c;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title-h2-section {
    font-size: 1.5em;
    color: #0a6e5c;
    margin-top: 35px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 8px;
}

.title-h3 {
    font-size: 1.3em;
    color: #0a6e5c;
    margin-top: 30px;
}

.title-h4 {
    font-size: 1.1em;
    color: #1a8a76;
    margin-top: 20px;
}

/* ===== تصاویر - فقط مارجین ===== */
.img-responsive {
    margin: 20px auto;
}

/* ===== لیست چک ===== */
.list-check {
    list-style-type: none;
    padding-right: 10px;
}

.list-check li {
    padding: 5px 0;
}

/* ===== جدول - فقط تفاوت‌ها ===== */
.table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

.table-price {
    font-size: 0.95em;
}

.table-price thead tr {
    background-color: #0a6e5c;
}

.table-price-note {
    font-size: 0.88em;
    color: #777;
}

/* ===== باکس تماس ===== */
.contact-box {
    background: linear-gradient(135deg, #0a6e5c, #1a8a76);
    border-radius: 12px;
    padding: 25px;
    margin: 20px 0;
    color: #fff;
    text-align: center;
}

.contact-box-title {
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.contact-btn {
    background: #fff;
    color: #0a6e5c;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.05em;
    direction: ltr;
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.contact-time {
    margin-top: 15px;
    font-size: 0.95em;
}

/* ===== سوالات متداول ===== */
.faq-item {
    background: #f5f5f5;
    border-right: 4px solid #0a6e5c;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0 8px 8px 0;
}

.faq-question {
    font-weight: bold;
    color: #0a6e5c;
    margin-bottom: 5px;
}

/* ===== باکس نکته ===== */
.note-box {
    background: #fff3e0;
    padding: 15px;
    border-radius: 8px;
    border-right: 4px solid #ff9800;
    margin-top: 25px;
}

/* ===== لینک‌های سفارشی ===== */
.external-link {
    color: #0a6e5c;
    text-decoration: underline;
    font-weight: 500;
}

.external-link:hover {
    color: #1a8a76;
}

.internal-link {
    color: #d32f2f;
    border-bottom: 1px dashed #d32f2f;
}

.internal-link:hover {
    color: #b71c1c;
    border-bottom-style: solid;
}

/* ===== متن برجسته ===== */
.highlight-red {
    color: #d32f2f;
}/* End custom CSS */