.elementor-267 .elementor-element.elementor-element-66eb0fa{--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 *//* ===== تنظیمات کلی ===== */
.main-wrapper {
    direction: rtl;
    text-align: right;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 2;
    color: #333;
    max-width: 100%;
}

/* ===== عنوان‌های اصلی H1 ===== */
.main-wrapper h1 {
    color: #0a6bac;
    font-size: 1.8em;
    border-bottom: 3px solid #0a6bac;
    padding-bottom: 10px;
}

/* ===== عنوان‌های H2 ===== */
.main-wrapper h2 {
    color: #0a6bac;
    font-size: 1.5em;
    border-bottom: 3px solid #0a6bac;
    padding-bottom: 10px;
}

.main-wrapper h2.h2-large {
    font-size: 1.6em;
}

/* ===== عنوان‌های H3 ===== */
.main-wrapper h3 {
    color: #0d7cc4;
    font-size: 1.3em;
}

.main-wrapper h3.h3-small {
    font-size: 1.2em;
}

/* ===== لینک‌ها ===== */
.main-wrapper a {
    color: #0a6bac;
}

/* ===== تصاویر ===== */
.main-wrapper .content-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* ===== لیست خدمات ===== */
.main-wrapper .services-list {
    padding-right: 25px;
    line-height: 2.5;
}

/* ===== باکس مزایا ===== */
.advantages-box {
    background: linear-gradient(135deg, #e8f4fd, #f0f9ff);
    border: 2px solid #0a6bac;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
}

.advantages-box h3 {
    color: #0a6bac;
    text-align: center;
    margin-top: 0;
}

.advantages-box ul {
    padding-right: 25px;
    line-height: 2.5;
    margin-bottom: 0;
}

/* ===== جداول - عمومی ===== */
.table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

.main-wrapper table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #0a6bac;
    font-size: 0.95em;
}

.main-wrapper table th {
    padding: 14px 12px;
    text-align: right;
    color: #fff;
}

.main-wrapper table td {
    padding: 12px;
}

/* ===== جدول قیمت ===== */
.price-table {
    border-radius: 8px;
    overflow: hidden;
}

.price-table thead tr {
    background: linear-gradient(135deg, #0a6bac, #0d7cc4);
}

.price-table th {
    border-bottom: 2px solid #fff;
}

.price-table td {
    border-bottom: 1px solid #dde8f0;
}

.price-table tbody tr:nth-child(odd) {
    background-color: #f8fbff;
}

.price-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.price-table tbody tr:last-child td {
    border-bottom: none;
}

/* ===== جدول برندهای خارجی ===== */
.foreign-brands-table thead tr {
    background: linear-gradient(135deg, #2e7d32, #43a047);
}

.foreign-brands-table td {
    border-bottom: 1px solid #c8e6c9;
}

.foreign-brands-table tbody tr:nth-child(odd) {
    background-color: #f1f8e9;
}

.foreign-brands-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.foreign-brands-table tbody tr:last-child td {
    border-bottom: none;
}

/* ===== جدول برندهای داخلی ===== */
.domestic-brands-table thead tr {
    background: linear-gradient(135deg, #e65100, #f57c00);
}

.domestic-brands-table td {
    border-bottom: 1px solid #ffe0b2;
}

.domestic-brands-table tbody tr:nth-child(odd) {
    background-color: #fff3e0;
}

.domestic-brands-table tbody tr:nth-child(even) {
    background-color: #fff;
}

.domestic-brands-table tbody tr:last-child td {
    border-bottom: none;
}

/* ===== باکس هشدار قیمت ===== */
.price-warning {
    font-size: 0.9em;
    color: #666;
    background: #fff8e1;
    padding: 12px;
    border-radius: 8px;
    border-right: 4px solid #ffc107;
}

/* ===== باکس تماس ===== */
.contact-box {
    background: linear-gradient(135deg, #0a6bac, #1565c0);
    color: #fff;
    border-radius: 15px;
    padding: 30px;
    margin: 30px 0;
    text-align: center;
}

.contact-box h3 {
    color: #fff;
    font-size: 1.4em;
    margin-top: 0;
}

.contact-box p {
    font-size: 1.05em;
    margin-bottom: 20px;
}

.contact-box .phone-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    direction: ltr;
}

.contact-box .phone-links a {
    display: inline-block;
    background: #fff;
    color: #0a6bac;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s;
}

.contact-box .phone-links a:hover {
    background: #e3f2fd;
    transform: scale(1.05);
}

.contact-box .working-hours {
    margin-top: 20px;
    font-size: 0.95em;
    opacity: 0.9;
}

/* ===== بخش سؤالات متداول ===== */
.faq-item {
    background: #f5f9ff;
    border-radius: 10px;
    padding: 18px;
    margin: 12px 0;
    border-right: 4px solid #0a6bac;
}

.faq-item h4 {
    color: #0a6bac;
    margin-top: 0;
    font-size: 1.05em;
}

.faq-item p {
    margin-bottom: 0;
}

/* ===== باکس پایانی ===== */
.footer-box {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background: #e8f5e9;
    border-radius: 10px;
    font-size: 1.05em;
}

.footer-box a {
    color: #0a6bac;
    text-decoration: none;
    font-weight: bold;
}/* End custom CSS */