{"id":792,"date":"2025-08-22T05:50:18","date_gmt":"2025-08-22T05:50:18","guid":{"rendered":"http:\/\/scaleupwithhj.com\/?page_id=792"},"modified":"2026-06-27T22:43:33","modified_gmt":"2026-06-27T22:43:33","slug":"contact-scaleup-with-hj-amazon-fba-experts-for-growth-investment","status":"publish","type":"page","link":"https:\/\/scaleupwithhj.com\/index.php\/contact-scaleup-with-hj-amazon-fba-experts-for-growth-investment\/","title":{"rendered":"Contact ScaleUp With HJ | Amazon FBA Experts for Growth &amp; Investment"},"content":{"rendered":"<!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>Contact ScaleUp With HJ | Amazon FBA Experts<\/title>\n    <style>\n        \/* Main Styles *\/\n        body {\n            font-family: 'Arial', sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: #f5f5f7;\n            color: #333;\n        }\n        \n        .landscape-container {\n            display: flex;\n            min-height: 100vh;\n        }\n        \n        \/* Left Side - Brand Section *\/\n        .brand-section {\n            flex: 1;\n            background-color: #7B3FE4;\n            color: white;\n            padding: 60px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            position: relative;\n        }\n        \n        .brand-content {\n            position: relative;\n            z-index: 2;\n            max-width: 600px;\n            width: 100%;\n        }\n        \n        .brand-logo {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 30px;\n            display: inline-block;\n            color: white;\n        }\n        \n        .brand-title {\n            font-size: 36px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            line-height: 1.3;\n            color: #fff;\n        }\n        \n        .brand-description {\n            font-size: 18px;\n            margin-bottom: 40px;\n            line-height: 1.6;\n            color: white;\n        }\n        \n        .contact-methods {\n            margin-top: 40px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .contact-method {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            color: white;\n            text-decoration: none;\n            transition: opacity 0.3s;\n        }\n        \n        .contact-method:hover {\n            opacity: 0.9;\n        }\n        \n        .contact-method svg {\n            width: 24px;\n            height: 24px;\n            margin-right: 15px;\n            fill: white;\n        }\n        \n        \/* Right Side - Form Section *\/\n        .form-section {\n            flex: 1;\n            padding: 60px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            background: white;\n            text-align: center;\n        }\n        \n        .form-container {\n            max-width: 500px;\n            margin: 0 auto;\n            width: 100%;\n        }\n        \n        .form-header h2 {\n            font-size: 32px;\n            color: #7B3FE4;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .form-header p {\n            color: #666;\n            margin-bottom: 30px;\n            font-size: 16px;\n        }\n        \n        .form-group {\n            margin-bottom: 25px;\n            text-align: left;\n        }\n        \n        .form-group label {\n            display: block;\n            font-weight: 600;\n            margin-bottom: 8px;\n            color: #444;\n            text-align: left;\n        }\n        \n        .form-control {\n            width: 100%;\n            padding: 14px 16px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            font-size: 16px;\n            transition: all 0.3s;\n        }\n        \n        .form-control:focus {\n            border-color: #7B3FE4;\n            box-shadow: 0 0 0 3px rgba(123, 63, 228, 0.1);\n            outline: none;\n        }\n        \n        textarea.form-control {\n            min-height: 150px;\n            resize: vertical;\n        }\n        \n        \/* Submit Button with Animation *\/\n        .submit-btn {\n            background-color: #7B3FE4;\n            color: white;\n            border: none;\n            padding: 16px 32px;\n            font-size: 16px;\n            font-weight: 600;\n            border-radius: 8px;\n            cursor: pointer;\n            transition: all 0.5s;\n            width: 100%;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        \n        .submit-btn::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.2), transparent);\n            transition: all 1s ease;\n            z-index: -1;\n        }\n        \n        .submit-btn:hover {\n            background-color: #5e2db3;\n            transform: translateY(-2px);\n        }\n        \n        .submit-btn:hover::before {\n            left: 100%;\n        }\n        \n        \/* Success Message Styles *\/\n        .success-message {\n            display: none;\n            text-align: center;\n            padding: 40px;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n            animation: fadeIn 0.5s ease;\n        }\n\n        .success-icon {\n            font-size: 60px;\n            color: #4BB543;\n            margin-bottom: 20px;\n        }\n\n        .success-message h2 {\n            font-size: 32px;\n            color: #333;\n            margin-bottom: 15px;\n        }\n\n        .success-message p {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 30px;\n            line-height: 1.6;\n        }\n\n        .success-cta {\n            display: inline-block;\n            background-color: #7B3FE4;\n            color: white;\n            padding: 12px 24px;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s;\n        }\n\n        .success-cta:hover {\n            background-color: #5e2db3;\n            transform: translateY(-2px);\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        \/* ===== PROFESSIONAL SCROLL ANIMATION ===== *\/\n        .animate-on-scroll {\n            opacity: 0;\n            transform: translateY(50px);\n            transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),\n                        transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n\n        .animate-on-scroll.visible {\n            opacity: 1 !important;\n            transform: translateY(0) !important;\n        }\n\n        \/* Stagger delays for child elements *\/\n        .brand-logo {\n            transition-delay: 0s;\n        }\n        .brand-title {\n            transition-delay: 0.1s;\n        }\n        .brand-description {\n            transition-delay: 0.2s;\n        }\n        .contact-methods {\n            transition-delay: 0.3s;\n        }\n\n        .form-header h2 {\n            transition-delay: 0s;\n        }\n        .form-header p {\n            transition-delay: 0.1s;\n        }\n        .form-group {\n            transition-delay: 0.2s;\n        }\n        .submit-btn {\n            transition-delay: 0.3s;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 992px) {\n            .landscape-container {\n                flex-direction: column;\n            }\n            \n            .brand-section, .form-section {\n                padding: 40px 30px;\n            }\n            \n            .brand-content {\n                max-width: 100%;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"landscape-container\">\n        <!-- Left Side - Brand Section -->\n        <section class=\"brand-section animate-on-scroll\">\n            <div class=\"brand-content\">\n                <div class=\"brand-logo animate-on-scroll\">SCALEUP WITH HJ<\/div>\n                <h1 class=\"brand-title animate-on-scroll\">Ready to Scale Your Amazon Business?<\/h1>\n                <p class=\"brand-description animate-on-scroll\">\n                    Our team of Amazon FBA experts is here to help you launch, grow, \n                    and scale your eCommerce business. Whether you need product research, \n                    PPC management, or full account services, we&#8217;ve got you covered.\n                <\/p>\n                \n                <div class=\"contact-methods animate-on-scroll\">\n                    <a href=\"https:\/\/wa.me\/923038665252\" class=\"contact-method\" target=\"_blank\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"><\/path><\/svg>\n                        <span>+92 303 8665252<\/span>\n                    <\/a>\n                    \n                    <a href=\"mailto:contact@scaleupwithhj.com\" class=\"contact-method\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"><\/path><\/svg>\n                        <span>contact@scaleupwithhj.com<\/span>\n                    <\/a>\n                    \n                    <a href=\"https:\/\/instagram.com\/scaleupwithhj\" class=\"contact-method\" target=\"_blank\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"><\/path><\/svg>\n                        <span>@scaleupwithhj<\/span>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n        \n        <!-- Right Side - Form Section -->\n        <section class=\"form-section animate-on-scroll\">\n            <div class=\"form-container\">\n                <div id=\"formContent\">\n                    <div class=\"form-header\">\n                        <h2 class=\"animate-on-scroll\">Get In Touch<\/h2>\n                        <p class=\"animate-on-scroll\">Fill out the form below and our Amazon experts will contact you within 24 hours to discuss your business needs.<\/p>\n                    <\/div>\n                    \n                    <form id=\"contactForm\">\n                        <div class=\"form-group animate-on-scroll\">\n                            <label for=\"name\">Full Name*<\/label>\n                            <input type=\"text\" class=\"form-control\" id=\"name\" name=\"name\" required>\n                        <\/div>\n                        \n                        <div class=\"form-group animate-on-scroll\">\n                            <label for=\"email\">Email Address*<\/label>\n                            <input type=\"email\" class=\"form-control\" id=\"email\" name=\"email\" required>\n                        <\/div>\n                        \n                        <div class=\"form-group animate-on-scroll\">\n                            <label for=\"phone\">Phone Number<\/label>\n                            <input type=\"tel\" class=\"form-control\" id=\"phone\" name=\"phone\">\n                        <\/div>\n                        \n                        <div class=\"form-group animate-on-scroll\">\n                            <label for=\"service\">Service Interest*<\/label>\n                            <select class=\"form-control\" id=\"service\" name=\"service\" required>\n                                <option value=\"\">Select a service<\/option>\n                                <option value=\"product-research\">Product Research<\/option>\n                                <option value=\"amazon-ppc\">Amazon PPC Management<\/option>\n                                <option value=\"llc-formation\">LLC Formation<\/option>\n                                <option value=\"account-management\">Full Account Management<\/option>\n                                <option value=\"consultation\">Free Consultation<\/option>\n                                <option value=\"other\">Other<\/option>\n                            <\/select>\n                        <\/div>\n                        \n                        <div class=\"form-group animate-on-scroll\">\n                            <label for=\"message\">How Can We Help You?*<\/label>\n                            <textarea class=\"form-control\" id=\"message\" name=\"message\" required><\/textarea>\n                        <\/div>\n                        \n                        <button type=\"submit\" class=\"submit-btn animate-on-scroll\">Send Message<\/button>\n                    <\/form>\n                <\/div>\n\n                <!-- Success Message (hidden by default) -->\n                <div id=\"successMessage\" class=\"success-message\">\n                    <div class=\"success-icon\">\u2713<\/div>\n                    <h2>Message Sent Successfully!<\/h2>\n                    <p>Thank you for contacting ScaleUp With HJ. We&#8217;ve received your inquiry and our Amazon experts will get back to you within 24 hours.<\/p>\n                    <p>In the meantime, check out our <a href=\"#\" class=\"success-cta\">Amazon Seller Resources<\/a><\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <script>\n        \/\/ ===== CONTACT FORM SUBMISSION =====\n        document.getElementById('contactForm').addEventListener('submit', function(e) {\n            e.preventDefault();\n            \n            \/\/ Hide form and show success message\n            document.getElementById('formContent').style.display = 'none';\n            document.getElementById('successMessage').style.display = 'block';\n            \n            \/\/ Reset form\n            this.reset();\n        });\n\n        \/\/ ===== SCROLL ANIMATION =====\n        (function() {\n            const elements = document.querySelectorAll('.animate-on-scroll');\n\n            if (typeof IntersectionObserver === 'undefined') {\n                elements.forEach(el => {\n                    el.classList.add('visible');\n                });\n                return;\n            }\n\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visible');\n                    } else {\n                        entry.target.classList.remove('visible');\n                    }\n                });\n            }, {\n                threshold: 0.15,\n                rootMargin: '0px 0px -30px 0px'\n            });\n\n            elements.forEach(el => observer.observe(el));\n        })();\n    <\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Contact ScaleUp With HJ | Amazon FBA Experts SCALEUP WITH HJ Ready to Scale Your Amazon Business? Our team of Amazon FBA experts is here to help you launch, grow, and scale your eCommerce business. Whether you need product research, PPC management, or full account services, we&#8217;ve got you covered. +92 303 8665252 contact@scaleupwithhj.com @scaleupwithhj [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"saved_in_kubio":true,"footnotes":""},"class_list":["post-792","page","type-page","status-publish","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"_links":{"self":[{"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/pages\/792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/comments?post=792"}],"version-history":[{"count":32,"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/pages\/792\/revisions"}],"predecessor-version":[{"id":1668,"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/pages\/792\/revisions\/1668"}],"wp:attachment":[{"href":"https:\/\/scaleupwithhj.com\/index.php\/wp-json\/wp\/v2\/media?parent=792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}