.elementor-118 .elementor-element.elementor-element-b998004:not(.elementor-motion-effects-element-type-background), .elementor-118 .elementor-element.elementor-element-b998004 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1A1A;}.elementor-118 .elementor-element.elementor-element-b998004{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-118 .elementor-element.elementor-element-b998004 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-118 .elementor-element.elementor-element-4957dba > .elementor-element-populated, .elementor-118 .elementor-element.elementor-element-4957dba > .elementor-element-populated > .elementor-background-overlay, .elementor-118 .elementor-element.elementor-element-4957dba > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-118 .elementor-element.elementor-element-4957dba > .elementor-element-populated{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-118 .elementor-element.elementor-element-4957dba{width:100%;}}/* Start custom CSS for global, class: .elementor-global-176 *//* تنظیمات کلی فوتر */
.custom-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 20px 0;
    font-family: 'Iran Sans', sans-serif;
    direction: rtl;
    text-align: right;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 40px;
}

.footer-column h3 {
    color: #ffb400;
    font-size: 30px;
    margin-bottom: 27px;
    position: relative;
    padding-bottom: 15px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: #ffb400;
}

/* متون پاراگراف فوتر */
.footer-column p {
    line-height: 1.8;
    color: #ccc;
    font-size: 18px;
    text-align: justify;       /* متن را هم‌عرض می‌کند */
    text-justify: inter-word;  /* فواصل را بین کلمات تنظیم می‌کند */
    text-align-last: right;    /* خط آخر را راست‌چین می‌کند */
}

/* استایل لینک‌های عمومی */
.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #ffb400;
    padding-right: 8px;
}

/* --- استایل جدید برای بخش تماس و ایمیل (زرد طلایی) --- */
.contact-item {
    margin-bottom: 12px;
}

.contact-item a, 
.contact-item a i {
    color: #ffb400 !important;
    text-decoration: none !important;
    transition: 0.3s;
}

/* تغییر رنگ ملایم هنگام قرارگیری موس روی لینک‌های تماس */
.contact-item a:hover, 
.contact-item a:hover i {
    color: #ffd166 !important; 
}

/* آیکون‌های اجتماعی */
.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.4s;
}

.social-icons a:hover {
    background: #ffb400;
    transform: translateY(-5px);
}

/* بخش کپی‌رایت */
.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #777;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-column h3::after {
        right: 50%;
        transform: translateX(50%);
    }
    .footer-column p {
        text-align: justify;
    }
}/* End custom CSS */