
/*Start Footer*/
.footer_dark h6, .footer_dark span, .footer_dark a, .footer_dark p, .footer_dark i {
    color: #111111;
}

.footer_top {
    padding: 50px 0 30px 0;
    background: #ececec6b;
}

.widget {
    margin-bottom: 20px;
}

.widget_title {
    font-size: 14px;
    line-height: 1.75rem;
    color: #3f434d !important;
}

ul.contact_info li {
    margin-bottom: 20px;
}

ul.contact_info li i {
    font-size: 1.4em;
    margin-left: 10px;
    color: #3f434d !important;
}

.social_icons li {
    margin-left: 20px;
    font-size: 1.8em;
    transition: all 0.15s ease-in-out;
}

.social_icons li:hover {
    transform: rotateZ(
            15deg
    );
}

ul.widget_link li {
    margin-bottom: 15px;
}

.newsletter_form form, .wpcf7-form {
    position: relative;
    margin-top: 30px;
}

.newsletter_form input, .wpcf7-form-control {
    width: 100%;
    border: 0;
    padding: 18px;
    border-radius: 50px;
    text-align: right;
    font-weight: 300;
}

.newsletter_form button, .wpcf7-submit {
    position: absolute;
    background: var(--bg-color-1);
    border-radius: 100%;
    left: 5px;
    top: 6px;
    font-size: 1.5em;
}

.wpcf7-response-output {
    color: #fff;
    border-color: var(--bg-color-1) !important;
}

.footer_bottom {
    padding: 5px;
    border-top: 1px solid black;
    background: rgba(236, 236, 236, 0.42);
}

.footer-brand-credit {
    display: block;
    text-align: center;
    font-family: 'IRansansX', sans-serif;
    font-size: 14px;
    color: #555; /* رنگ متن */
    text-decoration: none;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.footer-brand-credit:hover {
    color: #007bff; /* رنگ تغییر هنگام هاور */
    text-decoration: none;
}

/* استایل همگانی برای تمام لینک‌های منوهای فوتر */
.widget ul.menu li a,
.widget [class*="menu-"] ul li a {
    color: #4a5568 !important; /* رنگ خاکستری تیره خوانا (می‌توانید به رنگ دلخواه تغییر دهید) */
    font-family: 'IRANSansX', sans-serif !important; /* استفاده از فونت ایران‌سنس ایکس */
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    transition: all 0.25s ease-in-out;
}

/* استایل هاور (وقتی موس روی لینک‌ها می‌رود) برای همه */
.widget ul.menu li a:hover,
.widget [class*="menu-"] ul li a:hover {
    color: #ff5a5f !important; /* رنگ هاور (مثلاً قرمز یا رنگ اصلی سایت شما) */
    padding-right: 6px; /* ایجاد یک حرکت ظریف به چپ هنگام هاور */
}

/*End Footer*/