{"id":658,"date":"2025-03-13T11:41:56","date_gmt":"2025-03-13T11:41:56","guid":{"rendered":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/?page_id=658"},"modified":"2026-03-10T08:10:49","modified_gmt":"2026-03-10T08:10:49","slug":"new-zealand-assessment","status":"publish","type":"page","link":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/","title":{"rendered":"New Zealand Assessment"},"content":{"rendered":"\n    <style>\n    \/* =====================================================================\n       NZ PR CALCULATOR \u2014 STYLES\n       ===================================================================== *\/\n    #nz-pr-wrapper {\n            max-width: 1000px;\n    margin: 30px auto;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;\n    \n    background: #f8f9fa;\n    border-radius: 12px;\n    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);\n    }\n\n    \/* Header Banner *\/\n    #nz-pr-wrapper .nz-header {\n        border-radius: 14px 14px 0 0;\n        padding: 28px 32px 24px;\n        position: relative;\n        overflow: hidden;\n    }\n    #nz-pr-wrapper .nz-header::before {\n        content: '';\n        position: absolute;\n        top: -40px; right: -40px;\n        width: 200px; height: 200px;\n        background: rgba(255,255,255,0.05);\n        border-radius: 50%;\n    }\n    #nz-pr-wrapper .nz-header h2 {\n        margin: 0 0 6px;\n        font-size: 24px;\n        font-weight: 800;\n        color: #1a1a1a;\n        letter-spacing: -0.3px;\n    }\n    #nz-pr-wrapper .nz-header p {\n        margin: 0;\n        font-size: 14px;\n        color: #6b7280;\n        line-height: 1.5;\n    }\n    #nz-pr-wrapper .nz-header .nz-flag {\n        display: inline-block;\n        margin-right: 8px;\n        font-size: 26px;\n        vertical-align: middle;\n    }\n\n    \/* Form body *\/\n    #nz-pr-wrapper .nz-form-body {\n        background: #f8f9fa;\n        border: 1px solid #e5e7eb;\n        border-top: none;\n        border-radius: 0 0 14px 14px;\n        padding: 28px 32px 32px;\n    }\n\n    \/* Progress Bar *\/\n    #nz-pr-wrapper .nz-progress-wrap {\n        background: #e5e7eb;\n        border-radius: 6px;\n        height: 6px;\n        margin-bottom: 28px;\n        overflow: hidden;\n    }\n    #nz-pr-wrapper .nz-progress-bar {\n        height: 100%;\n        background: linear-gradient(90deg, #00529B, #0077cc);\n        border-radius: 6px;\n        width: 0%;\n        transition: width 0.4s ease;\n    }\n\n    \/* Score tracker *\/\n    #nz-pr-wrapper .nz-score-tracker {\n        display: flex;\n        gap: 10px;\n        flex-wrap: wrap;\n        margin-bottom: 24px;\n    }\n    #nz-pr-wrapper .nz-score-pill {\n        background: #ffffff;\n        border: 1px solid #e5e7eb;\n        border-radius: 20px;\n        padding: 5px 14px;\n        font-size: 12px;\n        font-weight: 600;\n        color: #6b7280;\n        transition: all 0.3s ease;\n    }\n    #nz-pr-wrapper .nz-score-pill.active {\n        background: #00529B;\n        border-color: #00529B;\n        color: #ffffff;\n    }\n    #nz-pr-wrapper .nz-score-pill span {\n        font-weight: 800;\n        margin-left: 4px;\n    }\n\n    \/* Question blocks *\/\n    #nz-pr-wrapper .nz-q-block {\n        background: #ffffff;\n        border: 1px solid #e5e7eb;\n        border-radius: 10px;\n        padding: 22px 24px;\n        margin-bottom: 16px;\n        display: none;\n        animation: nzFadeIn 0.35s ease;\n        box-shadow: 0 1px 4px rgba(0,0,0,0.04);\n    }\n    #nz-pr-wrapper .nz-q-block.nz-visible {\n        display: block;\n    }\n    @keyframes nzFadeIn {\n        from { opacity: 0; transform: translateY(8px); }\n        to   { opacity: 1; transform: translateY(0); }\n    }\n\n    #nz-pr-wrapper .nz-q-number {\n        display: inline-block;\n        background: #00529B;\n        color: #ffffff;\n        font-size: 11px;\n        font-weight: 800;\n        padding: 2px 9px;\n        border-radius: 10px;\n        letter-spacing: 0.5px;\n        margin-bottom: 10px;\n        text-transform: uppercase;\n    }\n    #nz-pr-wrapper .nz-q-block label.nz-q-label {\n        display: block;\n        font-weight: 700;\n        color: #111827;\n        font-size: 15px;\n        margin-bottom: 14px;\n        line-height: 1.5;\n    }\n\n    \/* Helper text *\/\n    #nz-pr-wrapper .nz-helper {\n        font-size: 13px;\n        color: #6b7280;\n        font-style: italic;\n        background: #f3f4f6;\n        padding: 8px 12px;\n        border-radius: 6px;\n        border-left: 3px solid #00529B;\n        margin-bottom: 14px;\n        line-height: 1.5;\n    }\n\n    \/* Radio option cards *\/\n    #nz-pr-wrapper .nz-options {\n        display: flex;\n        flex-direction: column;\n        gap: 8px;\n    }\n    #nz-pr-wrapper .nz-option-card {\n        display: flex;\n        align-items: flex-start;\n        gap: 12px;\n        background: #f9fafb;\n        border: 2px solid #e5e7eb;\n        border-radius: 8px;\n        padding: 12px 16px;\n        cursor: pointer;\n        transition: all 0.2s ease;\n        position: relative;\n    }\n    #nz-pr-wrapper .nz-option-card:hover {\n        border-color: #00529B;\n        background: #eff6ff;\n    }\n    #nz-pr-wrapper .nz-option-card input[type=\"radio\"] {\n        margin-top: 2px;\n        accent-color: #00529B;\n        width: 16px;\n        height: 16px;\n        flex-shrink: 0;\n        cursor: pointer;\n    }\n    #nz-pr-wrapper .nz-option-card.nz-selected {\n        border-color: #00529B;\n        background: #eff6ff;\n    }\n    #nz-pr-wrapper .nz-option-text {\n        flex: 1;\n        font-size: 14px;\n        color: #374151;\n        font-weight: 500;\n        line-height: 1.4;\n        cursor: pointer;\n    }\n    #nz-pr-wrapper .nz-pts-badge {\n        display: inline-block;\n        background: #dcfce7;\n        color: #15803d;\n        font-size: 11px;\n        font-weight: 700;\n        padding: 2px 8px;\n        border-radius: 10px;\n        margin-left: 6px;\n        white-space: nowrap;\n    }\n    #nz-pr-wrapper .nz-pts-badge.zero {\n        background: #f3f4f6;\n        color: #9ca3af;\n    }\n\n    \/* Contact section *\/\n    #nz-pr-wrapper .nz-contact-block {\n        background: #ffffff;\n        border: 1px solid #e5e7eb;\n        border-radius: 10px;\n        padding: 22px 24px;\n        margin-bottom: 16px;\n        display: none;\n    }\n    #nz-pr-wrapper .nz-contact-block.nz-visible {\n        display: block;\n        animation: nzFadeIn 0.35s ease;\n    }\n    #nz-pr-wrapper .nz-contact-block label {\n        display: block;\n        font-weight: 600;\n        font-size: 13px;\n        color: #374151;\n        margin-bottom: 5px;\n        margin-top: 12px;\n    }\n    #nz-pr-wrapper .nz-contact-block label:first-of-type {\n        margin-top: 0;\n    }\n    #nz-pr-wrapper .nz-contact-block input[type=\"text\"],\n    #nz-pr-wrapper .nz-contact-block input[type=\"email\"],\n    #nz-pr-wrapper .nz-contact-block input[type=\"tel\"],\n    #nz-pr-wrapper .nz-contact-block select {\n        width: 100%;\n        padding: 11px 14px;\n        border: 1px solid #d1d5db;\n        border-radius: 8px;\n        font-size: 14px;\n        box-sizing: border-box;\n        transition: border-color 0.2s;\n        background: #fff;\n    }\n    #nz-pr-wrapper .nz-contact-block input:focus,\n    #nz-pr-wrapper .nz-contact-block select:focus {\n        outline: none;\n        border-color: #00529B;\n        box-shadow: 0 0 0 3px rgba(0,82,155,0.12);\n    }\n    #nz-pr-wrapper .nz-phone-row {\n        display: flex;\n        gap: 10px;\n    }\n    #nz-pr-wrapper .nz-phone-row #nz_country_code {\n        flex: 0 0 310px;\n    }\n    #nz-pr-wrapper .nz-phone-row #nz_contact_number {\n        flex: 1;\n    }\n\n    \/* Submit button *\/\n    #nz-pr-wrapper .nz-submit-wrap {\n        display: none;\n        margin-top: 8px;\n    }\n    #nz-pr-wrapper .nz-submit-wrap.nz-visible {\n        display: block;\n    }\n    #nz-pr-wrapper button#nz-submit-btn {\n        background: linear-gradient(135deg, #00529B 0%, #003f7a 100%);\n        color: #ffffff;\n        padding: 14px 40px;\n        border: none;\n        border-radius: 8px;\n        font-size: 16px;\n        font-weight: 700;\n        cursor: pointer;\n        transition: opacity 0.2s, transform 0.15s;\n        letter-spacing: 0.3px;\n    }\n    #nz-pr-wrapper button#nz-submit-btn:hover {\n        opacity: 0.9;\n        transform: translateY(-1px);\n    }\n    #nz-pr-wrapper button#nz-submit-btn:disabled {\n        opacity: 0.55;\n        cursor: not-allowed;\n        transform: none;\n    }\n\n    \/* Formula note *\/\n    #nz-pr-wrapper .nz-formula-note {\n        background: #eff6ff;\n        border: 1px solid #bfdbfe;\n        border-radius: 8px;\n        padding: 12px 16px;\n        font-size: 12px;\n        color: #1e40af;\n        margin-bottom: 22px;\n        line-height: 1.6;\n    }\n    #nz-pr-wrapper .nz-formula-note strong {\n        color: #1d4ed8;\n    }\n\n    \/* Popup *\/\n    #nz-pr-popup {\n        display: none;\n        position: fixed;\n        top: 0; left: 0;\n        width: 100%; height: 100%;\n        background: rgba(0,0,0,0.72);\n        z-index: 999999;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n    #nz-pr-popup .nz-popup-inner {\n        background: #ffffff;\n        padding: 36px 32px;\n        border-radius: 16px;\n        max-width: 500px;\n        width: 100%;\n        box-shadow: 0 24px 64px rgba(0,0,0,0.28);\n        text-align: center;\n    }\n    #nz-pr-popup .nz-popup-icon {\n        font-size: 52px;\n        display: block;\n        margin-bottom: 12px;\n    }\n    #nz-pr-popup h3 {\n        margin: 0 0 8px;\n        font-size: 22px;\n        font-weight: 800;\n        color: #111827;\n    }\n    #nz-pr-popup .nz-score-big {\n        font-size: 56px;\n        font-weight: 800;\n        line-height: 1;\n        margin: 14px 0 6px;\n    }\n    #nz-pr-popup .nz-score-big small {\n        font-size: 18px;\n        font-weight: 400;\n        color: #6b7280;\n    }\n    #nz-pr-popup .nz-breakdown {\n        display: flex;\n        justify-content: center;\n        gap: 8px;\n        flex-wrap: wrap;\n        margin: 12px 0 16px;\n    }\n    #nz-pr-popup .nz-breakdown-pill {\n        background: #f3f4f6;\n        border-radius: 12px;\n        padding: 4px 12px;\n        font-size: 12px;\n        color: #374151;\n        font-weight: 600;\n    }\n    #nz-pr-popup p {\n        font-size: 14px;\n        color: #4b5563;\n        line-height: 1.7;\n        margin: 12px 0 0;\n    }\n    #nz-pr-popup button {\n        background: #00529B;\n        color: #fff;\n        border: none;\n        padding: 13px 40px;\n        border-radius: 8px;\n        font-size: 15px;\n        font-weight: 700;\n        cursor: pointer;\n        margin-top: 22px;\n        transition: opacity 0.2s;\n    }\n    #nz-pr-popup button:hover { opacity: 0.88; }\n\n    \/* Responsive *\/\n    @media (max-width: 640px) {\n        #nz-pr-wrapper .nz-header,\n        #nz-pr-wrapper .nz-form-body { padding: 20px 18px; }\n        #nz-pr-wrapper .nz-phone-row { flex-direction: column; }\n        #nz-pr-wrapper .nz-phone-row #nz_country_code { flex: 1; }\n        #nz-pr-wrapper .nz-score-tracker { gap: 6px; }\n    }\n    <\/style>\n\n    <div id=\"nz-pr-wrapper\">\n\n        <!-- Header -->\n        <div class=\"nz-header\">\n            <h2><span class=\"nz-flag\">\ud83c\uddf3\ud83c\uddff<\/span> New Zealand Skilled Migrant Category Calculator<\/h2>\n            <p>Answer each question to calculate your points for the NZ Skilled Migrant Category (SMC) Resident Visa.<\/p>\n        <\/div>\n\n        <!-- Form body -->\n        <div class=\"nz-form-body\">\n\n            <!-- Progress bar -->\n            <!--<div class=\"nz-progress-wrap\">\n                <div class=\"nz-progress-bar\" id=\"nz-progress\"><\/div>\n            <\/div>-->\n\n            <!-- Score tracker pills -->\n            <div class=\"nz-score-tracker\">\n                <div class=\"nz-score-pill\" id=\"pill-reg\">Registration <span id=\"pill-reg-val\">\u2014<\/span><\/div>\n                <div class=\"nz-score-pill\" id=\"pill-qual\">Qualification <span id=\"pill-qual-val\">\u2014<\/span><\/div>\n                <div class=\"nz-score-pill\" id=\"pill-income\">Income <span id=\"pill-income-val\">\u2014<\/span><\/div>\n                <div class=\"nz-score-pill\" id=\"pill-exp\">NZ Experience <span id=\"pill-exp-val\">\u2014<\/span><\/div>\n                <div class=\"nz-score-pill\" id=\"pill-total\">Total <span id=\"pill-total-val\">\u2014<\/span><\/div>\n            <\/div>\n\n            <!-- Formula note -->\n            <!--<div class=\"nz-formula-note\">\n                <strong>How scoring works:<\/strong>\n                Primary Points = <strong>max<\/strong>(Registration, Qualification, Income) &nbsp;+&nbsp;\n                NZ Experience Points = <strong>Total Score<\/strong>.\n                Pass mark: <strong>6 points<\/strong>.\n            <\/div>-->\n\n            <form id=\"nz-pr-form\" novalidate>\n\n                <!-- \u2500\u2500 Q0: Gate question \u2500\u2500 -->\n                <div class=\"nz-q-block nz-visible\" id=\"nz-q0\">\n                    <span class=\"nz-q-number\">Question 0<\/span>\n                    <label class=\"nz-q-label\">Do you currently have, or expect to have, a skilled job or skilled job offer from an accredited employer in New Zealand?<\/label>\n                    <div class=\"nz-options\">\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q0\" value=\"yes\" data-answer=\"Yes \u2013 I have \/ expect a skilled job or job offer with an accredited employer\">\n                            <span class=\"nz-option-text\">Yes, I have \/ expect a skilled job or job offer with an accredited employer<\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q0\" value=\"no\" data-answer=\"No \u2013 I do not have a skilled job or job offer\">\n                            <span class=\"nz-option-text\">No, I do not have a skilled job or job offer<\/span>\n                        <\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- \u2500\u2500 Q1: NZ Registration \u2500\u2500 -->\n                <div class=\"nz-q-block\" id=\"nz-q1\">\n                    <span class=\"nz-q-number\">Question 1 \u2014 Registration<\/span>\n                    <label class=\"nz-q-label\">Do you have an eligible New Zealand occupational registration for your skilled job?<\/label>\n                    <p class=\"nz-helper\">Examples: nurse, teacher, electrician, doctor, engineer, physiotherapist, architect, etc.<\/p>\n                    <div class=\"nz-options\">\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q1\" value=\"yes\" data-answer=\"Yes \u2013 I have an eligible NZ occupational registration\">\n                            <span class=\"nz-option-text\">Yes, I have an eligible NZ occupational registration<\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q1\" value=\"no\" data-answer=\"No \u2013 I do not have NZ occupational registration\">\n                            <span class=\"nz-option-text\">No, I do not have a New Zealand occupational registration\n                                <!--<span class=\"nz-pts-badge zero\">0 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- \u2500\u2500 Q2: Training years for registration \u2500\u2500 -->\n                <div class=\"nz-q-block\" id=\"nz-q2\">\n                    <span class=\"nz-q-number\">Question 2 \u2014 Training Years<\/span>\n                    <label class=\"nz-q-label\">How many years of training are required for your New Zealand registration type, according to the registration authority?<\/label>\n                    <div class=\"nz-options\">\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q2\" value=\"6\" data-answer=\"Registration requires 6 or more years of training\">\n                            <span class=\"nz-option-text\">6 or more years of training required\n                                <!--<span class=\"nz-pts-badge\">6 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q2\" value=\"5\" data-answer=\"Registration requires 5 years of training\">\n                            <span class=\"nz-option-text\">5 years of training required\n                                <!--<span class=\"nz-pts-badge\">5 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q2\" value=\"4\" data-answer=\"Registration requires 4 years of training\">\n                            <span class=\"nz-option-text\">4 years of training required\n                                <!--<span class=\"nz-pts-badge\">4 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q2\" value=\"3\" data-answer=\"Registration requires 2\u20133 years of training\">\n                            <span class=\"nz-option-text\">2\u20133 years of training required\n                                <!--<span class=\"nz-pts-badge\">3 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q2\" value=\"0\" data-answer=\"Not sure \/ registration does not fit these categories\">\n                            <span class=\"nz-option-text\">I am not sure \/ my registration does not fit these categories\n                                <!--<span class=\"nz-pts-badge zero\">0 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- \u2500\u2500 Q3: Qualification \u2500\u2500 -->\n                <div class=\"nz-q-block\" id=\"nz-q3\">\n                    <span class=\"nz-q-number\">Question 3 \u2014 Qualification<\/span>\n                    <label class=\"nz-q-label\">What is your highest recognised qualification (or overseas equivalent that can be assessed to New Zealand standards)?<\/label>\n                    <div class=\"nz-options\">\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q3\" value=\"6\" data-answer=\"PhD \/ Doctoral degree (NZQF Level 10)\">\n                            <span class=\"nz-option-text\">PhD \/ Doctoral degree (NZQF Level 10)\n                                <!--<span class=\"nz-pts-badge\">6 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q3\" value=\"5\" data-answer=\"Master's degree (NZQF Level 9)\">\n                            <span class=\"nz-option-text\">Master's degree (NZQF Level 9)\n                                <!--<span class=\"nz-pts-badge\">5 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q3\" value=\"4\" data-answer=\"Bachelor Honours degree or Postgraduate Diploma (NZQF Level 8)\">\n                            <span class=\"nz-option-text\">Bachelor Honours degree or Postgraduate Diploma (NZQF Level 8)\n                                <!--<span class=\"nz-pts-badge\">4 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q3\" value=\"3\" data-answer=\"Bachelor degree or Postgraduate Certificate (NZQF Level 7\u20138, no honours)\">\n                            <span class=\"nz-option-text\">Bachelor degree or Postgraduate Certificate (NZQF Level 7\u20138, no honours)\n                                <!--<span class=\"nz-pts-badge\">3 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q3\" value=\"0\" data-answer=\"No recognised Bachelor degree or higher\">\n                            <span class=\"nz-option-text\">I do not have a recognised Bachelor degree or higher\n                                <!--<span class=\"nz-pts-badge zero\">0 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- \u2500\u2500 Q4: Skilled Income \u2500\u2500 -->\n                <div class=\"nz-q-block\" id=\"nz-q4\">\n                    <span class=\"nz-q-number\">Question 4 \u2014 Skilled Income<\/span>\n                    <label class=\"nz-q-label\">What is your current or offered pay for your skilled job in New Zealand, compared to the New Zealand median wage (before tax)?<\/label>\n                    <p class=\"nz-helper\">The NZ median wage is updated periodically by Immigration New Zealand. Compare your annual\/hourly rate to the current median.<\/p>\n                    <div class=\"nz-options\">\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q4\" value=\"6\" data-answer=\"Pay is at least 3\u00d7 the NZ median wage\">\n                            <span class=\"nz-option-text\">My pay is at least <strong>3 times<\/strong> the median wage (\u2265 3\u00d7 median)\n                                <!--<span class=\"nz-pts-badge\">6 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q4\" value=\"4\" data-answer=\"Pay is at least 2\u00d7 but less than 3\u00d7 the NZ median wage\">\n                            <span class=\"nz-option-text\">My pay is at least <strong>2 times<\/strong> but less than 3 times the median wage\n                                <!--<span class=\"nz-pts-badge\">4 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q4\" value=\"3\" data-answer=\"Pay is at least 1.5\u00d7 but less than 2\u00d7 the NZ median wage\">\n                            <span class=\"nz-option-text\">My pay is at least <strong>1.5 times<\/strong> but less than 2 times the median wage\n                                <!--<span class=\"nz-pts-badge\">3 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q4\" value=\"0\" data-answer=\"Pay is below 1.5\u00d7 the NZ median wage or no skilled job offer\">\n                            <span class=\"nz-option-text\">My pay is below 1.5 times the median wage, or I do not have a skilled job offer\n                                <!--<span class=\"nz-pts-badge zero\">0 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- \u2500\u2500 Q5: NZ Work Experience \u2500\u2500 -->\n                <div class=\"nz-q-block\" id=\"nz-q5\">\n                    <span class=\"nz-q-number\">Question 5 \u2014 NZ Experience<\/span>\n                    <label class=\"nz-q-label\">How many years of skilled work experience do you have <strong>in New Zealand<\/strong> in your current or a closely related skilled role?<\/label>\n                    <div class=\"nz-options\">\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q5\" value=\"3\" data-answer=\"3 or more years of NZ skilled work experience\">\n                            <span class=\"nz-option-text\">3 or more years of skilled work in New Zealand\n                                <!--<span class=\"nz-pts-badge\">3 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q5\" value=\"2\" data-answer=\"2 years of NZ skilled work experience\">\n                            <span class=\"nz-option-text\">2 years of skilled work in New Zealand\n                                <!--<span class=\"nz-pts-badge\">2 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q5\" value=\"1\" data-answer=\"1 year of NZ skilled work experience\">\n                            <span class=\"nz-option-text\">1 year of skilled work in New Zealand\n                                <!--<span class=\"nz-pts-badge\">1 pt<\/span>-->\n                            <\/span>\n                        <\/label>\n                        <label class=\"nz-option-card\" onclick=\"nzSelectOption(this)\">\n                            <input type=\"radio\" name=\"nz_q5\" value=\"0\" data-answer=\"Less than 1 year of NZ skilled work experience\">\n                            <span class=\"nz-option-text\">Less than 1 year of skilled work in New Zealand\n                                <!--<span class=\"nz-pts-badge zero\">0 pts<\/span>-->\n                            <\/span>\n                        <\/label>\n                    <\/div>\n                <\/div>\n\n                <!-- \u2500\u2500 Contact Section \u2500\u2500 -->\n                <div class=\"nz-contact-block\" id=\"nz-contact\">\n                    <span class=\"nz-q-number\">Your Information<\/span>\n                    <label class=\"nz-q-label\" style=\"margin-top:10px;\">Please provide your details and we'll be in touch with a personalised assessment.<\/label>\n\n                    <label for=\"nz_full_name\">Full Name *<\/label>\n                    <input type=\"text\" id=\"nz_full_name\" placeholder=\"Your full name\" required>\n\n                    <label for=\"nz_email\">Email Address *<\/label>\n                    <input type=\"email\" id=\"nz_email\" placeholder=\"your@email.com\" required>\n\n                    <label for=\"nz_country\">Country of Citizenship *<\/label>\n                    <!--<select id=\"nz_country\" required>\n                        <option value=\"\">Select Country<\/option>\n                        <option value=\"India\" data-code=\"+91\">India<\/option>\n                        <option value=\"United Kingdom\" data-code=\"+44\">United Kingdom<\/option>\n                        <option value=\"United States\" data-code=\"+1\">United States<\/option>\n                        <option value=\"Australia\" data-code=\"+61\">Australia<\/option>\n                        <option value=\"New Zealand\" data-code=\"+64\">New Zealand<\/option>\n                        <option value=\"United Arab Emirates\" data-code=\"+971\">United Arab Emirates<\/option>\n                        <option value=\"Canada\" data-code=\"+1\">Canada<\/option>\n                        <option value=\"Philippines\" data-code=\"+63\">Philippines<\/option>\n                        <option value=\"South Africa\" data-code=\"+27\">South Africa<\/option>\n                        <option value=\"China\" data-code=\"+86\">China<\/option>\n                        <option value=\"Japan\" data-code=\"+81\">Japan<\/option>\n                        <option value=\"Germany\" data-code=\"+49\">Germany<\/option>\n                        <option value=\"Pakistan\" data-code=\"+92\">Pakistan<\/option>\n                        <option value=\"Bangladesh\" data-code=\"+880\">Bangladesh<\/option>\n                        <option value=\"Sri Lanka\" data-code=\"+94\">Sri Lanka<\/option>\n                        <option value=\"Nepal\" data-code=\"+977\">Nepal<\/option>\n                        <option value=\"Nigeria\" data-code=\"+234\">Nigeria<\/option>\n                        <option value=\"Other\" data-code=\"\">Other<\/option>\n                    <\/select>-->\n\t\t\t\t\t<select id=\"nz_country\" name=\"country\" required>\n\t\t\t\t\t\t<option value=\"\">Select Country<\/option>\n\t\t\t\t\t\t<option value=\"United States\" data-code=\"+1\">United States<\/option>\n\t\t\t\t\t\t<option value=\"United Kingdom\" data-code=\"+44\">United Kingdom<\/option>\n\t\t\t\t\t\t<option value=\"India\" data-code=\"+91\">India<\/option>\n\t\t\t\t\t\t<option value=\"Australia\" data-code=\"+61\">Australia<\/option>\n\t\t\t\t\t\t<option value=\"United Arab Emirates\" data-code=\"+971\">United Arab Emirates<\/option>\n\t\t\t\t\t\t<option value=\"Japan\" data-code=\"+81\">Japan<\/option>\n\t\t\t\t\t\t<option value=\"Germany\" data-code=\"+49\">Germany<\/option>\n\t\t\t\t\t<\/select>\n\n                    <label>Contact Number *<\/label>\n                    <div class=\"nz-phone-row\">\n                        <!--<select id=\"nz_country_code\" required>\n                            <option value=\"\">Code<\/option>\n                            <option value=\"+91\">+91 (India)<\/option>\n                            <option value=\"+44\">+44 (UK)<\/option>\n                            <option value=\"+1\">+1 (USA\/Canada)<\/option>\n                            <option value=\"+61\">+61 (Australia)<\/option>\n                            <option value=\"+64\">+64 (New Zealand)<\/option>\n                            <option value=\"+971\">+971 (UAE)<\/option>\n                            <option value=\"+63\">+63 (Philippines)<\/option>\n                            <option value=\"+27\">+27 (South Africa)<\/option>\n                            <option value=\"+86\">+86 (China)<\/option>\n                            <option value=\"+81\">+81 (Japan)<\/option>\n                            <option value=\"+49\">+49 (Germany)<\/option>\n                            <option value=\"+92\">+92 (Pakistan)<\/option>\n                            <option value=\"+880\">+880 (Bangladesh)<\/option>\n                            <option value=\"+94\">+94 (Sri Lanka)<\/option>\n                            <option value=\"+977\">+977 (Nepal)<\/option>\n                            <option value=\"+234\">+234 (Nigeria)<\/option>\n                        <\/select>-->\n\t\t\t\t\t\t<select id=\"nz_country_code\" name=\"country_code\" required>\n\t\t\t\t\t\t\t<option value=\"\">Code<\/option>\n\t\t\t\t\t\t\t<option value=\"+1\">+1 (USA\/Canada)<\/option>\n\t\t\t\t\t\t\t<option value=\"+44\">+44 (UK)<\/option>\n\t\t\t\t\t\t\t<option value=\"+91\">+91 (India)<\/option>\n\t\t\t\t\t\t\t<option value=\"+61\">+61 (Australia)<\/option>\n\t\t\t\t\t\t\t<option value=\"+971\">+971 (UAE)<\/option>\n\t\t\t\t\t\t\t<option value=\"+81\">+81 (Japan)<\/option>\n\t\t\t\t\t\t\t<option value=\"+49\">+49 (Germany)<\/option>\n\t\t\t\t\t\t<\/select>\n                        <input type=\"tel\" id=\"nz_contact_number\" placeholder=\"Contact number\" required>\n                    <\/div>\n\n                    <label for=\"nz_marital\">Marital Status *<\/label>\n                    <select id=\"nz_marital\" required>\n                        <option value=\"\">Select Marital Status<\/option>\n                        <option value=\"Single\">Single<\/option>\n                        <option value=\"Married\">Married<\/option>\n                        <!--<option value=\"De Facto\">De Facto<\/option>\n                        <option value=\"Divorced\">Divorced<\/option>\n                        <option value=\"Widowed\">Widowed<\/option>-->\n                    <\/select>\n                <\/div>\n\n                <!-- Submit -->\n                <div class=\"nz-submit-wrap\" id=\"nz-submit-wrap\">\n                    <button type=\"submit\" id=\"nz-submit-btn\">Submit<\/button>\n                <\/div>\n\n            <\/form>\n        <\/div>\n    <\/div>\n\n    <!-- Result Popup -->\n    <div id=\"nz-pr-popup\">\n        <div class=\"nz-popup-inner\">\n            <span class=\"nz-popup-icon\" id=\"nz-popup-icon\">\ud83c\udf89<\/span>\n            <h3 id=\"nz-popup-title\">Congratulations!<\/h3>\n            <div class=\"nz-score-big\" id=\"nz-popup-score\" style=\"color:#00529B;\">\n                0 <small>pts<\/small>\n            <\/div>\n            <div class=\"nz-breakdown\" id=\"nz-popup-breakdown\"><\/div>\n            <p id=\"nz-popup-msg\"><\/p>\n            <button id=\"nz-close-popup\">OK<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n    \/* ======================================================================\n       NZ PR CALCULATOR \u2014 JAVASCRIPT\n       ====================================================================== *\/\n    (function($) {\n        'use strict';\n\n        \/* \u2500\u2500 State \u2500\u2500 *\/\n        var state = {\n            q0:  null, q1: null, q2: null,\n            q3:  null, q4: null, q5: null,\n            regPts:    0,\n            qualPts:   0,\n            incomePts: 0,\n            expPts:    0\n        };\n\n        var TOTAL_STEPS = 6; \/\/ Q0\u2013Q5\n\n        \/* \u2500\u2500 Option card click highlight \u2500\u2500 *\/\n        window.nzSelectOption = function(card) {\n            var name = card.querySelector('input[type=\"radio\"]').name;\n            document.querySelectorAll('input[name=\"' + name + '\"]').forEach(function(r) {\n                r.closest('.nz-option-card').classList.remove('nz-selected');\n            });\n            card.classList.add('nz-selected');\n        };\n\n        \/* \u2500\u2500 Progress bar update \u2500\u2500 *\/\n        function updateProgress(step) {\n            var pct = Math.round((step \/ TOTAL_STEPS) * 100);\n            $('#nz-progress').css('width', pct + '%');\n        }\n\n        \/* \u2500\u2500 Score pill update \u2500\u2500 *\/\n        function updatePills() {\n            var primary = Math.max(state.regPts, state.qualPts, state.incomePts);\n            var total   = primary + state.expPts;\n\n            $('#pill-reg-val').text(state.regPts >= 0 && state.q1 !== null ? state.regPts + ' pts' : '\u2014');\n            $('#pill-qual-val').text(state.q3 !== null ? state.qualPts + ' pts' : '\u2014');\n            $('#pill-income-val').text(state.q4 !== null ? state.incomePts + ' pts' : '\u2014');\n            $('#pill-exp-val').text(state.q5 !== null ? state.expPts + ' pts' : '\u2014');\n            $('#pill-total-val').text(state.q5 !== null ? total + ' pts' : '\u2014');\n\n            if (state.q1 !== null) $('#pill-reg').addClass('active');\n            if (state.q3 !== null) $('#pill-qual').addClass('active');\n            if (state.q4 !== null) $('#pill-income').addClass('active');\n            if (state.q5 !== null) { $('#pill-exp, #pill-total').addClass('active'); }\n        }\n\n        \/* \u2500\u2500 Show next block \u2500\u2500 *\/\n        function showBlock(id) {\n            $('#' + id).addClass('nz-visible');\n            \/\/ Smooth scroll\n            setTimeout(function() {\n                var el = document.getElementById(id);\n                if (el) { el.scrollIntoView({ behavior: 'smooth', block: 'center' }); }\n            }, 120);\n        }\n\n        \/* \u2500\u2500 Q0 change \u2500\u2500 *\/\n        $(document).on('change', 'input[name=\"nz_q0\"]', function() {\n            state.q0 = $(this).val();\n            updateProgress(1);\n            showBlock('nz-q1');\n        });\n\n        \/* \u2500\u2500 Q1 change \u2500\u2500 *\/\n        $(document).on('change', 'input[name=\"nz_q1\"]', function() {\n            state.q1 = $(this).val();\n            if (state.q1 === 'no') {\n                state.regPts = 0;\n                state.q2     = 'skipped';\n                updateProgress(2);\n                updatePills();\n                showBlock('nz-q3');\n            } else {\n                updateProgress(2);\n                showBlock('nz-q2');\n            }\n        });\n\n        \/* \u2500\u2500 Q2 change \u2500\u2500 *\/\n        $(document).on('change', 'input[name=\"nz_q2\"]', function() {\n            state.regPts = parseInt($(this).val()) || 0;\n            state.q2     = $(this).val();\n            updateProgress(3);\n            updatePills();\n            showBlock('nz-q3');\n        });\n\n        \/* \u2500\u2500 Q3 change \u2500\u2500 *\/\n        $(document).on('change', 'input[name=\"nz_q3\"]', function() {\n            state.qualPts = parseInt($(this).val()) || 0;\n            state.q3      = $(this).val();\n            updateProgress(4);\n            updatePills();\n            showBlock('nz-q4');\n        });\n\n        \/* \u2500\u2500 Q4 change \u2500\u2500 *\/\n        $(document).on('change', 'input[name=\"nz_q4\"]', function() {\n            state.incomePts = parseInt($(this).val()) || 0;\n            state.q4        = $(this).val();\n            updateProgress(5);\n            updatePills();\n            showBlock('nz-q5');\n        });\n\n        \/* \u2500\u2500 Q5 change \u2500\u2500 *\/\n        $(document).on('change', 'input[name=\"nz_q5\"]', function() {\n            state.expPts = parseInt($(this).val()) || 0;\n            state.q5     = $(this).val();\n            updateProgress(6);\n            updatePills();\n            \/\/ Show contact + submit\n            showBlock('nz-contact');\n            $('#nz-submit-wrap').addClass('nz-visible');\n            setTimeout(function() {\n                document.getElementById('nz-contact').scrollIntoView({ behavior: 'smooth', block: 'start' });\n            }, 150);\n        });\n\n        \/* \u2500\u2500 Country code auto-fill \u2500\u2500 *\/\n        $('#nz_country').on('change', function() {\n            var code = $(this).find(':selected').data('code');\n            if (code) { $('#nz_country_code').val(code); }\n        });\n\n        \/* \u2500\u2500 IP auto-detect \u2500\u2500 *\/\n        $.get('https:\/\/ipapi.co\/json\/', function(res) {\n            if (res && res.country_name && res.country_calling_code) {\n                var name = res.country_name.trim();\n                var code = res.country_calling_code.trim();\n                var map  = { 'United States of America': 'United States', 'United Arab Emirates': 'United Arab Emirates' };\n                var mapped = map[name] || name;\n                $('#nz_country option').filter(function() {\n                    return $(this).val().toLowerCase() === mapped.toLowerCase();\n                }).prop('selected', true).trigger('change');\n                $('#nz_country_code').val(code.startsWith('+') ? code : '+' + code);\n            }\n        });\n\n        \/* \u2500\u2500 Form submit \u2500\u2500 *\/\n        $('#nz-pr-form').on('submit', function(e) {\n            e.preventDefault();\n\n            \/* \u2500\u2500 Validate all questions answered \u2500\u2500 *\/\n            if ($('input[name=\"nz_q0\"]:checked').length === 0) { alert('Please answer Question 0.'); return; }\n            if ($('input[name=\"nz_q1\"]:checked').length === 0) { alert('Please answer Question 1.'); return; }\n            if (state.q1 === 'yes' && $('input[name=\"nz_q2\"]:checked').length === 0) { alert('Please answer Question 2.'); return; }\n            if ($('input[name=\"nz_q3\"]:checked').length === 0) { alert('Please answer Question 3.'); return; }\n            if ($('input[name=\"nz_q4\"]:checked').length === 0) { alert('Please answer Question 4.'); return; }\n            if ($('input[name=\"nz_q5\"]:checked').length === 0) { alert('Please answer Question 5.'); return; }\n\n            \/* \u2500\u2500 Personal info validation \u2500\u2500 *\/\n            var fullName   = $('#nz_full_name').val().trim();\n            var email      = $('#nz_email').val().trim();\n            var country    = $('#nz_country').val();\n            var countryCode = $('#nz_country_code').val().trim();\n            var contactNum = $('#nz_contact_number').val().trim();\n            var marital    = $('#nz_marital').val();\n\n            if (!fullName || !email || !country || !countryCode || !contactNum || !marital) {\n                alert('Please fill in all personal information fields.');\n                return;\n            }\n            if (!\/^[0-9]{6,15}$\/.test(contactNum)) {\n                alert('Please enter a valid phone number (6\u201315 digits).');\n                $('#nz_contact_number').focus();\n                return;\n            }\n\n            \/* \u2500\u2500 Calculate final score \u2500\u2500 *\/\n            var primaryPts = Math.max(state.regPts, state.qualPts, state.incomePts);\n            var totalScore = primaryPts + state.expPts;\n            var qualifies  = totalScore >= 6 ? 1 : 0;\n\n            \/* \u2500\u2500 Build responses array \u2500\u2500 *\/\n            var responses = [];\n            function addResp(q, a, s) { responses.push({ question: q, answer: a, score: s }); }\n\n            var q0ans = $('input[name=\"nz_q0\"]:checked').data('answer') || $('input[name=\"nz_q0\"]:checked').val();\n            addResp('Gate Question \u2013 Skilled job \/ job offer in NZ', q0ans, 0);\n\n            var q1ans = $('input[name=\"nz_q1\"]:checked').data('answer') || $('input[name=\"nz_q1\"]:checked').val();\n            addResp('Q1 \u2013 NZ Occupational Registration', q1ans, state.regPts);\n\n            if (state.q1 === 'yes' && $('input[name=\"nz_q2\"]:checked').length) {\n                var q2ans = $('input[name=\"nz_q2\"]:checked').data('answer') || $('input[name=\"nz_q2\"]:checked').val();\n                addResp('Q2 \u2013 Training Years for Registration', q2ans, state.regPts);\n            }\n\n            var q3ans = $('input[name=\"nz_q3\"]:checked').data('answer') || $('input[name=\"nz_q3\"]:checked').val();\n            addResp('Q3 \u2013 Highest Recognised Qualification', q3ans, state.qualPts);\n\n            var q4ans = $('input[name=\"nz_q4\"]:checked').data('answer') || $('input[name=\"nz_q4\"]:checked').val();\n            addResp('Q4 \u2013 Skilled Income vs NZ Median Wage', q4ans, state.incomePts);\n\n            var q5ans = $('input[name=\"nz_q5\"]:checked').data('answer') || $('input[name=\"nz_q5\"]:checked').val();\n            addResp('Q5 \u2013 NZ Skilled Work Experience', q5ans, state.expPts);\n\n            \/* \u2500\u2500 Disable submit \u2500\u2500 *\/\n            var $btn = $('#nz-submit-btn');\n            $btn.prop('disabled', true).text('Submitting\u2026');\n\n            \/* \u2500\u2500 AJAX \u2500\u2500 *\/\n            $.ajax({\n                url: nz_pr_ajax.ajaxurl,\n                type: 'POST',\n                data: {\n                    action:          'submit_nz_pr_form',\n                    security:        nz_pr_ajax.security,\n                    full_name:       fullName,\n                    email:           email,\n                    country:         country,\n                    country_code:    countryCode,\n                    contact_number:  contactNum,\n                    contact:         countryCode + ' ' + contactNum,\n                    marital_status:  marital,\n                    reg_points:      state.regPts,\n                    qual_points:     state.qualPts,\n                    income_points:   state.incomePts,\n                    nz_exp_points:   state.expPts,\n                    primary_points:  primaryPts,\n                    total_score:     totalScore,\n                    qualifies:       qualifies,\n                    responses:       JSON.stringify(responses)\n                },\n                dataType: 'json',\n                success: function(res) {\n                    $btn.prop('disabled', false).text('Submit My Assessment');\n                    if (res.success) {\n                        var userId = res.data.user_id;\n\n                        \/* Popup content *\/\n                        $('#nz-popup-score').html(totalScore + ' <small>pts<\/small>');\n\n                        \/* Breakdown pills *\/\n                        var breakdown = '';\n                        breakdown += '<span class=\"nz-breakdown-pill\">Reg: ' + state.regPts + '<\/span>';\n                        breakdown += '<span class=\"nz-breakdown-pill\">Qual: ' + state.qualPts + '<\/span>';\n                        breakdown += '<span class=\"nz-breakdown-pill\">Income: ' + state.incomePts + '<\/span>';\n                        breakdown += '<span class=\"nz-breakdown-pill\">NZ Exp: ' + state.expPts + '<\/span>';\n                        breakdown += '<span class=\"nz-breakdown-pill\">Primary: ' + primaryPts + '<\/span>';\n                        $('#nz-popup-breakdown').html(breakdown);\n\n                        if (qualifies) {\n                            $('#nz-popup-icon').text('\ud83c\udf89');\n                            $('#nz-popup-title').text('Congratulations!').css('color', '#00529B');\n                            $('#nz-popup-score').css('color', '#00843D');\n                            $('#nz-popup-msg').text('You have scored ' + totalScore + ' points, which means you qualify for the New Zealand Skilled Migrant Category points. An immigration expert will contact you soon for a free detailed assessment and consultation.');\n                        } else {\n                            $('#nz-popup-icon').text('\ud83d\udcca');\n                            $('#nz-popup-title').text('Thank You for Applying').css('color', '#374151');\n                            $('#nz-popup-score').css('color', '#B4292D');\n                            $('#nz-popup-msg').text('You scored ' + totalScore + ' points, which is below the required 6 points to qualify for the New Zealand Skilled Migrant Category. Don\\'t be discouraged! An immigration expert will contact you soon for a detailed assessment and consultation to help you improve your profile and explore possible options.');\n                        }\n\n                        $('#nz-pr-popup').css('display', 'flex');\n\n                        $('#nz-close-popup').off('click').on('click', function() {\n                            window.location.href = '\/work\/global-vision-Immigration\/nz-pr-user-profile\/?user_id=' + userId;\n                        });\n\n                        \/* Reset *\/\n                        $('#nz-pr-form')[0].reset();\n                        $('.nz-q-block').not('#nz-q0').removeClass('nz-visible');\n                        $('#nz-q0').find('.nz-option-card').removeClass('nz-selected');\n                        $('#nz-contact, #nz-submit-wrap').removeClass('nz-visible');\n                        state = { q0:null, q1:null, q2:null, q3:null, q4:null, q5:null,\n                                  regPts:0, qualPts:0, incomePts:0, expPts:0 };\n                        $('#nz-progress').css('width', '0%');\n                        $('.nz-score-pill').removeClass('active');\n                        ['reg','qual','income','exp','total'].forEach(function(k) {\n                            $('#pill-' + k + '-val').text('\u2014');\n                        });\n\n                    } else {\n                        alert('Error: ' + (res.data.message || 'Unknown error. Please try again.'));\n                    }\n                },\n                error: function() {\n                    $btn.prop('disabled', false).text('Submit My Assessment');\n                    alert('Server error. Please try again.');\n                }\n            });\n        });\n\n        \/* Close popup on backdrop click *\/\n        $('#nz-pr-popup').on('click', function(e) {\n            if (e.target === this) { $(this).fadeOut(); }\n        });\n\n    })(jQuery);\n    <\/script>\n\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-658","page","type-page","status-publish","hentry","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.7.1 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>New Zealand Assessment - GV Immigration<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New Zealand Assessment\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/\" \/>\n<meta property=\"og:site_name\" content=\"GV Immigration\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T08:10:49+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/\",\"url\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/\",\"name\":\"New Zealand Assessment - GV Immigration\",\"isPartOf\":{\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#website\"},\"datePublished\":\"2025-03-13T11:41:56+00:00\",\"dateModified\":\"2026-03-10T08:10:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"New Zealand Assessment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#website\",\"url\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/\",\"name\":\"GV Immigration\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#organization\",\"name\":\"GV Immigration\",\"url\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-content\/uploads\/2025\/03\/cropped-logo.png\",\"contentUrl\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-content\/uploads\/2025\/03\/cropped-logo.png\",\"width\":166,\"height\":53,\"caption\":\"GV Immigration\"},\"image\":{\"@id\":\"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"New Zealand Assessment - GV Immigration","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:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/","og_locale":"en_US","og_type":"article","og_title":"New Zealand Assessment","og_url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/","og_site_name":"GV Immigration","article_modified_time":"2026-03-10T08:10:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/","url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/","name":"New Zealand Assessment - GV Immigration","isPartOf":{"@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#website"},"datePublished":"2025-03-13T11:41:56+00:00","dateModified":"2026-03-10T08:10:49+00:00","breadcrumb":{"@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/new-zealand-assessment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/"},{"@type":"ListItem","position":2,"name":"New Zealand Assessment"}]},{"@type":"WebSite","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#website","url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/","name":"GV Immigration","description":"","publisher":{"@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#organization","name":"GV Immigration","url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#\/schema\/logo\/image\/","url":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-content\/uploads\/2025\/03\/cropped-logo.png","contentUrl":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-content\/uploads\/2025\/03\/cropped-logo.png","width":166,"height":53,"caption":"GV Immigration"},"image":{"@id":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/pages\/658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/comments?post=658"}],"version-history":[{"count":2,"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/pages\/658\/revisions"}],"predecessor-version":[{"id":9694,"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/pages\/658\/revisions\/9694"}],"wp:attachment":[{"href":"https:\/\/webtechnomind.in\/work\/global-vision-Immigration\/wp-json\/wp\/v2\/media?parent=658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}