.elementor-83 .elementor-element.elementor-element-3332e4e{--display:flex;}.elementor-83 .elementor-element.elementor-element-9516b20{--display:flex;}.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-f2d483f */:root {
            --wa-green:#ccff00 ; /* سبز اصلی واتس‌اپ */
            --neon-phosphor:#25d366; /* سبز فسفری خیره‌کننده */
            --corner-color: #000000;
            --text-white: #000000;
            --text-dark: #fff;
        }

        .wa-tech-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9999;
            background-color: var(--wa-green);
            color: var(--text-white);
            text-decoration: none;
            padding: 15px 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: Tahoma, sans-serif;
            font-weight: bold;
            font-size: 16px;
            border-radius: 0; /* لبه‌های کاملاً تیز */
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: none;
            overflow: visible;
        }

        /* ساخت گوشه‌های L شکل */
        .wa-tech-btn::before, .wa-tech-btn::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            transition: all 0.3s ease;
        }

        /* بالا سمت چپ */
        .wa-tech-btn::before {
            top: 6px;
            left: 6px;
            border-top: 2px solid var(--corner-color);
            border-left: 2px solid var(--corner-color);
        }

        /* پایین سمت راست */
        .wa-tech-btn::after {
            bottom: 6px;
            right: 6px;
            border-bottom: 2px solid var(--corner-color);
            border-right: 2px solid var(--corner-color);
        }

        /* لایه دوم برای دو گوشه دیگر */
        .corner-extra::before, .corner-extra::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            transition: all 0.3s ease;
        }

        /* بالا سمت راست */
        .corner-extra::before {
            top: 6px;
            right: 6px;
            border-top: 2px solid var(--corner-color);
            border-right: 2px solid var(--corner-color);
        }

        /* پایین سمت چپ */
        .corner-extra::after {
            bottom: 6px;
            left: 6px;
            border-bottom: 2px solid var(--corner-color);
            border-left: 2px solid var(--corner-color);
        }

        /* استایل آیکون */
        .wa-tech-btn svg {
            width: 24px;
            height: 24px;
            margin-left: 12px;
            transition: all 0.3s ease;
        }

        /* === افکت هاور (سبز فسفری) === */
        .wa-tech-btn:hover {
            background-color: var(--neon-phosphor);
            color: var(--text-dark);
            box-shadow: 0 0 25px var(--neon-phosphor); /* ایجاد هاله نوری */
            transform: translateY(-5px);
        }

        /* تغییر رنگ آیکون و گوشه‌ها در حالت هاور برای تضاد بیشتر */
        .wa-tech-btn:hover svg {
            fill: var(--text-dark);
        }

        .wa-tech-btn:hover::before, 
        .wa-tech-btn:hover::after,
        .wa-tech-btn:hover .corner-extra::before,
        .wa-tech-btn:hover .corner-extra::after {
            border-color: var(--text-dark);
        }

        /* رسپانسیو موبایل */
        @media (max-width: 768px) {
            .wa-tech-btn {
                bottom: 0;
                right: 0;
                left: 0;
                width: 100%;
                padding: 20px;
                box-sizing: border-box;
                font-size: 18px;
                box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
            }
            .wa-tech-btn:hover {
                transform: none; /* در موبایل بالا نرود */
                box-shadow: 0 0 20px var(--neon-phosphor);
            }
            body {
                padding-bottom: 65px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eec38aa */:root {
    --lime: #d4ff00;
    --bg-dark: #000;
    --box-bg: #0a0a0a;
    --border-color: #1a1a1a;
}

body { background-color: var(--bg-dark); margin: 0; }

.modern-footer-container {
    direction: ltr;
    padding: 80px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: grid;
    grid-template-columns: 2fr 1.2fr 0.6fr; 
    gap: 20px;
    max-width: 1350px;
    margin: 0 auto;
}

/* استایل کلی باکس‌های تیره */
.footer-dark-box {
    background-color: var(--box-bg);
    padding: 45px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; /* برای فیکس شدن گوشه‌ها */
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

/* افکت براکت‌ها (Corners) */
.corner {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid var(--lime);
    opacity: 0.6;
    transition: 0.3s;
}

.tl { top: 15px; left: 15px; border-right: 0; border-bottom: 0; }
.tr { top: 15px; right: 15px; border-left: 0; border-bottom: 0; }
.bl { bottom: 15px; left: 15px; border-right: 0; border-top: 0; }
.br { bottom: 15px; right: 15px; border-left: 0; border-top: 0; }

.footer-dark-box:hover .corner {
    opacity: 1;
    width: 20px;
    height: 20px;
}

/* باکس بزرگ سمت چپ */
.box-large h2 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 40px 0;
    letter-spacing: -2px;
}

.box-large h2 span { color: var(--lime); }

.box-large .footer-logo {
    height: 40px;
    margin-bottom: 25px;
    filter: brightness(1.2);
}

.box-large .copy-text {
    font-weight: 800;
    font-size: 13px;
    color: var(--lime);
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.box-large .address-text {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    line-height: 1.6;
    max-width: 400px;
}

/* باکس‌های ستون وسط */
.middle-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-support h3, .box-social h3 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 25px 0;
    color: var(--lime);
}

.box-support p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #aaa;
}

.box-support a, .box-links a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid var(--lime);
    transition: 0.3s;
    font-weight: 700;
}

.box-support a:hover, .box-links a:hover {
    color: var(--lime);
}

.box-links {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 35px 45px;
}

/* باکس شبکه اجتماعی (سمت راست) */
.box-social {
    align-items: center;
    text-align: center;
}

.social-icons-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
}

.social-icons-list a {
    color: var(--lime);
    font-size: 32px;
    transition: all 0.3s ease;
}

.social-icons-list a:hover {
    transform: scale(1.2);
    text-shadow: 0 0 15px var(--lime);
}

/* رسپانسیو */
@media (max-width: 1024px) {
    .modern-footer-container {
        grid-template-columns: 1fr 1fr;
    }
    .box-large { grid-column: span 2; }
}

@media (max-width: 768px) {
    .modern-footer-container {
        grid-template-columns: 1fr;
        padding: 40px 15px;
    }
    .box-large { grid-column: span 1; }
    .box-large h2 { font-size: 48px; }
    .box-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .social-icons-list {
        flex-direction: row;
        justify-content: center;
        gap: 35px;
    }
}/* End custom CSS */