.elementor-500 .elementor-element.elementor-element-6070088{--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-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-8862f74 *//* استایل‌های فوتر حرفه‌ای */
.yr-pro-footer {
    background-color: #1a1a1a; /* رنگ پس‌زمینه تیره و حرفه‌ای */
    color: #e0e0e0;
    font-family: iranyekan, Tahoma, sans-serif;
    direction: rtl;
    border-top: 4px solid #f2c00f; /* نوار زرد رنگ در بالای فوتر برای هماهنگی با برند */
}

.yr-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 20px;
    gap: 40px;
}

.yr-footer-col {
    flex: 1;
    min-width: 250px;
}

/* بخش درباره و لوگو */
.yr-footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
    display: block;
}

.yr-footer-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #aaaaaa;
    margin-bottom: 25px;
    text-align: justify;
}

.yr-social-links a {
    display: inline-block;
    margin-left: 15px;
    color: #aaaaaa;
    transition: all 0.3s ease;
}

.yr-social-links svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.yr-social-links a:hover {
    color: #f2c00f; /* هاور زرد رنگ */
    transform: translateY(-3px);
}

/* عناوین ستون‌ها */
.yr-footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.yr-footer-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #f2c00f; /* خط زرد زیر عناوین */
}

/* لیست لینک‌ها */
.yr-links-col ul, .yr-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.yr-links-col li {
    margin-bottom: 12px;
}

.yr-links-col a {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.yr-links-col a:hover {
    color: #f2c00f;
    padding-right: 8px; /* افکت حرکت به سمت چپ هنگام هاور */
}

.sitemap-link {
    color: #f2c00f !important; /* متمایز کردن نقشه سایت */
    font-weight: bold;
}

/* لیست اطلاعات تماس */
.yr-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.6;
}

.yr-contact-list svg {
    width: 20px;
    height: 20px;
    fill: #f2c00f;
    margin-left: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* نوار کپی‌رایت */
.yr-footer-bottom {
    background-color: #111111;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #2a2a2a;
}

.yr-footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #777777;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .yr-footer-container {
        flex-direction: column;
        padding: 40px 20px;
    }
    
    .yr-footer-title::after {
        left: 50%;
        transform: translateX(50%);
        right: auto;
    }

    .yr-footer-col {
        text-align: center;
        margin-bottom: 20px;
    }

    .yr-footer-logo {
        margin: 0 auto 20px auto;
    }

    .yr-contact-list li {
        justify-content: center;
        text-align: right;
    }
}/* End custom CSS */