.elementor-163 .elementor-element.elementor-element-d72fabb{--display:flex;--margin-top:35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-163 .elementor-element.elementor-element-46d16cd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* ===== ریست و تنظیمات پایه ===== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
            direction: rtl;
            background-color: #f5f5f5;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        ul {
            list-style: none;
        }

        /* ===== فوتر اصلی ===== */
        .main-footer {
            background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        /* افکت پس‌زمینه */
        .main-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.5;
        }

        /* ===== بخش بالای فوتر (CTA) ===== */
        .footer-cta {
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            padding: 40px 20px;
            position: relative;
        }

        .footer-cta .container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .cta-content h3 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .cta-content p {
            font-size: 15px;
            opacity: 0.9;
        }

        .cta-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 28px;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .cta-btn-primary {
            background: #fff;
            color: #2980b9;
        }

        .cta-btn-primary:hover {
            background: #27ae60;
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .cta-btn-secondary {
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255, 255, 255, 0.5);
        }

        .cta-btn-secondary:hover {
            background: #fff;
            color: #2980b9;
            border-color: #fff;
            transform: translateY(-3px);
        }

        .cta-btn i {
            font-size: 18px;
        }

        /* ===== محتوای اصلی فوتر ===== */
        .footer-content {
            padding: 60px 20px 40px;
            position: relative;
            z-index: 1;
        }

        .footer-content .container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
            gap: 40px;
        }

        /* ===== ستون درباره ما ===== */
        .footer-about {
            padding-left: 30px;
        }

        .footer-logo {
            display: inline-block;
            margin-bottom: 20px;
        }

        .footer-logo img {
            height: 60px;
            filter: brightness(1) invert(1);
            transition: transform 0.3s ease;
        }

        .footer-logo:hover img {
            transform: scale(1.05);
        }

        .footer-about p {
            color: #b0bec5;
            font-size: 14px;
            line-height: 2;
            margin-bottom: 25px;
            text-align: justify;
        }

        /* شبکه‌های اجتماعی */
        .social-links {
            display: flex;
            gap: 12px;
        }

        .social-link {
            width: 42px;
            height: 42px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            transform: translateY(-5px);
        }

        .social-link.instagram:hover {
            background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        }

        .social-link.telegram:hover {
            background: #0088cc;
        }

        .social-link.whatsapp:hover {
            background: #25d366;
        }

        .social-link.youtube:hover {
            background: #ff0000;
        }

        /* ===== عنوان ستون‌ها ===== */
        .footer-title {
            font-size: 17px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 12px;
        }

        .footer-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
            border-radius: 3px;
        }

        /* ===== لینک‌های فوتر ===== */
        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: #b0bec5;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
        }

        .footer-links a::before {
            content: '\f104';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 12px;
            color: #3498db;
            transition: transform 0.3s ease;
        }

        .footer-links a:hover {
            color: #3498db;
            padding-right: 8px;
        }

        .footer-links a:hover::before {
            transform: translateX(-5px);
        }

        /* ===== اطلاعات تماس ===== */
        .contact-info li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
            color: #b0bec5;
            font-size: 14px;
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 16px;
            flex-shrink: 0;
        }

        .contact-info li span {
            line-height: 1.8;
        }

        .contact-info a {
            color: #b0bec5;
            transition: color 0.3s ease;
        }

        .contact-info a:hover {
            color: #3498db;
        }

        .phone-numbers {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        /* ===== نقشه گوگل ===== */
        .footer-map {
            margin-top: 20px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        }

        .footer-map iframe {
            width: 100%;
            height: 150px;
            border: none;
            filter: grayscale(100%) invert(92%) contrast(83%);
            transition: filter 0.3s ease;
        }

        .footer-map:hover iframe {
            filter: none;
        }

        /* ===== نماد اعتماد ===== */
        .trust-badges {
            display: flex;
            gap: 10px;
            margin-top: 25px;
            flex-wrap: wrap;
        }

        .trust-badge {
            width: 80px;
            height: 90px;
            background: #fff;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }

        .trust-badge:hover {
            transform: scale(1.05);
        }

        .trust-badge img {
            max-width: 70px;
            max-height: 80px;
        }

        /* ===== خط جداکننده ===== */
        .footer-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            margin: 0 20px;
        }

        /* ===== بخش پایین فوتر ===== */
        .footer-bottom {
            padding: 25px 20px;
            position: relative;
            z-index: 1;
        }

        .footer-bottom .container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .copyright {
            color: #78909c;
            font-size: 13px;
        }

        .copyright a {
            color: #3498db;
            transition: color 0.3s ease;
        }

        .copyright a:hover {
            color: #2ecc71;
        }

        .footer-bottom-links {
            display: flex;
            gap: 25px;
        }

        .footer-bottom-links a {
            color: #78909c;
            font-size: 13px;
            transition: color 0.3s ease;
        }

        .footer-bottom-links a:hover {
            color: #3498db;
        }

        /* ===== دکمه برگشت به بالا ===== */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            left: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
            z-index: 999;
            box-shadow: 0 5px 20px rgba(52, 152, 219, 0.4);
        }

        .back-to-top.visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .back-to-top:hover {
            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(39, 174, 96, 0.4);
        }

        /* ===== ریسپانسیو ===== */
        @media (max-width: 1024px) {
            .footer-content .container {
                grid-template-columns: 1fr 1fr;
                gap: 40px 30px;
            }

            .footer-about {
                padding-left: 0;
                grid-column: span 2;
            }
        }

        @media (max-width: 768px) {
            .footer-cta .container {
                flex-direction: column;
                text-align: center;
            }

            .cta-buttons {
                justify-content: center;
            }

            .footer-content .container {
                grid-template-columns: 1fr;
                gap: 35px;
            }

            .footer-about {
                grid-column: span 1;
                text-align: center;
            }

            .footer-about p {
                text-align: center;
            }

            .social-links {
                justify-content: center;
            }

            .footer-title::after {
                right: 50%;
                transform: translateX(50%);
            }

            .contact-info li {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .trust-badges {
                justify-content: center;
            }

            .footer-bottom .container {
                flex-direction: column;
                text-align: center;
            }

            .footer-bottom-links {
                flex-wrap: wrap;
                justify-content: center;
            }
        }

        @media (max-width: 576px) {
            .cta-content h3 {
                font-size: 20px;
            }

            .cta-btn {
                padding: 12px 20px;
                font-size: 14px;
                width: 100%;
                justify-content: center;
            }

            .footer-content {
                padding: 40px 15px 30px;
            }

            .footer-logo img {
                height: 50px;
            }

            .back-to-top {
                width: 45px;
                height: 45px;
                bottom: 20px;
                left: 20px;
            }
        }

        /* ===== انیمیشن‌ها ===== */
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .cta-btn-primary {
            animation: pulse 2s infinite;
        }

        .cta-btn-primary:hover {
            animation: none;
        }/* End custom CSS */