{"id":14098,"date":"2023-03-02T16:03:01","date_gmt":"2023-03-02T16:03:01","guid":{"rendered":"https:\/\/playtherapybox.ae\/about\/"},"modified":"2026-06-29T10:06:32","modified_gmt":"2026-06-29T10:06:32","slug":"about","status":"publish","type":"page","link":"https:\/\/playtherapybox.ae\/ar\/about\/","title":{"rendered":"About"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14098\" class=\"elementor elementor-14098 elementor-322\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-940928e e-flex e-con-boxed e-con e-parent\" data-id=\"940928e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0cfebc elementor-widget elementor-widget-text-editor\" data-id=\"b0cfebc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"\/\">Home<\/a> &gt; About<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0618649 e-con-full e-flex e-con e-parent\" data-id=\"0618649\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bedf74 elementor-widget elementor-widget-html\" data-id=\"7bedf74\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600;800;900&display=swap\" rel=\"stylesheet\"><style>:root {\r\n        --p-blue: #086caa;\r\n        --l-green: #a3da58;\r\n        --v-red: #fe5552;\r\n        --s-cyan: #3cc4ee;\r\n        --d-purple: #8e44ad;\r\n        --glass: rgba(255, 255, 255, 0.7);\r\n        --border: rgba(255, 255, 255, 0.4);\r\n        --text: #1e293b;\r\n        --warm-orange: #f39c12; \/* Added missing variable *\/\r\n    }\r\n\r\n    * { box-sizing: border-box; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }\r\n\r\n    body { margin: 0; overflow-x: hidden; }\r\n\r\n    .about-wrapper {\r\n        color: var(--text);\r\n        background: radial-gradient(circle at top right, #fdfbfb 0%, #ebedee 100%);\r\n        padding-bottom: 50px;\r\n    }\r\n\r\n    \/* --- Dynamic Ambient Background --- *\/\r\n    .blob-bg {\r\n        position: fixed; width: 100vw; height: 100vh; z-index: 0; pointer-events: none;\r\n    }\r\n    .blob {\r\n        position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.2; animation: move 20s infinite alternate;\r\n    }\r\n    .b1 { width: 500px; height: 500px; background: var(--s-cyan); top: -10%; left: -10%; }\r\n    .b2 { width: 400px; height: 400px; background: var(--l-green); bottom: 10%; right: -5%; animation-delay: -5s; }\r\n\r\n    @keyframes move { from { transform: translate(0,0) scale(1); } to { transform: translate(100px, 50px) scale(1.1); } }\r\n\r\n    \/* --- Global Layout --- *\/\r\n    .container { max-width: 1250px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 1; }\r\n\r\n    \/* --- Hero Section --- *\/\r\n    .hero {\r\n        padding: 80px 0 60px;\r\n        text-align: center;\r\n    }\r\n    .hero-badge {\r\n        background: white; border: 1px solid var(--border); padding: 8px 24px;\r\n        border-radius: 100px; display: inline-flex; align-items: center; gap: 10px;\r\n        font-weight: 700; font-size: 13px; color: var(--p-blue); box-shadow: 0 10px 20px rgba(0,0,0,0.03);\r\n        margin-bottom: 30px;\r\n    }\r\n    .hero h1 {\r\n        font-size: clamp(20px, 3vw, 30px); font-weight: 600; line-height: 1.1;\r\n        letter-spacing: -2px; margin-bottom: 30px;\r\n    }\r\n    .hero h1 span {\r\n        background: linear-gradient(to right, var(--p-blue), var(--d-purple));\r\n        -webkit-background-clip: text; -webkit-text-fill-color: transparent;\r\n    }\r\n    .hero p {\r\n        ; max-width: 850px; margin: 0 auto; color: #64748b; font-weight: 300; line-height: 1.6;\r\n    }\r\n\r\n    \/* --- Interactive Bento Grid --- *\/\r\n    .main-grid {\r\n        display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 30px; margin-top: 60px;\r\n    }\r\n\r\n    .card {\r\n        background: var(--glass); backdrop-filter: blur(15px);\r\n        border: 1px solid var(--border); border-radius: 40px;\r\n        padding: clamp(25px, 5vw, 50px); box-shadow: 0 30px 60px rgba(0,0,0,0.05);\r\n        position: relative; overflow: hidden;\r\n        height: 100%;\r\n    }\r\n\r\n    .card:hover { transform: translateY(-10px); box-shadow: 0 40px 80px rgba(0,0,0,0.08); }\r\n\r\n    .card h2 { font-size: clamp(20px, 2vw, 30px); font-weight: 800; margin-bottom: 20px; letter-spacing: -1px; }\r\n\r\n    .image-block {\r\n        width: 100%; height: auto; aspect-ratio: 16\/9; border-radius: 30px; object-fit: cover;\r\n        margin-bottom: 30px; box-shadow: 0 20px 40px rgba(0,0,0,0.1);\r\n    }\r\n\r\n    \/* --- Stats \/ Achievements --- *\/\r\n    .stats-strip {\r\n        display: flex; flex-wrap: wrap; gap: 20px; margin: 40px 0;\r\n    }\r\n    .stat-pill {\r\n        background: white; padding: 25px; border-radius: 30px; flex: 1;\r\n        min-width: 200px; text-align: center; border: 1px solid #f1f5f9;\r\n    }\r\n    .stat-pill h3 { font-size: 30px; color: var(--p-blue); margin: 0; }\r\n    .stat-pill span { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #94a3b8; }\r\n\r\n    \/* --- Skills Section --- *\/\r\n    .skills-grid {\r\n        display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 40px;\r\n    }\r\n    .skill-item {\r\n        background: white; padding: 30px; border-radius: 30px; border: 1px solid #f1f5f9;\r\n        display: flex; align-items: center; gap: 20px;\r\n    }\r\n    .skill-icon {\r\n        width: 60px; height: 60px; min-width: 60px; border-radius: 20px; display: flex;\r\n        align-items: center; justify-content: center; font-size: 24px; color: white;\r\n    }\r\n\r\n    \/* --- Content Lists --- *\/\r\n    .feature-list { list-style: none; padding: 0; margin-top: 30px; }\r\n    .feature-list li {\r\n        padding: 15px 0; border-bottom: 1px solid rgba(0,0,0,0.05);\r\n        display: flex; align-items: center; gap: 15px; font-weight: 600;\r\n    }\r\n    .feature-list li i { color: var(--l-green); font-size: 20px; }\r\n\r\n    \/* --- Specialist Profile --- *\/\r\n    .expert-box {\r\n        display: flex; gap: 40px; align-items: center;\r\n    }\r\n    .expert-img {\r\n        width: 280px; height: 380px; border-radius: 40px; object-fit: cover;\r\n        transform: rotate(-3deg); border: 10px solid white; box-shadow: 0 20px 50px rgba(0,0,0,0.1);\r\n        max-width: 100%;\r\n    }\r\n\r\n    \/* --- CTA Footer --- *\/\r\n    .cta-section {\r\n        background: var(--text); border-radius: 60px; padding:20px;\r\n        color: white; text-align: center; margin-top: 100px; position: relative; overflow: hidden;\r\n    }\r\n    .cta-section p\r\n    {\r\n        font-size: 14px;\r\n    }\r\n    .cta-section::before {\r\n        content: ''; position: absolute; top: -50%; left: -10%; width: 300px; height: 300px;\r\n        background: var(--p-blue); filter: blur(100px); opacity: 0.4;\r\n    }\r\n\r\n    .btn-main {\r\n        display: inline-flex; align-items: center; gap: 15px;\r\n        background: var(--l-green); color: white; padding: 22px 50px;\r\n        border-radius: 25px; text-decoration: none; \r\n        box-shadow: 0 20px 40px rgba(163, 218, 88, 0.4); margin-top: 40px;\r\n        max-width: 100%; justify-content: center;\r\n    }\r\n    .btn-main:hover { transform: scale(1.05) rotate(1deg); background: white; color: var(--p-blue); }\r\n\r\n    .disclaimer-box {\r\n        margin-top: 60px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1);\r\n        font-size: 14px; opacity: 0.6; font-style: italic; max-width: 800px; margin-inline: auto;\r\n    }\r\n\r\n    \/* --- Media Queries for Responsiveness --- *\/\r\n    @media (max-width: 992px) {\r\n        .main-grid { grid-template-columns: 1fr; }\r\n        .expert-box { flex-direction: column; text-align: center; }\r\n        .expert-img { transform: rotate(0); margin-bottom: 20px; }\r\n        .feature-list li { justify-content: center; }\r\n        .skill-item { text-align: left; }\r\n    }\r\n\r\n    @media (max-width: 768px) {\r\n        .hero { padding: 60px 0 40px; }\r\n        .cta-section { border-radius: 40px; padding: 60px 20px; }\r\n        .cta-section h2 { font-size: clamp(30px, 8vw, 50px) !important; }\r\n        .stats-strip .stat-pill { flex: 1 1 100%; }\r\n        .skills-grid { grid-template-columns: 1fr; }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n        .container { padding: 0 15px; }\r\n        .card { border-radius: 30px; }\r\n        .btn-main { padding: 18px 30px; font-size: 18px; width: 100%; }\r\n        .skill-item { padding: 20px; flex-direction: column; text-align: center; }\r\n        .skill-icon { margin-bottom: 10px; }\r\n    }\r\n<\/style><div class=\"about-wrapper\"><div class=\"blob-bg\"><div class=\"blob b1\"><\/div><div class=\"blob b2\"><\/div><\/div><div class=\"container\"><header class=\"hero\"><div class=\"hero-badge\"><i class=\"fas fa-heart\"><\/i> Helping mothers thrive\r\n            <\/div><h1>In every home... <br\/>there is a <span>mother trying.<\/span><\/h1><p>She seeks to understand why her child won't settle, why emotions overflow, or why routine feels impossible. You aren't just raising a child; you're nurturing a future.<\/p><\/header><div class=\"main-grid\"><div class=\"card\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/04\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg\" class=\"image-block lazyload\" alt=\"Child Exploration\"><noscript><img decoding=\"async\" src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/04\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg\" class=\"image-block lazyload\" alt=\"Child Exploration\"><\/noscript><h2>The Real Struggle<\/h2><p>The pain isn't just the behavior\u2014it's the feeling that every advice you hear is just theoretical. You read, you search, you watch videos, but the moment of application feels like a maze.<\/p><div class=\"hero-badge\" style=\"background: var(--v-red); color: white; border: none;\">The Practical Solution<\/div><p><strong>Play Therapy Box<\/strong> was born to turn \"what to do\" into \"how to do it\" through the natural language of every child: <strong>Play.<\/strong><\/p><\/div><div class=\"card\" style=\"background: var(--p-blue); color: white;\"><h2>Part of Psychology Vibes<\/h2><p style=\"color: rgba(255,255,255,0.8);\">We aren't just a shop. We are a specialized extension of <strong>Psychology Vibes<\/strong>, a leading Arabic platform dedicated to behavioral science.<\/p><ul class=\"feature-list\" style=\"color: white;\"><li><i class=\"fas fa-check-circle\" style=\"color: var(--l-green);\"><\/i> Not just toys\u2014a curriculum.<\/li><li><i class=\"fas fa-check-circle\" style=\"color: var(--l-green);\"><\/i> Expert-led supervision.<\/li><li><i class=\"fas fa-check-circle\" style=\"color: var(--l-green);\"><\/i> Science-backed results.<\/li><\/ul><\/div><\/div><div class=\"stats-strip\"><div class=\"stat-pill\"><h3>1000+<\/h3><span>Mothers Supported<\/span><\/div><div class=\"stat-pill\"><h3>14+<\/h3><span>Years Experience<\/span><\/div><div class=\"stat-pill\"><h3>100%<\/h3><span>Home-Applied<\/span><\/div><\/div><div class=\"card\" style=\"margin-top: 30px;\"><div class=\"expert-box\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/04\/woman-showing-virus-precautions-kid-scaled.jpg\" class=\"expert-img lazyload\" alt=\"Maram Al-Musallam\"><noscript><img decoding=\"async\" src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/04\/woman-showing-virus-precautions-kid-scaled.jpg\" class=\"expert-img lazyload\" alt=\"Maram Al-Musallam\"><\/noscript><div><div class=\"hero-badge\" style=\"background: var(--d-purple); color: white;\">Lead Specialist<\/div><h2>Maram Al-Musallam<\/h2><p>Every tool in our box is hand-picked under the direct supervision of Maram Al-Musallam, a Psychological & Educational Specialist with an MA in Psychology and 14 years of ground-level experience in international schools.<\/p><ul class=\"feature-list\"><li><i class=\"fas fa-graduation-cap\"><\/i> BA & MA in Psychology.<\/li><li><i class=\"fas fa-star\"><\/i> Founder of \"Maharat\" Training Program.<\/li><li><i class=\"fas fa-child\"><\/i> Expert in behavior modification.<\/li><\/ul><\/div><\/div><\/div><div class=\"main-grid\" style=\"margin-top: 30px;\"><div class=\"card\" style=\"grid-column: span 2;\"><h2 style=\"text-align: center;\">What makes the Maharat box different?<\/h2><p style=\"text-align: center; max-width: 700px; margin: 0 auto 40px;\">Because we know you don't need more \"information\"\u2014you need a plan.<\/p><div class=\"skills-grid\"><div class=\"skill-item\"><div class=\"skill-icon\" style=\"background: var(--p-blue);\"><i class=\"fas fa-puzzle-piece\"><\/i><\/div><div><strong>Therapeutic Tools<\/strong><p style=\"margin:0; font-size:14px;\">Selected for specific goals.<\/p><\/div><\/div><div class=\"skill-item\"><div class=\"skill-icon\" style=\"background: var(--l-green);\"><i class=\"fas fa-print\"><\/i><\/div><div><strong>Printed Guides<\/strong><p style=\"margin:0; font-size:14px;\">Step-by-step instructions.<\/p><\/div><\/div><div class=\"skill-item\"><div class=\"skill-icon\" style=\"background: var(--s-cyan);\"><i class=\"fas fa-play-circle\"><\/i><\/div><div><strong>QR Video Demos<\/strong><p style=\"margin:0; font-size:14px;\">Watch how it's done.<\/p><\/div><\/div><div class=\"skill-item\"><div class=\"skill-icon\" style=\"background: var(--v-red);\"><i class=\"fas fa-calendar-alt\"><\/i><\/div><div><strong>10-Day Plan<\/strong><p style=\"margin:0; font-size:14px;\">Build skills gradually.<\/p><\/div><\/div><div class=\"skill-item\"><div class=\"skill-icon\" style=\"background: var(--warm-orange);\"><i class=\"fab fa-whatsapp\"><\/i><\/div><div><strong>Team Support<\/strong><p style=\"margin:0; font-size:14px;\">WhatsApp assistance.<\/p><\/div><\/div><div class=\"skill-item\"><div class=\"skill-icon\" style=\"background: var(--d-purple);\"><i class=\"fas fa-phone-alt\"><\/i><\/div><div><strong>Guidance Call<\/strong><p style=\"margin:0; font-size:14px;\">Personalized direction.<\/p><\/div><\/div><\/div><\/div><\/div><div style=\"margin-top: 80px; text-align: center;\"><h2 style=\"font-size: clamp(20px, 3vw, 30px); font-weight: 900;\">7 Core Skills We Build<\/h2><div class=\"skills-grid\" style=\"margin-top: 40px;\"><div class=\"stat-pill\"><strong>1. Focus & Memory<\/strong><\/div><div class=\"stat-pill\"><strong>2. Emotional Intelligence<\/strong><\/div><div class=\"stat-pill\"><strong>3. Impulse Control<\/strong><\/div><div class=\"stat-pill\"><strong>4. Social Intelligence<\/strong><\/div><div class=\"stat-pill\"><strong>5. Organization<\/strong><\/div><div class=\"stat-pill\"><strong>6. Sensory Integration<\/strong><\/div><div class=\"stat-pill\"><strong>7. Growth Mindset<\/strong><\/div><\/div><\/div><section class=\"cta-section\"><h2 style=\"font-size: clamp(20px, 3vw, 30px); margin-bottom: 10px;font-weight:600;color:#fff;\">Ready to start?<\/h2><p>If you're confused about which box fits your child best, we've made it simple for you.<\/p><a href=\"https:\/\/playtherapybox.ae\/wizard\/\" class=\"btn-main\">Take the Free Quiz <i class=\"fas fa-chevron-right\"><\/i><\/a><div class=\"disclaimer-box\"><strong>Important Professional Clarification:<\/strong> Play Therapy Box provides educational and behavioral support to develop a child's skills at home. It is not a substitute for clinical diagnosis or psychiatric treatment. The methodology is inspired by Cognitive Behavioral Therapy (CBT) and Play Therapy principles.\r\n            <\/div><\/section><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e1bc5ac e-con-full elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"e1bc5ac\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af0261d e-flex e-con-boxed e-con e-parent\" data-id=\"af0261d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f74d9b9 elementor-widget elementor-widget-pippo_testimonials\" data-id=\"f74d9b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;columns_tablet&quot;:&quot;1&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;columns&quot;:1}\" data-widget_type=\"pippo_testimonials.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"widget widget-testimonials  style2  \">\n                                    <div class=\"row\">\n                        <div class=\"left-testimonials col-sm-4 col-xs-12\">\n                                                        <div class=\"widget-title clearfix\">\n                                                                    <span class=\"sub-widget-title\">\n                                        Client Feedback\n                                    <\/span>\n                                                                                                    <h3 class=\"testimonials-title\">\n                                        What our customers say                                    <\/h3>\n                                                                \n                            <\/div>\n                            \n                            <div class=\"wrapper-testimonial-thumbnail\">\n                                <div class=\"slick-carousel testimonial-thumbnail\" \n                                data-centerpadding='0px' \n                                data-centermode=\"true\" \n                                data-items=\"4\" \n                                data-large=\"3\" \n                                data-medium=\"3\" \n                                data-small=\"3\" \n                                data-smallest=\"3\" \n                                data-pagination=\"false\" \n                                data-nav=\"false\" \n                                data-asnavfor=\".testimonial-main\" data-slidestoscroll=\"1\" data-focusonselect=\"true\" data-infinite=\"true\">\n                                                                                                                                                                <div class=\"wrapper-avarta\">\n                                                <div class=\"avarta\" >\n                                                    <img decoding=\"async\" class=\"lazyload\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/avt-01.jpg\" alt=\" Sarah&#039;s Family\"><noscript><img decoding=\"async\" class=\"lazyload\" src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/avt-01.jpg\" alt=\" Sarah&#039;s Family\"><\/noscript>\n                                                <\/div>\n                                                 \n                                            <\/div>\n                                        \n                                                                                                                                                                <div class=\"wrapper-avarta\">\n                                                <div class=\"avarta\" >\n                                                    <img decoding=\"async\" class=\"lazyload\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/avt-02.jpg\" alt=\"The Ahmed Family\"><noscript><img decoding=\"async\" class=\"lazyload\" src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/avt-02.jpg\" alt=\"The Ahmed Family\"><\/noscript>\n                                                <\/div>\n                                                 \n                                            <\/div>\n                                        \n                                                                                                                                                                <div class=\"wrapper-avarta\">\n                                                <div class=\"avarta\" >\n                                                    <img decoding=\"async\" class=\"lazyload\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/avt-03.jpg\" alt=\"Mariam&#039;s Family\"><noscript><img decoding=\"async\" class=\"lazyload\" src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/avt-03.jpg\" alt=\"Mariam&#039;s Family\"><\/noscript>\n                                                <\/div>\n                                                 \n                                            <\/div>\n                                        \n                                                                    <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"right-testimonials col-sm-8 col-xs-12\">\n                            <div class=\"slick-carousel v1 testimonial-main\" \n                            data-items=\"1\"\n                            data-smallmedium=\"1\"\n                            data-extrasmall=\"1\"\n                            data-infinite=\"false\" \n                            data-pagination=\"false\" \n                            data-nav=\"false\" \n\n                            data-asnavfor=\".testimonial-thumbnail\" data-slickparent=\"true\">\n                                                                                                        \n                                    <div class=\"testimonials-item2\">\n                                        <div class=\"testimonials-content\">\n                                                                                            <div class=\"description\">\n                                                                                                             <div class=\"star d-flex align-items-center\">\n                                                            <!-- <span class=\"text\">5.0 <\/span> -->\n                                                            <div class=\"inner\">\n                                                                <div class=\"w-percent\" style=\"width: 100%;\"><\/div>\n                                                            <\/div>\n                                                        <\/div>\n                                                                                                        \"The progress in my child's focus was noticeable within the first 10 days. The structured plan made it so easy for me to know what to do without feeling overwhelmed.\"\n                                                <\/div>\n                                                                                        \n                                            <div class=\"info-testimonials\">\n                                                 <h3 class=\"name-client\"> Sarah's Family<\/h3>                                                                                                                                                    <div class=\"job\">Focus &amp; Attention Box<\/div>\n                                                  \n                                            <\/div> \n                                        <\/div> \n                                    <\/div>\n                                                                                                        \n                                    <div class=\"testimonials-item2\">\n                                        <div class=\"testimonials-content\">\n                                                                                            <div class=\"description\">\n                                                                                                             <div class=\"star d-flex align-items-center\">\n                                                            <!-- <span class=\"text\">4.0 <\/span> -->\n                                                            <div class=\"inner\">\n                                                                <div class=\"w-percent\" style=\"width: 80%;\"><\/div>\n                                                            <\/div>\n                                                        <\/div>\n                                                                                                        \"We struggled with emotional regulation for years. This play-based approach was the only thing that actually engaged him. The WhatsApp support is a lifesaver!\"\n                                                <\/div>\n                                                                                        \n                                            <div class=\"info-testimonials\">\n                                                 <h3 class=\"name-client\">The Ahmed Family<\/h3>                                                                                                                                                    <div class=\"job\">Emotional Regulation Box<\/div>\n                                                  \n                                            <\/div> \n                                        <\/div> \n                                    <\/div>\n                                                                                                        \n                                    <div class=\"testimonials-item2\">\n                                        <div class=\"testimonials-content\">\n                                                                                            <div class=\"description\">\n                                                                                                             <div class=\"star d-flex align-items-center\">\n                                                            <!-- <span class=\"text\">3.0 <\/span> -->\n                                                            <div class=\"inner\">\n                                                                <div class=\"w-percent\" style=\"width: 60%;\"><\/div>\n                                                            <\/div>\n                                                        <\/div>\n                                                                                                        \"I finally stopped searching for 'what to do' and just started 'doing'. The QR code videos explained everything so simply. Highly recommend for every mom.\"\n                                                <\/div>\n                                                                                        \n                                            <div class=\"info-testimonials\">\n                                                 <h3 class=\"name-client\">Mariam's Family<\/h3>                                                                                                                                                    <div class=\"job\">Social Skills Box<\/div>\n                                                  \n                                            <\/div> \n                                        <\/div> \n                                    <\/div>\n                                                            <\/div>\n                        <\/div>\n                    <\/div>\n\n\n\n                            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0f8cb1 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"a0f8cb1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e8b75df e-con-full e-flex e-con e-child\" data-id=\"e8b75df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e42cba elementor-widget elementor-widget-heading\" data-id=\"9e42cba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Meet Our Team<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-90e021c e-con-full e-flex e-con e-child\" data-id=\"90e021c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f91619e e-con-full e-flex e-con e-child\" data-id=\"f91619e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a6ace6 elementor-widget elementor-widget-pippo_team\" data-id=\"5a6ace6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pippo_team.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"widget widget-team \">\n            <div class=\"top-image\">\n                                    <div class=\"team-image\">\n                        <div class=\"image-wrapper\"><img fetchpriority=\"high\" decoding=\"async\" width=\"338\" height=\"406\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20338%20406&#039;%2F%3E\" class=\"attachment-full size-full unveil-image\" alt=\"\" data-src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team1.jpg\" data-srcset=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team1.jpg 338w, https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team1-250x300.jpg 250w\" data-sizes=\"(max-width: 338px) 100vw, 338px\" \/><\/div>                    <\/div>\n                                <ul class=\"social\">\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-facebook-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                            <\/ul>\n            <\/div>\n            <div class=\"content\">\n                                    <h3 class=\"name-team\">ELIOT STONE<\/h3>\n                                                    <div class=\"job\">Founder<\/div>\n                            <\/div>\n            \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79e521b e-con-full e-flex e-con e-child\" data-id=\"79e521b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c6cb7dc elementor-widget elementor-widget-pippo_team\" data-id=\"c6cb7dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pippo_team.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"widget widget-team \">\n            <div class=\"top-image\">\n                                    <div class=\"team-image\">\n                        <div class=\"image-wrapper\"><img decoding=\"async\" width=\"338\" height=\"406\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20338%20406&#039;%2F%3E\" class=\"attachment-full size-full unveil-image\" alt=\"\" data-src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team2.jpg\" data-srcset=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team2.jpg 338w, https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team2-250x300.jpg 250w\" data-sizes=\"(max-width: 338px) 100vw, 338px\" \/><\/div>                    <\/div>\n                                <ul class=\"social\">\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-facebook-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                            <\/ul>\n            <\/div>\n            <div class=\"content\">\n                                    <h3 class=\"name-team\">ASTON DOE<\/h3>\n                                                    <div class=\"job\">Designer<\/div>\n                            <\/div>\n            \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8472fe7 e-con-full e-flex e-con e-child\" data-id=\"8472fe7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cdd2731 elementor-widget elementor-widget-pippo_team\" data-id=\"cdd2731\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pippo_team.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"widget widget-team \">\n            <div class=\"top-image\">\n                                    <div class=\"team-image\">\n                        <div class=\"image-wrapper\"><img decoding=\"async\" width=\"338\" height=\"406\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20338%20406&#039;%2F%3E\" class=\"attachment-full size-full unveil-image\" alt=\"\" data-src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team3.jpg\" data-srcset=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team3.jpg 338w, https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team3-250x300.jpg 250w\" data-sizes=\"(max-width: 338px) 100vw, 338px\" \/><\/div>                    <\/div>\n                                <ul class=\"social\">\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-facebook-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                            <\/ul>\n            <\/div>\n            <div class=\"content\">\n                                    <h3 class=\"name-team\">CAMELIA DOE<\/h3>\n                                                    <div class=\"job\">Support<\/div>\n                            <\/div>\n            \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec67e94 e-con-full e-flex e-con e-child\" data-id=\"ec67e94\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f00acba elementor-widget elementor-widget-pippo_team\" data-id=\"f00acba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pippo_team.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"widget widget-team \">\n            <div class=\"top-image\">\n                                    <div class=\"team-image\">\n                        <div class=\"image-wrapper\"><img loading=\"lazy\" decoding=\"async\" width=\"338\" height=\"406\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%20338%20406&#039;%2F%3E\" class=\"attachment-full size-full unveil-image\" alt=\"\" data-src=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team4.jpg\" data-srcset=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team4.jpg 338w, https:\/\/playtherapybox.ae\/wp-content\/uploads\/2023\/10\/team4-250x300.jpg 250w\" data-sizes=\"(max-width: 338px) 100vw, 338px\" \/><\/div>                    <\/div>\n                                <ul class=\"social\">\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-facebook-square\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a href=\"\" title=\"Social Title\">\n                            \n                            \n                            <svg class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>                        <\/a>\n                    <\/li>\n                            <\/ul>\n            <\/div>\n            <div class=\"content\">\n                                    <h3 class=\"name-team\">JANE STARK<\/h3>\n                                                    <div class=\"job\">Marketing<\/div>\n                            <\/div>\n            \n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>Home &gt; About Helping mothers thrive In every home&#8230; there is a mother trying. She seeks to understand why her child won&#8217;t settle, why emotions overflow, or why routine feels impossible. You aren&#8217;t just raising a child; you&#8217;re nurturing a future. The Real Struggle The pain isn&#8217;t just the behavior\u2014it&#8217;s the feeling that every advice &hellip; <br \/><a href=\"https:\/\/playtherapybox.ae\/ar\/about\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">About<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-14098","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About - Play Therapy Box<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/playtherapybox.ae\/ar\/about\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About - Play Therapy Box\" \/>\n<meta property=\"og:description\" content=\"Home &gt; About Helping mothers thrive In every home&#8230; there is a mother trying. She seeks to understand why her child won&#8217;t settle, why emotions overflow, or why routine feels impossible. You aren&#8217;t just raising a child; you&#8217;re nurturing a future. The Real Struggle The pain isn&#8217;t just the behavior\u2014it&#8217;s the feeling that every advice &hellip; Continue reading About\" \/>\n<meta property=\"og:url\" content=\"https:\/\/playtherapybox.ae\/ar\/about\/\" \/>\n<meta property=\"og:site_name\" content=\"Play Therapy Box\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/play.therapy.by.maram\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-29T10:06:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/04\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0642\u064a\u0642\u062a\u0627\u0646\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/about\\\/\",\"url\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/about\\\/\",\"name\":\"About - Play Therapy Box\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/about\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/about\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/playtherapybox.ae\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg\",\"datePublished\":\"2023-03-02T16:03:01+00:00\",\"dateModified\":\"2026-06-29T10:06:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/about\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/about\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/about\\\/#primaryimage\",\"url\":\"https:\\\/\\\/playtherapybox.ae\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/playtherapybox.ae\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/about\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/\",\"name\":\"Play Therapy Box\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/#organization\",\"name\":\"Play Therapy Box\",\"url\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/playtherapybox.ae\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/favicon.webp\",\"contentUrl\":\"https:\\\/\\\/playtherapybox.ae\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/favicon.webp\",\"width\":512,\"height\":512,\"caption\":\"Play Therapy Box\"},\"image\":{\"@id\":\"https:\\\/\\\/playtherapybox.ae\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/play.therapy.by.maram\",\"https:\\\/\\\/www.instagram.com\\\/_play_therapy\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About - Play Therapy Box","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:\/\/playtherapybox.ae\/ar\/about\/","og_locale":"ar_AR","og_type":"article","og_title":"About - Play Therapy Box","og_description":"Home &gt; About Helping mothers thrive In every home&#8230; there is a mother trying. She seeks to understand why her child won&#8217;t settle, why emotions overflow, or why routine feels impossible. You aren&#8217;t just raising a child; you&#8217;re nurturing a future. The Real Struggle The pain isn&#8217;t just the behavior\u2014it&#8217;s the feeling that every advice &hellip; Continue reading About","og_url":"https:\/\/playtherapybox.ae\/ar\/about\/","og_site_name":"Play Therapy Box","article_publisher":"https:\/\/www.facebook.com\/play.therapy.by.maram","article_modified_time":"2026-06-29T10:06:32+00:00","og_image":[{"url":"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/04\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u062a\u0627\u0646"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/playtherapybox.ae\/ar\/about\/","url":"https:\/\/playtherapybox.ae\/ar\/about\/","name":"About - Play Therapy Box","isPartOf":{"@id":"https:\/\/playtherapybox.ae\/ar\/#website"},"primaryImageOfPage":{"@id":"https:\/\/playtherapybox.ae\/ar\/about\/#primaryimage"},"image":{"@id":"https:\/\/playtherapybox.ae\/ar\/about\/#primaryimage"},"thumbnailUrl":"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/04\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg","datePublished":"2023-03-02T16:03:01+00:00","dateModified":"2026-06-29T10:06:32+00:00","breadcrumb":{"@id":"https:\/\/playtherapybox.ae\/ar\/about\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/playtherapybox.ae\/ar\/about\/"]}]},{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/playtherapybox.ae\/ar\/about\/#primaryimage","url":"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/04\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg","contentUrl":"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/04\/father-celebrating-fathers-day-with-his-daughter-scaled.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/playtherapybox.ae\/ar\/about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/playtherapybox.ae\/ar\/"},{"@type":"ListItem","position":2,"name":"About"}]},{"@type":"WebSite","@id":"https:\/\/playtherapybox.ae\/ar\/#website","url":"https:\/\/playtherapybox.ae\/ar\/","name":"Play Therapy Box","description":"","publisher":{"@id":"https:\/\/playtherapybox.ae\/ar\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/playtherapybox.ae\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/playtherapybox.ae\/ar\/#organization","name":"Play Therapy Box","url":"https:\/\/playtherapybox.ae\/ar\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/playtherapybox.ae\/ar\/#\/schema\/logo\/image\/","url":"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/02\/favicon.webp","contentUrl":"https:\/\/playtherapybox.ae\/wp-content\/uploads\/2026\/02\/favicon.webp","width":512,"height":512,"caption":"Play Therapy Box"},"image":{"@id":"https:\/\/playtherapybox.ae\/ar\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/play.therapy.by.maram","https:\/\/www.instagram.com\/_play_therapy\/"]}]}},"_links":{"self":[{"href":"https:\/\/playtherapybox.ae\/ar\/wp-json\/wp\/v2\/pages\/14098","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/playtherapybox.ae\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/playtherapybox.ae\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/playtherapybox.ae\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/playtherapybox.ae\/ar\/wp-json\/wp\/v2\/comments?post=14098"}],"version-history":[{"count":1,"href":"https:\/\/playtherapybox.ae\/ar\/wp-json\/wp\/v2\/pages\/14098\/revisions"}],"predecessor-version":[{"id":14110,"href":"https:\/\/playtherapybox.ae\/ar\/wp-json\/wp\/v2\/pages\/14098\/revisions\/14110"}],"wp:attachment":[{"href":"https:\/\/playtherapybox.ae\/ar\/wp-json\/wp\/v2\/media?parent=14098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}