{"id":9304,"date":"2025-09-15T19:17:01","date_gmt":"2025-09-15T11:17:01","guid":{"rendered":"https:\/\/muntada.com.my\/?page_id=9304"},"modified":"2025-09-16T16:24:46","modified_gmt":"2025-09-16T08:24:46","slug":"ispring-suite-training-registration","status":"publish","type":"page","link":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/","title":{"rendered":"iSpring Suite Max Essentials: Building Interactive Learning Solutions"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9304\" class=\"elementor elementor-9304\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-03719fc e-flex e-con-boxed e-con e-parent\" data-id=\"03719fc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0d8e26 elementor-widget elementor-widget-html\" data-id=\"e0d8e26\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>E\u2011Learning Content Authoring with iSpring Suite Max<\/title>\n  <style>\n    html {\n      scroll-behavior: smooth;\n    }\n    body { \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: #3d474d; \n      margin: 0; \n      background-color: #fcfcfc;\n    }\n    a {\n        text-decoration: none;\n    }\n    .container { \n      max-width: 960px; \n      margin: 0 auto; \n      padding: 50px 20px;\n    }\n    h2 { \n      color: #000; \n      font-weight: 600;\n      text-align: center;\n      font-size: 24px;\n      margin-top: 0;\n      margin-bottom: 40px;\n    }\n    h3, h4 {\n      font-weight: 600;\n      font-size: 18px;\n      margin-top: 0;\n      margin-bottom: 15px;\n    }\n    .section {\n      margin-bottom: 60px;\n    }\n    .gray-bg { \n      background-color: #dde1db;\n      padding: 50px 0;\n    }\n    .flex-container { \n      display: flex; \n      align-items: center; \n      justify-content: space-between; \n      gap: 50px;\n    }\n    .flex-container.reverse { \n      flex-direction: row-reverse; \n    }\n    .text-content { \n      flex: 1; \n    }\n    .image-content { \n      flex: 1; \n      max-width: 420px;\n      overflow: hidden;\n    }\n    .image-content img {\n        transition: transform 0.5s ease;\n    }\n    .image-content:hover img {\n        transform: scale(1.08);\n    }\n    img { \n      max-width: 100%; \n      height: auto; \n      border-radius: 8px; \n    }\n    .hero-title {\n        font-size: 36px;\n        font-weight: 700;\n        margin-bottom: 20px;\n        line-height: 1.2;\n    }\n    .hero-buttons button {\n        border-radius: 4px; \n        padding: 12px 24px; \n        font-weight: 600; \n        font-size: 16px; \n        cursor: pointer;\n        margin-right: 10px;\n        transition: all 0.3s ease;\n    }\n    .btn-primary { background-color: #a98c7c; color: white; border: none; }\n    .btn-secondary { border: 1px solid #a98c7c; background: none; color: #a98c7c; }\n    .btn-primary:hover { \n      background-color: #91785b;\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(169, 140, 124, 0.3);\n    }\n    .btn-secondary:hover { \n      background-color: #a98c7c; \n      color: white;\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(169, 140, 124, 0.3);\n    }\n    .investment-options { display: flex; gap: 30px; }\n    .package { \n      background: #fff; \n      padding: 25px; \n      border-radius: 8px; \n      border: 1px solid #e0e0e0; \n      flex: 1;\n      transition: all 0.3s ease;\n    }\n    .package:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);\n      border-color: #a98c7c;\n    }\n    .package h4 { margin-top: 0; font-weight: 600; border-bottom: 1px solid #eee; padding-bottom: 10px; }\n    .package ul { list-style-type: none; padding-left: 0; }\n    .package li {\n      padding-left: 20px;\n      margin-bottom: 8px;\n      background: url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"gray\" viewBox=\"0 0 16 16\"><circle cx=\"8\" cy=\"8\" r=\"8\"\/><\/svg>') no-repeat left 6px;\n      background-size: 6px;\n      transition: transform 0.3s ease;\n    }\n    .package:hover li {\n        transform: translateX(5px);\n    }\n    .objectives-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }\n    .objective-item { \n        padding: 20px;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        border-radius: 8px;\n    }\n    .objective-item:hover {\n        transform: translateY(-5px);\n        background-color: rgba(255, 255, 255, 0.8);\n        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n    }\n    .schedule-list .step { \n      margin-bottom: 20px; \n      display: flex; \n      align-items: flex-start;\n      transition: transform 0.3s ease;\n      padding: 15px;\n      border-radius: 8px;\n    }\n    .schedule-list .step:hover {\n      transform: translateX(10px);\n      background-color: rgba(169, 140, 124, 0.05);\n    }\n    .schedule-list .step-number {\n        background-color: #f0ebe5;\n        border-radius: 50%;\n        width: 24px;\n        height: 24px;\n        line-height: 24px;\n        text-align: center;\n        margin-right: 15px;\n        font-weight: bold;\n        flex-shrink: 0;\n        transition: all 0.3s ease;\n    }\n    .schedule-list .step:hover .step-number {\n        background-color: #a98c7c;\n        color: white;\n        transform: scale(1.1);\n    }\n    .schedule-list .step-title { font-weight: bold; margin-bottom: 5px; }\n\n    \/* Style for the training-details box *\/\n    .training-details {\n        background: #f7f3f0;\n        border-radius: 8px;\n        margin-top: 50px;\n        padding: 30px;\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px 40px;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    .training-details:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n    }\n    .highlighted-date {\n        background-color: #fef9c3;\n        padding: 3px 6px;\n        border-radius: 4px;\n        color: #713f12;\n        font-weight: 600;\n        display: inline-block;\n        margin-top: 5px;\n        transition: all 0.3s ease;\n    }\n    .highlighted-date:hover {\n        background-color: #fde047;\n        transform: scale(1.05);\n    }\n\n    \/* TRAINER PROFILE STYLES - NEW DESIGN *\/\n    .trainer-profile {\n        text-align: center;\n        margin-bottom: 50px;\n    }\n    .trainer-profile h3 {\n        font-size: 32px;\n        color: #8b6d47;\n        margin-bottom: 10px;\n        font-weight: 600;\n    }\n    .trainer-profile .trainer-title {\n        font-size: 18px;\n        color: #666;\n        margin-bottom: 30px;\n        font-weight: 600;\n    }\n    .trainer-profile .trainer-description {\n        font-size: 16px;\n        line-height: 1.6;\n        margin-bottom: 40px;\n        color: #555;\n    }\n    .trainer-image {\n        text-align: center;\n        margin-bottom: 40px;\n    }\n    .trainer-image img {\n        max-width: 300px;\n        width: 100%;\n        height: auto;\n        border-radius: 8px;\n    }\n    .trainer-cards {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 30px;\n        margin-top: 40px;\n    }\n    .trainer-card {\n        background: #e8ddd6;\n        padding: 25px;\n        border-radius: 12px;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    .trainer-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n    }\n    .trainer-card h4 {\n        font-size: 20px;\n        color: #8b6d47;\n        margin-bottom: 15px;\n        font-weight: 600;\n    }\n    .trainer-card p {\n        color: #666;\n        line-height: 1.6;\n        margin: 0;\n    }\n\n    \/* ENTRANCE ANIMATIONS - PROPERLY IMPLEMENTED *\/\n    .animated-section {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 0.8s ease-out;\n    }\n    .animated-section.animate {\n        opacity: 1;\n        transform: translateY(0);\n    }\n    \/* Always show the first section immediately *\/\n    .container:first-child {\n        opacity: 1 !important;\n        transform: translateY(0) !important;\n    }\n\n    \/* MOBILE RESPONSIVENESS *\/\n    @media (max-width: 768px) {\n      .container { padding: 30px 15px; }\n      .flex-container, .flex-container.reverse { flex-direction: column; gap: 30px; }\n      .investment-options { flex-direction: column; gap: 20px; }\n      .trainer-cards { grid-template-columns: 1fr; gap: 20px; }\n      .hero-title { font-size: 28px; }\n      .trainer-profile h3 { font-size: 24px; }\n      .objectives-grid { grid-template-columns: 1fr; gap: 20px; }\n      .training-details { grid-template-columns: 1fr; }\n      h2 { font-size: 20px; margin-bottom: 30px; }\n      .hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; }\n      .hero-buttons button { flex: 1; min-width: 140px; margin-right: 0; margin-bottom: 10px; }\n      \/* Disable animations on mobile to prevent issues *\/\n      .animated-section {\n        opacity: 1 !important;\n        transform: translateY(0) !important;\n        transition: none !important;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- HERO SECTION -->\n  <div class=\"container\">\n    <div class=\"flex-container\">\n        <div class=\"text-content\">\n            <h1 class=\"hero-title\">E-Learning Content Authoring with iSpring Suite Max<\/h1>\n            <p>Certified 2.5-day, hands-on program to plan, build, and publish engaging, SCORM\/xAPI-ready courses using iSpring Suite Max and best-practice instructional design workflows. <strong>HRD Corp claimable<\/strong>.<\/p>\n            <div class=\"hero-buttons\">\n                <a href=\"#hrdcregistrationform\"><button class=\"btn-primary\">Register Now<\/button><\/a>\n                <a href=\"#agenda-section\"><button class=\"btn-secondary\">View Full Agenda<\/button><\/a>\n            <\/div>\n        <\/div>\n        <div class=\"image-content\">\n            <img decoding=\"async\" src=\"https:\/\/imgproxy.gamma.app\/resize\/quality:80\/resizing_type:fit\/width:2000\/https:\/\/cdn.gamma.app\/fanb8jwbslgc2jl\/generated-images\/BJMZkz2qPKbNBIUmMoh95.png\" alt=\"eLearning authoring on a laptop\">\n        <\/div>\n    <\/div>\n    \n    <!-- TRAINING DETAILS SECTION -->\n    <div class=\"training-details animated-section\">\n        <div>\n            <strong>Duration<\/strong><br>\n            2.5 Days (9:00 AM - 5:00 PM)\n        <\/div>\n        <div>\n            <strong>Venue<\/strong><br>\n            Empire Tower, Subang Jaya\n        <\/div>\n        <div>\n            <strong>Class Size<\/strong><br>\n            Maximum 20 Participants\n        <\/div>\n        <div>\n            <strong>Upcoming Dates<\/strong><br>\n            <span class=\"highlighted-date\">7th - 9th October 2025<\/span><br>\n            <span class=\"highlighted-date\">4th - 6th November 2025<\/span><br>\n            <span class=\"highlighted-date\">16th - 18th December 2025<\/span><br>\n            <span class=\"highlighted-date\">13th - 15th January 2026<\/span>\n        <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- WHO SHOULD ATTEND -->\n  <div class=\"gray-bg animated-section\">\n    <div class=\"container\">\n      <h2>Who Should Attend<\/h2>\n      <div style=\"text-align: center;\">\n          <p>Instructional designers, eLearning developers, L&D\/HR teams, trainers, SMEs, and educators transitioning to digital content creation. Ideal for teams needing to produce SCORM\/xAPI packages for an LMS.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- COURSE OBJECTIVES -->\n  <div class=\"container section animated-section\">\n    <h2>Course Objectives<\/h2>\n    <div class=\"objectives-grid\">\n        <div class=\"objective-item\"><strong>Apply Rapid Design<\/strong><p>Use iSpring Suite for rapid eLearning design and development.<\/p><\/div>\n        <div class=\"objective-item\"><strong>Build Interactivity<\/strong><p>Create interactive modules with quizzes, scenarios, and simulations.<\/p><\/div>\n        <div class=\"objective-item\"><strong>Produce Media<\/strong><p>Capture screen demos, edit video, and add professional narration.<\/p><\/div>\n        <div class=\"objective-item\"><strong>Publish & Track<\/strong><p>Publish SCORM\/xAPI packages and verify LMS tracking.<\/p><\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PROGRAM SCHEDULE -->\n  <div id=\"agenda-section\" class=\"gray-bg animated-section\">\n    <div class=\"container\">\n      <h2>Program Schedule (2.5 Days)<\/h2>\n      <div class=\"schedule-list\">\n        <div class=\"step\">\n          <div class=\"step-number\">1<\/div>\n          <div class=\"step-details\">\n            <div class=\"step-title\">Day 1: Core Authoring & Media<\/div>\n            Kickoff, iSpring overview, building courses from PowerPoint, using QuizMaker, and recording with iSpring Cam Pro.\n          <\/div>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"step-number\">2<\/div>\n          <div class=\"step-details\">\n            <div class=\"step-title\">Day 2: Interactivity & Collaboration<\/div>\n            Creating dialogue simulations, using iSpring Space for reviews, and managing stakeholder feedback.\n          <\/div>\n        <\/div>\n        <div class=\"step\">\n          <div class=\"step-number\">3<\/div>\n          <div class=\"step-details\">\n            <div class=\"step-title\">Day 3 (Half-Day): Publishing & Certification<\/div>\n            SCORM\/xAPI packaging, LMS testing, capstone project build, and final certification.\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- TOOLS & SETUP and DELIVERABLES -->\n  <div class=\"container section animated-section\">\n      <div class=\"flex-container\">\n          <div class=\"text-content\">\n              <h3>Tools & Setup<\/h3>\n              <ul>\n                  <li>Windows PC with PowerPoint 2016+<\/li>\n                  <li>iSpring Suite Max (trial or licensed)<\/li>\n                  <li>Internet, headset\/mic<\/li>\n              <\/ul>\n          <\/div>\n          <div class=\"text-content\">\n              <h3>Deliverables & Certification<\/h3>\n              <ul>\n                  <li>Completed eLearning mini-course<\/li>\n                  <li>Reusable course templates<\/li>\n                  <li>Course completion certificate<\/li>\n              <\/ul>\n          <\/div>\n      <\/div>\n  <\/div>\n  \n  <!-- MEET YOUR TRAINER - REDESIGNED -->\n  <div class=\"container section animated-section\">\n    <h2>Meet Your Expert Training Team<\/h2>\n    \n    <!-- Trainer Image -->\n    <div class=\"trainer-image\">\n      <img decoding=\"async\" src=\"https:\/\/aisynergy.my\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-01-at-09.55.30-1.webp\" alt=\"Portrait of Mohd Arif Mohd Ghazali\">\n    <\/div>\n    \n    <!-- Trainer Profile -->\n    <div class=\"trainer-profile\">\n      <h3>Mohd Arif Mohd Ghazali<\/h3>\n      <div class=\"trainer-title\">AI Master Trainer | Technical Director | Digital Learning Evangelist<\/div>\n      <div class=\"trainer-description\">\n        With over 22 years of experience, Arif is a seasoned technology strategist specializing in enterprise learning solutions, AI, and LMS platforms like iSpring Suite and Moodle. He is passionate about driving workforce transformation through technology.\n      <\/div>\n    <\/div>\n    \n    <!-- Trainer Cards -->\n    <div class=\"trainer-cards\">\n      <div class=\"trainer-card\">\n        <h4>Experience<\/h4>\n        <p>Technical Director & Master Trainer at Muntada Group (2005-Present). Lead Trainer for iSpring Solutions.<\/p>\n      <\/div>\n      <div class=\"trainer-card\">\n        <h4>Education<\/h4>\n        <p>Bachelor of Engineering (Electrical Engineering), Vanderbilt University, USA.<\/p>\n      <\/div>\n      <div class=\"trainer-card\">\n        <h4>Certifications<\/h4>\n        <p>iSpring Suite Certified Trainer, HRDC Accredited Trainer, AWS Certified Solutions Architect.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- INVESTMENT OPTIONS (COSTING) -->\n  <div id=\"investment-section\" class=\"container section animated-section\">\n    <h2>Investment Options<\/h2>\n    <div class=\"investment-options\">\n      <div class=\"package\">\n        <h4>Standard Package<\/h4><p><strong>RM1,290 \/ person<\/strong><\/p>\n        <ul>\n          <li>Complete 2.5-day certification program<\/li>\n          <li>All training materials & templates<\/li>\n          <li>Personalized feedback and capstone review<\/li>\n          <li>Course completion certificate<\/li>\n          <li>Refreshments & lunch included<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"package\">\n        <h4>Group Package<\/h4><p><strong>RM990 \/ person<\/strong><\/p>\n        <ul>\n          <li>All standard package benefits<\/li>\n          <li>23.3% group discount (min. 3 participants)<\/li>\n          <li>Dedicated team coaching session<\/li>\n          <li>Customized in-house options available<\/li>\n          <li>Post-training support<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FAQ SECTION -->\n  <div class=\"gray-bg animated-section\">\n    <div class=\"container\">\n      <h2>Frequently Asked Questions<\/h2>\n      <h3>Is prior eLearning experience required?<\/h3>\n      <p>No. Familiarity with PowerPoint helps, but all workflows are covered from the ground up.<\/p>\n      <h3>Are sessions recorded?<\/h3>\n      <p>Sessions are live; recording access varies by intake. All key materials are provided.<\/p>\n      <h3>Which LMSs are supported?<\/h3>\n      <p>Any LMS using SCORM or xAPI. We test exporting during the course.<\/p>\n      <h3>Can this be tailored for our team?<\/h3>\n      <p>Yes! Private groups can use your scenarios, templates, and LMS requirements.<\/p>\n    <\/div>\n  <\/div>\n  \n  <script>\n    \/\/ Intersection Observer for entrance animations\n    const observerOptions = { \n      threshold: 0.1, \n      rootMargin: '0px 0px -50px 0px' \n    };\n    \n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('animate');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, observerOptions);\n    \n    document.addEventListener('DOMContentLoaded', () => {\n      const animatedElements = document.querySelectorAll('.animated-section');\n      animatedElements.forEach(el => observer.observe(el));\n    });\n  <\/script>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-57e1ffc1 e-flex e-con-boxed e-con e-parent\" data-id=\"57e1ffc1\" data-element_type=\"container\" id=\"hrdcregistrationform\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;relative&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b4a6350 elementor-button-align-center elementor-widget elementor-widget-form\" data-id=\"7b4a6350\" data-element_type=\"widget\" data-settings=\"{&quot;button_width&quot;:&quot;fit&quot;,&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" id=\"hrdc-ai-training-form\" name=\"HRDC AI Training Registration\" aria-label=\"HRDC AI Training Registration\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"9304\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"7b4a6350\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Muntada Group\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-participant_name elementor-col-60 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-participant_name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tParticipant Name(s)\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[participant_name]\" id=\"form-field-participant_name\" class=\"elementor-field elementor-size-md participant-name-field elementor-field-textual\" placeholder=\"Enter full name of participant(s)\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-job_position elementor-col-40 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-job_position\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tJob Position\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[job_position]\" id=\"form-field-job_position\" class=\"elementor-field elementor-size-md job-position-field elementor-field-textual\" placeholder=\"e.g., Manager, Executive, Director\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-whatsapp_number elementor-col-40 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-whatsapp_number\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhatsApp Number\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[whatsapp_number]\" id=\"form-field-whatsapp_number\" class=\"elementor-field elementor-size-md whatsapp-field elementor-field-textual\" placeholder=\"+60123456789\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-organisation_name elementor-col-60 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-organisation_name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tOrganisation Name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[organisation_name]\" id=\"form-field-organisation_name\" class=\"elementor-field elementor-size-md organisation-field elementor-field-textual\" placeholder=\"Your company\/organization name\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-person_in_charge elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-person_in_charge\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPerson in Charge\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[person_in_charge]\" id=\"form-field-person_in_charge\" class=\"elementor-field elementor-size-md person-charge-field elementor-field-textual\" placeholder=\"HR Manager\/Training Coordinator\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email_address elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email_address\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail Address\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email_address]\" id=\"form-field-email_address\" class=\"elementor-field elementor-size-md email-field elementor-field-textual\" placeholder=\"company@email.com\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-date elementor-field-group elementor-column elementor-field-group-registration_date elementor-col-40 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-registration_date\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tRegistration Date\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\n\t\t<input type=\"date\" name=\"form_fields[registration_date]\" id=\"form-field-registration_date\" class=\"elementor-field elementor-size-md date-field elementor-field-textual elementor-date-field elementor-use-native\" placeholder=\"Select registration date\" required=\"required\" pattern=\"[0-9]{4}-[0-9]{2}-[0-9]{2}\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-package_selection elementor-col-60 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-package_selection\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPackage Selection\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before package-field\">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[package_selection]\" id=\"form-field-package_selection\" class=\"elementor-field-textual elementor-size-md\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"standard\">Standard - RM1290 per person<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"group\">Group - RM990 per person (min 3 participants)<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-number_of_participants elementor-col-20 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-number_of_participants\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tNumber of Participants\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<input type=\"number\" name=\"form_fields[number_of_participants]\" id=\"form-field-number_of_participants\" class=\"elementor-field elementor-size-md participants-field elementor-field-textual\" placeholder=\"Enter number of participants\" required=\"required\" min=\"\" max=\"\" >\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-additional_message elementor-col-80\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-additional_message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tAdditional Message \/ Remark\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field message-field elementor-size-md\" name=\"form_fields[additional_message]\" id=\"form-field-additional_message\" rows=\"3\" placeholder=\"Any additional information or special requirements...\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_2c37ace elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_2c37ace\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDATE FOR THE TRAINING\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_2c37ace]\" id=\"form-field-field_2c37ace\" class=\"elementor-field-textual elementor-size-md\">\n\t\t\t\t\t\t\t\t\t<option value=\"7th - 9th October 2025\">7th - 9th October 2025<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"4th - 6th November 2025\">4th - 6th November 2025<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"16th - 18th December 2025\">16th - 18th December 2025<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"13th - 15th February 2026\">13th - 15th February 2026<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-fit e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-lg\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\ud83d\ude80 Submit Registration<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-294b1e00 e-flex e-con-boxed e-con e-parent\" data-id=\"294b1e00\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;relative&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c27e3e5 elementor-widget elementor-widget-html\" data-id=\"5c27e3e5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- HRDC Information Section -->\n<div style=\"background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); padding: 50px 40px; margin-top: 0;\">\n    <div style=\"max-width: 1000px; margin: 0 auto;\">\n        <!-- Section Title -->\n        <div style=\"text-align: center; margin-bottom: 40px;\">\n            <div style=\"font-size: 24px; font-weight: 700; background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px;\">\ud83d\udcbc Training Information & Terms<\/div>\n            <div style=\"width: 80px; height: 4px; background: linear-gradient(135deg, #667eea, #764ba2); margin: 0 auto; border-radius: 2px;\"><\/div>\n        <\/div>\n        <!-- HRDC Claimable Section -->\n        <div style=\"background: linear-gradient(135deg, #e8f8f5 0%, #f0fdfa 100%); border: 3px solid #10b981; border-radius: 20px; padding: 30px; margin-bottom: 30px; position: relative; overflow: hidden;\">\n            <div style=\"position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(135deg, #10b981 0%, #059669 100%);\"><\/div>\n            <div style=\"display: flex; align-items: center; gap: 15px; margin-bottom: 20px;\">\n                <div style=\"font-size: 32px;\">\ud83c\udfdb\ufe0f<\/div>\n                <div>\n                    <div style=\"font-size: 20px; font-weight: 700; color: #065f46; margin-bottom: 5px;\">HRD Corp Claimable (SBL Khas)<\/div>\n                    <div style=\"font-size: 16px; color: #047857; font-weight: 600;\">Apply HRD Corp Claim before training date<\/div>\n                <\/div>\n            <\/div>\n            <div style=\"background: rgba(255,255,255,0.7); padding: 20px; border-radius: 15px; margin-top: 15px;\">\n                <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px;\">\n                    <div>\n                        <div style=\"font-size: 14px; color: #064e3b; font-weight: 600; margin-bottom: 5px; text-transform: uppercase;\">HRD Registered Training Provider<\/div>\n                        <div style=\"font-size: 18px; font-weight: 700; color: #065f46;\">Muntada Enterprise Sdn Bhd<\/div>\n                    <\/div>\n                    <div>\n                        <div style=\"font-size: 14px; color: #064e3b; font-weight: 600; margin-bottom: 5px; text-transform: uppercase;\">HRDC Registration No.<\/div>\n                        <div style=\"font-size: 18px; font-weight: 700; color: #065f46;\">202403037477<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <!-- Payment Information -->\n        <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 30px;\">\n            <!-- Payment Terms -->\n            <div style=\"background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); border: 2px solid #f97316; border-radius: 15px; padding: 25px; position: relative; overflow: hidden;\">\n                <div style=\"position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);\"><\/div>\n                <div style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 15px;\">\n                    <div style=\"font-size: 24px;\">\ud83d\udcb3<\/div>\n                    <div style=\"font-size: 18px; font-weight: 700; color: #9a3412;\">Payment Terms<\/div>\n                <\/div>\n                <div style=\"font-size: 15px; color: #9a3412; line-height: 1.6;\">\n                    <div style=\"margin-bottom: 12px;\"><strong>Non-HRDC Claim Payment:<\/strong> Required 5 working days upon receipt of invoice.<\/div>\n                    <div><strong>HRDC Claim payments:<\/strong> Processed after training completion.<\/div>\n                <\/div>\n            <\/div>\n            <!-- Payment Methods -->\n            <div style=\"background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%); border: 2px solid #3b82f6; border-radius: 15px; padding: 25px; position: relative; overflow: hidden;\">\n                <div style=\"position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);\"><\/div>\n                <div style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 15px;\">\n                    <div style=\"font-size: 24px;\">\ud83c\udfe6<\/div>\n                    <div style=\"font-size: 18px; font-weight: 700; color: #1e3a8a;\">Mode of Payment<\/div>\n                <\/div>\n                <div style=\"font-size: 14px; color: #1e40af; line-height: 1.6;\">\n                    Bank Transfer, Bank-in, Cheques, Bank Drafts payable to <strong>Muntada Enterprise Sdn Bhd<\/strong>. Card payment accepted.\n                <\/div>\n            <\/div>\n        <\/div>\n        <!-- Bank Details -->\n        <div style=\"background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); border: 2px solid #0ea5e9; border-radius: 20px; padding: 30px; margin-bottom: 30px; position: relative; overflow: hidden;\">\n            <div style=\"position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);\"><\/div>\n            <div style=\"display: flex; align-items: center; gap: 15px; margin-bottom: 25px;\">\n                <div style=\"font-size: 28px;\">\ud83c\udfea<\/div>\n                <div style=\"font-size: 20px; font-weight: 700; color: #0c4a6e;\">Banking Information<\/div>\n            <\/div>\n            <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px;\">\n                <div style=\"background: rgba(255,255,255,0.8); padding: 15px; border-radius: 10px;\">\n                    <div style=\"font-size: 12px; color: #0c4a6e; font-weight: 600; margin-bottom: 3px; text-transform: uppercase;\">Bank<\/div>\n                    <div style=\"font-size: 16px; font-weight: 700; color: #0f172a;\">Maybank Berhad<\/div>\n                    <div style=\"font-size: 14px; color: #0c4a6e;\">Branch: USJ Subang Jaya<\/div>\n                <\/div>\n                <div style=\"background: rgba(255,255,255,0.8); padding: 15px; border-radius: 10px;\">\n                    <div style=\"font-size: 12px; color: #0c4a6e; font-weight: 600; margin-bottom: 3px; text-transform: uppercase;\">Account Name<\/div>\n                    <div style=\"font-size: 16px; font-weight: 700; color: #0f172a;\">Muntada Enterprise Sdn Bhd<\/div>\n                <\/div>\n                <div style=\"background: rgba(255,255,255,0.8); padding: 15px; border-radius: 10px;\">\n                    <div style=\"font-size: 12px; color: #0c4a6e; font-weight: 600; margin-bottom: 3px; text-transform: uppercase;\">Account No.<\/div>\n                    <div style=\"font-size: 16px; font-weight: 700; color: #0f172a;\">5623 6611 1449<\/div>\n                <\/div>\n                <div style=\"background: rgba(255,255,255,0.8); padding: 15px; border-radius: 10px;\">\n                    <div style=\"font-size: 12px; color: #0c4a6e; font-weight: 600; margin-bottom: 3px; text-transform: uppercase;\">SWIFT Code<\/div>\n                    <div style=\"font-size: 16px; font-weight: 700; color: #0f172a;\">PBBEMYKL<\/div>\n                <\/div>\n            <\/div>\n            <div style=\"background: rgba(255,255,255,0.9); padding: 20px; border-radius: 15px; margin-top: 20px; border: 2px solid #0284c7;\">\n                <div style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px;\">\n                    <div style=\"font-size: 20px;\">\ud83d\udce7<\/div>\n                    <div style=\"font-size: 16px; font-weight: 700; color: #0c4a6e;\">Important Note<\/div>\n                <\/div>\n                <div style=\"font-size: 15px; color: #0f172a; font-weight: 500;\">Please EMAIL the payment slip to <a href=\"mailto:hrdc@muntada.com.my\" style=\"color: #0ea5e9; text-decoration: none; font-weight: 700;\">hrdc@muntada.com.my<\/a><\/div>\n            <\/div>\n        <\/div>\n        <!-- Terms & Conditions -->\n        <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 30px;\">\n            <!-- Cancellation Policy -->\n            <div style=\"background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%); border: 2px solid #ef4444; border-radius: 15px; padding: 25px; position: relative; overflow: hidden;\">\n                <div style=\"position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);\"><\/div>\n                <div style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 15px;\">\n                    <div style=\"font-size: 24px;\">\ud83d\udcc5<\/div>\n                    <div style=\"font-size: 18px; font-weight: 700; color: #991b1b;\">Cancellation Policy<\/div>\n                <\/div>\n                <div style=\"font-size: 14px; color: #991b1b; line-height: 1.6;\">\n                    If unable to attend, you may join the next session or available training. No refunds thereafter, but colleague substitution is welcome. Organizer reserves rights to amend training details if necessary.\n                <\/div>\n            <\/div>\n            <!-- Company Information -->\n            <div style=\"background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%); border: 2px solid #6b7280; border-radius: 15px; padding: 25px; position: relative; overflow: hidden;\">\n                <div style=\"position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);\"><\/div>\n                <div style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 15px;\">\n                    <div style=\"font-size: 24px;\">\ud83c\udfe2<\/div>\n                    <div style=\"font-size: 18px; font-weight: 700; color: #374151;\">Brought to you By<\/div>\n                <\/div>\n                <div style=\"font-size: 14px; color: #374151; line-height: 1.6;\">\n                    <div style=\"font-weight: 700; margin-bottom: 8px;\">Muntada Enterprise Sdn Bhd<\/div>\n                    <div><strong>Company Reg No:<\/strong> 628299-H<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <!-- Contact Details -->\n        <div style=\"background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%); border: 2px solid #e5e7eb; border-radius: 20px; padding: 30px; text-align: center;\">\n            <div style=\"font-size: 20px; font-weight: 700; color: #1f2937; margin-bottom: 20px;\">\ud83d\udccd Our Office<\/div>\n            <div style=\"font-size: 15px; color: #4b5563; line-height: 1.6; margin-bottom: 25px;\">\n                <strong>Address:<\/strong> A-5-10 Empire Tower, Jalan SS16\/1, SS16, 47650 Subang Jaya, Selangor, MALAYSIA\n            <\/div>\n            <div style=\"display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap;\">\n                <div style=\"display: flex; align-items: center; gap: 10px;\">\n                    <span style=\"font-size: 20px;\">\ud83d\udcde<\/span>\n                    <a href=\"tel:+60351917000\" style=\"color: #667eea; text-decoration: none; font-weight: 600;\">Call: +603 5191 7000<\/a>\n                <\/div>\n                <div style=\"display: flex; align-items: center; gap: 10px;\">\n                    <span style=\"font-size: 20px;\">\ud83d\udcf1<\/span>\n                    <a href=\"https:\/\/wa.me\/60351917000?text=Hi,%20I'm%20interested%20in%20the%20AI%20iSpring%20%26%20Suite%20training%20program.%20Please%20provide%20more%20information.\" target=\"_blank\" style=\"color: #25D366; text-decoration: none; font-weight: 600;\">WhatsApp Us<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-31cbcd6c e-flex e-con-boxed e-con e-parent\" data-id=\"31cbcd6c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6382175f elementor-widget elementor-widget-html\" data-id=\"6382175f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"text-align: center; color: white; font-size: 16px; max-width: 1000px; margin: 0 auto;\">\n    \ud83d\udce7 For inquiries and support: <a href=\"mailto:training@aisynergy.my\" style=\"color: #b3d4ff; text-decoration: none; font-weight: 600; transition: color 0.3s ease;\" onmouseover=\"this.style.color='white'\" onmouseout=\"this.style.color='#b3d4ff'\">HRDC@muntada.com.my<\/a> | \n    \ud83d\udcf1 WhatsApp: <a href=\"https:\/\/wa.me\/60351917000?text=Hi,%20I'm%20interested%20in%20the%20AI%20Awareness%20%26%20Utilisation%20training%20program.%20Please%20provide%20more%20information.\" style=\"color: #b3d4ff; text-decoration: none; font-weight: 600; transition: color 0.3s ease;\" onmouseover=\"this.style.color='white'\" onmouseout=\"this.style.color='#b3d4ff'\">+603-5191 7000<\/a><br><br>\n    <strong>Expert Trainers:<\/strong> Mohd Arif Mohd Ghazali (Senior IT Evangelist)\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-1d1121ed e-flex e-con-boxed e-con e-parent\" data-id=\"1d1121ed\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>E\u2011Learning Content Authoring with iSpring Suite Max E-Learning Content Authoring with iSpring Suite Max Certified 2.5-day, hands-on program to plan, build, and publish engaging, SCORM\/xAPI-ready courses using iSpring Suite Max and best-practice instructional design workflows. HRD Corp claimable. Register Now View Full Agenda Duration 2.5 Days (9:00 AM &#8211; 5:00 PM) Venue Empire Tower, Subang [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-9304","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>iSpring Suite Training Malaysia | Certified &amp; HRD Corp Claimable<\/title>\n<meta name=\"description\" content=\"Join our iSpring Suite training in Malaysia with certified trainers. HRD Corp claimable, hands-on learning, and flexible online or onsite.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"iSpring Suite Training Malaysia | Certified &amp; HRD Corp Claimable\" \/>\n<meta property=\"og:description\" content=\"Join our iSpring Suite training in Malaysia with certified trainers. HRD Corp claimable, hands-on learning, and flexible online or onsite.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/\" \/>\n<meta property=\"og:site_name\" content=\"Muntada Group\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Muntada-Technology-Sdn-Bhd-496516910384438\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-16T08:24:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/imgproxy.gamma.app\/resize\/quality:80\/resizing_type:fit\/width:2000\/https:\/\/cdn.gamma.app\/fanb8jwbslgc2jl\/generated-images\/BJMZkz2qPKbNBIUmMoh95.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/\",\"url\":\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/\",\"name\":\"iSpring Suite Training Malaysia | Certified & HRD Corp Claimable\",\"isPartOf\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/imgproxy.gamma.app\/resize\/quality:80\/resizing_type:fit\/width:2000\/https:\/\/cdn.gamma.app\/fanb8jwbslgc2jl\/generated-images\/BJMZkz2qPKbNBIUmMoh95.png\",\"datePublished\":\"2025-09-15T11:17:01+00:00\",\"dateModified\":\"2025-09-16T08:24:46+00:00\",\"description\":\"Join our iSpring Suite training in Malaysia with certified trainers. HRD Corp claimable, hands-on learning, and flexible online or onsite.\",\"breadcrumb\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#primaryimage\",\"url\":\"https:\/\/imgproxy.gamma.app\/resize\/quality:80\/resizing_type:fit\/width:2000\/https:\/\/cdn.gamma.app\/fanb8jwbslgc2jl\/generated-images\/BJMZkz2qPKbNBIUmMoh95.png\",\"contentUrl\":\"https:\/\/imgproxy.gamma.app\/resize\/quality:80\/resizing_type:fit\/width:2000\/https:\/\/cdn.gamma.app\/fanb8jwbslgc2jl\/generated-images\/BJMZkz2qPKbNBIUmMoh95.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/muntada.com.my\/mgwp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"iSpring Suite Max Essentials: Building Interactive Learning Solutions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#website\",\"url\":\"https:\/\/muntada.com.my\/mgwp\/\",\"name\":\"Muntada Enterprise Sdn Bhd\",\"description\":\"Muntada Group of Companies Website\",\"publisher\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/muntada.com.my\/mgwp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#organization\",\"name\":\"Muntada Enterprise Sdn Bhd\",\"url\":\"https:\/\/muntada.com.my\/mgwp\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#\/schema\/logo\/image\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Muntada Enterprise Sdn Bhd\"},\"image\":{\"@id\":\"https:\/\/muntada.com.my\/mgwp\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Muntada-Technology-Sdn-Bhd-496516910384438\/\"],\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"A-5-9 Empire Tower, Jalan SS16\/1\",\"addressLocality\":\"Subang Jaya\",\"addressRegion\":\"Selangor\",\"postalCode\":\"47600\",\"addressCountry\":\"MY\"},\"telephone\":\"+60351917000\",\"areaServed\":[\"Malaysia\",\"Southeast Asia\"],\"foundingDate\":\"2005\",\"knowsAbout\":[\"eLearning authoring tools\",\"iSpring Suite\",\"Learning Management Systems\",\"Moodle LMS\",\"NetSupport classroom management\",\"PC system recovery software\",\"HRDC claimable training\",\"digital language labs\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"iSpring Suite Training Malaysia | Certified & HRD Corp Claimable","description":"Join our iSpring Suite training in Malaysia with certified trainers. HRD Corp claimable, hands-on learning, and flexible online or onsite.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/","og_locale":"en_US","og_type":"article","og_title":"iSpring Suite Training Malaysia | Certified & HRD Corp Claimable","og_description":"Join our iSpring Suite training in Malaysia with certified trainers. HRD Corp claimable, hands-on learning, and flexible online or onsite.","og_url":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/","og_site_name":"Muntada Group","article_publisher":"https:\/\/www.facebook.com\/Muntada-Technology-Sdn-Bhd-496516910384438\/","article_modified_time":"2025-09-16T08:24:46+00:00","og_image":[{"url":"https:\/\/imgproxy.gamma.app\/resize\/quality:80\/resizing_type:fit\/width:2000\/https:\/\/cdn.gamma.app\/fanb8jwbslgc2jl\/generated-images\/BJMZkz2qPKbNBIUmMoh95.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/","url":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/","name":"iSpring Suite Training Malaysia | Certified & HRD Corp Claimable","isPartOf":{"@id":"https:\/\/muntada.com.my\/mgwp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#primaryimage"},"image":{"@id":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#primaryimage"},"thumbnailUrl":"https:\/\/imgproxy.gamma.app\/resize\/quality:80\/resizing_type:fit\/width:2000\/https:\/\/cdn.gamma.app\/fanb8jwbslgc2jl\/generated-images\/BJMZkz2qPKbNBIUmMoh95.png","datePublished":"2025-09-15T11:17:01+00:00","dateModified":"2025-09-16T08:24:46+00:00","description":"Join our iSpring Suite training in Malaysia with certified trainers. HRD Corp claimable, hands-on learning, and flexible online or onsite.","breadcrumb":{"@id":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#primaryimage","url":"https:\/\/imgproxy.gamma.app\/resize\/quality:80\/resizing_type:fit\/width:2000\/https:\/\/cdn.gamma.app\/fanb8jwbslgc2jl\/generated-images\/BJMZkz2qPKbNBIUmMoh95.png","contentUrl":"https:\/\/imgproxy.gamma.app\/resize\/quality:80\/resizing_type:fit\/width:2000\/https:\/\/cdn.gamma.app\/fanb8jwbslgc2jl\/generated-images\/BJMZkz2qPKbNBIUmMoh95.png"},{"@type":"BreadcrumbList","@id":"https:\/\/muntada.com.my\/mgwp\/ispring-suite-training-registration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/muntada.com.my\/mgwp\/"},{"@type":"ListItem","position":2,"name":"iSpring Suite Max Essentials: Building Interactive Learning Solutions"}]},{"@type":"WebSite","@id":"https:\/\/muntada.com.my\/mgwp\/#website","url":"https:\/\/muntada.com.my\/mgwp\/","name":"Muntada Enterprise Sdn Bhd","description":"Muntada Group of Companies Website","publisher":{"@id":"https:\/\/muntada.com.my\/mgwp\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/muntada.com.my\/mgwp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/muntada.com.my\/mgwp\/#organization","name":"Muntada Enterprise Sdn Bhd","url":"https:\/\/muntada.com.my\/mgwp\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/muntada.com.my\/mgwp\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"Muntada Enterprise Sdn Bhd"},"image":{"@id":"https:\/\/muntada.com.my\/mgwp\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Muntada-Technology-Sdn-Bhd-496516910384438\/"],"address":{"@type":"PostalAddress","streetAddress":"A-5-9 Empire Tower, Jalan SS16\/1","addressLocality":"Subang Jaya","addressRegion":"Selangor","postalCode":"47600","addressCountry":"MY"},"telephone":"+60351917000","areaServed":["Malaysia","Southeast Asia"],"foundingDate":"2005","knowsAbout":["eLearning authoring tools","iSpring Suite","Learning Management Systems","Moodle LMS","NetSupport classroom management","PC system recovery software","HRDC claimable training","digital language labs"]}]}},"_links":{"self":[{"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/pages\/9304","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/comments?post=9304"}],"version-history":[{"count":43,"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/pages\/9304\/revisions"}],"predecessor-version":[{"id":9367,"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/pages\/9304\/revisions\/9367"}],"wp:attachment":[{"href":"https:\/\/muntada.com.my\/mgwp\/wp-json\/wp\/v2\/media?parent=9304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}