{"id":123,"date":"2025-08-05T12:15:32","date_gmt":"2025-08-05T12:15:32","guid":{"rendered":"https:\/\/enthira.mo.vc\/?page_id=123"},"modified":"2025-08-06T10:19:24","modified_gmt":"2025-08-06T10:19:24","slug":"about-us","status":"publish","type":"page","link":"https:\/\/enthira.mo.vc\/index.php\/about-us\/","title":{"rendered":"about us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"123\" class=\"elementor elementor-123\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1eeba08 e-con-full e-flex e-con e-parent\" data-id=\"1eeba08\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c39eee7 elementor-widget elementor-widget-html\" data-id=\"c39eee7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Robotics Education - About Us<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: #1c1d1f;\r\n            background: #fff;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Hero Section - Increased Height *\/\r\n        .hero {\r\n            background: linear-gradient(135deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.4) 100%), url('https:\/\/enthira.mo.vc\/wp-content\/uploads\/2025\/08\/andy-kelly-0E_vhMVqL9g-unsplash-scaled.jpg');\r\n            background-size: cover;\r\n            background-position: center;\r\n            background-attachment: fixed;\r\n            color: white;\r\n            padding: 150px 0;\r\n            min-height: 700px;\r\n            position: relative;\r\n            overflow: hidden;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: rgba(0, 0, 0, 0.15);\r\n            z-index: 1;\r\n        }\r\n\r\n        .hero::after {\r\n            content: '';\r\n            position: absolute;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><circle cx=\"25\" cy=\"25\" r=\"2\" fill=\"rgba(255,255,255,0.1)\"\/><circle cx=\"75\" cy=\"75\" r=\"2\" fill=\"rgba(255,255,255,0.1)\"\/><circle cx=\"50\" cy=\"10\" r=\"1.5\" fill=\"rgba(255,255,255,0.1)\"\/><\/svg>') repeat;\r\n            animation: float 20s linear infinite;\r\n            z-index: 1;\r\n        }\r\n\r\n        .hero-content {\r\n            position: relative;\r\n            z-index: 3;\r\n            text-align: center;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-size: 3.5rem;\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n            animation: slideInUp 1s ease-out;\r\n        }\r\n\r\n        .hero p {\r\n            font-size: 1.3rem;\r\n            margin-bottom: 40px;\r\n            opacity: 0.9;\r\n            max-width: 700px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n            animation: slideInUp 1s ease-out 0.3s both;\r\n        }\r\n\r\n        .hero-buttons {\r\n            animation: slideInUp 1s ease-out 0.6s both;\r\n        }\r\n\r\n        .btn {\r\n            display: inline-block;\r\n            padding: 15px 35px;\r\n            border-radius: 50px;\r\n            font-size: 1.1rem;\r\n            font-weight: 600;\r\n            text-decoration: none !important;\r\n            transition: all 0.3s ease;\r\n            margin: 0 10px;\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .btn-primary {\r\n            background: #5624d0;\r\n            color: white;\r\n            box-shadow: 0 10px 30px rgba(86, 36, 208, 0.3);\r\n            position: relative;\r\n            overflow: hidden;\r\n            z-index: 1;\r\n        }\r\n\r\n        .btn-primary::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: -100%;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\r\n            transition: left 0.5s;\r\n            z-index: -1;\r\n        }\r\n\r\n        .btn-primary:hover {\r\n            background: linear-gradient(45deg, #4a1fb8, #6b46c1);\r\n            transform: translateY(-3px) scale(1.05);\r\n            box-shadow: 0 15px 40px rgba(86, 36, 208, 0.4);\r\n            text-decoration: none !important;\r\n        }\r\n\r\n        .btn-primary:hover::before {\r\n            left: 100%;\r\n        }\r\n\r\n        .btn-secondary {\r\n            background: transparent;\r\n            color: white;\r\n            border: 2px solid white;\r\n            position: relative;\r\n            overflow: hidden;\r\n            z-index: 1;\r\n            transition: all 0.4s ease;\r\n        }\r\n\r\n        .btn-secondary::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 0;\r\n            height: 100%;\r\n            background: white;\r\n            transition: width 0.4s ease;\r\n            z-index: -1;\r\n        }\r\n\r\n        .btn-secondary:hover {\r\n            color: #5624d0;\r\n            transform: translateY(-3px) scale(1.05);\r\n            text-decoration: none !important;\r\n            border-color: white;\r\n        }\r\n\r\n        .btn-secondary:hover::before {\r\n            width: 100%;\r\n        }\r\n\r\n        \/* Secondary button variant for CTA section *\/\r\n        .cta-buttons .btn-secondary {\r\n            background: transparent;\r\n            color: #5624d0;\r\n            border: 2px solid #5624d0;\r\n            position: relative;\r\n            overflow: hidden;\r\n            z-index: 1;\r\n            transition: all 0.4s ease;\r\n        }\r\n\r\n        .cta-buttons .btn-secondary::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 0;\r\n            height: 100%;\r\n            background: #5624d0;\r\n            transition: width 0.4s ease;\r\n            z-index: -1;\r\n        }\r\n\r\n        .cta-buttons .btn-secondary:hover {\r\n            color: white;\r\n            transform: translateY(-3px) scale(1.05);\r\n            text-decoration: none !important;\r\n            border-color: #5624d0;\r\n        }\r\n\r\n        .cta-buttons .btn-secondary:hover::before {\r\n            width: 100%;\r\n        }\r\n\r\n        \/* Stats Section *\/\r\n        .stats-section {\r\n            padding: 80px 0;\r\n            background: #f8f9fb;\r\n        }\r\n\r\n        .stats-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 40px;\r\n            text-align: center;\r\n        }\r\n\r\n        .stat-item {\r\n            background: white;\r\n            padding: 40px 20px;\r\n            border-radius: 15px;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .stat-item:hover {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .stat-number {\r\n            font-size: 3.5rem;\r\n            font-weight: 700;\r\n            color: #667eea;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .stat-label {\r\n            font-size: 1.2rem;\r\n            color: #6a6f73;\r\n            font-weight: 500;\r\n        }\r\n\r\n        \/* Mission Section *\/\r\n        .mission-section {\r\n            padding: 100px 0;\r\n            background: white;\r\n        }\r\n\r\n        .section-title {\r\n            text-align: center;\r\n            font-size: 2.5rem;\r\n            font-weight: 700;\r\n            margin-bottom: 60px;\r\n            color: #1c1d1f;\r\n        }\r\n\r\n        .mission-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .mission-card {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            padding: 40px;\r\n            border-radius: 20px;\r\n            color: white;\r\n            text-align: center;\r\n            transition: transform 0.3s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .mission-card:nth-child(2) {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n        }\r\n\r\n        .mission-card:nth-child(3) {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n        }\r\n\r\n        .mission-card:hover {\r\n            transform: translateY(-10px);\r\n        }\r\n\r\n        .mission-icon {\r\n            font-size: 4rem;\r\n            margin-bottom: 25px;\r\n            display: block;\r\n        }\r\n\r\n        .mission-card h3 {\r\n            font-size: 1.8rem;\r\n            margin-bottom: 15px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .mission-card p {\r\n            font-size: 1.1rem;\r\n            opacity: 0.9;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Team Section *\/\r\n        .team-section {\r\n            padding: 100px 0;\r\n            background: #f8f9fb;\r\n        }\r\n\r\n        .team-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 60px;\r\n        }\r\n\r\n        .team-card {\r\n            background: white;\r\n            border-radius: 15px;\r\n            overflow: hidden;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\r\n            transition: all 0.3s ease;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .team-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 40px rgba(0,0,0,0.15);\r\n        }\r\n\r\n        .team-image {\r\n            height: 200px;\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n            font-size: 4rem;\r\n            position: relative;\r\n        }\r\n\r\n        .team-image img {\r\n            width: 100%; \r\n            height: 100%; \r\n            object-fit: cover;\r\n            border-radius: 0;\r\n        }\r\n\r\n        .team-card:nth-child(2) .team-image {\r\n            background: linear-gradient(135deg, #ff9a56 0%, #ff6b35 100%);\r\n        }\r\n\r\n        .team-card:nth-child(3) .team-image {\r\n            background: linear-gradient(135deg, #4ecdc4 0%, #45b7d1 100%);\r\n        }\r\n\r\n        .team-badge {\r\n            position: absolute;\r\n            top: 15px;\r\n            right: 15px;\r\n            background: rgba(255,255,255,0.2);\r\n            padding: 8px 12px;\r\n            border-radius: 20px;\r\n            font-size: 0.8rem;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .team-info {\r\n            padding: 30px;\r\n        }\r\n\r\n        .team-name {\r\n            font-size: 1.3rem;\r\n            font-weight: 700;\r\n            margin-bottom: 8px;\r\n            color: #1c1d1f;\r\n        }\r\n\r\n        .team-title {\r\n            color: #6a6f73;\r\n            margin-bottom: 15px;\r\n            font-size: 0.95rem;\r\n        }\r\n\r\n        .team-rating {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .stars {\r\n            color: #f4c150;\r\n        }\r\n\r\n        .team-skills {\r\n            display: flex;\r\n            gap: 8px;\r\n            flex-wrap: wrap;\r\n            margin-top: 15px;\r\n        }\r\n\r\n        .skill-tag {\r\n            background: #e3f2fd;\r\n            color: #1976d2;\r\n            padding: 4px 8px;\r\n            border-radius: 12px;\r\n            font-size: 0.75rem;\r\n            font-weight: 500;\r\n        }\r\n\r\n        .skill-tag:nth-child(2n) {\r\n            background: #f3e5f5;\r\n            color: #7b1fa2;\r\n        }\r\n\r\n        \/* Values Section *\/\r\n        .values-section {\r\n            padding: 100px 0;\r\n            background: #f8f9fb;\r\n        }\r\n\r\n        .values-content {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 80px;\r\n            align-items: center;\r\n        }\r\n\r\n        .values-left {\r\n            padding-right: 40px;\r\n        }\r\n\r\n        .values-title {\r\n            font-size: 2.5rem;\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n            color: #1c1d1f;\r\n            line-height: 1.2;\r\n        }\r\n\r\n        .values-subtitle {\r\n            font-size: 1.1rem;\r\n            color: #6a6f73;\r\n            margin-bottom: 40px;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .value-item {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            margin-bottom: 35px;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .value-item:hover {\r\n            transform: translateX(10px);\r\n        }\r\n\r\n        .value-item-icon {\r\n            width: 24px;\r\n            height: 24px;\r\n            background: #5624d0;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n            font-size: 12px;\r\n            margin-right: 20px;\r\n            margin-top: 5px;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .value-item-content h3 {\r\n            font-size: 1.2rem;\r\n            font-weight: 700;\r\n            color: #1c1d1f;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .value-item-content p {\r\n            color: #6a6f73;\r\n            line-height: 1.6;\r\n            font-size: 1rem;\r\n        }\r\n\r\n        .values-right {\r\n            background: white;\r\n            border-radius: 20px;\r\n            padding: 50px 40px;\r\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\r\n            text-align: center;\r\n        }\r\n\r\n        .interactive-section h3 {\r\n            font-size: 1.8rem;\r\n            font-weight: 700;\r\n            color: #1c1d1f;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .interactive-section p {\r\n            color: #6a6f73;\r\n            margin-bottom: 35px;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .cta-buttons {\r\n            display: flex;\r\n            gap: 15px;\r\n            justify-content: center;\r\n            margin-bottom: 40px;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .cta-buttons .btn {\r\n            padding: 12px 25px;\r\n            font-size: 1rem;\r\n            border-radius: 25px;\r\n        }\r\n\r\n        .stats-mini {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 30px;\r\n            margin-top: 30px;\r\n        }\r\n\r\n        .stat-mini {\r\n            text-align: center;\r\n        }\r\n\r\n        .stat-mini-number {\r\n            font-size: 2rem;\r\n            font-weight: 700;\r\n            color: #5624d0;\r\n            margin-bottom: 5px;\r\n        }\r\n\r\n        .stat-mini-label {\r\n            font-size: 0.9rem;\r\n            color: #6a6f73;\r\n            font-weight: 500;\r\n        }\r\n\r\n        \/* CTA Section *\/\r\n        .cta-section {\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            color: white;\r\n            padding: 100px 0;\r\n            text-align: center;\r\n        }\r\n\r\n        .cta-content {\r\n            max-width: 700px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .cta-section h2 {\r\n            font-size: 3rem;\r\n            font-weight: 700;\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        .cta-section p {\r\n            font-size: 1.3rem;\r\n            margin-bottom: 40px;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        .cta-box {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            border-radius: 20px;\r\n            padding: 40px;\r\n            margin-top: 40px;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n        }\r\n\r\n        .cta-box h3 {\r\n            margin-bottom: 25px;\r\n            font-size: 1.5rem;\r\n        }\r\n\r\n        \/* Animations *\/\r\n        @keyframes slideInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(50px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        @keyframes float {\r\n            0%, 100% { transform: translateY(0px); }\r\n            50% { transform: translateY(-20px); }\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .hero {\r\n                padding: 100px 0;\r\n                min-height: 500px;\r\n            }\r\n            \r\n            .hero h1 {\r\n                font-size: 2.5rem;\r\n            }\r\n            \r\n            .hero p {\r\n                font-size: 1.1rem;\r\n            }\r\n            \r\n            .btn {\r\n                display: block;\r\n                margin: 10px auto;\r\n                max-width: 250px;\r\n            }\r\n            \r\n            .section-title {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .cta-section h2 {\r\n                font-size: 2.2rem;\r\n            }\r\n            \r\n            .container {\r\n                padding: 0 15px;\r\n            }\r\n\r\n            .values-content {\r\n                grid-template-columns: 1fr;\r\n                gap: 40px;\r\n            }\r\n\r\n            .values-left {\r\n                padding-right: 0;\r\n            }\r\n\r\n            .values-title {\r\n                font-size: 2rem;\r\n                text-align: center;\r\n            }\r\n\r\n            .values-subtitle {\r\n                text-align: center;\r\n            }\r\n\r\n            .stats-mini {\r\n                grid-template-columns: 1fr;\r\n                gap: 20px;\r\n            }\r\n\r\n            .cta-buttons {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n\r\n            .cta-buttons .btn {\r\n                width: 200px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .hero {\r\n                padding: 80px 0;\r\n                min-height: 450px;\r\n            }\r\n            \r\n            .stats-section,\r\n            .mission-section,\r\n            .team-section,\r\n            .values-section {\r\n                padding: 60px 0;\r\n            }\r\n            \r\n            .cta-section {\r\n                padding: 60px 0;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"container\">\r\n            <div class=\"hero-content\">\r\n             <h1 style=\"color: white !important;\">Building Tomorrow's Innovators<\/h1>\r\n\r\n                <p>Empowering the next generation through cutting-edge robotics education. From curious beginners to industry experts, we're shaping the future one robot at a time.<\/p>\r\n                <div class=\"hero-buttons\">\r\n                    <a href=\"#mission\" class=\"btn btn-primary\">Our Story<\/a>\r\n                    <a href=\"#team\" class=\"btn btn-secondary\">Meet the Team<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Mission Section -->\r\n    <section id=\"mission\" class=\"mission-section\">\r\n        <div class=\"container\">\r\n            <h2 class=\"section-title\">Our Mission & Vision<\/h2>\r\n            <div class=\"mission-grid\">\r\n                <div class=\"mission-card\">\r\n                    <i class=\"fas fa-rocket mission-icon\"><\/i>\r\n                    <h3>Our Mission<\/h3>\r\n                    <p>To democratize robotics education and empower innovators worldwide through hands-on learning experiences that bridge theory and practice.<\/p>\r\n                <\/div>\r\n                <div class=\"mission-card\">\r\n                    <i class=\"fas fa-eye mission-icon\"><\/i>\r\n                    <h3>Our Vision<\/h3>\r\n                    <p>A world where robotics knowledge is accessible to everyone, fostering innovation and technological advancement across all industries.<\/p>\r\n                <\/div>\r\n                <div class=\"mission-card\">\r\n                    <i class=\"fas fa-globe mission-icon\"><\/i>\r\n                    <h3>Global Impact<\/h3>\r\n                    <p>Building a worldwide community of robotics enthusiasts and professionals across 85+ countries and growing.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Team Section -->\r\n    <section id=\"team\" class=\"team-section\">\r\n        <div class=\"container\">\r\n            <h2 class=\"section-title\">Meet Our Expert Team<\/h2>\r\n            <div class=\"team-grid\">\r\n                <div class=\"team-card\" onclick=\"showTeamDetails('sarah')\">\r\n                    <div class=\"team-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/enthira.mo.vc\/wp-content\/uploads\/2025\/08\/ai-project-manager.png\" alt=\"Dr. Sarah Johnson\" onerror=\"this.src='https:\/\/images.unsplash.com\/photo-1494790108755-2616c5e2d4db?w=400&h=400&fit=crop&crop=face'\">\r\n                        <div class=\"team-badge\">CTO<\/div>\r\n                    <\/div>\r\n                    <div class=\"team-info\">\r\n                        <h3 class=\"team-name\">Dr. Sarah Johnson<\/h3>\r\n                        <p class=\"team-title\">MIT PhD \u2022 15+ years experience \u2022 Former Boston Dynamics<\/p>\r\n                        <div class=\"team-rating\">\r\n                            <div class=\"stars\">\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                            <\/div>\r\n                            <span>Expert Rating: 4.9<\/span>\r\n                        <\/div>\r\n                        <div class=\"team-skills\">\r\n                            <span class=\"skill-tag\">AI Robotics<\/span>\r\n                            <span class=\"skill-tag\">Autonomous Systems<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"team-card\" onclick=\"showTeamDetails('michael')\">\r\n                    <div class=\"team-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1472099645785-5658abf4ff4e?w=400&h=400&fit=crop&crop=face\" alt=\"Prof. Michael Chen\">\r\n                        <div class=\"team-badge\">Head of Education<\/div>\r\n                    <\/div>\r\n                    <div class=\"team-info\">\r\n                        <h3 class=\"team-name\">Prof. Michael Chen<\/h3>\r\n                        <p class=\"team-title\">Stanford Professor \u2022 50+ Publications \u2022 STEM Expert<\/p>\r\n                        <div class=\"team-rating\">\r\n                            <div class=\"stars\">\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star-half-alt\"><\/i>\r\n                            <\/div>\r\n                            <span>Expert Rating: 4.8<\/span>\r\n                        <\/div>\r\n                        <div class=\"team-skills\">\r\n                            <span class=\"skill-tag\">Education<\/span>\r\n                            <span class=\"skill-tag\">Curriculum Design<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"team-card\" onclick=\"showTeamDetails('emily')\">\r\n                    <div class=\"team-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1580489944761-15a19d654956?w=400&h=400&fit=crop&crop=face\" alt=\"Dr. Emily Watson\">\r\n                        <div class=\"team-badge\">AI Director<\/div>\r\n                    <\/div>\r\n                    <div class=\"team-info\">\r\n                        <h3 class=\"team-name\">Dr. Emily Watson<\/h3>\r\n                        <p class=\"team-title\">Google AI \u2022 Computer Vision \u2022 200+ Citations<\/p>\r\n                        <div class=\"team-rating\">\r\n                            <div class=\"stars\">\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                                <i class=\"fas fa-star\"><\/i>\r\n                            <\/div>\r\n                            <span>Expert Rating: 5.0<\/span>\r\n                        <\/div>\r\n                        <div class=\"team-skills\">\r\n                            <span class=\"skill-tag\">Computer Vision<\/span>\r\n                            <span class=\"skill-tag\">Machine Learning<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Values Section -->\r\n    <section class=\"values-section\">\r\n        <div class=\"container\">\r\n            <div class=\"values-content\">\r\n                <div class=\"values-left\">\r\n                    <h2 class=\"values-title\">Learning focused on your goals<\/h2>\r\n                    <p class=\"values-subtitle\">Accelerate your robotics journey with our proven learning methodology designed for real-world success.<\/p>\r\n                    \r\n                    <div class=\"value-item\">\r\n                        <div class=\"value-item-icon\">\r\n                            <i class=\"fas fa-play\"><\/i>\r\n                        <\/div>\r\n                        <div class=\"value-item-content\">\r\n                            <h3>Hands-on learning<\/h3>\r\n                            <p>Practice new robotics skills with interactive courses and real hardware projects that adapt to your level and pace. No more boring theory-only classes.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"value-item\">\r\n                        <div class=\"value-item-icon\">\r\n                            <i class=\"fas fa-certificate\"><\/i>\r\n                        <\/div>\r\n                        <div class=\"value-item-content\">\r\n                            <h3>Industry certifications<\/h3>\r\n                            <p>Showcase your robotics expertise with industry-recognized certifications in Arduino, ROS, and AI robotics that employers actually value.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"value-item\">\r\n                        <div class=\"value-item-icon\">\r\n                            <i class=\"fas fa-chart-line\"><\/i>\r\n                        <\/div>\r\n                        <div class=\"value-item-content\">\r\n                            <h3>Goal-focused learning<\/h3>\r\n                            <p>Build a portfolio of robotics projects that demonstrate your skills to employers in automation and AI industries. Every project has a purpose.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"value-item\">\r\n                        <div class=\"value-item-icon\">\r\n                            <i class=\"fas fa-users\"><\/i>\r\n                        <\/div>\r\n                        <div class=\"value-item-content\">\r\n                            <h3>Expert community<\/h3>\r\n                            <p>Connect with a community of robotics enthusiasts, share projects, and get feedback from industry experts and mentors.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"values-right\">\r\n                    <div class=\"interactive-section\">\r\n                        <h3>Interactive Learning Experience<\/h3>\r\n                        <p>Build real robots while learning theory through our hands-on approach that combines practical skills with theoretical knowledge.<\/p>\r\n                        \r\n                        <div class=\"cta-buttons\">\r\n                            <button class=\"btn btn-primary\"><i class=\"fas fa-play\"><\/i> Start Free Trial<\/button>\r\n                            <button class=\"btn btn-secondary\"><i class=\"fas fa-info-circle\"><\/i> Learn More<\/button>\r\n                        <\/div>\r\n\r\n                        <div class=\"stats-mini\">\r\n                            <div class=\"stat-mini\">\r\n                                <div class=\"stat-mini-number\">15K+<\/div>\r\n                                <div class=\"stat-mini-label\">Students Enrolled<\/div>\r\n                            <\/div>\r\n                            <div class=\"stat-mini\">\r\n                                <div class=\"stat-mini-number\">95%<\/div>\r\n                                <div class=\"stat-mini-label\">Completion Rate<\/div>\r\n                            <\/div>\r\n                            <div class=\"stat-mini\">\r\n                                <div class=\"stat-mini-number\">4.8<\/div>\r\n                                <div class=\"stat-mini-label\">Average Rating<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        \/\/ Counter animation\r\n        function animateCounter(element, target, suffix = '') {\r\n            let current = 0;\r\n            const increment = target \/ 100;\r\n            const timer = setInterval(() => {\r\n                current += increment;\r\n                if (current >= target) {\r\n                    current = target;\r\n                    clearInterval(timer);\r\n                }\r\n                element.textContent = Math.floor(current) + suffix;\r\n            }, 30);\r\n        }\r\n\r\n        \/\/ Initialize counters when page loads\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            const observer = new IntersectionObserver((entries) => {\r\n                entries.forEach(entry => {\r\n                    if (entry.isIntersecting) {\r\n                        const counters = [\r\n                            { element: document.getElementById('studentsCounter'), target: 50000, suffix: '+' },\r\n                            { element: document.getElementById('coursesCounter'), target: 200, suffix: '+' },\r\n                            { element: document.getElementById('projectsCounter'), target: 25000, suffix: '+' },\r\n                            { element: document.getElementById('successCounter'), target: 94, suffix: '%' }\r\n                        ];\r\n                        \r\n                        counters.forEach(counter => {\r\n                            if (counter.element) {\r\n                                animateCounter(counter.element, counter.target, counter.suffix);\r\n                            }\r\n                        });\r\n                        \r\n                        observer.unobserve(entry.target);\r\n                    }\r\n                });\r\n            });\r\n            \r\n            const statsSection = document.querySelector('.stats-section');\r\n            if (statsSection) observer.observe(statsSection);\r\n        });\r\n\r\n        \/\/ Interactive functions\r\n        function showTeamDetails(member) {\r\n            const messages = {\r\n                'sarah': 'Dr. Sarah Johnson: Leading our AI robotics initiatives with breakthrough research in autonomous systems and machine learning applications.',\r\n                'michael': 'Prof. Michael Chen: Transforming robotics education through innovative STEM curriculum design and hands-on learning methodologies.',\r\n                'emily': 'Dr. Emily Watson: Pioneering computer vision applications in educational robotics platforms with cutting-edge AI integration.'\r\n            };\r\n            alert(messages[member] || 'Learn more about our expert team!');\r\n        }\r\n\r\n        function animateValue(element) {\r\n            const icon = element.querySelector('.value-icon');\r\n            \r\n            if (icon) {\r\n                icon.style.transform = 'rotate(360deg) scale(1.2)';\r\n                setTimeout(() => {\r\n                    icon.style.transform = 'rotate(0deg) scale(1)';\r\n                }, 600);\r\n            }\r\n        }\r\n\r\n        \/\/ Smooth scrolling for navigation links\r\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n            anchor.addEventListener('click', function (e) {\r\n                e.preventDefault();\r\n                const target = document.querySelector(this.getAttribute('href'));\r\n                if (target) {\r\n                    target.scrollIntoView({\r\n                        behavior: 'smooth',\r\n                        block: 'start'\r\n                    });\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Robotics Education &#8211; About Us Building Tomorrow&#8217;s Innovators Empowering the next generation through cutting-edge robotics education. From curious beginners to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-123","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/enthira.mo.vc\/index.php\/wp-json\/wp\/v2\/pages\/123","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enthira.mo.vc\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/enthira.mo.vc\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/enthira.mo.vc\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/enthira.mo.vc\/index.php\/wp-json\/wp\/v2\/comments?post=123"}],"version-history":[{"count":41,"href":"https:\/\/enthira.mo.vc\/index.php\/wp-json\/wp\/v2\/pages\/123\/revisions"}],"predecessor-version":[{"id":528,"href":"https:\/\/enthira.mo.vc\/index.php\/wp-json\/wp\/v2\/pages\/123\/revisions\/528"}],"wp:attachment":[{"href":"https:\/\/enthira.mo.vc\/index.php\/wp-json\/wp\/v2\/media?parent=123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}