.elementor-2595 .elementor-element.elementor-element-e265394{--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;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2595 .elementor-element.elementor-element-57056c5{background-color:#FFFFFF;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:23px 23px 23px 23px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-57056c5 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #e8e4d6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body.rtl,
body[dir="rtl"] {
    font-family: "IRANSans", "Vazir", "Vazirmatn", tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.footer {
    background: #EFEAD8;
    color: #2c2c2c;
    direction: rtl;
    width: 100%;
    margin-top: auto;
    border-top: 1px solid rgba(96, 116, 99, 0.2);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 2rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.footer-col {
    flex: 1 1 260px;
    min-width: 200px;
}

.footer-col h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    position: relative;
    display: inline-block;
    color: #607463;
    font-family: inherit;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 45px;
    height: 3px;
    background: #607463;
    border-radius: 3px;
}

/* ========== بخش 1: شبکه‌های اجتماعی ========== */
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(96, 116, 99, 0.12);
    width: 48px;
    height: 48px;
    border-radius: 28px;
    font-size: 1.7rem;
    color: #3a4a3e;
    transition: all 0.25s;
    text-decoration: none;
    border: 1px solid rgba(96, 116, 99, 0.25);
}

.social-icon:hover {
    background: #607463;
    color: #EFEAD8;
    transform: translateY(-4px);
}

.address-box {
    background: rgba(96, 116, 99, 0.08);
    border-radius: 20px;
    padding: 1rem;
    margin: 0.8rem 0;
}

.address-box small {
    font-size: 0.85rem;
    color: #666;
    font-family: inherit;
}

/* ========== بخش 2: ارتباط با ما ========== */
.contact-info {
    list-style: none;
    margin-top: 0.5rem;
}

.contact-info li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #1a1a1a;
    transition: transform 0.2s ease;
}

.contact-info li:hover {
    transform: translateX(-5px);
}

.contact-info a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    font-family: inherit;
}

.contact-info a:hover {
    color: #607463;
    text-decoration: underline;
}

.contact-info a[href^="tel"] {
    direction: ltr;
    display: inline-block;
}

.map-card {
    background: rgba(96, 116, 99, 0.08);
    border-radius: 24px;
    padding: 1rem 1.2rem;
    margin-top: 0.5rem;
    border-right: 4px solid #607463;
}

.map-card p {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
    font-family: inherit;
}

.address-text {
    color: #333;
    font-size: 0.9rem;
    line-height: 1.6;
    font-family: inherit;
}

/* دکمه نقشه */
.map-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 12px 0;
}

.map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #607463;
    color: #EFEAD8;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: inherit;
    cursor: pointer;
    border: none;
    width: 100%;
}

.map-link:hover {
    background: #4a5a4e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ========== بخش 3: تخصص ما ========== */
.footer-col .address-box p {
    margin-bottom: 0.8rem;
    font-family: inherit;
}

.footer-col .address-box p:first-child {
    font-weight: 500;
}

.footer-col > div:last-child {
    margin-top: 1rem;
    border-right: 2px solid rgba(96, 116, 99, 0.4);
    padding-right: 12px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #333;
    font-family: inherit;
}

/* ========== کپی رایت ========== */
.copyright {
    text-align: center;
    border-top: 1px solid rgba(96, 116, 99, 0.25);
    padding: 1.2rem;
    background: rgba(96, 116, 99, 0.05);
    color: #4a4a4a;
    font-size: 0.85rem;
    font-family: inherit;
}

.copyright-year {
    display: block;
    font-size: 0.75rem;
    margin-top: 5px;
}

/* ========== ریسپانسیو ========== */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
    .map-buttons {
        flex-direction: column;
    }
    .map-link {
        justify-content: center;
        width: 100%;
    }
    .footer-col > div:last-child {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .social-icon {
        width: 42px;
        height: 42px;
        font-size: 1.4rem;
    }
    .map-link {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}/* End custom CSS */