{"id":6708,"date":"2025-08-25T01:04:47","date_gmt":"2025-08-24T21:04:47","guid":{"rendered":"https:\/\/www.equa-business.com\/?page_id=6708"},"modified":"2025-09-07T20:51:11","modified_gmt":"2025-09-07T16:51:11","slug":"selector","status":"publish","type":"page","link":"https:\/\/www.equa-business.com\/selector\/","title":{"rendered":"Selector"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6708\" class=\"elementor elementor-6708\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a83874e e-flex e-con-boxed e-con e-parent\" data-id=\"a83874e\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0478481 elementor-widget elementor-widget-html\" data-id=\"0478481\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Equalizer General Trading - Choose Your Service<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Product+Sans:wght@300;400;700&display=swap\" rel=\"stylesheet\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@300;400;700&display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/feather-icons\/4.29.0\/feather.min.js\"><\/script>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Product Sans', Arial, sans-serif;\n            background: linear-gradient(135deg, #365DA2 0%, #C09F6D 100%);\n            min-height: 100vh;\n            overflow-x: hidden;\n            transition: all 0.3s ease;\n        }\n\n        body.rtl {\n            direction: rtl;\n            font-family: 'Cairo', 'Product Sans', Arial, sans-serif;\n        }\n\n        .background-pattern {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            opacity: 0.05;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><g fill=\"%23fff\"><circle cx=\"20\" cy=\"20\" r=\"3\"\/><circle cx=\"50\" cy=\"20\" r=\"3\"\/><circle cx=\"80\" cy=\"20\" r=\"3\"\/><circle cx=\"20\" cy=\"50\" r=\"3\"\/><circle cx=\"50\" cy=\"50\" r=\"3\"\/><circle cx=\"80\" cy=\"50\" r=\"3\"\/><circle cx=\"20\" cy=\"80\" r=\"3\"\/><circle cx=\"50\" cy=\"80\" r=\"3\"\/><circle cx=\"80\" cy=\"80\" r=\"3\"\/><\/g><\/svg>') repeat;\n            pointer-events: none;\n            animation: float 20s ease-in-out infinite;\n        }\n\n        .language-switcher {\n            position: absolute;\n            top: 30px;\n            right: 30px;\n            z-index: 10;\n            transition: all 0.3s ease;\n        }\n\n        .rtl .language-switcher {\n            right: auto;\n            left: 30px;\n        }\n\n        .lang-dropdown {\n            position: relative;\n            display: inline-block;\n        }\n\n        .lang-selected {\n            background: rgba(255, 255, 255, 0.2);\n            color: white;\n            border: 2px solid rgba(255, 255, 255, 0.3);\n            padding: 10px 20px;\n            border-radius: 25px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            backdrop-filter: blur(10px);\n            font-weight: 600;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            min-width: 120px;\n            justify-content: space-between;\n        }\n\n        .lang-selected:hover {\n            background: rgba(255, 255, 255, 0.3);\n            border-color: #C09F6D;\n        }\n\n        .lang-dropdown.open .lang-selected {\n            border-bottom-left-radius: 8px;\n            border-bottom-right-radius: 8px;\n        }\n\n        .lang-options {\n            position: absolute;\n            top: 100%;\n            left: 0;\n            right: 0;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(20px);\n            border: 2px solid rgba(255, 255, 255, 0.3);\n            border-top: none;\n            border-radius: 0 0 15px 15px;\n            overflow: hidden;\n            opacity: 0;\n            visibility: hidden;\n            transform: translateY(-10px);\n            transition: all 0.3s ease;\n        }\n\n        .lang-dropdown.open .lang-options {\n            opacity: 1;\n            visibility: visible;\n            transform: translateY(0);\n        }\n\n        .lang-option {\n            padding: 12px 20px;\n            cursor: pointer;\n            transition: background 0.3s ease;\n            color: #282828;\n            font-weight: 500;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .lang-option:hover {\n            background: rgba(54, 93, 162, 0.1);\n        }\n\n        .lang-option.current {\n            background: rgba(192, 159, 109, 0.2);\n            font-weight: 600;\n        }\n\n        .chevron-icon {\n            transition: transform 0.3s ease;\n        }\n\n        .lang-dropdown.open .chevron-icon {\n            transform: rotate(180deg);\n        }\n\n        .container {\n            position: relative;\n            z-index: 1;\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            padding: 20px;\n        }\n\n        .logo-section {\n            text-align: center;\n            margin-bottom: 60px;\n            animation: fadeInUp 1s ease-out;\n        }\n\n        .logo {\n            width: 80px;\n            height: 80px;\n            margin: 0 auto 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\n            border-radius: 50%;\n            overflow: hidden;\n        }\n\n        .logo img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .company-name {\n            color: white;\n            font-size: clamp(2rem, 4vw, 3rem);\n            font-weight: 700;\n            margin-bottom: 10px;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n        }\n\n        .company-subtitle {\n            color: rgba(255, 255, 255, 0.9);\n            font-size: clamp(1rem, 2vw, 1.2rem);\n            font-weight: 300;\n        }\n\n        .services-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            max-width: 800px;\n            width: 100%;\n        }\n\n        .service-card {\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 20px;\n            padding: 40px 30px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            cursor: pointer;\n            transition: all 0.4s ease;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n            animation: fadeInUp 1s ease-out;\n        }\n\n        .service-card:nth-child(2) {\n            animation-delay: 0.2s;\n        }\n\n        .service-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);\n            transition: left 0.6s ease;\n        }\n\n        .rtl .service-card::before {\n            left: auto;\n            right: -100%;\n            transition: right 0.6s ease;\n        }\n\n        .service-card:hover::before {\n            left: 100%;\n        }\n\n        .rtl .service-card:hover::before {\n            left: auto;\n            right: 100%;\n        }\n\n        .service-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);\n        }\n\n        .service-icon {\n            width: 80px;\n            height: 80px;\n            margin: 0 auto 25px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2.5rem;\n            transition: transform 0.3s ease;\n        }\n\n        .agricultural .service-icon {\n            background: linear-gradient(45deg, #C09F6D, #E6C794);\n            color: white;\n        }\n\n        .ict .service-icon {\n            background: linear-gradient(45deg, #365DA2, #4A7BC8);\n            color: white;\n        }\n\n        .service-card:hover .service-icon {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .service-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: #282828;\n        }\n\n        .service-description {\n            color: #666;\n            font-size: 1rem;\n            line-height: 1.6;\n            margin-bottom: 25px;\n        }\n\n        .service-btn {\n            background: linear-gradient(45deg, #365DA2, #4A7BC8);\n            color: white;\n            border: none;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .agricultural .service-btn {\n            background: linear-gradient(45deg, #C09F6D, #E6C794);\n        }\n\n        .service-btn:hover {\n            transform: scale(1.05);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\n        }\n\n        .floating-elements {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            overflow: hidden;\n        }\n\n        .floating-element {\n            position: absolute;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.1);\n            animation: float 8s ease-in-out infinite;\n        }\n\n        .floating-element:nth-child(1) {\n            width: 60px;\n            height: 60px;\n            top: 15%;\n            left: 10%;\n            animation-delay: -2s;\n        }\n\n        .floating-element:nth-child(2) {\n            width: 80px;\n            height: 80px;\n            top: 70%;\n            right: 15%;\n            animation-delay: -4s;\n        }\n\n        .floating-element:nth-child(3) {\n            width: 40px;\n            height: 40px;\n            bottom: 20%;\n            left: 20%;\n            animation-delay: -1s;\n        }\n\n        .rtl .floating-element:nth-child(1) {\n            left: auto;\n            right: 10%;\n        }\n\n        .rtl .floating-element:nth-child(2) {\n            right: auto;\n            left: 15%;\n        }\n\n        .rtl .floating-element:nth-child(3) {\n            left: auto;\n            right: 20%;\n        }\n\n        \/* Language content visibility *\/\n        .lang-content {\n            transition: opacity 0.3s ease;\n        }\n\n        .lang-content.hidden {\n            display: none;\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes float {\n            0%, 100% {\n                transform: translateY(0) rotate(0deg);\n            }\n            25% {\n                transform: translateY(-15px) rotate(90deg);\n            }\n            50% {\n                transform: translateY(-5px) rotate(180deg);\n            }\n            75% {\n                transform: translateY(-10px) rotate(270deg);\n            }\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .services-container {\n                grid-template-columns: 1fr;\n                gap: 30px;\n                max-width: 400px;\n            }\n\n            .service-card {\n                padding: 30px 20px;\n            }\n\n            .logo-section {\n                margin-bottom: 40px;\n            }\n\n            .service-btn {\n                width: 100%;\n                max-width: 280px;\n            }\n\n            .language-switcher {\n                top: 20px;\n                right: 20px;\n            }\n\n            .rtl .language-switcher {\n                right: auto;\n                left: 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"background-pattern\"><\/div>\n    \n    <div class=\"language-switcher\">\n        <div class=\"lang-dropdown\" id=\"langDropdown\">\n            <div class=\"lang-selected\" onclick=\"toggleDropdown()\">\n                <div style=\"display: flex; align-items: center; gap: 8px;\">\n                    <i data-feather=\"globe\" style=\"width: 16px; height: 16px;\"><\/i>\n                    <span id=\"current-lang\">English<\/span>\n                <\/div>\n                <i data-feather=\"chevron-down\" class=\"chevron-icon\" style=\"width: 16px; height: 16px;\"><\/i>\n            <\/div>\n            <div class=\"lang-options\">\n                <div class=\"lang-option current\" onclick=\"selectLanguage('en')\">\n                    <i data-feather=\"globe\" style=\"width: 16px; height: 16px;\"><\/i>\n                    <span>English<\/span>\n                <\/div>\n                <div class=\"lang-option\" onclick=\"selectLanguage('ar')\">\n                    <i data-feather=\"globe\" style=\"width: 16px; height: 16px;\"><\/i>\n                    <span>\u0639\u0631\u0628\u064a<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <div class=\"floating-elements\">\n        <div class=\"floating-element\"><\/div>\n        <div class=\"floating-element\"><\/div>\n        <div class=\"floating-element\"><\/div>\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"logo-section\">\n            <div class=\"logo\">\n                <img decoding=\"async\" src=\"https:\/\/www.equa-business.com\/wp-content\/uploads\/2023\/08\/cropped-Fav_equalizr.png\" alt=\"Equalizer Logo\">\n            <\/div>\n            \n            <!-- English Content -->\n            <div id=\"en-content\" class=\"lang-content\">\n                <h1 class=\"company-name\">EQUALIZER<\/h1>\n                <p class=\"company-subtitle\">General Trading<\/p>\n            <\/div>\n            \n            <!-- Arabic Content -->\n            <div id=\"ar-content\" class=\"lang-content hidden\">\n                <h1 class=\"company-name\">\u0625\u064a\u0643\u0648\u064a\u0644\u0627\u064a\u0632\u0631<\/h1>\n                <p class=\"company-subtitle\">\u0644\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0639\u0627\u0645\u0629<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"services-container\">\n            <div class=\"service-card agricultural\">\n                <div class=\"service-icon\">\n                    <i data-feather=\"sun\" style=\"width: 40px; height: 40px;\"><\/i>\n                <\/div>\n                \n                <!-- English Content -->\n                <div class=\"en-content lang-content\">\n                    <h2 class=\"service-title\">Agricultural Trading<\/h2>\n                    <p class=\"service-description\">Explore our comprehensive agricultural products and services, including seeds, animal feed, fertilizers, and fresh produce.<\/p>\n                    <button class=\"service-btn\" onclick=\"window.location.href='https:\/\/www.equa-business.com\/modern-blocks-homepage\/'\">Enter Agricultural Site<\/button>\n                <\/div>\n                \n                <!-- Arabic Content -->\n                <div class=\"ar-content lang-content hidden\">\n                    <h2 class=\"service-title\">\u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0632\u0631\u0627\u0639\u064a\u0629<\/h2>\n                    <p class=\"service-description\">\u0627\u0643\u062a\u0634\u0641 \u0645\u062c\u0645\u0648\u0639\u062a\u0646\u0627 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0645\u0646 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0632\u0631\u0627\u0639\u064a\u0629\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0628\u0630\u0648\u0631 \u0648\u0623\u0639\u0644\u0627\u0641 \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u0627\u062a \u0648\u0627\u0644\u0623\u0633\u0645\u062f\u0629 \u0648\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0637\u0627\u0632\u062c\u0629.<\/p>\n                    <button class=\"service-btn\" onclick=\"window.location.href='https:\/\/www.equa-business.com\/modern-blocks-homepage\/'\">\u062f\u062e\u0648\u0644 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0632\u0631\u0627\u0639\u064a<\/button>\n                <\/div>\n            <\/div>\n\n            <div class=\"service-card ict\">\n                <div class=\"service-icon\">\n                    <i data-feather=\"monitor\" style=\"width: 40px; height: 40px;\"><\/i>\n                <\/div>\n                \n                <!-- English Content -->\n                <div class=\"en-content lang-content\">\n                    <h2 class=\"service-title\">ICT Solutions<\/h2>\n                    <p class=\"service-description\">Discover our cutting-edge technology solutions, software development, and digital transformation services.<\/p>\n                    <button class=\"service-btn\" onclick=\"window.location.href='https:\/\/www.equa-business.com\/ict-home'\">Enter ICT Solutions<\/button>\n                <\/div>\n                \n                <!-- Arabic Content -->\n                <div class=\"ar-content lang-content hidden\">\n                    <h2 class=\"service-title\">\u062d\u0644\u0648\u0644 \u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a<\/h2>\n                    <p class=\"service-description\">\u0627\u0643\u062a\u0634\u0641 \u062d\u0644\u0648\u0644\u0646\u0627 \u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u0645\u062a\u0637\u0648\u0631\u0629 \u0648\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0627\u062a \u0648\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a.<\/p>\n                    <button class=\"service-btn\" onclick=\"window.location.href='https:\/\/www.equa-business.com\/ict-home'\">\u062f\u062e\u0648\u0644 \u062d\u0644\u0648\u0644 \u0627\u0644\u062a\u0642\u0646\u064a\u0629<\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        let currentLang = 'en';\n\n        function toggleDropdown() {\n            const dropdown = document.getElementById('langDropdown');\n            dropdown.classList.toggle('open');\n        }\n\n        function selectLanguage(lang) {\n            if (lang === currentLang) {\n                toggleDropdown();\n                return;\n            }\n\n            const body = document.body;\n            const currentLangSpan = document.getElementById('current-lang');\n            const htmlTag = document.documentElement;\n            const dropdown = document.getElementById('langDropdown');\n            \n            \/\/ Update current language\n            currentLang = lang;\n            \n            if (lang === 'ar') {\n                \/\/ Switch to Arabic\n                body.classList.add('rtl');\n                htmlTag.lang = 'ar';\n                currentLangSpan.textContent = '\u0639\u0631\u0628\u064a';\n                \n                \/\/ Hide English content\n                document.querySelectorAll('.en-content, #en-content').forEach(el => {\n                    el.classList.add('hidden');\n                });\n                \n                \/\/ Show Arabic content\n                document.querySelectorAll('.ar-content, #ar-content').forEach(el => {\n                    el.classList.remove('hidden');\n                });\n            } else {\n                \/\/ Switch to English\n                body.classList.remove('rtl');\n                htmlTag.lang = 'en';\n                currentLangSpan.textContent = 'English';\n                \n                \/\/ Hide Arabic content\n                document.querySelectorAll('.ar-content, #ar-content').forEach(el => {\n                    el.classList.add('hidden');\n                });\n                \n                \/\/ Show English content\n                document.querySelectorAll('.en-content, #en-content').forEach(el => {\n                    el.classList.remove('hidden');\n                });\n            }\n            \n            \/\/ Update dropdown options\n            document.querySelectorAll('.lang-option').forEach(option => {\n                option.classList.remove('current');\n            });\n            \n            document.querySelector(`[onclick=\"selectLanguage('${lang}')\"]`).classList.add('current');\n            \n            \/\/ Close dropdown\n            dropdown.classList.remove('open');\n            \n            \/\/ Re-initialize Feather icons after content change\n            feather.replace();\n        }\n\n        \/\/ Close dropdown when clicking outside\n        document.addEventListener('click', function(e) {\n            const dropdown = document.getElementById('langDropdown');\n            if (!dropdown.contains(e.target)) {\n                dropdown.classList.remove('open');\n            }\n        });\n\n        \/\/ Add interactive effects\n        document.querySelectorAll('.service-card').forEach(card => {\n            card.addEventListener('mouseenter', function() {\n                this.style.background = 'rgba(255, 255, 255, 1)';\n            });\n            \n            card.addEventListener('mouseleave', function() {\n                this.style.background = 'rgba(255, 255, 255, 0.95)';\n            });\n        });\n\n        \/\/ Add ripple effect to buttons\n        document.addEventListener('click', function(e) {\n            if (e.target.classList.contains('service-btn')) {\n                const button = e.target;\n                const ripple = document.createElement('span');\n                const rect = button.getBoundingClientRect();\n                const size = Math.max(rect.width, rect.height);\n                const x = e.clientX - rect.left - size \/ 2;\n                const y = e.clientY - rect.top - size \/ 2;\n                \n                ripple.style.cssText = `\n                    position: absolute;\n                    border-radius: 50%;\n                    background: rgba(255, 255, 255, 0.6);\n                    transform: scale(0);\n                    animation: ripple 0.6s linear;\n                    left: ${x}px;\n                    top: ${y}px;\n                    width: ${size}px;\n                    height: ${size}px;\n                `;\n                \n                button.appendChild(ripple);\n                \n                setTimeout(() => {\n                    ripple.remove();\n                }, 600);\n            }\n        });\n\n        \/\/ Add ripple animation\n        const style = document.createElement('style');\n        style.textContent = `\n            @keyframes ripple {\n                to {\n                    transform: scale(2);\n                    opacity: 0;\n                }\n            }\n        `;\n        document.head.appendChild(style);\n\n        \/\/ Smooth scroll for floating elements based on mouse movement\n        document.addEventListener('mousemove', function(e) {\n            const floatingElements = document.querySelectorAll('.floating-element');\n            const x = e.clientX \/ window.innerWidth;\n            const y = e.clientY \/ window.innerHeight;\n            \n            floatingElements.forEach((element, index) => {\n                const speed = (index + 1) * 0.3;\n                const xPos = (x - 0.5) * speed * 30;\n                const yPos = (y - 0.5) * speed * 30;\n                \n                element.style.transform = `translate(${xPos}px, ${yPos}px)`;\n            });\n        });\n\n        \/\/ Initialize Feather icons\n        feather.replace();\n    <\/script>\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Equalizer General Trading &#8211; Choose Your Service English English \u0639\u0631\u0628\u064a EQUALIZER General Trading \u0625\u064a\u0643\u0648\u064a\u0644\u0627\u064a\u0632\u0631 \u0644\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 Agricultural Trading Explore our comprehensive agricultural products and services, including seeds, animal feed, fertilizers, and fresh produce. Enter Agricultural Site \u0627\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0632\u0631\u0627\u0639\u064a\u0629 \u0627\u0643\u062a\u0634\u0641 \u0645\u062c\u0645\u0648\u0639\u062a\u0646\u0627 \u0627\u0644\u0634\u0627\u0645\u0644\u0629 \u0645\u0646 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0632\u0631\u0627\u0639\u064a\u0629\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u0628\u0630\u0648\u0631 \u0648\u0623\u0639\u0644\u0627\u0641 \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u0627\u062a \u0648\u0627\u0644\u0623\u0633\u0645\u062f\u0629 \u0648\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0637\u0627\u0632\u062c\u0629. \u062f\u062e\u0648\u0644 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-6708","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.equa-business.com\/selector\/wp-json\/wp\/v2\/pages\/6708","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.equa-business.com\/selector\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.equa-business.com\/selector\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.equa-business.com\/selector\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.equa-business.com\/selector\/wp-json\/wp\/v2\/comments?post=6708"}],"version-history":[{"count":25,"href":"https:\/\/www.equa-business.com\/selector\/wp-json\/wp\/v2\/pages\/6708\/revisions"}],"predecessor-version":[{"id":7029,"href":"https:\/\/www.equa-business.com\/selector\/wp-json\/wp\/v2\/pages\/6708\/revisions\/7029"}],"wp:attachment":[{"href":"https:\/\/www.equa-business.com\/selector\/wp-json\/wp\/v2\/media?parent=6708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}