{"id":1132,"date":"2026-02-05T10:02:04","date_gmt":"2026-02-05T10:02:04","guid":{"rendered":"https:\/\/mitanz.com\/?page_id=1132"},"modified":"2026-02-05T15:03:11","modified_gmt":"2026-02-05T15:03:11","slug":"plan-career","status":"publish","type":"page","link":"https:\/\/mitanz.com\/?page_id=1132","title":{"rendered":"Plan Career-NZ"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>New Zealand Career &#038; Study Resources Centre | MITANZ<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <style>\n    :root {\n      --primary: #0052cc;\n      --primary-dark: #003b92;\n      --accent: #00c19a;\n      --bg: #f5f7fb;\n      --text: #1f2933;\n      --muted: #6b7280;\n      --card-bg: #ffffff;\n      --border-radius: 12px;\n      --shadow: 0 14px 35px rgba(15, 23, 42, 0.18);\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    }\n\n    body {\n      background: var(--bg);\n      color: var(--text);\n      line-height: 1.6;\n    }\n\n    a {\n      color: var(--primary);\n      text-decoration: none;\n    }\n\n    a:hover {\n      text-decoration: underline;\n    }\n\n    .page {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 24px 16px 40px;\n    }\n\n    \/* Hero *\/\n    .hero {\n      background: radial-gradient(circle at top left, #39bdf2 0, #0052cc 45%, #012a4a 100%);\n      color: #fff;\n      border-radius: 24px;\n      padding: 40px 32px;\n      display: grid;\n      grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr);\n      gap: 32px;\n      box-shadow: var(--shadow);\n      margin-bottom: 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background-image: url(\"https:\/\/images.pexels.com\/photos\/460672\/pexels-photo-460672.jpeg\");\n      background-size: cover;\n      background-position: center;\n      opacity: 0.20;\n      mix-blend-mode: soft-light;\n      pointer-events: none;\n    }\n\n    .hero-content,\n    .hero-side {\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-kicker {\n      font-size: 0.85rem;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      color: #e0f2fe;\n      margin-bottom: 8px;\n    }\n\n    .hero-title {\n      font-size: clamp(1.9rem, 3vw, 2.4rem);\n      font-weight: 700;\n      margin-bottom: 8px;\n    }\n\n    .hero-subtitle {\n      font-size: 0.98rem;\n      color: #e5e9f5;\n      max-width: 560px;\n      margin-bottom: 18px;\n    }\n\n    .badge-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 20px;\n    }\n\n    .badge {\n      padding: 4px 10px;\n      border-radius: 999px;\n      background: rgba(15, 23, 42, 0.35);\n      border: 1px solid rgba(226, 232, 240, 0.3);\n      font-size: 0.75rem;\n      display: inline-flex;\n      align-items: center;\n      gap: 4px;\n    }\n\n    .badge-dot {\n      width: 7px;\n      height: 7px;\n      border-radius: 999px;\n      background: #22c55e;\n    }\n\n    .hero-cta {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 10px;\n    }\n\n    .btn-primary {\n      background: #fff;\n      color: var(--primary-dark);\n      padding: 10px 18px;\n      border-radius: 999px;\n      border: none;\n      font-weight: 600;\n      cursor: pointer;\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);\n      transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;\n    }\n\n    .btn-primary span.icon {\n      font-size: 1.1rem;\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-1px);\n      box-shadow: 0 14px 35px rgba(15, 23, 42, 0.35);\n      background: #f9fafb;\n    }\n\n    .btn-ghost {\n      background: transparent;\n      color: #e5e7eb;\n      padding: 10px 18px;\n      border-radius: 999px;\n      border: 1px solid rgba(209, 213, 219, 0.5);\n      cursor: pointer;\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 0.9rem;\n    }\n\n    .hero-note {\n      font-size: 0.78rem;\n      color: #e5e9f5;\n      opacity: 0.95;\n    }\n\n    .hero-side {\n      background: rgba(15, 23, 42, 0.65);\n      border-radius: 20px;\n      padding: 18px 18px 14px;\n      border: 1px solid rgba(148, 163, 184, 0.5);\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n\n    .hero-side-title {\n      font-size: 0.95rem;\n      font-weight: 600;\n      margin-bottom: 2px;\n    }\n\n    .hero-side-row {\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n      font-size: 0.8rem;\n      color: #dbeafe;\n    }\n\n    .hero-side-item {\n      display: flex;\n      justify-content: space-between;\n      gap: 8px;\n    }\n\n    .hero-side-item span.label {\n      opacity: 0.85;\n    }\n\n    .hero-side-item span.value {\n      font-weight: 600;\n    }\n\n    .hero-side-foot {\n      font-size: 0.75rem;\n      color: #cbd5f5;\n      border-top: 1px solid rgba(148, 163, 184, 0.5);\n      padding-top: 6px;\n      margin-top: 6px;\n    }\n\n    \/* Layout sections *\/\n    .section {\n      margin-top: 32px;\n    }\n\n    .section-header {\n      margin-bottom: 12px;\n    }\n\n    .section-kicker {\n      font-size: 0.75rem;\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--muted);\n      margin-bottom: 4px;\n    }\n\n    .section-title {\n      font-size: 1.35rem;\n      font-weight: 700;\n      margin-bottom: 4px;\n      color: #111827;\n    }\n\n    .section-desc {\n      font-size: 0.94rem;\n      color: var(--muted);\n      max-width: 720px;\n    }\n\n    \/* Cards *\/\n    .card-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 18px;\n      margin-top: 16px;\n    }\n\n    .card {\n      background: var(--card-bg);\n      border-radius: var(--border-radius);\n      padding: 16px 16px 14px;\n      box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);\n      border: 1px solid #e5e7eb;\n    }\n\n    .card-header {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 8px;\n    }\n\n    .card-icon {\n      width: 32px;\n      height: 32px;\n      border-radius: 999px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      background: #eff6ff;\n      color: var(--primary-dark);\n      font-size: 1.1rem;\n    }\n\n    .card-title {\n      font-size: 0.98rem;\n      font-weight: 600;\n      color: #111827;\n    }\n\n    .card-body {\n      font-size: 0.88rem;\n      color: var(--muted);\n    }\n\n    .card-body ul {\n      padding-left: 16px;\n      margin-top: 4px;\n    }\n\n    .card-body li {\n      margin-bottom: 4px;\n    }\n\n    .card-footer {\n      margin-top: 10px;\n      font-size: 0.83rem;\n    }\n\n    .card-footer a {\n      font-weight: 600;\n    }\n\n    \/* Resource list *\/\n    .resource-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 14px;\n      margin-top: 16px;\n    }\n\n    .resource-item {\n      background: var(--card-bg);\n      border-radius: var(--border-radius);\n      padding: 14px 16px;\n      border: 1px solid #e5e7eb;\n      box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);\n      font-size: 0.88rem;\n    }\n\n    .resource-item-title {\n      font-weight: 600;\n      margin-bottom: 4px;\n      color: #111827;\n    }\n\n    .resource-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      padding: 3px 8px;\n      border-radius: 999px;\n      background: #eef2ff;\n      color: #4338ca;\n      font-size: 0.72rem;\n      margin-bottom: 6px;\n    }\n\n    .resource-meta {\n      font-size: 0.78rem;\n      color: #9ca3af;\n      margin-top: 6px;\n    }\n\n    \/* Video gallery *\/\n    .video-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 18px;\n      margin-top: 16px;\n    }\n\n    .video-card {\n      background: #020617;\n      border-radius: var(--border-radius);\n      overflow: hidden;\n      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.45);\n      border: 1px solid #111827;\n      color: #e5e7eb;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .video-card iframe {\n      width: 100%;\n      height: 180px;\n      border: none;\n      display: block;\n    }\n\n    .video-card-body {\n      padding: 10px 12px 12px;\n      font-size: 0.85rem;\n    }\n\n    .video-card-title {\n      font-weight: 600;\n      margin-bottom: 4px;\n    }\n\n    .video-card-meta {\n      font-size: 0.75rem;\n      color: #9ca3af;\n      margin-top: 4px;\n    }\n\n    \/* Image strip *\/\n    .image-strip {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .image-strip img {\n      width: 100%;\n      border-radius: 16px;\n      height: 120px;\n      object-fit: cover;\n      box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25);\n    }\n\n    \/* Contact section *\/\n    .contact-panel {\n      background: #0b1220;\n      color: #e5e7eb;\n      border-radius: 20px;\n      padding: 18px 18px 16px;\n      margin-top: 20px;\n      display: grid;\n      grid-template-columns: minmax(0, 1fr); \/* single column now *\/\n      gap: 16px;\n    }\n\n    .contact-panel h3 {\n      font-size: 1.05rem;\n      margin-bottom: 6px;\n    }\n\n    .contact-panel p {\n      font-size: 0.88rem;\n      color: #d1d5db;\n    }\n\n    .contact-actions {\n      margin-top: 12px;\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n    }\n\n    .contact-mini {\n      font-size: 0.8rem;\n      color: #9ca3af;\n      margin-top: 4px;\n    }\n\n    \/* Footer *\/\n    .page-footer {\n      margin-top: 32px;\n      font-size: 0.78rem;\n      color: #9ca3af;\n      text-align: center;\n    }\n\n    @media (max-width: 768px) {\n      .hero {\n        grid-template-columns: minmax(0, 1fr);\n        padding: 28px 20px;\n      }\n\n      .hero-side {\n        order: -1;\n      }\n\n      .contact-panel {\n        grid-template-columns: minmax(0, 1fr);\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"page\">\n    <!-- HERO -->\n    <section class=\"hero\">\n      <div class=\"hero-content\">\n        <div class=\"hero-kicker\">MITANZ | New Zealand Career &#038; Study Resources<\/div>\n        <h1 class=\"hero-title\">Plan Your New Zealand Study, Career &amp; PR Pathway<\/h1>\n\n        <p class=\"hero-subtitle\">\n          New Zealand offers clear education and career pathways for those seeking long-term success.\n          Choosing the right study option and aligning it with current workforce needs is essential.\n        <\/p>\n        <p class=\"hero-subtitle\">\n          MITANZ supports students and professionals to explore realistic study, career, and progression pathways\n          aligned with recognised New Zealand frameworks.\n        <\/p>\n\n        <h3><strong>Who This Is For<\/strong><\/h3>\n        <p>\n          Students, career switchers, professionals planning settlement, and their families seeking clear New Zealand\n          education and career pathways.\n        <\/p>\n\n        <h3><strong>Why It Matters<\/strong><\/h3>\n        <p>\n          Aligning study with career goals boosts employability, career growth, and long-term stability in New Zealand.\n        <\/p>\n\n        <h3><strong>Our Approach<\/strong><\/h3>\n        <p>\n          MITANZ provides clear, realistic guidance connecting education to employment and career progression.\n        <\/p>\n\n        <h3><strong>Next Step<\/strong><\/h3>\n        <p>\n          Explore a pathway tailored to your background and goals with our team.\n        <\/p>\n\n        <div class=\"badge-row\">\n          <div class=\"badge\">Official NZ Immigration Links<\/div>\n          <div class=\"badge\">Green List &amp; Skill Shortage Jobs<\/div>\n          <div class=\"badge\">Career Categories &amp; Skill Sets<\/div>\n        <\/div>\n\n        <div class=\"hero-cta\">\n          <button class=\"btn-primary\">\n            <span class=\"icon\">\ud83d\udce4<\/span>\n            Send Details for Free Profile Assessment\n          <\/button>\n          <a\n            class=\"btn-ghost\"\n            href=\"mailto:info@mitanz.com?subject=Academic%20Records%20for%20NZ%20Assessment\"\n          >\n            \ud83d\udce7 Email Your Academic Records\n          <\/a>\n        <\/div>\n\n        <div class=\"hero-note\">\n          Attach your academic transcripts, CV and preferred country (NZ \/ AU).\n          Our career consultant will review and respond with a personalised study &amp; PR pathway.\n        <\/div>\n      <\/div>\n\n      <aside class=\"hero-side\">\n        <div>\n          <div class=\"hero-side-title\">Snapshot: Why New Zealand?<\/div>\n          <div class=\"hero-side-row\">\n            <div class=\"hero-side-item\">\n              <span class=\"label\">Top Industries<\/span>\n              <span class=\"value\">IT &bull; Healthcare &bull; Engineering &bull; Trades<\/span>\n            <\/div>\n            <div class=\"hero-side-item\">\n              <span class=\"label\">Key Tool<\/span>\n              <span class=\"value\">Green List Occupations<\/span>\n            <\/div>\n            <div class=\"hero-side-item\">\n              <span class=\"label\">Pathways<\/span>\n              <span class=\"value\">Study &rarr; Work &rarr; Residence<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"hero-side-foot\">\n          MITANZ provides professional education &amp; visa guidance.\n          Immigration rules change \u2013 always confirm with the latest official Immigration New Zealand updates.\n        <\/div>\n      <\/aside>\n    <\/section>\n\n    <!-- SECTION: OFFICIAL RESOURCES -->\n    <section id=\"nz-resources\" class=\"section\">\n      <div class=\"section-header\">\n        <div class=\"section-kicker\">Official Government &amp; Trusted Resources<\/div>\n        <h2 class=\"section-title\">Start with the Right New Zealand Information<\/h2>\n        <p class=\"section-desc\">\n          These are your primary reference links for NZ work visas, Green List occupations, skills classification, and\n          general career exploration. Always cross-check visa decisions against official Immigration New Zealand\n          guidance.\n        <\/p>\n      <\/div>\n\n      <div class=\"resource-list\">\n        <article class=\"resource-item\">\n          <div class=\"resource-pill\">Immigration New Zealand<\/div>\n          <div class=\"resource-item-title\">Green List Occupations &amp; Skills<\/div>\n          <p>\n            Check whether your occupation is on the Green List, view required qualifications, registration, and\n            residence pathways.\n          <\/p>\n          <p class=\"resource-meta\">\n            Link:\n            <a\n              href=\"https:\/\/www.immigration.govt.nz\/work\/requirements-for-work-visas\/green-list-occupations-qualifications-and-skills\/\"\n              target=\"_blank\"\n              rel=\"noopener\"\n            >\n              immigration.govt.nz \u2013 Green List\n            <\/a>\n          <\/p>\n        <\/article>\n\n        <article class=\"resource-item\">\n          <div class=\"resource-pill\">Immigration New Zealand<\/div>\n          <div class=\"resource-item-title\">Skill Shortage \/ Occupation Checker (Legacy)<\/div>\n          <p>\n            Useful historical tool to understand how NZ grouped skill shortage occupations and assessed skill level.\n          <\/p>\n          <p class=\"resource-meta\">\n            Link:\n            <a\n              href=\"https:\/\/immigration.govt-nz.site\/new-zealand-visas\/preparing-a-visa-application\/working-in-nz\/skilled-work\/skill-shortage-list-checker.html\"\n              target=\"_blank\"\n              rel=\"noopener\"\n            >\n              Skill Shortage List Checker\n            <\/a>\n          <\/p>\n        <\/article>\n\n        <article class=\"resource-item\">\n          <div class=\"resource-pill\">Career Exploration<\/div>\n          <div class=\"resource-item-title\">SEEK NZ \u2013 Explore Job Families &amp; Careers<\/div>\n          <p>\n            Browse job categories, role descriptions and examples of day-to-day tasks to understand where your skills\n            fit.\n          <\/p>\n          <p class=\"resource-meta\">\n            Link:\n            <a\n              href=\"https:\/\/www.seek.co.nz\/career-advice\/article\/list-of-careers\"\n              target=\"_blank\"\n              rel=\"noopener\"\n            >\n              SEEK NZ \u2013 List of Careers\n            <\/a>\n          <\/p>\n        <\/article>\n\n        <article class=\"resource-item\">\n          <div class=\"resource-pill\">Skills Classification<\/div>\n          <div class=\"resource-item-title\">ANZSCO &amp; NZ Skills Levels<\/div>\n          <p>\n            Understand how New Zealand classifies your occupation, expected qualification level, and skill level using\n            the ANZSCO framework.\n          <\/p>\n          <p class=\"resource-meta\">\n            Link:\n            <a\n              href=\"https:\/\/www.hays.net.nz\/employer-insights\/recruitment-information\/what-is-the-new-zealand-skills-classification\"\n              target=\"_blank\"\n              rel=\"noopener\"\n            >\n              Hays \u2013 NZ Skills Classification Overview\n            <\/a>\n          <\/p>\n        <\/article>\n\n        <article class=\"resource-item\">\n          <div class=\"resource-pill\">Job Market Insight<\/div>\n          <div class=\"resource-item-title\">Green List &amp; Shortage Explained (Simple)<\/div>\n          <p>\n            Plain-language explanation of New Zealand\u2019s skill shortages, sectors in demand, and how it affects job and\n            PR prospects.\n          <\/p>\n          <p class=\"resource-meta\">\n            Link:\n            <a\n              href=\"https:\/\/www.trademe.co.nz\/c\/jobs\/article\/new-zealand-skill-shortage-list-explained\"\n              target=\"_blank\"\n              rel=\"noopener\"\n            >\n              Trade Me Jobs \u2013 Skill Shortage Explained\n            <\/a>\n          <\/p>\n        <\/article>\n\n        <article class=\"resource-item\">\n          <div class=\"resource-pill\">Job Market Insight<\/div>\n          <div class=\"resource-item-title\">Jobs on the NZ Skills Shortage List<\/div>\n          <p>\n            Employer-focused insights into which roles are actively hiring international talent and where opportunities\n            are strongest.\n          <\/p>\n          <p class=\"resource-meta\">\n            Link:\n            <a\n              href=\"https:\/\/www.workingin-newzealand.com\/career-tools-advice\/what-jobs-are-on-the-new-zealand-skills-shortage-list\/\"\n              target=\"_blank\"\n              rel=\"noopener\"\n            >\n              Working In NZ \u2013 Shortage Jobs\n            <\/a>\n          <\/p>\n        <\/article>\n      <\/div>\n    <\/section>\n\n    <!-- SECTION: CAREER CATEGORIES & SKILL SETS -->\n    <section id=\"career-categories\" class=\"section\">\n      <div class=\"section-header\">\n        <div class=\"section-kicker\">Career &amp; Skill Map<\/div>\n        <h2 class=\"section-title\">Key New Zealand Career Categories &amp; Skill Sets<\/h2>\n        <p class=\"section-desc\">\n          Use this map to understand how your background fits into New Zealand\u2019s labour market. For each category,\n          MITANZ can suggest suitable qualifications (NZQA Levels 5\u20139), institutes, and visa pathways.\n        <\/p>\n      <\/div>\n\n      <div class=\"card-grid\">\n        <!-- IT -->\n        <article class=\"card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon\">\ud83d\udcbb<\/div>\n            <h3 class=\"card-title\">Information Technology &amp; Digital<\/h3>\n          <\/div>\n          <div class=\"card-body\">\n            Core skill sets:\n            <ul>\n              <li>Systems &amp; Network Administration (Windows, Linux, Cisco)<\/li>\n              <li>Cloud &amp; DevOps (Azure, AWS, Kubernetes)<\/li>\n              <li>Cybersecurity (SOC, SIEM, incident response)<\/li>\n              <li>Software &amp; Web Development (.NET, Java, JavaScript, Python)<\/li>\n              <li>Data &amp; Business Analytics (SQL, Power BI)<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"card-footer\">\n            Ideal for: IT graduates, network engineers, sys-admins, support engineers.\n          <\/div>\n        <\/article>\n\n        <!-- Engineering -->\n        <article class=\"card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon\">\ud83c\udfd7\ufe0f<\/div>\n            <h3 class=\"card-title\">Engineering, Construction &amp; Infrastructure<\/h3>\n          <\/div>\n          <div class=\"card-body\">\n            Core skill sets:\n            <ul>\n              <li>Civil, structural &amp; geotechnical engineering<\/li>\n              <li>Mechanical, electrical &amp; mechatronics engineering<\/li>\n              <li>Quantity surveying &amp; construction project management<\/li>\n              <li>CAD \/ Revit \/ AutoCAD design and drafting<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"card-footer\">\n            Strong Green List presence with clear long-term PR potential when experience is built in NZ.\n          <\/div>\n        <\/article>\n\n        <!-- Healthcare -->\n        <article class=\"card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon\">\ud83e\ude7a<\/div>\n            <h3 class=\"card-title\">Healthcare &amp; Aged Care<\/h3>\n          <\/div>\n          <div class=\"card-body\">\n            Core skill sets:\n            <ul>\n              <li>Nursing (RN), aged care, disability support<\/li>\n              <li>Healthcare assistance, support work &amp; community care<\/li>\n              <li>Medical laboratory, imaging and allied health assistants<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"card-footer\">\n            Several roles sit on the Green List, especially Nursing and some allied health professions.\n          <\/div>\n        <\/article>\n\n        <!-- Business -->\n        <article class=\"card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon\">\ud83d\udcca<\/div>\n            <h3 class=\"card-title\">Business, Management &amp; Analytics<\/h3>\n          <\/div>\n          <div class=\"card-body\">\n            Core skill sets:\n            <ul>\n              <li>Business administration, operations &amp; office management<\/li>\n              <li>Project &amp; programme management<\/li>\n              <li>Accounting, payroll &amp; financial administration<\/li>\n              <li>Supply chain, logistics &amp; procurement<\/li>\n              <li>Marketing &amp; digital marketing<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"card-footer\">\n            Best combined with practical NZ experience or a shortage sector (IT, supply chain, etc.).\n          <\/div>\n        <\/article>\n\n        <!-- Trades -->\n        <article class=\"card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon\">\ud83d\udee0\ufe0f<\/div>\n            <h3 class=\"card-title\">Trades, Technical &amp; Automotive<\/h3>\n          <\/div>\n          <div class=\"card-body\">\n            Core skill sets:\n            <ul>\n              <li>Automotive technicians &amp; heavy diesel mechanics<\/li>\n              <li>Electricians, HVAC, plumbing &amp; gasfitting<\/li>\n              <li>Fabrication, welding, carpentry &amp; building<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"card-footer\">\n            High long-term demand, especially in regional NZ. Strong for hands-on learners.\n          <\/div>\n        <\/article>\n\n        <!-- Agriculture -->\n        <article class=\"card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon\">\ud83c\udf3f<\/div>\n            <h3 class=\"card-title\">Agriculture, Horticulture &amp; Primary Industries<\/h3>\n          <\/div>\n          <div class=\"card-body\">\n            Core skill sets:\n            <ul>\n              <li>Dairy farming, farm supervision &amp; agribusiness<\/li>\n              <li>Horticulture, viticulture &amp; greenhouse operations<\/li>\n              <li>Forestry operations &amp; primary production roles<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"card-footer\">\n            Excellent regional pathways with strong job placement and residency potential.\n          <\/div>\n        <\/article>\n\n        <!-- Education -->\n        <article class=\"card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon\">\ud83c\udf93<\/div>\n            <h3 class=\"card-title\">Education &amp; Early Childhood Teaching<\/h3>\n          <\/div>\n          <div class=\"card-body\">\n            Core skill sets:\n            <ul>\n              <li>Early Childhood Education (ECE) teaching<\/li>\n              <li>Primary and secondary teaching in specific subjects<\/li>\n              <li>Education support &amp; learning support roles<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"card-footer\">\n            ECE is historically high-demand; strong pathway when registration requirements are met.\n          <\/div>\n        <\/article>\n\n        <!-- Creative -->\n        <article class=\"card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon\">\ud83c\udfa8<\/div>\n            <h3 class=\"card-title\">Creative, Media &amp; Digital Content<\/h3>\n          <\/div>\n          <div class=\"card-body\">\n            Core skill sets:\n            <ul>\n              <li>Graphic &amp; communication design<\/li>\n              <li>Animation, video editing &amp; creative media production<\/li>\n              <li>Photography, content creation &amp; digital campaigns<\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"card-footer\">\n            Best for strong portfolios; often combined with marketing or IT for employability.\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/section>\n\n    <!-- SECTION: VISUALS \/ IMAGES -->\n    <section id=\"nz-gallery\" class=\"section\">\n      <div class=\"section-header\">\n        <div class=\"section-kicker\">See New Zealand<\/div>\n        <h2 class=\"section-title\">A Glimpse of Life &amp; Study in New Zealand<\/h2>\n        <p class=\"section-desc\">\n          Visual context to students exploring New Zealand for the first time.\n        <\/p>\n      <\/div>\n      <div class=\"image-strip\">\n        <img decoding=\"async\"\n          src=\"https:\/\/images.pexels.com\/photos\/417074\/pexels-photo-417074.jpeg\"\n          alt=\"New Zealand city and harbour\"\n        \/>\n        <img decoding=\"async\"\n          src=\"https:\/\/images.pexels.com\/photos\/10846887\/pexels-photo-10846887.jpeg\"\n          alt=\"New Zealand CBD\"\n        \/>\n        <img decoding=\"async\"\n          src=\"https:\/\/images.pexels.com\/photos\/3748221\/pexels-photo-3748221.jpeg\"\n          alt=\"Students studying together\"\n        \/>\n        <img decoding=\"async\"\n          src=\"https:\/\/images.pexels.com\/photos\/3408353\/pexels-photo-3408353.jpeg\"\n          alt=\"Modern campus environment\"\n        \/>\n      <\/div>\n    <\/section>\n\n    <!-- SECTION: VIDEO GALLERY -->\n    <section id=\"nz-videos\" class=\"section\">\n      <div class=\"section-header\">\n        <div class=\"section-kicker\">Guides &amp; Explainers<\/div>\n        <h2 class=\"section-title\">Video Guides on New Zealand Study &amp; Careers<\/h2>\n        <p class=\"section-desc\">\n          Videos from Immigration New Zealand\u2019s official channel&#8230;&#8230;&#8230;..\n        <\/p>\n      <\/div>\n\n      <div class=\"video-grid\">\n        <!-- Living & Working in New Zealand -->\n        <article class=\"video-card\">\n          <iframe loading=\"lazy\"\n            title=\"Living and Working in New Zealand\"\n            src=\"https:\/\/www.youtube.com\/embed\/pvEhf7UsjuI\"\n            width=\"300\"\n            height=\"150\"\n            allowfullscreen=\"allowfullscreen\"\n          ><\/iframe>\n          <div class=\"video-card-body\">\n            <div class=\"video-card-title\">Living &amp; Working in New Zealand<\/div>\n            <p>\n              Recent migrants share why they chose New Zealand and how they\u2019ve built their careers and lifestyle here.\n            <\/p>\n            <div class=\"video-card-meta\">\n              Source: Immigration New Zealand \u2013 Official YouTube channel.\n            <\/div>\n          <\/div>\n        <\/article>\n\n        <!-- Finding Work in New Zealand from Overseas -->\n        <article class=\"video-card\">\n          <iframe loading=\"lazy\"\n            title=\"Finding Work in New Zealand from Overseas\"\n            src=\"https:\/\/www.youtube.com\/embed\/0PYqX9AoORk\"\n            width=\"300\"\n            height=\"150\"\n            allowfullscreen=\"allowfullscreen\"\n          ><\/iframe>\n          <div class=\"video-card-body\">\n            <div class=\"video-card-title\">Finding Work in New Zealand from Overseas<\/div>\n            <p>\n              Practical tips on preparing your CV, applying for roles and securing interviews before you arrive.\n            <\/p>\n            <div class=\"video-card-meta\">\n              Source: Immigration New Zealand \u2013 Official YouTube channel.\n            <\/div>\n          <\/div>\n        <\/article>\n\n        <!-- MITANZ placeholder \/ Parliament -->\n        <article class=\"video-card\">\n          <iframe loading=\"lazy\"\n            title=\"NZ Parliament\"\n            src=\"https:\/\/www.youtube.com\/embed\/vA7GKji0mcA\"\n            width=\"300\"\n            height=\"150\"\n            allowfullscreen=\"allowfullscreen\"\n          ><\/iframe>\n          <div class=\"video-card-body\">\n            <div class=\"video-card-title\">Introduction to New Zealand Parliament<\/div>\n            <p>NZ Government or official public sector sources.<\/p>\n            <div class=\"video-card-meta\">&#8212;.<\/div>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/section>\n\n    <!-- SECTION: CONTACT \/ CTA -->\n    <section id=\"mitanz-contact\" class=\"section\">\n      <div class=\"section-header\">\n        <div class=\"section-kicker\">Talk to a Career Consultant<\/div>\n        <h2 class=\"section-title\">Get Your Personalised New Zealand Pathway Plan<\/h2>\n        <p class=\"section-desc\">\n          Share your academic records, CV, work experience and budget. MITANZ will review your profile and propose\n          realistic study + career + residency options in New Zealand (and Australia, if suitable).\n        <\/p>\n      <\/div>\n\n      <div class=\"contact-panel\">\n        <div>\n          <h3>How It Works<\/h3>\n          <p>\n            1. Click the button below to start the application form.<br \/>\n            2. Upload your documents directly into the form.<br \/>\n            3. Our consultant will review and send you your personalised pathway.\n          <\/p>\n          <div class=\"contact-actions\">\n            <!-- Placeholder link, replace # with your form URL when ready -->\n            <a class=\"btn-primary\" href=\"#\">\n              <span class=\"icon\">\ud83d\udcdd<\/span>\n              Start Application Form\n            <\/a>\n            <a\n              class=\"btn-ghost\"\n              href=\"mailto:info@mitanz.com?subject=Academic%20Records%20for%20New%20Zealand%20Assessment\"\n            >\n              \ud83d\udcce Email Academic Records\n            <\/a>\n          <\/div>\n          <div class=\"contact-mini\">\n            Please attach transcripts, certificates, CV and any English test scores (IELTS \/ PTE \/ TOEFL) if available.\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <footer class=\"page-footer\">\n      &copy; MITANZ Career Development \u2013 New Zealand &amp; Australia Education and Immigration Guidance.<br \/>\n      Information here is for general guidance only and must be checked against current Immigration New Zealand policy.\n    <\/footer>\n  <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>New Zealand Career &#038; Study Resources Centre | MITANZ MITANZ | New Zealand Career &#038; Study Resources Plan Your New Zealand Study, Career &amp; PR Pathway New Zealand offers clear education and career pathways for those seeking long-term success. Choosing the right study option and aligning it with current workforce needs is essential. MITANZ supports [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1132","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/pages\/1132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mitanz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1132"}],"version-history":[{"count":22,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/pages\/1132\/revisions"}],"predecessor-version":[{"id":1160,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/pages\/1132\/revisions\/1160"}],"wp:attachment":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}