.elementor-16529 .elementor-element.elementor-element-86e4192{--display:flex;}/* Start custom CSS for html, class: .elementor-element-25bc8b5 */@keyframes shimmerBg {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes shineGold {
    to { background-position: 200% center; }
}

@keyframes floatElement {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(56, 189, 248, 0); }
    100% { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0); }
}

/* ساختار کلی فوتر */
.enove-masterpiece-footer {
    background: linear-gradient(-45deg, #0b1528, #0f2244, #1e3a8a, #0f2244, #0b1528);
    background-size: 300% 300%;
    animation: shimmerBg 8s ease-in-out infinite; 
    position: relative;
    border-top: 3px solid #38bdf8; 
    padding: 60px 20px 40px 20px; 
    font-family: inherit;
    direction: rtl;
    text-align: right;
    color: #cbd5e1; 
    overflow: hidden;
}

.enove-masterpiece-footer::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
    z-index: 1;
}

.enove-footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 40px; 
    position: relative;
    z-index: 2; 
    align-items: flex-start;
}

/* --- استایل‌های بخش لوگو و عنوان --- */
.enove-footer-about {
    position: relative;
}

.enove-brand-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.enove-logo-img {
    width: 60px; 
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.enove-brand-text {
    display: flex;
    flex-direction: column;
}

.enove-magic-logo {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 2px;
    display: inline-block;
    background: linear-gradient(to right, #38bdf8 20%, #e2e8f0 40%, #e2e8f0 60%, #38bdf8 80%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shineGold 4s linear infinite;
    letter-spacing: 1px;
    line-height: 1.2;
}

.enove-subtitle-fa {
    font-size: 14px;
    font-weight: 700;
    color: #38bdf8; 
    letter-spacing: 0.5px;
}

.enove-about-desc {
    font-size: 14px;
    line-height: 2; 
    color: #94a3b8;
    text-align: justify;
    margin: 0;
    position: relative;
    padding-right: 15px;
    border-right: 2px solid rgba(56, 189, 248, 0.3);
}

/* عناوین ستون‌ها */
.enove-magic-title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.enove-magic-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #38bdf8 0%, transparent 100%);
}

/* ستون دوم: ارتباط با ما */
.enove-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.enove-contact-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgba(56, 189, 248, 0.15); 
    font-size: 13px;
    transition: all 0.4s ease;
}

.enove-contact-list li:last-child {
    border-bottom: none;
}

.enove-contact-list li:hover {
    transform: translateX(-5px); 
    border-bottom-color: #38bdf8;
}

.enove-contact-list .label-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    font-weight: 600;
}

.enove-icon-box {
    width: 24px;
    height: 24px;
    background: #1e293b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.enove-contact-list li:hover .enove-icon-box {
    animation: pulseGlow 1.5s infinite;
}

.enove-icon-box svg {
    width: 12px; 
    height: 12px;
    fill: #38bdf8;
}

.enove-contact-list .val-wrap {
    direction: ltr;
    text-decoration: none;
    color: #f1f5f9;
    font-weight: 700;
    transition: color 0.3s;
}

.enove-contact-list a.val-wrap:hover {
    color: #38bdf8;
}

/* ستون سوم: نمادها */
.enove-badges-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.enove-trust-badge {
    width: 85px; 
    height: 85px;
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(5px);
    border: 1px solid #334155; 
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #94a3b8;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: floatElement 6s ease-in-out infinite;
}

.enove-trust-badge:nth-child(2) {
    animation-delay: 1.5s;
}

.enove-trust-badge:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 15px 30px rgba(56, 189, 248, 0.2);
    border-color: #38bdf8;
    background: #1e293b;
    animation-play-state: paused;
}

/* ریسپانسیو - موبایل */
@media (max-width: 768px) {
    .enove-masterpiece-footer {
        padding: 40px 15px;
    }
    .enove-footer-wrap {
        grid-template-columns: 1fr 1fr; 
        gap: 30px 15px;
        align-items: flex-start;
    }
    .enove-footer-about {
        grid-column: 1 / -1; 
        text-align: center;
    }
    .enove-brand-container {
        flex-direction: column; 
        justify-content: center;
        gap: 8px;
    }
    .enove-brand-text {
        align-items: center;
    }
    .enove-about-desc {
        text-align: center;
        padding-right: 0;
        border-right: none;
    }
    .enove-magic-title::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        background: linear-gradient(90deg, transparent 0%, #38bdf8 50%, transparent 100%);
    }
    .enove-contact-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 10px 0;
    }
    .enove-badges-wrap {
        justify-content: flex-start;
    }
    .enove-trust-badge {
        width: 75px;
        height: 75px;
    }
}/* End custom CSS */