{"id":75,"date":"2026-07-07T15:16:22","date_gmt":"2026-07-07T15:16:22","guid":{"rendered":"https:\/\/hasb.my\/?page_id=75"},"modified":"2026-07-07T15:17:12","modified_gmt":"2026-07-07T15:17:12","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/hasb.my\/?page_id=75","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<!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 Us | Corporate Services Malaysia<\/title>\n    <style>\n        \/* =========================================\n           BASE RESET & GLOBAL STYLES\n           ========================================= *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        }\n\n        body {\n            color: #334155;\n            background-color: #f8fafc;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n        }\n\n        \/* =========================================\n           1. PAGE HEADER\n           ========================================= *\/\n        .contact-header {\n            background-color: #0f172a;\n            color: #ffffff;\n            padding: 6rem 0 4rem 0;\n            text-align: center;\n        }\n\n        .contact-header h1 {\n            font-size: 3rem;\n            font-weight: 800;\n            margin-bottom: 1rem;\n            letter-spacing: -1px;\n        }\n\n        .contact-header p {\n            color: #94a3b8;\n            font-size: 1.15rem;\n            max-width: 600px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        \/* =========================================\n           2. MAIN CONTACT SECTION\n           ========================================= *\/\n        .contact-section {\n            padding: 5rem 0;\n            margin-top: -3rem; \/* Pulls the section up to overlap the header slightly *\/\n        }\n\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 0.8fr 1.2fr;\n            gap: 3rem;\n            background: #ffffff;\n            border-radius: 20px;\n            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1);\n            overflow: hidden;\n            border: 1px solid #e2e8f0;\n        }\n\n        \/* --- Left Column: Info --- *\/\n        .contact-info {\n            background-color: #f1f5f9;\n            padding: 4rem 3rem;\n        }\n\n        .contact-info h3 {\n            font-size: 1.5rem;\n            color: #0f172a;\n            margin-bottom: 2rem;\n            font-weight: 700;\n        }\n\n        .info-block {\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n\n        .info-icon {\n            color: #2563eb;\n            background: #e0f2fe;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .info-icon svg {\n            width: 20px;\n            height: 20px;\n        }\n\n        .info-text h4 {\n            font-size: 1rem;\n            color: #0f172a;\n            margin-bottom: 0.2rem;\n        }\n\n        .info-text p {\n            font-size: 0.95rem;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .info-text a {\n            color: #2563eb;\n            text-decoration: none;\n            font-weight: 600;\n        }\n\n        .info-text a:hover {\n            text-decoration: underline;\n        }\n\n        \/* --- Right Column: Form --- *\/\n        .contact-form-wrapper {\n            padding: 4rem 3rem;\n        }\n\n        .contact-form-wrapper h3 {\n            font-size: 1.8rem;\n            color: #0f172a;\n            margin-bottom: 0.5rem;\n        }\n\n        .form-subtext {\n            color: #64748b;\n            font-size: 0.95rem;\n            margin-bottom: 2rem;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .form-subtext svg {\n            color: #10b981;\n            width: 18px;\n            height: 18px;\n        }\n\n        .form-row {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 1.5rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .form-group {\n            display: flex;\n            flex-direction: column;\n            gap: 0.5rem;\n        }\n\n        .form-group.full-width {\n            grid-column: 1 \/ -1;\n        }\n\n        .form-group label {\n            font-size: 0.9rem;\n            font-weight: 600;\n            color: #1e293b;\n        }\n\n        .form-control {\n            width: 100%;\n            padding: 0.9rem 1rem;\n            background-color: #f8fafc;\n            border: 1px solid #cbd5e1;\n            border-radius: 8px;\n            font-size: 1rem;\n            color: #334155;\n            transition: all 0.2s ease;\n        }\n\n        .form-control:focus {\n            outline: none;\n            border-color: #2563eb;\n            background-color: #ffffff;\n            box-shadow: 0 0 0 3px rgba(37,99,235,0.1);\n        }\n\n        select.form-control {\n            appearance: none;\n            background-image: url(\"data:image\/svg+xml;charset=UTF-8,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c\/polyline%3e%3c\/svg%3e\");\n            background-repeat: no-repeat;\n            background-position: right 1rem center;\n            background-size: 1em;\n        }\n\n        textarea.form-control {\n            resize: vertical;\n            min-height: 120px;\n        }\n\n        .btn-submit {\n            background-color: #2563eb;\n            color: #ffffff;\n            padding: 1.1rem 2rem;\n            border: none;\n            border-radius: 8px;\n            font-size: 1.05rem;\n            font-weight: 700;\n            cursor: pointer;\n            width: 100%;\n            transition: background-color 0.2s;\n            margin-top: 1rem;\n        }\n\n        .btn-submit:hover {\n            background-color: #1d4ed8;\n        }\n\n        \/* =========================================\n           RESPONSIVE QUERIES\n           ========================================= *\/\n        @media (max-width: 992px) {\n            .contact-grid {\n                grid-template-columns: 1fr;\n            }\n            .contact-info, .contact-form-wrapper {\n                padding: 3rem 2rem;\n            }\n            .contact-header {\n                padding: 5rem 0 6rem 0; \/* Extra bottom padding for mobile overlap *\/\n            }\n        }\n\n        @media (max-width: 600px) {\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n            .contact-header h1 {\n                font-size: 2.2rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header class=\"contact-header\">\n        <div class=\"container\">\n            <h1>Let&#8217;s map out your strategy.<\/h1>\n            <p>Whether you are setting up a new Sdn Bhd, transferring your corporate secretary, or seeking specialized tax advice, our licensed advisors are ready to help.<\/p>\n        <\/div>\n    <\/header>\n\n    <section class=\"contact-section\">\n        <div class=\"container\">\n            <div class=\"contact-grid\">\n                \n                <div class=\"contact-info\">\n                    <h3>Get in touch<\/h3>\n                    \n                    <div class=\"info-block\">\n                        <div class=\"info-icon\">\n                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"><\/path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"><\/path><\/svg>\n                        <\/div>\n                        <div class=\"info-text\">\n                            <h4>Corporate Office<\/h4>\n                            <p>Level 14, Premium Corporate Tower<br>Jalan Sultan Ismail, 50250<br>Kuala Lumpur, Malaysia<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"info-block\">\n                        <div class=\"info-icon\">\n                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path><\/svg>\n                        <\/div>\n                        <div class=\"info-text\">\n                            <h4>Email Us<\/h4>\n                            <p><a href=\"mailto:hello@yourdomain.com\">hello@yourdomain.com<\/a><\/p>\n                            <p>For urgent compliance matters:<br><a href=\"mailto:support@yourdomain.com\">support@yourdomain.com<\/a><\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"info-block\">\n                        <div class=\"info-icon\">\n                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                        <\/div>\n                        <div class=\"info-text\">\n                            <h4>Operating Hours<\/h4>\n                            <p>Monday &#8211; Friday<br>9:00 AM &#8211; 6:00 PM (MYT)<\/p>\n                            <p><em>Closed on Malaysian Public Holidays<\/em><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"contact-form-wrapper\">\n                    <h3>Send a Request<\/h3>\n                    <div class=\"form-subtext\">\n                        <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                        A certified advisor will reply within 24 hours.\n                    <\/div>\n                    \n                    <form action=\"#\" method=\"POST\">\n                        <div class=\"form-row\">\n                            <div class=\"form-group\">\n                                <label for=\"firstName\">First Name<\/label>\n                                <input type=\"text\" id=\"firstName\" class=\"form-control\" placeholder=\"Jane\" required>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"lastName\">Last Name<\/label>\n                                <input type=\"text\" id=\"lastName\" class=\"form-control\" placeholder=\"Doe\" required>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"form-row\">\n                            <div class=\"form-group\">\n                                <label for=\"email\">Work Email<\/label>\n                                <input type=\"email\" id=\"email\" class=\"form-control\" placeholder=\"jane@company.com\" required>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"phone\">Phone Number<\/label>\n                                <input type=\"tel\" id=\"phone\" class=\"form-control\" placeholder=\"+60 12 345 6789\">\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"form-group full-width\" style=\"margin-bottom: 1.5rem;\">\n                            <label for=\"service\">How can we help you?<\/label>\n                            <select id=\"service\" class=\"form-control\" required>\n                                <option value=\"\" disabled selected>Select an option&#8230;<\/option>\n                                <option value=\"incorporation\">New Sdn Bhd Incorporation<\/option>\n                                <option value=\"transfer\">Transferring Company Secretary to You<\/option>\n                                <option value=\"accounting\">Accounting &#038; Tax Advisory<\/option>\n                                <option value=\"foreign\">Foreign Market Entry \/ Visas<\/option>\n                                <option value=\"other\">General Inquiry<\/option>\n                            <\/select>\n                        <\/div>\n\n                        <div class=\"form-group full-width\">\n                            <label for=\"message\">Additional Details<\/label>\n                            <textarea id=\"message\" class=\"form-control\" placeholder=\"Tell us a bit about your current corporate setup or specific requirements...\"><\/textarea>\n                        <\/div>\n\n                        <button type=\"submit\" class=\"btn-submit\">Submit Inquiry<\/button>\n                    <\/form>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact Us | Corporate Services Malaysia Let&#8217;s map out your strategy. Whether you are setting up a new Sdn Bhd, [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-75","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"jelina","author_link":"https:\/\/hasb.my\/?author=3"},"uagb_comment_info":0,"uagb_excerpt":"Contact Us | Corporate Services Malaysia Let&#8217;s map out your strategy. Whether you are setting up a new Sdn Bhd, [&hellip;]","_links":{"self":[{"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages\/75","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/hasb.my\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=75"}],"version-history":[{"count":1,"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages\/75\/revisions"}],"predecessor-version":[{"id":76,"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages\/75\/revisions\/76"}],"wp:attachment":[{"href":"https:\/\/hasb.my\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=75"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}