.elementor-16529 .elementor-element.elementor-element-a10e66a{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5df3859 *//* =========================================
   استایل‌های فوتر توکالا
   ========================================= */
.tokala-footer {
    background: #070709 !important; 
    border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
    padding: 60px 20px 30px !important;
    color: #fff !important;
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl !important;
}

.tokala-footer-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 40px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.tokala-col {
    flex: 1 !important;
    min-width: 250px !important;
}

/* استایل عنوان ستون‌ها با خط طلایی زیر آن */
.tokala-magic-title {
    color: #d4af37 !important;
    font-size: 20px !important;
    margin-bottom: 25px !important;
    position: relative !important;
    display: inline-block !important;
    font-weight: bold !important;
}

.tokala-magic-title::after {
    content: "" !important;
    display: block !important;
    width: 40px !important;
    height: 3px !important;
    background: #d4af37 !important;
    margin-top: 10px !important;
    border-radius: 5px !important;
}

.tokala-about-desc {
    color: #bbb !important;
    line-height: 1.9 !important;
    font-size: 14.5px !important;
    text-align: justify !important;
    margin: 0 !important;
}

/* استایل لیست لینک‌ها و تماس */
.tokala-contact-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tokala-contact-list li {
    margin-bottom: 15px !important;
    color: #ccc !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.tokala-contact-list a {
    color: #ccc !important;
    text-decoration: none !important;
    transition: color 0.3s ease, transform 0.3s ease !important;
    display: inline-block !important;
}

/* افکت هاور لینک‌ها */
.tokala-contact-list a:hover {
    color: #d4af37 !important;
    transform: translateX(-5px) !important;
}

/* باکس‌های اینماد و ساماندهی */
.tokala-badges-wrap {
    display: flex !important;
    gap: 15px !important;
    margin-top: 25px !important;
}

.tokala-trust-badge {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    color: #d4af37 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: center !important;
    flex: 1 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.tokala-trust-badge:hover {
    background: rgba(212, 175, 55, 0.1) !important;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2) !important;
    transform: translateY(-3px) !important;
}

/* ریسپانسیو و تنظیمات موبایل */
@media (max-width: 768px) {
    .tokala-footer {
        padding: 40px 25px 25px !important; /* افزایش پدینگ طرفین برای عدم چسبیدن به لبه‌ها */
    }
    
    .tokala-footer-wrap {
        flex-direction: column !important;
        text-align: center !important;
        gap: 35px !important;
    }

    .tokala-col {
        padding: 0 10px !important; /* پدینگ داخلی برای ستون‌ها در موبایل */
    }
    
    .tokala-magic-title::after {
        margin: 10px auto 0 !important; /* وسط‌چین کردن خط طلایی زیر عناوین */
    }

    .tokala-about-desc {
        text-align: center !important; /* وسط‌چین شدن متن درباره ما در موبایل */
    }

    .tokala-contact-list li {
        justify-content: center !important; /* وسط‌چین کردن آیتم‌های لیست تماس */
        text-align: center !important;
    }

    .tokala-contact-list a:hover {
        transform: translateY(-2px) !important; 
    }
    
    .tokala-badges-wrap {
        justify-content: center !important;
        max-width: 300px !important;
        margin: 25px auto 0 !important; /* وسط‌چین کردن باکس‌های اینماد */
    }
}/* End custom CSS */