{"id":3536,"date":"2026-07-28T05:05:16","date_gmt":"2026-07-28T05:05:16","guid":{"rendered":"https:\/\/irepute.co.in\/gis\/demo\/?page_id=3536"},"modified":"2026-08-17T10:39:23","modified_gmt":"2026-08-17T10:39:23","slug":"student-journey","status":"publish","type":"page","link":"https:\/\/irepute.co.in\/gis\/demo\/academic-programmes\/student-journey\/","title":{"rendered":"Student Journey"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3536\" class=\"elementor elementor-3536\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-77915c6 gis-student-journey elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"77915c6\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8b34cff\" data-id=\"8b34cff\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c18e392 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c18e392\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e678b97\" data-id=\"e678b97\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0fb95e1 elementor-widget elementor-widget-section-head-two\" data-id=\"0fb95e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"section-head-two.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t            <div class=\"section__title text-center\">\n            \t                \t<span class=\"sub-title\">Learning Pathway<\/span>\n            \t\t                            \t<h2 class=\"title tg-svg\">Student  <span class=\"position-relative\"><span class=\"svg-icon\" id=\"svg-788190664\" data-svg-icon=\"https:\/\/irepute.co.in\/gis\/demo\/wp-content\/themes\/eduvalt\/assets\/img\/icons\/title_shape.svg\"><\/span>Journey<\/span> <\/h2>\n\t            \t            \t            \t<p class=\"desc\">Every stage builds upon the previous one, ensuring seamless academic         progression and holistic development.<\/p>\n\t                        <\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-895890c elementor-widget elementor-widget-html\" data-id=\"895890c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n    <div class=\"gis-journey-steps\">\r\n\r\n      <article class=\"gis-journey-step is-active\">\r\n        <div class=\"gis-journey-number\">\r\n          <span>01<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"gis-journey-card\">\r\n          <span class=\"gis-journey-stage\">Stage One<\/span>\r\n\r\n          <h3>Early Years<\/h3>\r\n\r\n          <p>\r\n            Building curiosity, confidence and foundational skills through\r\n            exploration and play.\r\n          <\/p>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gis-journey-step\">\r\n        <div class=\"gis-journey-number\">\r\n          <span>02<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"gis-journey-card\">\r\n          <span class=\"gis-journey-stage\">Stage Two<\/span>\r\n\r\n          <h3>Reception &amp; Primary<\/h3>\r\n\r\n          <p>\r\n            Strengthening academic excellence while nurturing creativity,\r\n            communication and collaboration.\r\n          <\/p>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gis-journey-step\">\r\n        <div class=\"gis-journey-number\">\r\n          <span>03<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"gis-journey-card\">\r\n          <span class=\"gis-journey-stage\">Stage Three<\/span>\r\n\r\n          <h3>Secondary<\/h3>\r\n\r\n          <p>\r\n            Preparing students for higher education, leadership and meaningful\r\n            contributions to a global society.\r\n          <\/p>\r\n        <\/div>\r\n      <\/article>\r\n\r\n    <\/div>\r\n\r\n\r\n\r\n\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", function () {\r\n    document\r\n      .querySelectorAll(\".gis-student-journey\")\r\n      .forEach(function (section) {\r\n        const steps = section.querySelectorAll(\".gis-journey-step\");\r\n\r\n        if (!steps.length) {\r\n          return;\r\n        }\r\n\r\n        let activeStep = 0;\r\n\r\n        function activateStep(index) {\r\n          steps.forEach(function (step, stepIndex) {\r\n            step.classList.toggle(\r\n              \"is-active\",\r\n              stepIndex === index\r\n            );\r\n          });\r\n        }\r\n\r\n        activateStep(activeStep);\r\n\r\n        if (\r\n          !window.matchMedia(\r\n            \"(prefers-reduced-motion: reduce)\"\r\n          ).matches\r\n        ) {\r\n          window.setInterval(function () {\r\n            activeStep = (activeStep + 1) % steps.length;\r\n            activateStep(activeStep);\r\n          }, 3500);\r\n        }\r\n      });\r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-648ce88 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"648ce88\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a1d9d8e\" data-id=\"a1d9d8e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e3a95c6 blue-card elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e3a95c6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-553445b\" data-id=\"553445b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a2f2854 elementor-widget elementor-widget-heading\" data-id=\"a2f2854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready to begin your child's <br>learning journey?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fc9f04 elementor-widget elementor-widget-text-editor\" data-id=\"2fc9f04\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLearn how our play-based approach helps young learners build confidence, friendships, and essential life skills.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-66624fe\" data-id=\"66624fe\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80ba15f e-con-full e-flex e-con e-child\" data-id=\"80ba15f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1bde21b\" data-id=\"1bde21b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-797a3e5 school-btn school-btn-light has-arrow elementor-widget elementor-widget-button\" data-id=\"797a3e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/irepute.co.in\/gis\/demo\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book a Campus Tour<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-862986b school-btn school-btn-outline elementor-widget elementor-widget-button\" data-id=\"862986b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/irepute.co.in\/gis\/demo\/enquiries\/#enquiry-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Enquire Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Learning Pathway Student Journey Every stage builds upon the previous one, ensuring seamless academic progression and holistic development. 01 Stage One Early Years Building curiosity, confidence and foundational skills through [&hellip;]<\/p>\n","protected":false},"author":481,"featured_media":0,"parent":3298,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-3536","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/irepute.co.in\/gis\/demo\/wp-json\/wp\/v2\/pages\/3536","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/irepute.co.in\/gis\/demo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/irepute.co.in\/gis\/demo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/irepute.co.in\/gis\/demo\/wp-json\/wp\/v2\/users\/481"}],"replies":[{"embeddable":true,"href":"https:\/\/irepute.co.in\/gis\/demo\/wp-json\/wp\/v2\/comments?post=3536"}],"version-history":[{"count":83,"href":"https:\/\/irepute.co.in\/gis\/demo\/wp-json\/wp\/v2\/pages\/3536\/revisions"}],"predecessor-version":[{"id":6790,"href":"https:\/\/irepute.co.in\/gis\/demo\/wp-json\/wp\/v2\/pages\/3536\/revisions\/6790"}],"up":[{"embeddable":true,"href":"https:\/\/irepute.co.in\/gis\/demo\/wp-json\/wp\/v2\/pages\/3298"}],"wp:attachment":[{"href":"https:\/\/irepute.co.in\/gis\/demo\/wp-json\/wp\/v2\/media?parent=3536"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}