.elementor-29018 .elementor-element.elementor-element-093bd9f{--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;}.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-bd94f3f *//* --- استایل‌های اختصاصی فوتر --- */
        
        .gh-custom-footer {
            /* متغیرهای رنگی */
            --gh-bg-color: #151515;
            --gh-text: #e1e1e1;
            --gh-text-muted: #a5a5a5;
            --gh-accent: #ffc107;
            --gh-border: rgba(255, 255, 255, 0.08);
            
            /* بافت کربنی */
            background-color: var(--gh-bg-color);
            background-image: 
                linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
            background-size: 20px 20px;
            
            color: var(--gh-text);
            font-family: 'Vazirmatn', sans-serif;
            padding-top: 60px;
            padding-bottom: 0;
            position: relative;
            direction: rtl;
            text-align: right;
            box-sizing: border-box;
            line-height: 1.7;
            overflow: hidden;
        }

        .gh-custom-footer * {
            box-sizing: border-box;
        }

        /* فیکس آیکون‌ها */
        .gh-custom-footer .fa, 
        .gh-custom-footer .fas, 
        .gh-custom-footer .fa-solid, 
        .gh-custom-footer .fa-brands, 
        .gh-custom-footer .fab {
            font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
            font-weight: 900;
        }
        .gh-custom-footer .fab { font-weight: 400; }

        /* نوار رنگی بالا */
        .gh-custom-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, #ffc107, #f44336, #ffc107);
            background-size: 200% auto;
            animation: gh-shimmer 4s linear infinite;
            z-index: 10;
        }

        @keyframes gh-shimmer {
            0% { background-position: 0% 50%; }
            100% { background-position: 100% 50%; }
        }

        .gh-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 80px; 
        }

        /* گرید دسکتاپ */
        .gh-grid {
            display: grid;
            grid-template-columns: 1.3fr 0.9fr 1fr 1fr;
            gap: 40px;
            padding-bottom: 50px;
        }

        /* --- استایل المان‌ها --- */

        .gh-main-logo {
            max-width: 170px;
            height: auto;
            margin-bottom: 20px;
            display: block;
        }

        .gh-title {
            font-family: 'Vazirmatn', sans-serif;
            font-size: 1.15rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 12px;
            display: inline-block;
        }

        .gh-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 45px;
            height: 3px;
            background-color: var(--gh-accent);
        }

        .gh-desc {
            font-family: 'Vazirmatn', sans-serif;
            font-size: 0.95rem;
            color: var(--gh-text-muted);
            text-align: justify;
            margin-bottom: 25px;
            /* کاهش فاصله خطوط در دسکتاپ */
            line-height: 1.6; 
        }

        .gh-desc strong {
            color: #fff;
            font-weight: 700;
        }

        /* --- بروزرسانی شده: باکس نمادها --- */
        .gh-trust-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px; /* فاصله بین آیتم‌ها */
            background-color: #ffffff !important;
            padding: 10px 20px;
            border-radius: 12px;
            width: fit-content;
            box-shadow: 0 5px 20px rgba(0,0,0,0.5);
            margin: 0 auto; 
        }

        /* استایل یکسان‌ساز برای هر نماد */
        .gh-trust-item {
            width: 65px;  /* عرض ثابت و یکسان */
            height: 65px; /* ارتفاع ثابت و یکسان */
            display: flex;
            align-items: center;     /* وسط‌چین عمودی */
            justify-content: center; /* وسط‌چین افقی */
            position: relative;
        }

        /* تنظیم تصاویر (و تصاویری که اسکریپت‌ها تولید می‌کنند) */
        .gh-trust-item img {
            display: block;
            max-width: 100% !important;
            max-height: 100% !important;
            width: auto !important;
            height: auto !important;
            object-fit: contain; /* تصویر را در کادر فیت می‌کند */
            transition: transform 0.3s ease;
            cursor: pointer;
        }
        
        /* برای اطمینان از وسط‌چین شدن لینک‌های تولید شده توسط اسکریپت */
        .gh-trust-item a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
        }

        .gh-trust-item img:hover {
            transform: scale(1.1);
        }

        /* لینک‌ها */
        .gh-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .gh-links li {
            margin-bottom: 14px;
        }

        .gh-links a {
            font-family: 'Vazirmatn', sans-serif;
            text-decoration: none;
            color: var(--gh-text-muted);
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s ease;
        }

        .gh-links a i {
            color: var(--gh-accent);
            font-size: 0.9rem;
            width: 20px;
            text-align: center;
            transition: 0.3s;
        }

        .gh-links a:hover {
            color: #fff;
            padding-right: 5px;
        }

        /* تماس */
        .gh-contact-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .gh-contact-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 18px;
            font-size: 0.95rem;
            color: var(--gh-text-muted);
            font-family: 'Vazirmatn', sans-serif;
        }

        .gh-contact-list i {
            color: var(--gh-accent);
            font-size: 1.1rem;
            margin-top: 5px;
            min-width: 20px;
            text-align: center;
        }

        .gh-contact-info {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }
        
        .gh-contact-info a {
            text-decoration: none;
            color: var(--gh-text-muted);
            transition: 0.3s;
        }
        .gh-contact-info a:hover {
            color: #fff;
        }

        /* سوشال */
        .gh-social-btns {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 20px;
        }

        .gh-social-link {
            width: 42px;
            height: 42px;
            border-radius: 8px;
            background: rgba(255,255,255,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            font-size: 1.3rem;
            transition: all 0.3s ease;
            border: 1px solid rgba(255,255,255,0.05);
            backdrop-filter: blur(5px);
        }

        .gh-social-link.insta:hover { background: #E1306C; border-color: #E1306C; transform: translateY(-4px); }
        .gh-social-link.wa:hover { background: #25D366; border-color: #25D366; transform: translateY(-4px); }

        /* نقشه */
        .gh-map-frame {
            border-radius: 12px;
            overflow: hidden;
            border: 3px solid rgba(255,255,255,0.1);
            height: 190px;
            background: #222;
            transition: 0.3s;
        }
        
        .gh-map-frame:hover {
            border-color: var(--gh-accent);
        }

        .gh-map-frame iframe {
            width: 100%;
            height: 100%;
            border: none;
            filter: grayscale(100%);
            transition: 0.5s;
        }
        
        .gh-map-frame:hover iframe {
            filter: grayscale(0%);
        }

        /* کپی رایت */
        .gh-footer-bottom {
            background-color: rgba(0, 0, 0, 0.8);
            padding: 20px;
            border-top: 1px solid var(--gh-border);
            margin-top: 0;
            position: relative;
            z-index: 5;
        }
        
        .gh-footer-bottom p {
             font-family: 'Vazirmatn', sans-serif;
             margin: 0;
        }

        /* کنترل نمایش کپی رایت در موبایل و دسکتاپ */
        .gh-copyright-separator { display: inline; }
        .gh-copyright-break { display: none; }

        .heartbeat {
            display: inline-block;
            animation: beat 1s infinite;
            transform-origin: center;
            font-size: 0.8rem;
            color: #ff3d00;
        }

        @keyframes beat {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.3); }
        }

        /* --- ریسپانسیو (موبایل و تبلت) --- */
        @media (max-width: 1024px) {
            .gh-container { padding: 0 40px; }
            .gh-grid { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 768px) {
            .gh-custom-footer {
                text-align: center;
                padding-top: 35px;
            }

            .gh-container {
                padding: 0 15px; /* حاشیه کمتر */
            }

            /* --- تنظیم گرید دو ستونه برای موبایل --- */
            .gh-grid {
                display: grid;
                grid-template-columns: 1fr 1fr; /* دو ستون مساوی */
                gap: 15px;
            }

            /* ستون ۱ (لوگو و توضیحات): تمام عرض */
            .gh-grid > .gh-col:nth-child(1) {
                grid-column: 1 / -1;
            }
            
            /* ستون ۴ (نقشه): تمام عرض */
            .gh-grid > .gh-col:nth-child(4) {
                grid-column: 1 / -1;
            }
            
            /* ستون‌های ۲ و ۳ (لینک‌ها و تماس) به طور خودکار کنار هم می‌نشینند */

            /* --- المان‌های عمومی موبایل --- */
            .gh-main-logo {
                max-width: 140px;
                margin: 0 auto 15px auto;
            }

            .gh-title {
                margin-bottom: 12px;
                font-size: 0.95rem; /* کمی کوچک‌تر */
                padding-bottom: 8px;
            }
            
            .gh-title::after {
                right: 50%;
                transform: translateX(50%);
                width: 30px;
            }

            .gh-desc {
                font-size: 0.85rem;
                line-height: 1.6;
                margin-bottom: 15px;
            }

            /* --- ریز کردن متن‌ها برای جا شدن در دو ستون --- */
            .gh-links li {
                margin-bottom: 8px;
            }
            
            /* سایز فونت لینک‌ها و فاصله آیکون‌ها */
            .gh-links a {
                justify-content: center;
                font-size: 0.75rem; /* متن ریز */
                gap: 6px;
                white-space: nowrap; /* جلوگیری از شکستن خط در عبارات کوتاه */
            }
            .gh-links a i {
                font-size: 0.8rem;
                width: auto;
            }

            /* اطلاعات تماس */
            .gh-contact-list li {
                flex-direction: column; /* آیکون بالا، متن پایین */
                align-items: center;
                gap: 5px;
                margin-bottom: 12px;
                font-size: 0.75rem; /* متن ریز */
            }

            .gh-contact-list i {
                margin-top: 0;
                font-size: 0.9rem;
            }
            
            .gh-contact-info {
                align-items: center;
                text-align: center;
            }
            
            /* برای اینکه آدرس‌های طولانی خیلی زشت نشوند */
            .gh-contact-info span {
                line-height: 1.5;
            }

            .gh-social-btns {
                margin-top: 10px;
                justify-content: center;
                flex-wrap: wrap;
                gap: 8px;
            }
            
            .gh-social-link {
                width: 35px;
                height: 35px;
                font-size: 1rem;
            }

            .gh-trust-wrapper {
                padding: 8px 15px;
                margin: 5px auto;
            }
            /* در موبایل کمی سایز را کوچک می‌کنیم */
            .gh-trust-item {
                width: 55px;
                height: 55px;
            }

            .gh-map-frame {
                height: 160px;
            }

            .gh-footer-bottom {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            
            .gh-copyright-separator { display: none; }
            .gh-copyright-break { display: block; height: 5px; }
            
            .gh-footer-bottom p {
                font-size: 0.75rem;
                line-height: 1.6;
            }
        }/* End custom CSS */