{"id":23,"date":"2026-07-06T13:51:18","date_gmt":"2026-07-06T13:51:18","guid":{"rendered":"https:\/\/hasb.my\/?page_id=23"},"modified":"2026-07-07T15:08:11","modified_gmt":"2026-07-07T15:08:11","slug":"about-us","status":"publish","type":"page","link":"https:\/\/hasb.my\/?page_id=23","title":{"rendered":"About 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>About Us | Hub Accounting 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: #ffffff;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n        }\n\n        .section-padding {\n            padding: 6rem 0;\n        }\n\n        \/* Shared Typography *\/\n        .section-kicker {\n            color: #0369a1;\n            font-size: 0.85rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 1rem;\n            display: inline-block;\n            background-color: #e0f2fe;\n            padding: 0.5rem 1rem;\n            border-radius: 50px;\n        }\n\n        .section-title {\n            font-size: 2.5rem;\n            color: #0f172a;\n            font-weight: 800;\n            line-height: 1.2;\n            margin-bottom: 1.2rem;\n            letter-spacing: -0.5px;\n        }\n\n        .section-desc {\n            color: #475569;\n            font-size: 1.15rem;\n            line-height: 1.6;\n        }\n\n        \/* =========================================\n           1. ABOUT HERO SECTION\n           ========================================= *\/\n        .about-hero {\n            background-color: #f8fafc;\n            padding: 8rem 0 6rem 0;\n            text-align: center;\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .about-hero-content {\n            max-width: 850px;\n            margin: 0 auto;\n        }\n\n        .about-hero h1 {\n            font-size: 3.5rem;\n            color: #0f172a;\n            font-weight: 800;\n            line-height: 1.15;\n            margin-bottom: 1.5rem;\n            letter-spacing: -1px;\n        }\n\n        .about-hero p {\n            font-size: 1.25rem;\n            color: #475569;\n            line-height: 1.7;\n        }\n\n        \/* =========================================\n           2. PURPOSE & DIRECTION\n           ========================================= *\/\n        .purpose-section {\n            background-color: #ffffff;\n        }\n\n        .purpose-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n        }\n\n        .purpose-card {\n            padding: 3.5rem;\n            background: #ffffff;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px -10px rgba(0,0,0,0.08);\n            border: 1px solid #f1f5f9;\n        }\n\n        .purpose-card h3 {\n            font-size: 1.8rem;\n            color: #0f172a;\n            margin-bottom: 1.2rem;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .purpose-card h3 svg {\n            color: #2563eb;\n            width: 28px;\n            height: 28px;\n        }\n\n        .purpose-card p {\n            font-size: 1.1rem;\n            color: #475569;\n            line-height: 1.7;\n        }\n\n        \/* =========================================\n           3. THE NEW STANDARD (Replaces the 3-way table)\n           ========================================= *\/\n        .standard-section {\n            background-color: #0f172a;\n            color: white;\n            padding: 6rem 0;\n        }\n\n        .standard-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n\n        .standard-header .section-title {\n            color: #ffffff;\n        }\n\n        .standard-header .section-desc {\n            color: #94a3b8;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .standard-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 3rem;\n        }\n\n        .standard-card {\n            background: #1e293b;\n            padding: 3rem 2.5rem;\n            border-radius: 16px;\n            border: 1px solid #334155;\n            transition: transform 0.3s ease;\n        }\n\n        .standard-card:hover {\n            transform: translateY(-5px);\n            border-color: #3b82f6;\n        }\n\n        .standard-icon {\n            width: 50px;\n            height: 50px;\n            background: rgba(37, 99, 235, 0.2);\n            color: #60a5fa;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1.5rem;\n        }\n\n        .standard-card h4 {\n            font-size: 1.3rem;\n            color: #ffffff;\n            margin-bottom: 1rem;\n        }\n\n        .standard-card p {\n            color: #cbd5e1;\n            font-size: 0.95rem;\n            line-height: 1.6;\n        }\n\n        \/* =========================================\n           4. EXPERTISE \/ TEAM\n           ========================================= *\/\n        .expertise-section {\n            background-color: #f8fafc;\n        }\n\n        .expertise-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 5rem;\n            align-items: center;\n        }\n\n        .expertise-content h2 {\n            font-size: 2.2rem;\n            color: #0f172a;\n            margin-bottom: 1.5rem;\n            line-height: 1.2;\n        }\n\n        .expertise-content p {\n            color: #475569;\n            font-size: 1.1rem;\n            margin-bottom: 1.5rem;\n            line-height: 1.6;\n        }\n\n        .expertise-image {\n            width: 100%;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n        }\n\n        \/* =========================================\n           5. FINAL CTA\n           ========================================= *\/\n        .cta-section { background-color: #2563eb; color: white; text-align: center; }\n        .cta-section .section-title { color: white; }\n        .cta-section .section-desc { color: #bfdbfe; margin-bottom: 2.5rem; }\n        \n        .btn-cta {\n            display: inline-block;\n            background: white;\n            color: #2563eb;\n            padding: 1.2rem 3rem;\n            font-size: 1.1rem;\n            font-weight: 700;\n            border-radius: 8px;\n            text-decoration: none;\n            transition: transform 0.2s;\n            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);\n        }\n\n        .btn-cta:hover { transform: translateY(-3px); }\n\n        \/* =========================================\n           RESPONSIVE QUERIES\n           ========================================= *\/\n        @media (max-width: 992px) {\n            .purpose-grid { grid-template-columns: 1fr; gap: 2rem; }\n            .standard-grid { grid-template-columns: 1fr; }\n            .expertise-grid { grid-template-columns: 1fr; gap: 3rem; }\n            .expertise-grid .expertise-image { order: -1; }\n        }\n\n        @media (max-width: 768px) {\n            .about-hero h1 { font-size: 2.5rem; }\n            .section-title { font-size: 2rem; }\n            .section-padding { padding: 4rem 0; }\n            .purpose-card { padding: 2.5rem 1.5rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"about-hero\">\n        <div class=\"container about-hero-content\">\n            <span class=\"section-kicker\">Who We Are<\/span>\n            <h1>Your business deserves a foundation built on clarity.<\/h1>\n            <p>Navigating Malaysia&#8217;s corporate regulations shouldn&#8217;t be the hardest part of running your business. We created a firm dedicated to simplifying compliance, bringing modern technology and proactive financial advisory to SMEs and global investors.<\/p>\n        <\/div>\n    <\/section>\n\n    <section class=\"purpose-section section-padding\">\n        <div class=\"container purpose-grid\">\n            <div class=\"purpose-card\">\n                <h3>\n                    <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path><\/svg>\n                    Our Philosophy\n                <\/h3>\n                <p>We believe that compliance is not merely about checking boxes for SSM and LHDN\u2014it is the structural integrity of your business. When your statutory records, taxes, and accounting are perfectly aligned, you eliminate operational risk and create a clear runway for growth.<\/p>\n            <\/div>\n            <div class=\"purpose-card\">\n                <h3>\n                    <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                    Our Commitment\n                <\/h3>\n                <p>To act as your dedicated, unified back-office. By combining the deep local knowledge of licensed professionals with a seamless digital platform, we provide founders with the financial clarity and legal security they need to make aggressive business decisions.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"standard-section\">\n        <div class=\"container\">\n            <div class=\"standard-header\">\n                <span class=\"section-kicker\" style=\"background-color: rgba(255,255,255,0.1); color: #bfdbfe;\">Our Approach<\/span>\n                <h2 class=\"section-title\">The new standard for corporate services.<\/h2>\n                <p class=\"section-desc\">We respect your time and capital. That\u2019s why we operate entirely on three non-negotiable core principles.<\/p>\n            <\/div>\n\n            <div class=\"standard-grid\">\n                <div class=\"standard-card\">\n                    <div class=\"standard-icon\">\n                        <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" style=\"width:28px; height:28px;\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                    <\/div>\n                    <h4>Radical Transparency<\/h4>\n                    <p>Business owners despise hidden fees, and so do we. We operate on predictable, flat-rate pricing. You will never receive an unexpected invoice for basic administrative tasks, printing, or phone calls.<\/p>\n                <\/div>\n\n                <div class=\"standard-card\">\n                    <div class=\"standard-icon\">\n                        <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" style=\"width:28px; height:28px;\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                    <\/div>\n                    <h4>Proactive Advisory<\/h4>\n                    <p>We don&#8217;t wait for deadlines to pass to notify you. Our team actively monitors your corporate calendar, reaching out well in advance to optimize your tax strategy and prepare statutory filings.<\/p>\n                <\/div>\n\n                <div class=\"standard-card\">\n                    <div class=\"standard-icon\">\n                        <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" style=\"width:28px; height:28px;\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9\"><\/path><\/svg>\n                    <\/div>\n                    <h4>Digital Execution<\/h4>\n                    <p>Your business moves fast; your back-office should too. We leverage secure cloud portals and legally binding e-signatures to ensure that paperwork never bottlenecks your operational momentum.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"expertise-section section-padding\">\n        <div class=\"container expertise-grid\">\n            <div class=\"expertise-content\">\n                <span class=\"section-kicker\">Local Expertise<\/span>\n                <h2>Powered by certified professionals who know Malaysia.<\/h2>\n                <p>Behind our digital portal is a robust team of licensed Company Secretaries, certified accountants, and tax agents recognized by Malaysian regulatory bodies. We understand the nuances of local commerce because we navigate them every single day.<\/p>\n                <p>Whether you are a local entrepreneur setting up your first Sdn Bhd, or a foreign corporation establishing a subsidiary in ASEAN, our advisors possess the technical depth to safeguard your entity and structure it for maximum profitability.<\/p>\n            <\/div>\n            <div class=\"expertise-image-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/hasb.my\/wp-content\/uploads\/2026\/07\/compressedImage-4-1-scaled.webp\" alt=\"Corporate Professionals Consulting\" class=\"expertise-image\">\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta-section section-padding\">\n        <div class=\"container\" style=\"max-width: 800px;\">\n            <h2 class=\"section-title\">Ready to structure your business the right way?<\/h2>\n            <p class=\"section-desc\">Partner with a firm that values clarity and efficiency as much as you do. Let&#8217;s discuss your incorporation, tax, and accounting needs.<\/p>\n            <a href=\"#contact\" class=\"btn-cta\">Talk to our Advisory Team<\/a>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Us | Hub Accounting Malaysia Who We Are Your business deserves a foundation built on clarity. Navigating Malaysia&#8217;s corporate [&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-23","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":"About Us | Hub Accounting Malaysia Who We Are Your business deserves a foundation built on clarity. Navigating Malaysia&#8217;s corporate [&hellip;]","_links":{"self":[{"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages\/23","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=23"}],"version-history":[{"count":2,"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":74,"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages\/23\/revisions\/74"}],"wp:attachment":[{"href":"https:\/\/hasb.my\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}