{"id":173,"date":"2026-09-09T04:45:28","date_gmt":"2026-09-09T04:45:28","guid":{"rendered":"https:\/\/alphatac.my\/?page_id=173"},"modified":"2026-09-09T16:13:47","modified_gmt":"2026-09-09T16:13:47","slug":"alphatac-crm-home","status":"publish","type":"page","link":"https:\/\/alphatac.my\/","title":{"rendered":"Alphatac CRM Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"173\" class=\"elementor elementor-173\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a42e252 e-con e-atomic-element e-flexbox-base e-a66ff43 \" data-id=\"a42e252\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"a42e252\" data-e-type=\"e-flexbox\" data-id=\"a42e252\">\n    \t\t<div class=\"elementor-element elementor-element-0267d5b elementor-widget elementor-widget-html\" data-id=\"0267d5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\r\n  ALPHATAC TRANSPARENT ELEMENTOR HEADER\r\n  Paste this entire file into one Elementor HTML widget inside your Header template.\r\n-->\r\n\r\n<style>\r\n  .alphatac-header,\r\n  .alphatac-header * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .alphatac-header {\r\n    --ah-text: #ffffff;\r\n    --ah-accent: #ef7b25;\r\n    --ah-line: rgba(255, 255, 255, 0.38);\r\n    --ah-focus: rgba(239, 123, 37, 0.28);\r\n    position: relative;\r\n    z-index: 9999;\r\n    width: 100%;\r\n    background: transparent !important;\r\n    color: var(--ah-text);\r\n    font-family: Inter, Arial, sans-serif;\r\n  }\r\n\r\n  .alphatac-header__inner {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    width: min(1180px, calc(100% - 40px));\r\n    min-height: 84px;\r\n    margin: 0 auto;\r\n    gap: 36px;\r\n  }\r\n\r\n  .alphatac-header__logo {\r\n    display: inline-flex;\r\n    flex: 0 0 auto;\r\n    align-items: center;\r\n    border-radius: 6px;\r\n    line-height: 0;\r\n  }\r\n\r\n  .alphatac-header__logo img {\r\n    display: block;\r\n    width: auto;\r\n    height: 42px;\r\n    max-width: 210px;\r\n    object-fit: contain;\r\n  }\r\n\r\n  .alphatac-header__mobile-logo {\r\n    display: none !important;\r\n  }\r\n\r\n  .alphatac-header__nav {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: flex-end;\r\n    gap: clamp(20px, 2.6vw, 38px);\r\n    margin-left: auto;\r\n  }\r\n\r\n  .alphatac-header__nav a,\r\n  .alphatac-header__policy-toggle {\r\n    position: relative;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 7px;\r\n    min-height: 44px;\r\n    padding: 4px 0;\r\n    border: 0;\r\n    background: transparent;\r\n    color: var(--ah-text);\r\n    font: inherit;\r\n    font-size: 15px;\r\n    font-weight: 650;\r\n    line-height: 1.2;\r\n    text-decoration: none;\r\n    white-space: nowrap;\r\n    cursor: pointer;\r\n  }\r\n\r\n  .alphatac-header__nav > a::after,\r\n  .alphatac-header__policy-toggle::after {\r\n    position: absolute;\r\n    right: 0;\r\n    bottom: 5px;\r\n    left: 0;\r\n    height: 2px;\r\n    background: var(--ah-accent);\r\n    content: \"\";\r\n    transform: scaleX(0);\r\n    transform-origin: right;\r\n    transition: transform 180ms ease;\r\n  }\r\n\r\n  .alphatac-header__nav > a:hover::after,\r\n  .alphatac-header__nav > a:focus-visible::after,\r\n  .alphatac-header__policy-toggle:hover::after,\r\n  .alphatac-header__policy-toggle:focus-visible::after {\r\n    transform: scaleX(1);\r\n    transform-origin: left;\r\n  }\r\n\r\n  .alphatac-header__nav a:focus-visible,\r\n  .alphatac-header__policy-toggle:focus-visible,\r\n  .alphatac-header__menu-toggle:focus-visible,\r\n  .alphatac-header__logo:focus-visible {\r\n    outline: 3px solid var(--ah-focus);\r\n    outline-offset: 5px;\r\n  }\r\n\r\n  .alphatac-header__policy {\r\n    position: relative;\r\n  }\r\n\r\n  .alphatac-header__chevron {\r\n    width: 9px;\r\n    height: 9px;\r\n    margin-top: -4px;\r\n    border-right: 1.8px solid currentColor;\r\n    border-bottom: 1.8px solid currentColor;\r\n    transform: rotate(45deg);\r\n    transition: transform 180ms ease;\r\n  }\r\n\r\n  .alphatac-header__policy.is-open .alphatac-header__chevron {\r\n    margin-top: 4px;\r\n    transform: rotate(225deg);\r\n  }\r\n\r\n  .alphatac-header__dropdown {\r\n    position: absolute;\r\n    top: calc(100% + 8px);\r\n    right: -20px;\r\n    display: grid;\r\n    visibility: hidden;\r\n    width: 250px;\r\n    padding: 12px;\r\n    border: 1px solid var(--ah-line);\r\n    border-radius: 14px;\r\n    background: rgba(255, 255, 255, 0.96);\r\n    box-shadow: 0 18px 50px rgba(14, 26, 45, 0.16);\r\n    opacity: 0;\r\n    transform: translateY(-7px);\r\n    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;\r\n    backdrop-filter: blur(16px);\r\n    -webkit-backdrop-filter: blur(16px);\r\n  }\r\n\r\n  .alphatac-header__policy:hover .alphatac-header__dropdown,\r\n  .alphatac-header__policy:focus-within .alphatac-header__dropdown,\r\n  .alphatac-header__policy.is-open .alphatac-header__dropdown {\r\n    visibility: visible;\r\n    opacity: 1;\r\n    transform: translateY(0);\r\n  }\r\n\r\n  .alphatac-header__dropdown a {\r\n    min-height: auto;\r\n    padding: 11px 12px;\r\n    border-radius: 9px;\r\n    color: #172033;\r\n    font-size: 14px;\r\n    white-space: normal;\r\n  }\r\n\r\n  .alphatac-header__dropdown a:hover,\r\n  .alphatac-header__dropdown a:focus-visible {\r\n    background: rgba(239, 123, 37, 0.09);\r\n    color: #b84e0d;\r\n  }\r\n\r\n  .alphatac-header__menu-toggle {\r\n    display: none;\r\n    align-items: center;\r\n    justify-content: center;\r\n    width: 46px;\r\n    height: 46px;\r\n    padding: 0;\r\n    border: 1px solid var(--ah-line);\r\n    border-radius: 12px;\r\n    background: transparent;\r\n    color: var(--ah-text);\r\n    cursor: pointer;\r\n  }\r\n\r\n  .alphatac-header__menu-icon,\r\n  .alphatac-header__menu-icon::before,\r\n  .alphatac-header__menu-icon::after {\r\n    display: block;\r\n    width: 21px;\r\n    height: 2px;\r\n    border-radius: 3px;\r\n    background: currentColor;\r\n    content: \"\";\r\n    transition: transform 180ms ease, opacity 180ms ease;\r\n  }\r\n\r\n  .alphatac-header__menu-icon {\r\n    position: relative;\r\n  }\r\n\r\n  .alphatac-header__menu-icon::before {\r\n    position: absolute;\r\n    top: -7px;\r\n  }\r\n\r\n  .alphatac-header__menu-icon::after {\r\n    position: absolute;\r\n    top: 7px;\r\n  }\r\n\r\n  .alphatac-header.is-menu-open .alphatac-header__menu-icon {\r\n    background: transparent;\r\n  }\r\n\r\n  .alphatac-header.is-menu-open .alphatac-header__menu-icon::before {\r\n    top: 0;\r\n    transform: rotate(45deg);\r\n  }\r\n\r\n  .alphatac-header.is-menu-open .alphatac-header__menu-icon::after {\r\n    top: 0;\r\n    transform: rotate(-45deg);\r\n  }\r\n\r\n  @media (max-width: 767px) {\r\n    .alphatac-header__inner {\r\n      position: relative;\r\n      min-height: 72px;\r\n      width: min(100% - 28px, 1180px);\r\n    }\r\n\r\n    .alphatac-header__desktop-logo {\r\n      display: none !important;\r\n    }\r\n\r\n    .alphatac-header__mobile-logo {\r\n      display: block !important;\r\n      width: 42px !important;\r\n      height: 42px !important;\r\n    }\r\n\r\n    .alphatac-header__menu-toggle {\r\n      display: inline-flex;\r\n      margin-left: auto;\r\n    }\r\n\r\n    .alphatac-header__nav {\r\n      position: absolute;\r\n      top: calc(100% + 8px);\r\n      right: 0;\r\n      left: 0;\r\n      display: grid;\r\n      visibility: hidden;\r\n      gap: 2px;\r\n      max-height: 0;\r\n      padding: 0 16px;\r\n      overflow: hidden;\r\n      border: 1px solid transparent;\r\n      border-radius: 16px;\r\n      background: transparent !important;\r\n      opacity: 0;\r\n      transform: translateY(-8px);\r\n      transition: max-height 260ms ease, opacity 180ms ease, transform 180ms ease, padding 260ms ease, visibility 180ms;\r\n      backdrop-filter: blur(18px);\r\n      -webkit-backdrop-filter: blur(18px);\r\n    }\r\n\r\n    .alphatac-header.is-menu-open .alphatac-header__nav {\r\n      visibility: visible;\r\n      max-height: 430px;\r\n      padding: 14px 16px 18px;\r\n      border-color: var(--ah-line);\r\n      opacity: 1;\r\n      transform: translateY(0);\r\n    }\r\n\r\n    .alphatac-header__nav > a,\r\n    .alphatac-header__policy-toggle {\r\n      justify-content: space-between;\r\n      width: 100%;\r\n      min-height: 48px;\r\n      padding: 10px 7px;\r\n      font-size: 16px;\r\n    }\r\n\r\n    .alphatac-header__nav > a::after,\r\n    .alphatac-header__policy-toggle::after {\r\n      display: none;\r\n    }\r\n\r\n    .alphatac-header__dropdown {\r\n      position: static;\r\n      visibility: hidden;\r\n      width: 100%;\r\n      max-height: 0;\r\n      padding: 0;\r\n      overflow: hidden;\r\n      border: 0;\r\n      background: transparent;\r\n      box-shadow: none;\r\n      opacity: 0;\r\n      transform: none;\r\n      transition: max-height 220ms ease, opacity 160ms ease, padding 220ms ease, visibility 160ms;\r\n      backdrop-filter: none;\r\n    }\r\n\r\n    .alphatac-header__policy:hover .alphatac-header__dropdown,\r\n    .alphatac-header__policy:focus-within .alphatac-header__dropdown {\r\n      visibility: hidden;\r\n      max-height: 0;\r\n      padding: 0;\r\n      opacity: 0;\r\n    }\r\n\r\n    .alphatac-header__policy.is-open .alphatac-header__dropdown,\r\n    .alphatac-header__policy.is-open:hover .alphatac-header__dropdown,\r\n    .alphatac-header__policy.is-open:focus-within .alphatac-header__dropdown {\r\n      visibility: visible;\r\n      max-height: 160px;\r\n      padding: 2px 0 8px 12px;\r\n      opacity: 1;\r\n    }\r\n\r\n    .alphatac-header__dropdown a {\r\n      min-height: 44px;\r\n      padding: 10px 12px;\r\n    }\r\n  }\r\n\r\n  @media (prefers-reduced-motion: reduce) {\r\n    .alphatac-header *,\r\n    .alphatac-header *::before,\r\n    .alphatac-header *::after {\r\n      scroll-behavior: auto !important;\r\n      transition: none !important;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<header class=\"alphatac-header\" data-alphatac-header>\r\n  <div class=\"alphatac-header__inner\">\r\n    <a class=\"alphatac-header__logo\" href=\"https:\/\/alphatac.my\/\" aria-label=\"Alphatac homepage\">\r\n      <img decoding=\"async\"\r\n        class=\"alphatac-header__desktop-logo\"\r\n        src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/06\/Alpha_wide_dark.png\"\r\n        alt=\"Alphatac\"\r\n        width=\"210\"\r\n        height=\"42\"\r\n      >\r\n      <img decoding=\"async\"\r\n        class=\"alphatac-header__mobile-logo\"\r\n        src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/06\/Falvicon.png\"\r\n        alt=\"Alphatac\"\r\n        width=\"42\"\r\n        height=\"42\"\r\n      >\r\n    <\/a>\r\n\r\n    <button\r\n      class=\"alphatac-header__menu-toggle\"\r\n      type=\"button\"\r\n      aria-expanded=\"false\"\r\n      aria-controls=\"alphatac-primary-navigation\"\r\n      aria-label=\"Open navigation menu\"\r\n    >\r\n      <span class=\"alphatac-header__menu-icon\" aria-hidden=\"true\"><\/span>\r\n    <\/button>\r\n\r\n    <nav class=\"alphatac-header__nav\" id=\"alphatac-primary-navigation\" aria-label=\"Primary navigation\">\r\n      <a href=\"https:\/\/alphatac.my\/\">Home<\/a>\r\n      <a href=\"https:\/\/alphatac.my\/?page_id=382\">About Us<\/a>\r\n      <a href=\"https:\/\/alphatac.my\/?page_id=295\">Contact Us<\/a>\r\n\r\n      <div class=\"alphatac-header__policy\">\r\n        <button class=\"alphatac-header__policy-toggle\" type=\"button\" aria-expanded=\"false\">\r\n          <span>Our Policy<\/span>\r\n          <span class=\"alphatac-header__chevron\" aria-hidden=\"true\"><\/span>\r\n        <\/button>\r\n\r\n        <div class=\"alphatac-header__dropdown\">\r\n          <a href=\"https:\/\/alphatac.my\/?page_id=273\">Privacy Policy &amp; PDPA<\/a>\r\n          <a href=\"https:\/\/alphatac.my\/?page_id=335\">Terms &amp; Conditions<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/nav>\r\n  <\/div>\r\n<\/header>\r\n\r\n<script>\r\n  (() => {\r\n    document.querySelectorAll('[data-alphatac-header]').forEach((header) => {\r\n      if (header.dataset.ready === 'true') return;\r\n      header.dataset.ready = 'true';\r\n\r\n      const menuButton = header.querySelector('.alphatac-header__menu-toggle');\r\n      const navigation = header.querySelector('.alphatac-header__nav');\r\n      const policy = header.querySelector('.alphatac-header__policy');\r\n      const policyButton = header.querySelector('.alphatac-header__policy-toggle');\r\n\r\n      const closePolicy = () => {\r\n        policy.classList.remove('is-open');\r\n        policyButton.setAttribute('aria-expanded', 'false');\r\n      };\r\n\r\n      const closeMenu = () => {\r\n        header.classList.remove('is-menu-open');\r\n        menuButton.setAttribute('aria-expanded', 'false');\r\n        menuButton.setAttribute('aria-label', 'Open navigation menu');\r\n        closePolicy();\r\n      };\r\n\r\n      menuButton.addEventListener('click', () => {\r\n        const open = !header.classList.contains('is-menu-open');\r\n        header.classList.toggle('is-menu-open', open);\r\n        menuButton.setAttribute('aria-expanded', String(open));\r\n        menuButton.setAttribute('aria-label', open ? 'Close navigation menu' : 'Open navigation menu');\r\n        if (!open) closePolicy();\r\n      });\r\n\r\n      policyButton.addEventListener('click', (event) => {\r\n        event.stopPropagation();\r\n        const open = !policy.classList.contains('is-open');\r\n        policy.classList.toggle('is-open', open);\r\n        policyButton.setAttribute('aria-expanded', String(open));\r\n      });\r\n\r\n      navigation.querySelectorAll('a').forEach((link) => {\r\n        link.addEventListener('click', closeMenu);\r\n      });\r\n\r\n      document.addEventListener('click', (event) => {\r\n        if (!header.contains(event.target)) closeMenu();\r\n      });\r\n\r\n      document.addEventListener('keydown', (event) => {\r\n        if (event.key === 'Escape') {\r\n          closeMenu();\r\n          menuButton.focus();\r\n        }\r\n      });\r\n\r\n      window.addEventListener('resize', () => {\r\n        if (window.innerWidth > 767) closeMenu();\r\n      }, { passive: true });\r\n    });\r\n  })();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-432b55af elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"432b55af\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.facebook.com\\\/share\\\/v\\\/1KoWzZLngb\\\/&quot;,&quot;background_video_start&quot;:0.05,&quot;background_video_end&quot;:900,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_play_once&quot;:&quot;yes&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline><\/video>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-628b67fe ot-flex-column-vertical\" data-id=\"628b67fe\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bcce96d elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-spacer\" data-id=\"bcce96d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35385d7c elementor-widget elementor-widget-heading\" data-id=\"35385d7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">ONE SMART ACCESS TO<span class=\"hl-text\"> <\/br>YOUR LEGACIES.<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12aa785f elementor-widget elementor-widget-text-editor\" data-id=\"12aa785f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\"><span style=\"color: #ffffff;\">One Connected CRM Technology Ecosystem <\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-486e8ad5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"486e8ad5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-19f29f0e ot-flex-column-vertical elementor-invisible\" data-id=\"19f29f0e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4955fcb1 elementor-widget elementor-widget-image\" data-id=\"4955fcb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"934\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-08_26_05-PM-1024x934.png\" class=\"attachment-large size-large wp-image-232\" alt=\"\" srcset=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-08_26_05-PM-1024x934.png 1024w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-08_26_05-PM-300x274.png 300w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-08_26_05-PM-768x701.png 768w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-08_26_05-PM.png 1313w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4de2a8c3 ot-flex-column-vertical\" data-id=\"4de2a8c3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-67153950 elementor-widget elementor-widget-heading\" data-id=\"67153950\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready to turn App into legacies?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cc961c elementor-widget elementor-widget-text-editor\" data-id=\"5cc961c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #808080;\">Alphatac helps you managing wealth-related products and customer relationships often involves multiple organisations, documents and processes. From lead capture to legacy delivery \u2014 manage every step in one seamless platform.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27fc5206 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"27fc5206\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/feature-icon-1.png\" class=\"attachment-full size-full wp-image-185\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h5 class=\"elementor-image-box-title\">For Customers<\/h5><p class=\"elementor-image-box-description\">View your purchased products, access available documents, follow case progress, receive important reminders and connect with your appointed adviser.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b3b5278 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"1b3b5278\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/feature-icon-3.png\" class=\"attachment-full size-full wp-image-186\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h5 class=\"elementor-image-box-title\">For Advisors<\/h5><p class=\"elementor-image-box-description\">Manage prospects, customers, applications, cases, documents, sales activities and service requests through one organised platform.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-19ef1ef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"19ef1ef\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b4aada4 ot-flex-column-vertical\" data-id=\"b4aada4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1a23fa3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1a23fa3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bb6e2a6 ot-column-items-center ot-flex-column-vertical\" data-id=\"bb6e2a6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5d23991 elementor-widget elementor-widget-heading\" data-id=\"5d23991\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Clearer View of Your Legacies Journey<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2237d4e elementor-widget elementor-widget-text-editor\" data-id=\"2237d4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span style=\"color: #808080;\">Alphatac brings these experiences together through one integrated digital ecosystem\u2014helping customers access important information while enabling advisers to manage relationships, cases and services more efficiently.<\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-bca812e ot-flex-column-vertical\" data-id=\"bca812e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-22e1caf elementor-widget elementor-widget-image\" data-id=\"22e1caf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"930\" height=\"1024\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/alphatac-adviser-concept-transparent-930x1024.png\" class=\"attachment-large size-large wp-image-236\" alt=\"\" srcset=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/alphatac-adviser-concept-transparent-930x1024.png 930w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/alphatac-adviser-concept-transparent-272x300.png 272w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/alphatac-adviser-concept-transparent-768x846.png 768w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/alphatac-adviser-concept-transparent.png 1195w\" sizes=\"(max-width: 930px) 100vw, 930px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3db280d4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3db280d4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cadf21a ot-column-items-center ot-flex-column-vertical\" data-id=\"7cadf21a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-44ae39b0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"44ae39b0\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1e0e8e47 ot-flex-column-vertical elementor-invisible\" data-id=\"1e0e8e47\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;zoomIn&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-554d8611 elementor-widget elementor-widget-image\" data-id=\"554d8611\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"934\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-10_29_45-PM-1024x934.png\" class=\"attachment-large size-large wp-image-309\" alt=\"\" srcset=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-10_29_45-PM-1024x934.png 1024w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-10_29_45-PM-300x274.png 300w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-10_29_45-PM-768x701.png 768w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-10_29_45-PM.png 1313w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5dde3b7 ot-flex-column-vertical\" data-id=\"5dde3b7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bf74d48 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-spacer\" data-id=\"bf74d48\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-493685dc elementor-widget elementor-widget-heading\" data-id=\"493685dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Bring Your Wealth Journey Together<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71346aa9 elementor-widget elementor-widget-text-editor\" data-id=\"71346aa9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Experience a simpler and more connected way to access information, manage relationships and stay informed.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e89d0a5 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"e89d0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"189\" height=\"56\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/app-store.png\" class=\"elementor-animation-grow attachment-large size-large wp-image-196\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-acfca35 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"acfca35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"193\" height=\"56\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/google-play.png\" class=\"elementor-animation-grow attachment-large size-large wp-image-197\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5d5e24 elementor-widget__width-initial elementor-widget elementor-widget-spacer\" data-id=\"f5d5e24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-04482cc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"04482cc\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b163a11 ot-flex-column-vertical\" data-id=\"b163a11\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-28cb44a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"28cb44a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2c83ab9 ot-column-items-center ot-flex-column-vertical\" data-id=\"2c83ab9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-feb7b3c elementor-widget elementor-widget-heading\" data-id=\"feb7b3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">One Connected Technology Ecosystem<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ed3e6d elementor-widget elementor-widget-text-editor\" data-id=\"9ed3e6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #808080;\">From advisor insight, customer portfolio and ongoing servicing and notifications, Alphatac is the backbone of customer relationship management, and go beyond.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-121fca8b elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"121fca8b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-64d8d19b ot-flex-column-vertical\" data-id=\"64d8d19b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4aa8cbd1 ha-accordion--icon-left elementor-widget elementor-widget-ha-accordion happy-addon ha-accordion happy-addon-pro\" data-id=\"4aa8cbd1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-accordion.default\">\n\t\t\t\t\t        <div class=\"ha-accordion__wrapper\" role=\"tablist\">\n                            <div class=\"ha-accordion__item\">\n                    <div id=\"ha-accordion__item-title-1251\" class=\"ha-accordion__item-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"ha-accordion__item-content-1251\">\n                                                <div class=\"ha-accordion__item-title-inner\">\n                                                        <span class=\"ha-accordion__item-title-text\">One Organised Dashboard<\/span>\n                        <\/div>\n                    <\/div>\n                    <div id=\"ha-accordion__item-content-1251\" class=\"ha-accordion__item-content\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"ha-accordion__item-title-1251\">\n                        <p>Access relevant products, cases, documents, notifications and adviser information from one convenient place.<\/p>                    <\/div>\n                <\/div>\n                            <div class=\"ha-accordion__item\">\n                    <div id=\"ha-accordion__item-title-1252\" class=\"ha-accordion__item-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"ha-accordion__item-content-1252\">\n                                                <div class=\"ha-accordion__item-title-inner\">\n                                                        <span class=\"ha-accordion__item-title-text\">Better Progress Visibility<\/span>\n                        <\/div>\n                    <\/div>\n                    <div id=\"ha-accordion__item-content-1252\" class=\"ha-accordion__item-content\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"ha-accordion__item-title-1252\">\n                        <p>Stay informed about application, submission and service-request progress without relying entirely on manual follow-ups.<\/p>                    <\/div>\n                <\/div>\n                            <div class=\"ha-accordion__item\">\n                    <div id=\"ha-accordion__item-title-1253\" class=\"ha-accordion__item-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"ha-accordion__item-content-1253\">\n                                                <div class=\"ha-accordion__item-title-inner\">\n                                                        <span class=\"ha-accordion__item-title-text\">Important Documents Within Reach<\/span>\n                        <\/div>\n                    <\/div>\n                    <div id=\"ha-accordion__item-content-1253\" class=\"ha-accordion__item-content\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"ha-accordion__item-title-1253\">\n                        <p>Access available agreements, trust-related documents, statements and supporting records digitally.<\/p>                    <\/div>\n                <\/div>\n                    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5a21042d ot-flex-column-vertical\" data-id=\"5a21042d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5edbb56d elementor-widget elementor-widget-image\" data-id=\"5edbb56d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"714\" height=\"1024\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-09_38_27-PM-714x1024.png\" class=\"attachment-large size-large wp-image-255\" alt=\"\" srcset=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-09_38_27-PM-714x1024.png 714w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-09_38_27-PM-209x300.png 209w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-09_38_27-PM-768x1102.png 768w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-09_38_27-PM.png 1047w\" sizes=\"(max-width: 714px) 100vw, 714px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3e914d1c ot-flex-column-vertical\" data-id=\"3e914d1c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-70109264 ha-accordion--icon-left elementor-widget elementor-widget-ha-accordion happy-addon ha-accordion happy-addon-pro\" data-id=\"70109264\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ha-accordion.default\">\n\t\t\t\t\t        <div class=\"ha-accordion__wrapper\" role=\"tablist\">\n                            <div class=\"ha-accordion__item\">\n                    <div id=\"ha-accordion__item-title-1881\" class=\"ha-accordion__item-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"ha-accordion__item-content-1881\">\n                                                <div class=\"ha-accordion__item-title-inner\">\n                                                        <span class=\"ha-accordion__item-title-text\">Timely Notifications<\/span>\n                        <\/div>\n                    <\/div>\n                    <div id=\"ha-accordion__item-content-1881\" class=\"ha-accordion__item-content\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"ha-accordion__item-title-1881\">\n                        <p>Receive updates about important dates, required actions, case developments and service announcements.<\/p>                    <\/div>\n                <\/div>\n                            <div class=\"ha-accordion__item\">\n                    <div id=\"ha-accordion__item-title-1882\" class=\"ha-accordion__item-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"ha-accordion__item-content-1882\">\n                                                <div class=\"ha-accordion__item-title-inner\">\n                                                        <span class=\"ha-accordion__item-title-text\">Connected Adviser Support<\/span>\n                        <\/div>\n                    <\/div>\n                    <div id=\"ha-accordion__item-content-1882\" class=\"ha-accordion__item-content\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"ha-accordion__item-title-1882\">\n                        <p>Customers can identify and contact their appointed adviser, while advisers can deliver more responsive and structured support.<\/p>                    <\/div>\n                <\/div>\n                            <div class=\"ha-accordion__item\">\n                    <div id=\"ha-accordion__item-title-1883\" class=\"ha-accordion__item-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"ha-accordion__item-content-1883\">\n                                                <div class=\"ha-accordion__item-title-inner\">\n                                                        <span class=\"ha-accordion__item-title-text\">Secure Role-Based Access<\/span>\n                        <\/div>\n                    <\/div>\n                    <div id=\"ha-accordion__item-content-1883\" class=\"ha-accordion__item-content\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"ha-accordion__item-title-1883\">\n                        <p>Information and system functions are made available according to each user\u2019s authorised role and permission level.<\/p>                    <\/div>\n                <\/div>\n                    <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-71f516af elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"71f516af\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47528e88 ot-flex-column-vertical\" data-id=\"47528e88\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-49a3aeb7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"49a3aeb7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-32841f7e ot-flex-column-vertical\" data-id=\"32841f7e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-20acf80a elementor-widget elementor-widget-heading\" data-id=\"20acf80a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">All the features you need<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e8d9308 elementor-widget elementor-widget-text-editor\" data-id=\"1e8d9308\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Powering the Next Generation of Agents<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-33c418f3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"33c418f3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3f5405e3 ot-flex-column-vertical elementor-invisible\" data-id=\"3f5405e3\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:&quot;100&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b55d0e1 elementor-widget elementor-widget-heading\" data-id=\"7b55d0e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Portfolio Summary<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72c773 elementor-widget elementor-widget-text-editor\" data-id=\"72c773\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>AIO of your your portfolio across various platform, all connecting and accessible at your finger tip.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6eb067f5 elementor-widget elementor-widget-image\" data-id=\"6eb067f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"962\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/5aa5e472-5d2a-423d-89b3-c7973139cdfa-1024x962.png\" class=\"attachment-large size-large wp-image-275\" alt=\"\" srcset=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/5aa5e472-5d2a-423d-89b3-c7973139cdfa-1024x962.png 1024w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/5aa5e472-5d2a-423d-89b3-c7973139cdfa-300x282.png 300w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/5aa5e472-5d2a-423d-89b3-c7973139cdfa-768x722.png 768w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/5aa5e472-5d2a-423d-89b3-c7973139cdfa.png 1294w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-379ee5d8 ot-flex-column-vertical elementor-invisible\" data-id=\"379ee5d8\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:&quot;200&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-211b2eb1 elementor-widget elementor-widget-heading\" data-id=\"211b2eb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Trust Product Details<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49482741 elementor-widget elementor-widget-text-editor\" data-id=\"49482741\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Show all your Trust Product, details of your portfolio, Maturity date, and more. Everything under one ecosystem<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7228de7b elementor-widget elementor-widget-image\" data-id=\"7228de7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"962\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/14163295-5da3-49eb-820f-74468c207938-1024x962.png\" class=\"attachment-large size-large wp-image-277\" alt=\"\" srcset=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/14163295-5da3-49eb-820f-74468c207938-1024x962.png 1024w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/14163295-5da3-49eb-820f-74468c207938-300x282.png 300w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/14163295-5da3-49eb-820f-74468c207938-768x722.png 768w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/14163295-5da3-49eb-820f-74468c207938.png 1294w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5bc3fccd ot-flex-column-vertical elementor-invisible\" data-id=\"5bc3fccd\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:&quot;300&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a86a364 elementor-widget elementor-widget-heading\" data-id=\"3a86a364\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">My Adviser<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39d3158f elementor-widget elementor-widget-text-editor\" data-id=\"39d3158f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Advisor across different platform? No worries, now your advisors ready to serve under one app.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70b66da7 elementor-widget elementor-widget-image\" data-id=\"70b66da7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"965\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/e1e5268b-2c87-4c7b-b4db-c955810aa720-1-1024x965.png\" class=\"attachment-large size-large wp-image-300\" alt=\"\" srcset=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/e1e5268b-2c87-4c7b-b4db-c955810aa720-1-1024x965.png 1024w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/e1e5268b-2c87-4c7b-b4db-c955810aa720-1-300x283.png 300w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/e1e5268b-2c87-4c7b-b4db-c955810aa720-1-768x724.png 768w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/e1e5268b-2c87-4c7b-b4db-c955810aa720-1.png 1292w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0ca47c7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0ca47c7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ba761eb ot-flex-column-vertical elementor-invisible\" data-id=\"ba761eb\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ebb03fc elementor-widget elementor-widget-image\" data-id=\"ebb03fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"849\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_42_59-PM-1024x849.png\" class=\"attachment-large size-large wp-image-394\" alt=\"\" srcset=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_42_59-PM-1024x849.png 1024w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_42_59-PM-300x249.png 300w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_42_59-PM-768x637.png 768w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_42_59-PM.png 1377w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-937fb9d ot-flex-column-vertical\" data-id=\"937fb9d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a11958b elementor-widget elementor-widget-heading\" data-id=\"a11958b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Smarter Way to Serve and Grow<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1c4063 elementor-widget elementor-widget-text-editor\" data-id=\"e1c4063\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span style=\"color: #808080;\">Managing wealth-related products and customer relationships often involves multiple organisations, documents and processes. From lead capture to legacy delivery \u2014 manage every step in one seamless platform.<\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b1179d elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"9b1179d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/feature-icon-1.png\" class=\"attachment-full size-full wp-image-185\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h5 class=\"elementor-image-box-title\">Close More Deals with Less Work<\/h5><p class=\"elementor-image-box-description\">Automate your follow-ups, schedule appointments, and manage every lead \u2014 all in one intelligent dashboard.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db0c781 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"db0c781\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/feature-icon-3.png\" class=\"attachment-full size-full wp-image-186\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h5 class=\"elementor-image-box-title\">Empowering you 24\/7<\/h5><p class=\"elementor-image-box-description\">Showcase your services with a personalized landing page and capture leads 24\/7 through smart Alphatac CRM Solutions<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-275067f elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"275067f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/feature-icon-2.png\" class=\"attachment-full size-full wp-image-187\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h5 class=\"elementor-image-box-title\">Built for Automate Lead Funnels<\/h5><p class=\"elementor-image-box-description\">From client forms to referral tracking, Alphatac is tailored for estate planning professionals who want to grow faster and work smarter.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-43b612c0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"43b612c0\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-232de00a ot-flex-column-vertical\" data-id=\"232de00a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-25a5ad60 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"25a5ad60\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-42e17ffe ot-column-items-center ot-flex-column-vertical\" data-id=\"42e17ffe\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-48502876 elementor-widget elementor-widget-heading\" data-id=\"48502876\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ALPHATAC AGENT LEAD GENERATION STRATEGY<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a66005 elementor-widget elementor-widget-text-editor\" data-id=\"1a66005\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Smarter Systems. Smarter Agents.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-651c15d6 ot-column-items-center ot-flex-column-vertical\" data-id=\"651c15d6\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e79a5fa elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"2e79a5fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-grow\" href=\"https:\/\/www.facebook.com\/share\/v\/1KoWzZLngb\/\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8527d4d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8527d4d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f843198 ot-column-items-center ot-flex-column-vertical\" data-id=\"f843198\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-066490c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"066490c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-407cd77 ot-flex-column-vertical\" data-id=\"407cd77\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d4481e3 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d4481e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">From Lead to Legacy \u2013 We Track It All.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-32838a0 elementor-widget elementor-widget-text-editor\" data-id=\"32838a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Join us in creating success together<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc514a2 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"bc514a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"189\" height=\"56\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/app-store.png\" class=\"elementor-animation-grow attachment-large size-large wp-image-196\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d16ef46 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"d16ef46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"193\" height=\"56\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/google-play.png\" class=\"elementor-animation-grow attachment-large size-large wp-image-197\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-290e217 elementor-widget__width-initial elementor-widget elementor-widget-spacer\" data-id=\"290e217\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8c89a96 ot-flex-column-vertical\" data-id=\"8c89a96\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1809bb9 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"1809bb9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1608\" height=\"978\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_31_10-PM.png\" class=\"attachment-full size-full wp-image-372\" alt=\"\" srcset=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_31_10-PM.png 1608w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_31_10-PM-300x182.png 300w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_31_10-PM-1024x623.png 1024w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_31_10-PM-768x467.png 768w, https:\/\/alphatac.my\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-9-2026-11_31_10-PM-1536x934.png 1536w\" sizes=\"(max-width: 1608px) 100vw, 1608px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-25192edf elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"25192edf\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-29f04809 ot-column-items-top ot-flex-column-vertical\" data-id=\"29f04809\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-77ef5ca0 elementor-widget elementor-widget-image\" data-id=\"77ef5ca0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"106\" height=\"97\" src=\"https:\/\/alphatac.my\/wp-content\/uploads\/2026\/06\/Alpha_dark-Icon_small.png\" class=\"attachment-full size-full wp-image-18\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-19a7cc81 ot-column-items-top ot-flex-column-vertical\" data-id=\"19a7cc81\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19043182 elementor-widget elementor-widget-heading\" data-id=\"19043182\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Get in Touch<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e6b9815 elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2e6b9815\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">The Hub SS2, 19 Sentral, Jalan Harapan, Seksyen 19, 46300 Petaling Jaya, Selangor<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:general.alphatac@capstargroups.com\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">general.alphatac@capstargroups.com<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-square-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+6012-482-1063<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-387676f0 ot-column-items-top ot-flex-column-vertical\" data-id=\"387676f0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a941ade elementor-widget elementor-widget-heading\" data-id=\"2a941ade\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Company<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a82a71a elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"1a82a71a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alphatac.my\/?page_id=382\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">About Company<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alphatac.my\/?page_id=273\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Privacy Policy<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alphatac.my\/?page_id=335\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Terms &amp; Condition<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alphatac.my\/?page_id=295\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Contact Us<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home About Us Contact Us Our Policy Privacy Policy &amp; PDPA Terms &amp; Conditions ONE SMART ACCESS TO YOUR LEGACIES. One Connected CRM Technology Ecosystem Ready to turn App into legacies? Alphatac helps you managing wealth-related products and customer relationships often involves multiple organisations, documents and processes. From lead capture to legacy delivery \u2014 manage [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-173","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/alphatac.my\/index.php?rest_route=\/wp\/v2\/pages\/173","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alphatac.my\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alphatac.my\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alphatac.my\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alphatac.my\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=173"}],"version-history":[{"count":5,"href":"https:\/\/alphatac.my\/index.php?rest_route=\/wp\/v2\/pages\/173\/revisions"}],"predecessor-version":[{"id":436,"href":"https:\/\/alphatac.my\/index.php?rest_route=\/wp\/v2\/pages\/173\/revisions\/436"}],"wp:attachment":[{"href":"https:\/\/alphatac.my\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}