{"id":5058,"date":"2024-01-24T08:27:09","date_gmt":"2024-01-24T08:27:09","guid":{"rendered":"https:\/\/imt-soft.com\/?page_id=5058"},"modified":"2026-07-23T07:39:15","modified_gmt":"2026-07-23T07:39:15","slug":"edtech","status":"publish","type":"page","link":"https:\/\/imt-soft.com\/en\/expertise\/edtech\/","title":{"rendered":"Edtech"},"content":{"rendered":"\n<section class=\"hero-ai\" style=\"   padding: 90px 20px 90px;\">\n\n    <div class=\"hero-overlay\"><\/div>\n\n    <div class=\"hero-content\">\n\n<span class=\"eyebrow\" style=\"color:#fff; font-size:18px;\">\nEDTECH\n        <\/span>\n        <h2>\nEngineering For The Future <br>of Education Platforms\n        <\/h2>\n\n        <p>\nAs education platforms grow, so do the demands placed on the technology behind them. <br>\nNew learner expectations, growing user bases, connected ecosystems, and emerging<br> AI capabilities are reshaping how education products are built and delivered.<br><br>\nWhether you&#8217;re launching a new platform, expanding an existing one, or preparing for the next stage<br> of growth, IMT Solutions provides the engineering expertise to help you build with confidence.\n\n        <\/p><br>\n\n\n    <\/div>\n\n<\/section>\n\n<style>\n\/* ===========================\n   HERO SECTION\n=========================== *\/\n\n.hero-ai {\n    position: relative;\n\n    min-height: 300px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n \n\n    background-image: url('\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/bg edtech.png');\n    background-size: cover;\n    background-position: center;\n\n    overflow: hidden;\n}\n\n\/* ===========================\n   OVERLAY\n=========================== *\/\n\n.hero-overlay {\n    position: absolute;\n    inset: 0;\n\n    background:\n        linear-gradient(\n            180deg,\n            rgba(0,0,0,0.30),\n            rgba(0,0,0,0.45)\n        );\n}\n\n\/* ===========================\n   CONTENT BOX\n=========================== *\/\n\n.hero-content {\n    position: relative;\n    z-index: 2;\n\n    width: 100%;\n    max-width: 1100px;\n\n    text-align: center;\n\n\n    border-radius: 28px;\n\n    background: rgba(13, 76, 142, 0.80);\n\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n\n    border: 1px solid rgba(255,255,255,0.10);\n\n    box-shadow:\n        0 24px 60px rgba(0,0,0,0.30);\n}\n\n\/* ===========================\n   HEADING\n=========================== *\/\n\n.hero-content h2 {\n    margin: 0 0 24px;\n\n    color: #ffffff;\n\n    font-size: 60px;\n    font-weight: 700;\n    line-height: 1.08;\n\n    letter-spacing: -1.5px;\n\n    text-align: center;\n\n    text-shadow:\n        0 6px 18px rgba(0,0,0,0.45);\n}\n\n\/* ===========================\n   SUBHEADING\n=========================== *\/\n\n.hero-content p {\n    max-width: 800px;\n\n    margin: 0 auto;\n\n    color: rgba(255,255,255,0.95);\n\n    font-size: 16px;\n    line-height: 1.9;\n\n    text-align: center;\n}\n\n.hero-content p strong {\n    font-weight: 800;\n}\n\n\/* ===========================\n   BUTTONS\n=========================== *\/\n\n.hero-buttons {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n\n    gap: 18px;\n\n    flex-wrap: wrap;\n}\n.hero-buttons .btn-primary,\n.hero-buttons .btn-outline {\n    font-weight: 900 !important;\n}\n.hero-buttons a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n \n    min-width: 260px;\n    height: 54px;\n\n    padding: 0 34px;\n\n    border-radius: 999px;\n\n    text-decoration: none;\n\n    font-size: 16px;\n\n    transition:\n        all .25s ease;\n}\n\n\/* ===========================\n   PRIMARY BUTTON\n=========================== *\/\n\n.btn-primary {\n    background: #ffffff !important;\n\n    color: #0d4c8e;\n\n    font-weight: 800;\n\n    border: 1px solid #ffffff;\n\n    box-shadow:\n        0 10px 28px rgba(0,0,0,0.20);\n}\n\n.btn-primary:hover {\n    transform: translateY(-3px);\n   background: #ffffff;\n}\n\n\/* ===========================\n   OUTLINE BUTTON\n=========================== *\/\n\n.btn-outline {\n    background: transparent;\n\n    border: 1.5px solid #fff;\n\n    color: #ffffff;\n\n    font-weight: 400;\n}\n\n.btn-outline:hover {\n    transform: translateY(-3px);\n\n   color:#ffffff;\n\n    border-color: #ffffff;\n}\n\n\/* ===========================\n   TABLET\n=========================== *\/\n\n@media (max-width: 1024px) {\n .hero-ai {\n        padding: 100px 16px;\n    }\n    .hero-content {\n        padding: 48px 36px;\n    }\n\n    .hero-content h2 {\n        font-size: 36px;\n    }\n\n    .hero-content p {\n        font-size: 16px;\n    }\n}\n\n\/* ===========================\n   MOBILE\n=========================== *\/\n\n@media (max-width: 768px) {\n\n    .hero-ai {\n        padding: 100px 16px;\n    }\n\n    .hero-content {\n        padding: 36px 22px;\n\n        border-radius: 20px;\n    }\n\n    .hero-content h2 {\n        font-size: 36px;\n        line-height: 1.2;\n    }\n\n    .hero-content p {\n        font-size: 16px;\n        line-height: 1.8;\n    }\n\n    .hero-buttons {\n        flex-direction: column;\n    }\n\n    .hero-buttons a {\n        width: 100%;\n        min-width: unset;\n    }\n}\n\n\/* ===========================\n   SMALL MOBILE\n=========================== *\/\n\n@media (max-width: 480px) {\n\n    .hero-content h2 {\n        font-size: 36px;\n    }\n\n    .hero-content p {\n        font-size: 14px;\n    }\n\n    .hero-buttons a {\n        height: 52px;\n        font-size: 14px;\n    }\n}\n<\/style>\n\n\n\n<style>\n\/* ==========================\nOUTCOMES SECTION\n========================== *\/\n\n.ai-outcomes{\n    padding:100px 0px;\n}\n.ai-outcomes .eyebrow {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: #2f5bea;\n  margin-bottom: 16px;\n}\n.ai-outcomes-1{\n    padding:100px 0;\nbackground: #f7f8fa;\n}\n\n.ai-outcomes-container{\n    max-width:1200px;\n    margin:0 auto;\n}\n\n.ai-outcomes .eyebrow{\n    display:inline-block;\n    margin-bottom:16px;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    color:#2f5bea;\n}\n\n.ai-outcomes h2{\n    margin:0 0 24px;\n    max-width:1000px;\n    font-size:48px;\n    line-height:1.05;\n    font-weight:800;\n    letter-spacing:-2px;\n}\n.ai-outcomes-1 h2{\n    margin:0 0 24px;\n    max-width:1000px;\n    font-size:48px;\n    line-height:1.05;\n    font-weight:800;\n    letter-spacing:-2px;\n}\n.ai-outcomes-intro{\n    margin:0 0 60px;\n    font-size:16px;\n    line-height:1.8;\n    color:#62708a;\n}\n\n\/* ==========================\nGRID\n========================== *\/\n\n.ai-outcomes-grid-five{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:30px;\n}\n\n\/* ==========================\nCARD\n========================== *\/\n\n.ai-outcome-box{\n    background:#fff;\n    border:1px solid #d8dde8;\n    border-radius:18px;\n    padding:28px 20px 28px 20px;\n    min-height:250px;\n\n    display:flex;\n    flex-direction:column;\n\n    transition:all .3s ease;\n}\n\n.ai-outcome-box:hover{\n    border-top:5px solid #24689a;\n    transform:translateY(-4px);\n    box-shadow:0 14px 28px rgba(0,0,0,.08);\n}\n\n\/* ==========================\nTITLE\n========================== *\/\n\n.ai-outcome-box h3{\n    margin:0;\n    height:70px;\n\n    display:flex;\n\n\n    text-align: left;\n\n    font-size:20px;\n    line-height:1.45;\n    font-weight:800;\n}\n\n\/* ==========================\nDESCRIPTION\n========================== *\/\n\n.ai-outcome-box p{\n    margin:0;\n    font-size:16px;\n    line-height:1.8;\n    color:#62708a;\n}\n\n\/* ==========================\nTABLET\n========================== *\/\n\n@media (max-width:1024px){\n\n    .ai-outcomes{\n        padding:80px 20px;\n    }\n\n    .ai-outcomes h2{\n        font-size:38px;\n        line-height:1.1;\n    }\n\n    .ai-outcomes-intro{\n        margin-bottom:45px;\n    }\n\n    .ai-outcomes-grid-five{\n        grid-template-columns:repeat(2,1fr);\n        gap:24px;\n    }\n\n    .ai-outcome-box{\n        min-height:230px;\n    }\n\n    .ai-outcome-box h3{\n        height:64px;\n        font-size:20px;\n    }\n\n    .ai-outcome-box p{\n        font-size:16px;\n    }\n\n}\n\n\/* ==========================\nMOBILE\n========================== *\/\n\n@media (max-width:767px){\n\n    .ai-outcomes{\n        padding:60px 16px;\n    }\n\n    .ai-outcomes h2{\n        font-size:36px;\n        line-height:1.15;\n        letter-spacing:-1px;\n    }\n\n    .ai-outcomes-intro{\n        margin-bottom:35px;\n        font-size:16px;\n        line-height:1.7;\n    }\n\n    .ai-outcomes-grid-five{\n        grid-template-columns:1fr;\n        gap:20px;\n    }\n\n    .ai-outcome-box{\n        min-height:auto;\n        padding:24px;\n    }\n\n    .ai-outcome-box h3{\n        height:auto;\n        min-height:56px;\n        font-size:20px;\n        line-height:1.4;\n    }\n\n    .ai-outcome-box p{\n        font-size:16px;\n        line-height:1.7;\n    }\n\n}\n<\/style>\n\n<section class=\"ai-outcomes\" style=\" background: #f7f8fa;\">\n     <div class=\"container\">\n     <div class=\"ai-outcomes-container container\">\n<span class=\"eyebrow\" style=\" font-size:12px;\">\nREALITY\n        <\/span>\n        <h2>\n      Every Education Platform Reaches A Turning Point\n        <\/h2>\n\n        <p class=\"ai-outcomes-intro\">\n     Every stage of growth introduces new challenges in performance, scalability, integration, and maintainability. <br>What worked in the early stages often becomes harder to maintain as users increase, systems become<br> more connected, and new technologies continue to emerge.\n        <\/p>\n\n        <div class=\"ai-outcomes-grid-five\">\n\n            <div class=\"ai-outcome-box\">\n                <h3>Building new digital learning experiences<\/h3>\n                <p>\n        Launching a learning platform requires more than software development. It needs the right architecture, user experience, and foundation to support future growth.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-outcome-box\">\n                <h3>Scaling without compromising performance<\/h3>\n                <p>\n           Growing numbers of learners, educators, and digital content place increasing demands on platform reliability and system performance.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-outcome-box\">\n                <h3>Connecting fragmented <br>systems<\/h3>\n                <p>\n           Education platforms often need to integrate with student information systems, payment services, communication tools, identity providers, mobile applications, and other third-party platforms.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-outcome-box\">\n                <h3>Keeping up with changing expectations<\/h3>\n                <p>\n             Learners expect seamless digital experiences across devices, while educators need tools that simplify teaching, collaboration, and content management.\n                <\/p>\n            <\/div>\n\n <div class=\"ai-outcome-box\">\n                <h3>Modernizing for long-term growth<\/h3>\n                <p>\n     Legacy systems, technical debt, and outdated architectures can slow product innovation and make future enhancements more difficult.\n                <\/p>\n            <\/div>\n\n <div class=\"ai-outcome-box\">\n                <h3>Exploring practical AI opportunities<\/h3>\n                <p>\nMany organizations are beginning to evaluate where AI can improve learning experiences, automate routine work, and support educators\u2014without adding unnecessary complexity.\n                <\/p>\n            <\/div>\n\n    <\/div>\n    <\/div>\n   <\/div>\n<\/section>\n\n\n\n<style>\n\/* =====================================================\nENGINEERING SECTION\n===================================================== *\/\n\n.engineering-section{\n    padding:100px 0;\n    background:#fff;\n}\n\n.engineering-container{\n    max-width:1200px;\n    margin:0 auto;\n}\n\n.engineering-section h2{\n    margin:0 0 24px;\n    max-width:1200px;\n    font-size:48px;\n    line-height:1.05;\n    font-weight:800;\n    letter-spacing:-2px;\n}\n\n.engineering-intro{\n    margin:0 0 60px;\n    font-size:16px;\n    line-height:1.8;\n    color:#62708a;\n}\n\n\/* =====================================================\nGRID\n===================================================== *\/\n\n.engineering-grid{\n    display:grid;\n    grid-template-columns:repeat(6,1fr);\n    column-gap:30px;   \/* kho\u1ea3ng c\u00e1ch ngang *\/\n    row-gap:50px;      \n}\n\n.engineering-card:nth-child(1){\n    grid-column:span 2;\n}\n\n.engineering-card:nth-child(2){\n    grid-column:span 2;\n}\n\n.engineering-card:nth-child(3){\n    grid-column:span 2;\n}\n\n.engineering-card:nth-child(4){\n    grid-column:1 \/ span 3;\n}\n\n.engineering-card:nth-child(5){\n    grid-column:4 \/ span 3;\n}\n\/* =====================================================\nCARD\n===================================================== *\/\n\n.engineering-card{\n    background:#fff;\n    border:1px solid #d8dde8;\n    border-radius:18px;\n    padding:28px 20px;\n    min-height:170px;\n\n    display:flex;\n    flex-direction:column;\n\n    transition:all .3s ease;\n}\n\n.engineering-card:hover{\n    border-top:5px solid #24689a;\n    transform:translateY(-4px);\n    box-shadow:0 14px 28px rgba(0,0,0,.08);\n}\n\n\/* =====================================================\nTITLE\n===================================================== *\/\n\n.engineering-card h3{\n    margin:0;\n    height:40px;\n\n    display:flex;\n    align-items:flex-start;\n\n    font-size:20px;\n    line-height:1.45;\n    font-weight:800;\n}\n\n\/* =====================================================\nDESCRIPTION\n===================================================== *\/\n\n.engineering-card p{\n    margin:0;\n    font-size:16px;\n    line-height:1.8;\n    color:#62708a;\n}\n\n\/* =====================================================\nTABLET\n===================================================== *\/\n\n@media (max-width:1024px){\n\n    .engineering-section{\n        padding:80px 20px;\n    }\n\n    .engineering-section h2{\n        font-size:38px;\n        line-height:1.1;\n    }\n\n    .engineering-intro{\n        margin-bottom:45px;\n    }\n\n    .engineering-grid{\n        grid-template-columns:repeat(2,1fr);\n        column-gap:24px;\n        row-gap:24px;\n    }\n\n    \/* Reset Desktop Layout *\/\n    .engineering-card:nth-child(1),\n    .engineering-card:nth-child(2),\n    .engineering-card:nth-child(3),\n    .engineering-card:nth-child(4),\n    .engineering-card:nth-child(5){\n        grid-column:auto;\n    }\n\n    \/* Card cu\u1ed1i full width *\/\n    .engineering-card:nth-child(5){\n        grid-column:1 \/ -1;\n    }\n\n    .engineering-card{\n        min-height:200px;\n    }\n\n    .engineering-card h3{\n        height:40px;\n        font-size:20px;\n    }\n\n}\n\n\/* =====================================================\nMOBILE\n===================================================== *\/\n\n@media (max-width:767px){\n\n    .engineering-section{\n        padding:60px 16px;\n    }\n\n    .engineering-section h2{\n        font-size:36px;\n        line-height:1.15;\n        letter-spacing:-1px;\n    }\n\n    .engineering-intro{\n        margin-bottom:35px;\n        font-size:16px;\n        line-height:1.7;\n    }\n\n    .engineering-grid{\n        grid-template-columns:1fr;\n        gap:20px;\n    }\n\n    \/* Reset Desktop Layout *\/\n    .engineering-card:nth-child(1),\n    .engineering-card:nth-child(2),\n    .engineering-card:nth-child(3),\n    .engineering-card:nth-child(4),\n    .engineering-card:nth-child(5){\n        grid-column:auto;\n    }\n\n    .engineering-card{\n        min-height:auto;\n        padding:24px;\n    }\n\n    .engineering-card h3{\n        height:auto;\n        min-height:56px;\n        font-size:20px;\n        line-height:1.4;\n    }\n\n    .engineering-card p{\n        font-size:16px;\n        line-height:1.7;\n    }\n\n}\n<\/style>\n\n<section class=\"engineering-section\">\n\n    <div class=\"container\">\n\n        <div class=\"engineering-container container\">\n\n            <h2>\n                Engineering That Supports Every Stage Of Your Platform\n            <\/h2>\n\n            <p class=\"engineering-intro\">\n                Every education organization has different priorities. As technology evolves and business needs change,<br> education platforms must continue evolving to support future growth and stay ready for what&#8217;s next.\n                <br><br>\n                Our role is to provide the engineering expertise that helps move those priorities forward.\n            <\/p>\n\n            <div class=\"engineering-grid\">\n\n                <div class=\"engineering-card\">\n                    <h3>Product Development<\/h3>\n                    <p>\n                        Build secure, scalable education platforms for web and mobile from the ground up.\n                    <\/p>\n                <\/div>\n\n                <div class=\"engineering-card\">\n                    <h3>Platform Modernization<\/h3>\n                    <p>\n                        Improve existing applications, modernize architecture, and prepare your platform for future growth.\n                    <\/p>\n                <\/div>\n\n                <div class=\"engineering-card\">\n                    <h3>System Integration<\/h3>\n                    <p>\n                        Connect your platform with third-party services, enterprise systems, communication tools, and external APIs.\n                    <\/p>\n                <\/div>\n\n                <div class=\"engineering-card\">\n                    <h3>AI Enablement<\/h3>\n                    <p>\n                        Introduce AI capabilities where they create meaningful value for learners, educators, and platform operations.\n                    <\/p>\n                <\/div>\n\n                <div class=\"engineering-card\">\n                    <h3>Continuous Engineering Support<\/h3>\n                    <p>\n                        Support ongoing development, optimization, maintenance, and platform evolution as your business grows.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<style>\n\n\/* ===========================\n   Healthcare Services Section\n=========================== *\/\n\n.financial-service-section{\n    padding:100px 20px;\n}\n\n.financial-service-container{\n    max-width:1200px;\n    margin:auto;\n}\n\n.financial-service-heading{\n    margin-bottom:55px;\n}\n\n.financial-service-heading h2{\n    font-size:48px;\n    font-weight:700;\n    line-height:1.1;\n    margin-bottom:20px;\n}\n\n.financial-service-heading p{\n    font-size:16px;\n    color:#6b7690;\n    line-height:1.8;\n}\n\n\/* Grid *\/\n\n.financial-service-grid{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:20px;\n    align-items:stretch;\n}\n\n\/* Card *\/\n\n.financial-service-card{\n    border:1px solid #dbe4ef;\n    border-radius:18px;\n    overflow:hidden;\n    background:#fff;\n    transition:.3s;\n\n    display:flex;\n    flex-direction:column;\n}\n\n.financial-service-card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 15px 40px rgba(0,0,0,.08);\n}\n\n\/* Image *\/\n\n.financial-service-image{\n    height:180px;\n    overflow:hidden;\n}\n\n.financial-service-image img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    display:block;\n}\n\n\/* Content *\/\n\n.financial-service-content{\n    padding:20px;\n    display:flex;\n    flex-direction:column;\n    flex:1;\n}\n\n.financial-service-content h3{\n    font-size:20px;\n    line-height:1.35;\n    margin-bottom:18px;\n}\n\n.financial-service-content p{\n    color:#69758f;\n    line-height:1.8;\n    margin-bottom:22px;\n}\n\n.financial-service-content ul{\n    padding-left:18px;\n    margin-bottom:24px;\n}\n\n.financial-service-content li{\n    margin-bottom:10px;\n    color:#5d6780;\n    line-height:1.6;\n}\n\n\/* Case Study *\/\n\n.case-study{\n    margin-top:auto;\n\n    border:1px solid #24689a;\n    border-radius:12px;\n\n    padding:18px 20px;\n\n    min-height:110px;\n\n    display:flex;\n    align-items:flex-start;\n}\n\n.case-study a{\n    text-decoration:none;\n    color:inherit;\n    width:100%;\n}\n\n.case-study strong{\n    font-weight:700;\n}\n\n.case-study p{\n    margin:8px 0 0;\n    color:#000;\n    font-size:14px;\n    line-height:1.5;\n}\n\n\/* Responsive *\/\n\n@media(max-width:991px){\n\n    .financial-service-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .financial-service-heading h2{\n        font-size:36px;\n    }\n\n}\n\n@media(max-width:767px){\n\n    .financial-service-grid{\n        grid-template-columns:1fr;\n    }\n\n}\n\n@media(max-width:576px){\n\n    .financial-service-section{\n        padding:60px 20px;\n    }\n\n    .financial-service-heading h2{\n        font-size:32px;\n    }\n\n    .financial-service-content{\n        padding:22px;\n    }\n\n}\n\n<\/style>\n\n\n<section style=\"background: #f7f8fa;\">\n<div class=\"financial-service-section container\">\n<div class=\"financial-service-container container\">\n\n<div class=\"financial-service-heading\">\n\n<h2>\nSupporting The Education Ecosystem\n<\/h2>\n\n<p>\nOur experience spans multiple education platforms and digital learning environments.\n<\/p>\n\n<\/div>\n\n<div class=\"financial-service-grid\">\n\n<!-- Card 1 -->\n\n<div class=\"financial-service-card\">\n\n<div class=\"financial-service-image\">\n<img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/Learning &amp; Training Platforms.jpg\" alt=\"Learning-Training-Platforms\">\n<\/div>\n\n<div class=\"financial-service-content\">\n\n<h3>Learning &amp; Training Platforms<\/h3>\n\n<ul>\n<li>Learning Management Systems (LMS)<\/li>\n<li>Virtual classrooms and live learning platforms<\/li>\n<li>Mobile learning applications (iOS &amp; Android)<\/li>\n<li>Corporate training and e-learning platforms<\/li>\n<li>Content management and learning delivery<\/li>\n<\/ul>\n\n\n\n<\/div>\n\n<\/div>\n\n<!-- Card 2 -->\n\n<div class=\"financial-service-card\">\n\n<div class=\"financial-service-image\">\n<img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/Education Management Systems.jpg\" alt=\"Education-Management-Systems\">\n<\/div>\n\n<div class=\"financial-service-content\">\n\n<h3>Education Management Systems<\/h3>\n\n\n<ul>\n<li>School Management Systems (SMS)<\/li>\n<li>Student Information Systems (SIS)<\/li>\n<li>Teacher, student, and parent portals<\/li>\n<li>Attendance, scheduling, and academic administration<\/li>\n<li>Communication and engagement tools<\/li>\n<\/ul>\n\n<div class=\"case-study\">\n    <a href=\"https:\/\/www.imt-soft.com\/en\/company\/case-studies\/optimizing-school-operations-with-management-information-systems\/\" style=\"text-decoration: none; color: inherit;\" target=\"_blank\" rel=\"noopener noreferrer\">\n        <strong style=\"font-weight:700;\"><i>Read Case Study:<\/i><\/strong>\n        <p style=\"color:#000;font-size:14px;\">School Management Information System<\/p>\n    <\/a>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<!-- Card 3 -->\n\n<div class=\"financial-service-card\">\n\n<div class=\"financial-service-image\">\n<img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/Assessment &amp; Learning Experience.jpg\" alt=\"Assessment-Learning-Experience\">\n<\/div>\n\n<div class=\"financial-service-content\">\n\n<h3>Assessment &amp; Learning Experience<\/h3>\n\n\n<ul>\n<li>Assessment and examination platforms<\/li>\n<li>Grading and reporting workflows<\/li>\n<li>Learning analytics and performance tracking<\/li>\n<li>Personalized learning experiences<\/li>\n<li>Gamification and learner engagement features<\/li>\n<\/ul>\n\n\n<\/div>\n\n<\/div>\n\n<!-- Card 4 -->\n\n<div class=\"financial-service-card\">\n\n<div class=\"financial-service-image\">\n<img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/Platform Integration &amp; Ecosystem.png\" alt=\"Platform-Integration-Ecosystem\">\n<\/div>\n\n<div class=\"financial-service-content\">\n\n<h3>Platform Integration &amp; Ecosystem<\/h3>\n\n\n<ul>\n<li>Student Information Systems (SIS)<\/li>\n<li>Communication platforms<\/li>\n<li>SMS, email, and push notifications<\/li>\n<li>Payment gateways<\/li>\n<li>Enterprise systems and third-party APIs<\/li>\n<\/ul>\n\n\n<\/div>\n\n<\/div>\n\n<\/div>\n<\/div>\n\n<\/div>\n<\/section>\n\n\n\n<style>\n\/* ==========================================\nAI VALUE SECTION\n========================================== *\/\n\n.ai-value{\n    padding:100px 20px;\n    background:#fff;\n}\n\n.ai-value-container{\n    max-width:1200px;\n    margin:auto;\n}\n\n.ai-value-header{\n    max-width:820px;\n    margin-bottom:60px;\n}\n\n.ai-value-header h2{\n    margin:0 0 24px;\n    font-size:52px;\n    line-height:1.08;\n    font-weight:800;\n    letter-spacing:-2px;\n\n}\n\n.ai-value-header p{\n    margin:0;\n    font-size:18px;\n    line-height:1.9;\n    color:#62708a;\n}\n\n\/* ==========================================\nGRID\n========================================== *\/\n\n.ai-value-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:30px;\n}\n\n\/* ==========================================\nCARD\n========================================== *\/\n\n.ai-value-card{\n    background:#fff;\n    border:1px solid #dde3ef;\n    border-radius:18px;\n    padding:22px;\n    transition:.3s ease;\n}\n\n.ai-value-card:hover{\n    transform:translateY(-4px);\n    border-top:5px solid #24689a;\n    box-shadow:0 16px 32px rgba(0,0,0,.08);\n}\n\n\/* ==========================================\nICON\n========================================== *\/\n\n.ai-value-icon{\n    width:48px;\n    height:48px;\n    border:1px solid #2f5bea;\n    border-radius:12px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    margin-bottom:22px;\n}\n\n.ai-value-icon img{\n    width:22px;\n    height:22px;\n    object-fit:contain;\n}\n\n\/* ==========================================\nTEXT\n========================================== *\/\n\n.ai-value-card h3{\n    margin:0 0 18px;\n    font-size:20px;\n    line-height:1.4;\n    font-weight:800;\n}\n\n.ai-value-card p{\n    margin:0;\n    font-size:16px;\n    line-height:1.8;\n    color:#62708a;\n}\n\n\/* ==========================================\nTABLET\n========================================== *\/\n\n@media(max-width:1024px){\n\n    .ai-value{\n        padding:80px 20px;\n    }\n\n    .ai-value-header h2{\n        font-size:42px;\n    }\n\n    .ai-value-grid{\n        grid-template-columns:repeat(2,1fr);\n        gap:24px;\n    }\n\n}\n\n\/* ==========================================\nMOBILE\n========================================== *\/\n\n@media(max-width:767px){\n\n    .ai-value{\n        padding:60px 16px;\n    }\n\n    .ai-value-header{\n        margin-bottom:40px;\n    }\n\n    .ai-value-header h2{\n        font-size:34px;\n        line-height:1.2;\n        letter-spacing:-1px;\n    }\n\n    .ai-value-header p{\n        font-size:16px;\n        line-height:1.7;\n    }\n\n    .ai-value-grid{\n        grid-template-columns:1fr;\n        gap:20px;\n    }\n\n    .ai-value-card{\n        padding:20px;\n    }\n\n}\n<\/style>\n\n<section class=\"ai-value container\">\n\n    <div class=\"ai-value-container container\">\n\n        <div class=\"ai-value-header \">\n\n            <h2>\n                Add AI Where It Creates Real Value\n            <\/h2>\n\n            <p>\n                AI isn&#8217;t about replacing educators. It&#8217;s about making learning platforms more effective, efficient, and engaging. We help organizations introduce practical AI capabilities that support both learning experiences and operational workflows.\n            <\/p>\n\n        <\/div>\n\n        <div class=\"ai-value-grid\">\n\n            <div class=\"ai-value-card\">\n                <div class=\"ai-value-icon\">\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/Personalized learning journeys.png\" alt=\"Personalized-learning-journeys\">\n                <\/div>\n\n                <h3>Personalized learning journeys<\/h3>\n\n                <p>\n                    Recommend learning content based on learner behavior, progress, and performance.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-value-card\">\n                <div class=\"ai-value-icon\">\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/AI-assisted content creation.png\" alt=\"AI-assisted-content-creation\">\n                <\/div>\n\n                <h3>AI-assisted content creation<\/h3>\n\n                <p>\n                    Help educators create quizzes, exercises, summaries, and learning materials more efficiently.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-value-card\">\n                <div class=\"ai-value-icon\">\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/Intelligent assessments.png\" alt=\"Intelligent-assessments\">\n                <\/div>\n\n                <h3>Intelligent assessments<\/h3>\n\n                <p>\n                    Reduce manual grading while providing faster, more consistent feedback.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-value-card\">\n                <div class=\"ai-value-icon\">\n                      <img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/AI learning assistants.png\" alt=\"AI-learning-assistants\">\n                <\/div>\n\n                <h3>AI learning assistants<\/h3>\n\n                <p>\n                    Support learners with instant guidance and self-service assistance throughout their learning journey.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-value-card\">\n                <div class=\"ai-value-icon\">\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/Learning analytics.png\" alt=\"Learning-analytics\">\n                <\/div>\n\n                <h3>Learning analytics<\/h3>\n\n                <p>\n                    Transform learning data into insights that help improve engagement, retention, and educational outcomes.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-value-card\">\n                <div class=\"ai-value-icon\">\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/Workflow automation.png\" alt=\"Workflow-automation\">\n                <\/div>\n\n                <h3>Workflow automation<\/h3>\n\n                <p>\n                    Automate enrollment, notifications, reporting, certifications, and other repetitive administrative processes.\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<section style=\" background: #f7f8fa;\"> \n    <div class=\"container\">\n\n    \n    <div class=\"container ai-reality-container\">\n    <h2>\n  \nThe Engineering Team Behind Your Next Stage of Growth\n    <\/h2>\n   <p>We combine deep engineering expertise with education domain experience to help you build, scale, and evolve digital learning platforms with confidence.\n<\/p>\n\n    <div class=\"ai-reality-grid\">\n\n      <div class=\"ai-reality-card\">\n        <h3>Education platform expertise<\/h3>\n        <p>\nWe support the growth of digital education products and platforms across global markets through our extensive engineering experience.\n        <\/p>\n \n\n      <\/div>\n\n      <div class=\"ai-reality-card\">\n        <h3>Collaborative engineering team<\/h3>\n<p>\nApplying the friendshore collaboration model, we partner closely with your team to ensure smooth collaboration, clear communication, and reliable delivery.\n        <\/p>\n\n\n      <\/div>\n\n      <div class=\"ai-reality-card\">\n        <h3>Long-term partnership<\/h3>\n\n        <p>\nWe believe successful partnerships are built on transparency and measurable progress, supporting your platform from the first release to every stage of its development.\n        <\/p>\n\n\n      <\/div>\n    <\/div>\n\n  <a href=\"\/company\/how-we-work\/\" class=\"framework-btn-1 mt-5\">\nExplore How IMT Delivers Reliable Engineering Execution\n\n\n               \n                <\/a>\n   \n   <\/div>\n   <\/div>\n<\/section>\n\n<style>\n\n\/* =========================\n   REALITY SECTION\n========================= *\/\n\n.ai-reality-container .eyebrow {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #2f5bea;\n    margin-bottom: 16px;\n}\n\n.ai-reality-container{\n   padding:100px 0;\n}\n\n.ai-reality-container h2{\n    margin:0 0 30px;\n    font-size:48px;\n    line-height:1.05;\n    font-weight:800;\n    letter-spacing:-2px;\n}\n .ai-reality-container > p{\n    font-size:16px;\n    line-height:1.9;\n    color:#5F6F8F;\n    margin-bottom:50px;\n}\n\n\/* =========================\n   CARDS\n========================= *\/\n\n.ai-reality-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:30px;\n}\n\n.ai-reality-card{\n    background:#ffffff;\n    border:1px solid #e4eaf2;\n    border-radius:24px;\n    padding: 30px 20px 30px 20px;\n    transition:.3s ease;\n height:250px;\n}\n\n.ai-reality-card:hover{\n    transform:translateY(-6px);\n    box-shadow:0 20px 40px rgba(0,0,0,.08);\n}\n\n.ai-reality-card h3{\n    margin:0 0 20px;\n    font-size:20px;\n    line-height:1.2;\n    font-weight:800;\n}\n\n.ai-reality-card p{\ncolor: #62708a;\n    font-size:16px;\n    line-height:1.8;\n    margin-top: 20px;\n}\n\n\/* =========================\n   NOTE\n========================= *\/\n\n.ai-reality-note{\n    text-align:center;\n    margin-top:35px;\n    font-size:20px;\n    font-style:italic;\n    color:#6a7c99;\n}\n\/* ==========================\n   BUTTON\n========================== *\/\n\n.framework-btn-1 {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    border: 1px solid #0d4c8e;\n    margin-top: 24px;\n    padding: 16px 20px;\n\n    background: #0d4c8e;\n    color: #fff !important;\n    text-decoration: none !important;\n\n    border-radius: 999px;\n    width: 500px;\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.4;\n\n    transition: all .3s ease;\n}\n\n.framework-btn-1:hover {\n    background: #0d4c8e;\n    color: #fff !important;\n    text-decoration: none !important;\n  transform: translateY(-4px);\n}\n\n.framework-btn-1 svg {\n    transition: transform .3s ease;\n    width: 20px;\n}\n\n.framework-btn-1:hover svg {\n    transform: translateX(4px);\n}\n\/* =========================\n   TABLET\n========================= *\/\n\n@media (max-width:1024px){\n\n    .ai-reality-container{\n        padding:80px 0px;\n    }\n\n    .ai-reality-container h2{\n        font-size:36px;\n        line-height:1.15;\n    }\n\n .ai-reality-container > p{\n        font-size:18px;\n    }\n\n    .ai-reality-grid{\n        grid-template-columns:repeat(2,1fr);\n        gap:20px;\n    }\n}\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media (max-width:768px){\n\n    .ai-reality-container{\n        padding:60px 0px;\n    }\n.framework-btn-1 {\n    width: 360px;\n\n}\n    .ai-reality-container h2{\n        font-size:36px;\n        line-height:1.2;\n        letter-spacing:-1px;\n        margin-bottom:20px;\n    }\n\n\n .ai-reality-container > p{\n        font-size:16px;\n        line-height:1.8;\n        margin-bottom:30px;\n    }\n\n    .ai-reality-grid{\n        grid-template-columns:1fr;\n        gap:18px;\n    }\n\n    .ai-reality-card{\n        padding:24px;\n        border-radius:18px;\n    }\n\n    .ai-reality-card h3{\n        font-size:20px;\n    }\n\n    .ai-reality-card p{\n        font-size:16px;\n        line-height:1.8;\n    }\n\n    .ai-reality-note{\n        font-size:16px;\n        line-height:1.7;\n        margin-top:25px;\n    }\n}\n\n\/* =========================\n   SMALL MOBILE\n========================= *\/\n\n@media (max-width:480px){\n.framework-btn-1 {\n    width: 300px;\n\n}\n    .ai-reality-container h2{\n        font-size:36px;\n    }\n\n    .ai-reality-card{\n        padding:20px;\n    }\n\n    .ai-reality-card h3{\n        font-size:20px;\n    }\n\n    .ai-reality-card p{\n        font-size:16px;\n    }\n\n    .ai-reality-note{\n        font-size:16px;\n    }\n}\n\n<\/style>\n\n\n\n<style>\n\/*==================================\nSECTION\n==================================*\/\n.trust-experience{\n    padding:100px 20px;\n}\n.trust-experience-container{\n    max-width:1200px;\n    margin:auto;\n}\n.trust-experience h2{\n    font-size:48px;\n    line-height:1.08;\n    font-weight:800;\n    letter-spacing:-2px;\n    margin-bottom:24px;\n    max-width:900px;\n}\n.trust-experience-intro{\n    max-width:860px;\n    font-size:16px;\n    line-height:1.8;\n    color:#5f6c82;\n    margin-bottom:60px;\n}\n\/*==================================\nGRID\n==================================*\/\n.trust-feature-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n}\n\/*==================================\nCARD\n==================================*\/\n.trust-feature-card{\n    background:#fff;\n    border:1px solid #d9dee8;\n    border-radius:20px;\n    height:64px;              \/* d\u00f9ng height thay v\u00ec min-height *\/\n    padding:0 0 0 20px;\n    display:flex;\n    align-items:center;\n    box-sizing:border-box;\n}\n.trust-feature-card:hover{\n    transform:translateY(-4px);\n    border-color:#2F5BEA;\n    box-shadow:0 12px 28px rgba(0,0,0,.08);\n}\n\/*==================================\nICON\n==================================*\/\n.trust-feature-icon{\n    width:48px;\n    height:48px;\n    flex-shrink:0;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n}\n.trust-feature-icon img{\n    width:42px;\n    height:42px;\n    object-fit:contain;\n    display:block;\n}\n\/*==================================\nTEXT\n==================================*\/\n.trust-feature-card h3{\n    margin:0 !important;      \/* Quan tr\u1ecdng *\/\n    padding:0 !important;\n    font-size:18px;\n    font-weight:500;\n    line-height:1.2;\n}\n\/*==================================\nTABLET\n==================================*\/\n@media (max-width:1024px){\n    .trust-feature-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n    .trust-experience h2{\n        font-size:36px;\n    }\n    .trust-feature-card h3{\n        font-size:20px;\n    }\n}\n\/*==================================\nMOBILE\n==================================*\/\n@media (max-width:767px){\n    .trust-experience{\n        padding:60px 16px;\n    }\n    .trust-feature-grid{\n        grid-template-columns:1fr;\n    }\n    .trust-experience h2{\n        font-size:36px;\n    }\n    .trust-experience-intro{\n        font-size:16px;\n    }\n  \n    .trust-feature-card h3{\n        font-size:20px;\n    }\n    .trust-feature-icon{\n        width:40px;\n        height:40px;\n    }\n    .trust-feature-icon img{\n        width:36px;\n        height:36px;\n    }\n}\n<\/style>\n<\/head>\n<body>\n<section class=\"trust-experience container\">\n    <div class=\"trust-experience-container container\">\n        <h2>Secure Learning Starts with Secure Platforms<\/h2>\n        <p class=\"trust-experience-intro\">\n     Education platforms manage sensitive information and support critical learning activities. Reliability, security, and maintainability should be considered from the beginning and carried through every decision along the way.<br><br>\nOur engineering teams follow structured development practices designed to support secure, stable, and scalable software delivery.\n        <\/p>\n        <div class=\"trust-feature-grid\">\n            <div class=\"trust-feature-card\">\n              \n                <h3>Secure software development<\/h3>\n            <\/div>\n            <div class=\"trust-feature-card\">\n                <h3>ISO 27001 certified processes<\/h3>\n            <\/div>\n            <div class=\"trust-feature-card\">\n                <h3>GDPR-aware engineering<\/h3>\n            <\/div>\n            <div class=\"trust-feature-card\">\n                <h3>Continuous quality assurance<\/h3>\n            <\/div>\n            <div class=\"trust-feature-card\">\n                <h3>DevOps and cloud deployment support<\/h3>\n            <\/div>\n            <div class=\"trust-feature-card\">\n                <h3>Long-term platform maintainability<\/h3>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section class=\"hero-ai-footer mb-5\" style=\"   padding: 90px 20px 90px;\">\n\n    <div class=\"hero-overlay\"><\/div>\n\n    <div class=\"hero-content\">\n        <h2>\nLet&#8217;s Build What&#8217;s Next <br>for Your Education Platform\n        <\/h2>\n\n        <p>\nBuild new capabilities, improve existing systems, and prepare your platform for <br>future growth with IMT Solutions.\n        <\/p>\n<br>\n        <div class=\"hero-buttons\">\n\n            <a href=\"\/contact\/\" class=\"btn-primary\" style=\"color:#0d4c8e;\">\nTalk to Our EdTech Experts\n            <\/a>\n\n \n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n<style>\n\/* ===========================\n   HERO SECTION\n=========================== *\/\n\n.hero-ai-footer {\n    position: relative;\n\n    min-height: 400px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n \n\n    background-image: url('\/wp-content\/themes\/restly-child\/assets\/images\/edtech\/bg edtech.png');\n    background-size: cover;\n    background-position: center;\n\n    overflow: hidden;\n}\n\n\/* ===========================\n   OVERLAY\n=========================== *\/\n\n.hero-overlay {\n    position: absolute;\n    inset: 0;\n\n    background:\n        linear-gradient(\n            180deg,\n            rgba(0,0,0,0.30),\n            rgba(0,0,0,0.45)\n        );\n}\n\n\/* ===========================\n   CONTENT BOX\n=========================== *\/\n\n.hero-content {\n    position: relative;\n    z-index: 2;\n\n    width: 100%;\n    max-width: 1120px;\n\n    text-align: center;\n\n    padding: 30px 30px;\n\n    border-radius: 28px;\n\n    background: rgba(13, 76, 142, 0.80);\n\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n\n    border: 1px solid rgba(255,255,255,0.10);\n\n    box-shadow:\n        0 24px 60px rgba(0,0,0,0.30);\n}\n\n\/* ===========================\n   HEADING\n=========================== *\/\n\n.hero-content h2 {\n    margin: 0 0 24px;\n\n    color: #ffffff;\n\n    font-size: 60px;\n    font-weight: 700;\n    line-height: 1.08;\n\n    letter-spacing: -1.5px;\n\n    text-align: center;\n\n    text-shadow:\n        0 6px 18px rgba(0,0,0,0.45);\n}\n\n\/* ===========================\n   SUBHEADING\n=========================== *\/\n\n.hero-content p {\n    max-width: 940px;\n\n    margin: 0 auto;\n\n    color: rgba(255,255,255,0.95);\n\n    font-size: 16px;\n    line-height: 1.9;\n\n    text-align: center;\n}\n\n.hero-content p strong {\n    font-weight: 800;\n}\n\n\/* ===========================\n   BUTTONS\n=========================== *\/\n\n.hero-buttons {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n\n    gap: 18px;\n\n    flex-wrap: wrap;\n}\n.hero-buttons .btn-primary,\n.hero-buttons .btn-outline {\n    font-weight: 900 !important;\n}\n.hero-buttons a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n \n    min-width: 260px;\n    height: 54px;\n\n    padding: 0 34px;\n\n    border-radius: 999px;\n\n    text-decoration: none;\n\n    font-size: 16px;\n\n    transition:\n        all .25s ease;\n}\n\n\/* ===========================\n   PRIMARY BUTTON\n=========================== *\/\n\n.btn-primary {\n    background: #ffffff !important;\n\n    color: #0d4c8e;\n\n    font-weight: 800;\n\n    border: 1px solid #ffffff;\n\n    box-shadow:\n        0 10px 28px rgba(0,0,0,0.20);\n}\n\n.btn-primary:hover {\n    transform: translateY(-3px);\n   background: #ffffff;\n}\n\n\/* ===========================\n   OUTLINE BUTTON\n=========================== *\/\n\n.btn-outline {\n    background: transparent;\n\n    border: 1.5px solid #fff;\n\n    color: #ffffff;\n\n    font-weight: 400;\n}\n\n.btn-outline:hover {\n    transform: translateY(-3px);\n\n   color:#ffffff;\n\n    border-color: #ffffff;\n}\n\n\/* ===========================\n   TABLET\n=========================== *\/\n\n@media (max-width: 1024px) {\n .hero-ai {\n        padding: 100px 16px;\n    }\n    .hero-content {\n        padding: 48px 36px;\n    }\n\n    .hero-content h2 {\n        font-size: 36px;\n    }\n\n    .hero-content p {\n        font-size: 16px;\n    }\n}\n\n\/* ===========================\n   MOBILE\n=========================== *\/\n\n@media (max-width: 768px) {\n\n    .hero-ai {\n        padding: 100px 16px;\n    }\n\n    .hero-content {\n        padding: 36px 22px;\n\n        border-radius: 20px;\n    }\n\n    .hero-content h2 {\n        font-size: 36px;\n        line-height: 1.2;\n    }\n\n    .hero-content p {\n        font-size: 16px;\n        line-height: 1.8;\n\n    }\n\n    .hero-buttons {\n        flex-direction: column;\n    }\n\n    .hero-buttons a {\n        width: 100%;\n        min-width: unset;\n    }\n}\n\n\/* ===========================\n   SMALL MOBILE\n=========================== *\/\n\n@media (max-width: 480px) {\n\n    .hero-content h2 {\n        font-size: 36px;\n    }\n\n    .hero-content p {\n        font-size: 14px;\n    }\n\n    .hero-buttons a {\n        height: 52px;\n        font-size: 14px;\n    }\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>EDTECH Engineering For The Future of Education Platforms As education platforms grow, so do the demands placed on the technology behind them. New learner expectations, growing user bases, connected ecosystems, and emerging AI capabilities are reshaping how education products are built and delivered. Whether you&#8217;re launching a new platform, expanding an existing one, or preparing [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":2606,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-home.php","meta":{"om_disable_all_campaigns":false,"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-5058","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Edtech - IMT Solutions<\/title>\n<meta name=\"description\" content=\"Trusted by schools, enterprises and professional training facilities, our finest edtech solutions support you in overcoming training and education challenges.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/imt-soft.com\/en\/expertise\/edtech\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Edtech - IMT Solutions\" \/>\n<meta property=\"og:description\" content=\"Trusted by schools, enterprises and professional training facilities, our finest edtech solutions support you in overcoming training and education challenges.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/imt-soft.com\/en\/expertise\/edtech\/\" \/>\n<meta property=\"og:site_name\" content=\"IMT Solutions\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/IMTSolutions\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-23T07:39:15+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@imtsolutions\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/imt-soft.com\/en\/expertise\/edtech\/\",\"url\":\"https:\/\/imt-soft.com\/en\/expertise\/edtech\/\",\"name\":\"Edtech - IMT Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/imt-soft.com\/en\/#website\"},\"datePublished\":\"2024-01-24T08:27:09+00:00\",\"dateModified\":\"2026-07-23T07:39:15+00:00\",\"description\":\"Trusted by schools, enterprises and professional training facilities, our finest edtech solutions support you in overcoming training and education challenges.\",\"breadcrumb\":{\"@id\":\"https:\/\/imt-soft.com\/en\/expertise\/edtech\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/imt-soft.com\/en\/expertise\/edtech\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/imt-soft.com\/en\/expertise\/edtech\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/imt-soft.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expertise\",\"item\":\"https:\/\/imt-soft.com\/en\/expertise\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Edtech\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/imt-soft.com\/en\/#website\",\"url\":\"https:\/\/imt-soft.com\/en\/\",\"name\":\"IMT Solutions\",\"description\":\"Trusted IT Outsourcing Provider\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/imt-soft.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Edtech - IMT Solutions","description":"Trusted by schools, enterprises and professional training facilities, our finest edtech solutions support you in overcoming training and education challenges.","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:\/\/imt-soft.com\/en\/expertise\/edtech\/","og_locale":"en_US","og_type":"article","og_title":"Edtech - IMT Solutions","og_description":"Trusted by schools, enterprises and professional training facilities, our finest edtech solutions support you in overcoming training and education challenges.","og_url":"https:\/\/imt-soft.com\/en\/expertise\/edtech\/","og_site_name":"IMT Solutions","article_publisher":"https:\/\/www.facebook.com\/IMTSolutions\/","article_modified_time":"2026-07-23T07:39:15+00:00","twitter_card":"summary_large_image","twitter_site":"@imtsolutions","twitter_misc":{"Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/imt-soft.com\/en\/expertise\/edtech\/","url":"https:\/\/imt-soft.com\/en\/expertise\/edtech\/","name":"Edtech - IMT Solutions","isPartOf":{"@id":"https:\/\/imt-soft.com\/en\/#website"},"datePublished":"2024-01-24T08:27:09+00:00","dateModified":"2026-07-23T07:39:15+00:00","description":"Trusted by schools, enterprises and professional training facilities, our finest edtech solutions support you in overcoming training and education challenges.","breadcrumb":{"@id":"https:\/\/imt-soft.com\/en\/expertise\/edtech\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/imt-soft.com\/en\/expertise\/edtech\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/imt-soft.com\/en\/expertise\/edtech\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/imt-soft.com\/en\/"},{"@type":"ListItem","position":2,"name":"Expertise","item":"https:\/\/imt-soft.com\/en\/expertise\/"},{"@type":"ListItem","position":3,"name":"Edtech"}]},{"@type":"WebSite","@id":"https:\/\/imt-soft.com\/en\/#website","url":"https:\/\/imt-soft.com\/en\/","name":"IMT Solutions","description":"Trusted IT Outsourcing Provider","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/imt-soft.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/imt-soft.com\/en\/wp-json\/wp\/v2\/pages\/5058","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imt-soft.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/imt-soft.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/imt-soft.com\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/imt-soft.com\/en\/wp-json\/wp\/v2\/comments?post=5058"}],"version-history":[{"count":17,"href":"https:\/\/imt-soft.com\/en\/wp-json\/wp\/v2\/pages\/5058\/revisions"}],"predecessor-version":[{"id":7270,"href":"https:\/\/imt-soft.com\/en\/wp-json\/wp\/v2\/pages\/5058\/revisions\/7270"}],"up":[{"embeddable":true,"href":"https:\/\/imt-soft.com\/en\/wp-json\/wp\/v2\/pages\/2606"}],"wp:attachment":[{"href":"https:\/\/imt-soft.com\/en\/wp-json\/wp\/v2\/media?parent=5058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}