.elementor-17 .elementor-element.elementor-element-bea90b0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-73d37ab *//* فونت وزیر */
@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* بخش خبرنامه پیامکی - هماهنگ با فوتر */
.newsletter-section {
    width: 100%;
    background: #070C12;
    font-family: 'Vazir', sans-serif;
    direction: rtl;
    padding: 2rem 2rem;
    position: relative;
    overflow: hidden;
}

/* کانتینر داخلی */
.newsletter-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* باکس اصلی */
.newsletter-box {
    background: linear-gradient(135deg, #151E28, #111A24);
    border-radius: 28px;
    padding: 2rem 2.5rem;
    border: 1px solid rgba(255, 51, 0, 0.2);
    box-shadow: 0 15px 35px -12px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* سمت راست - متن */
.newsletter-content {
    flex: 1.5;
}

.newsletter-badge {
    display: inline-block;
    background: rgba(255, 51, 0, 0.12);
    border: 1px solid rgba(255, 51, 0, 0.2);
    padding: 0.25rem 1rem;
    border-radius: 30px;
    font-size: 0.65rem;
    color: #FF8866;
    margin-bottom: 0.8rem;
    letter-spacing: 1px;
}

.newsletter-content h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
}

.newsletter-content h3 span {
    color: #FF3300;
}

.newsletter-content p {
    font-size: 0.8rem;
    color: #8A9BB0;
    line-height: 1.6;
}

/* سمت چپ - فرم */
.newsletter-form {
    flex: 1;
    display: flex;
    gap: 0.6rem;
    min-width: 300px;
}

.newsletter-form input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 51, 0, 0.15);
    border-radius: 50px;
    padding: 0.8rem 1.2rem;
    font-size: 0.8rem;
    color: #FFFFFF;
    font-family: 'Vazir', sans-serif;
    outline: none;
    transition: all 0.3s ease;
    direction: ltr;
}

.newsletter-form input:focus {
    border-color: #FF3300;
    background: rgba(255, 51, 0, 0.05);
}

.newsletter-form input::placeholder {
    color: #5A6A7A;
}

.newsletter-btn {
    background: linear-gradient(135deg, #FF3300, #E62E00);
    border: none;
    color: white;
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Vazir', sans-serif;
    white-space: nowrap;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 51, 0, 0.3); }
    70% { box-shadow: 0 0 0 8px rgba(255, 51, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 51, 0, 0); }
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #E62E00, #CC2900);
    transform: translateX(-3px);
    animation: none;
    box-shadow: 0 5px 15px rgba(255, 51, 0, 0.4);
}

/* زیرنویس */
.newsletter-note {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.6rem;
    color: #6A7B8E;
}

.newsletter-note a {
    color: #FF8866;
    text-decoration: none;
}

.newsletter-note a:hover {
    color: #FF3300;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 800px) {
    .newsletter-section {
        padding: 1.5rem 1rem;
    }
    .newsletter-box {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    .newsletter-form {
        width: 100%;
        flex-direction: column;
    }
    .newsletter-btn {
        width: 100%;
        justify-content: center;
    }
    .newsletter-content h3 {
        font-size: 1.2rem;
    }
    .newsletter-content p {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .newsletter-section {
        padding: 1rem 1rem;
    }
    .newsletter-content h3 {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e4f2ee *//* فونت وزیر */
@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* فوتر اصلی */
.footer-section {
    width: 100%;
    background: #070C12;
    font-family: 'Vazir', sans-serif;
    direction: rtl;
    position: relative;
    border-top: 1px solid rgba(255, 51, 0, 0.1);
}

/* کانتینر داخلی */
.footer-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 2rem 1.5rem 2rem;
    position: relative;
    z-index: 2;
}

/* ========== ردیف اصلی (۵ ستون) ========== */
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
}

/* ستون توضیحات شرکت */
.footer-about {
    min-width: 0;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    margin-bottom: 1rem;
}

.footer-logo img {
    height: 60px;
    width: auto;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
}

.footer-logo-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.footer-logo-title span {
    color: #FF3300;
}

.footer-logo-sub {
    font-size: 0.65rem;
    color: #8A9BB0;
}

/* آدرس و توضیحات */
.footer-address {
    font-size: 0.7rem;
    color: #FF8866;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed rgba(255, 51, 0, 0.2);
}

.footer-desc {
    font-size: 0.7rem;
    color: #8A9BB0;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: justify;
}

.footer-desc strong {
    color: #FF8866;
}

/* عنوان ستون‌ها با دایره رنگ اصلی */
.footer-col h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-col h4::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #FF3300;
    border-radius: 50%;
    display: inline-block;
}

/* لینک‌ها */
.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.4rem;
}

.footer-links a {
    color: #8A9BB0;
    text-decoration: none;
    font-size: 0.75rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #FF3300;
    transform: translateX(-2px);
}

/* ساعات کاری */
.working-hours {
    list-style: none;
}

.working-hours li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.working-hours li:last-child {
    border-bottom: none;
}

.day {
    color: #8A9BB0;
}

.hour {
    color: #FF8866;
    font-weight: 500;
}

.off-day {
    color: #FF3300;
}

/* ========== نمادهای اعتماد (فقط اینماد - وسط چین) ========== */
.trust-section {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.trust-img {
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 51, 0, 0.1);
}

.trust-img img {
    max-width: 150px;
    max-height: 150px;
}

.trust-img:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 51, 0, 0.3);
}

.trust-label {
    font-size: 0.6rem;
    color: #6A7B8E;
}

/* ========== بخش پایینی ========== */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bottom-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.bottom-badge {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.6rem;
    color: #6A7B8E;
}

.bottom-badge svg {
    width: 14px;
    height: 14px;
    stroke: #FF8866;
    stroke-width: 1.5;
    fill: none;
}

.copyright-full {
    font-size: 0.6rem;
    color: #6A7B8E;
    text-align: center;
}

.copyright-full a {
    color: #FF8866;
    text-decoration: none;
}

.copyright-full a:hover {
    color: #FF3300;
}

/* ========== RESPONSIVE ========== */
/* دسکتاپ بزرگ - ۵ ستون */
@media (min-width: 1200px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
        gap: 1.2rem;
    }
}

/* تبلت - ۳ ستون */
@media (max-width: 1199px) and (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem;
    }
    .footer-about {
        grid-column: span 3;
    }
}

/* موبایل - ۱ ستون */
@media (max-width: 767px) {
    .footer-container {
        padding: 1.5rem 1rem 1rem 1rem;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .footer-about {
        grid-column: span 1;
        text-align: center;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer-address {
        text-align: center;
    }
    .footer-desc {
        text-align: center;
    }
    .footer-col {
        text-align: center;
    }
    .footer-col h4 {
        justify-content: center;
    }
    .working-hours li {
        justify-content: center;
        gap: 1rem;
    }
    .trust-section {
        min-height: auto;
        padding: 0.5rem 0;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .bottom-badges {
        justify-content: center;
    }
}

/* موبایل کوچک */
@media (max-width: 550px) {
    .footer-logo img {
        height: 50px;
    }
    .footer-logo-title {
        font-size: 1.2rem;
    }
    .trust-img {
        width: 80px;
        height: 80px;
    }
    .trust-img img {
        max-width: 60px;
        max-height: 60px;
    }
    .trust-label {
        font-size: 0.55rem;
    }
}/* End custom CSS */