{"id":9867,"date":"2024-03-31T06:17:14","date_gmt":"2024-03-31T06:17:14","guid":{"rendered":"https:\/\/thepixelcurve.com\/edubin\/ld\/?page_id=9867"},"modified":"2026-09-01T13:37:19","modified_gmt":"2026-09-01T13:37:19","slug":"home-online-learning-tutor","status":"publish","type":"page","link":"https:\/\/simplesquash.com\/ar\/","title":{"rendered":"\u0627\u0644\u0635\u0641\u062d\u0647 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9867\" class=\"elementor elementor-9867\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9cecc7d animated-fast e-con-full e-flex elementor-invisible e-con e-parent\" data-id=\"9cecc7d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;bounceInUp&quot;,&quot;animation_delay&quot;:800}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50fa2d5 elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-html\" data-id=\"50fa2d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div id=\"squash-ball-container\" style=\"width:100%; height:800px;   pointer-events:none;\"><\/div>\r\n\r\n<style>\r\n  #squash-ball-container canvas { display:block; width:100%; height:100%; }\r\n<\/style>\r\n\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/three@0.152.2\/build\/three.min.js\"><\/script>\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/gsap@3.12.2\/dist\/gsap.min.js\"><\/script>\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/gsap@3.12.2\/dist\/ScrollTrigger.min.js\"><\/script>\r\n\r\n<script>\r\n(function(){\r\n  const container = document.getElementById('squash-ball-container');\r\n  const scene = new THREE.Scene();\r\n\r\n  \/\/ Camera\r\n  const camera = new THREE.PerspectiveCamera(50, container.clientWidth\/container.clientHeight, 0.1, 1000);\r\n  camera.position.z = 5;\r\n\r\n  \/\/ Renderer (transparent)\r\n  const renderer = new THREE.WebGLRenderer({antialias:true, alpha:true});\r\n  renderer.setSize(container.clientWidth, container.clientHeight);\r\n  renderer.setClearColor(0x000000, 0); \/\/ transparent background\r\n  container.appendChild(renderer.domElement);\r\n\r\n  \/\/ Lights\r\n  const ambient = new THREE.AmbientLight(0xffffff, 0.5);\r\n  scene.add(ambient);\r\n  const point = new THREE.PointLight(0xffffff, 1);\r\n  point.position.set(10,10,10);\r\n  scene.add(point);\r\n\r\n  \/\/ Squash Ball\r\n  const ballGeo = new THREE.SphereGeometry(1.5,64,64);\r\n\r\n  \/\/ Gradient texture for ball\r\n  const canvas = document.createElement('canvas');\r\n  canvas.width = 256; canvas.height = 256;\r\n  const ctx = canvas.getContext('2d');\r\n  const grad = ctx.createRadialGradient(128,128,20,128,128,128);\r\n  grad.addColorStop(0,'#e5c60c'); \/\/ orange\r\n  grad.addColorStop(1,'#0081e9'); \/\/ blue\r\n  ctx.fillStyle = grad;\r\n  ctx.fillRect(0,0,256,256);\r\n  const ballTexture = new THREE.CanvasTexture(canvas);\r\n\r\n  const ballMat = new THREE.MeshStandardMaterial({map: ballTexture, roughness:0.5, metalness:0.3});\r\n  const ball = new THREE.Mesh(ballGeo, ballMat);\r\n  scene.add(ball);\r\n\r\n  \/\/ Faster rotation\r\n  const rotationSpeed = { x: 0.01, y: 0.02 };\r\n\r\n  \/\/ --- Scroll-triggered translation ---\r\n  gsap.registerPlugin(ScrollTrigger);\r\n  gsap.to(ball.position, {\r\n    x: -5,        \/\/ move left\r\n    z: 5,         \/\/ move slightly closer (zoom-in)\r\n    scrollTrigger: {\r\n      trigger: \"#squash-ball-container\",\r\n      start: \"top top\",\r\n      end: \"bottom top\",\r\n      scrub: 1\r\n    }\r\n  });\r\n  gsap.to(ball.scale, {\r\n    x: 2, y: 2, z: 2,   \/\/ zoom in while moving\r\n    scrollTrigger: {\r\n      trigger: \"#squash-ball-container\",\r\n      start: \"top top\",\r\n      end: \"bottom top\",\r\n      scrub: 1\r\n    }\r\n  });\r\n\r\n  \/\/ Animate\r\n  function animate(){\r\n    requestAnimationFrame(animate);\r\n\r\n    \/\/ Ball self-rotation (faster)\r\n    ball.rotation.y += rotationSpeed.y;\r\n    ball.rotation.x += rotationSpeed.x;\r\n\r\n    renderer.render(scene,camera);\r\n  }\r\n  animate();\r\n\r\n  \/\/ Responsive\r\n  window.addEventListener('resize', ()=>{\r\n    camera.aspect = container.clientWidth\/container.clientHeight;\r\n    camera.updateProjectionMatrix();\r\n    renderer.setSize(container.clientWidth, container.clientHeight);\r\n  });\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8223680 e-con-full e-flex e-con e-parent\" data-id=\"8223680\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-467461b e-con-full e-flex e-con e-child\" data-id=\"467461b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f0a912 elementor-invisible elementor-widget elementor-widget-custom-title-addons\" data-id=\"7f0a912\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-left&quot;,&quot;_animation_delay&quot;:900}\" data-widget_type=\"custom-title-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tpc-double_heading\"><div class=\"dbl__subtitle\"><span><span class=\"subtitle-pill\" style=\"margin-right:5px;color:#fff;\"><\/span>Search<\/span><\/div><h3 class=\"dbl__title-wrapper\"><span class=\"dbl__title dbl-title_1\">Squash <\/span><span class=\"dbl__title dbl-title_2\"  >Simplified <\/span><span class=\"dbl__title dbl-title_3\">Born in Egypt . Built for the World<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f4d1f2 elementor-invisible elementor-widget elementor-widget-edubin-button\" data-id=\"9f4d1f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-left&quot;,&quot;_animation_delay&quot;:900}\" data-widget_type=\"edubin-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-button-widget-wrapper\"><a class=\"edubin-btn edubin-btn-custom edubin-btn-size-custom\" href=\"https:\/\/simplesquash.com\/coursers\/\">View All Courses<\/a><\/div>\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-df181c3 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"df181c3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:850}\">\n\t\t<div class=\"elementor-element elementor-element-fc6966e e-con-full e-flex e-con e-child\" data-id=\"fc6966e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-083aad7 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"083aad7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-right&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1254\" height=\"1254\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg\" class=\"attachment-full size-full wp-image-20270\" alt=\"\" srcset=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg 1254w, https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg-300x300.jpeg 300w, https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg-1024x1024.jpeg 1024w, https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg-150x150.jpeg 150w, https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg-768x768.jpeg 768w, https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg-600x600.jpeg 600w, https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg-100x100.jpeg 100w, https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg-50x50.jpeg 50w\" sizes=\"(max-width: 1254px) 100vw, 1254px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e5aa1aa e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"e5aa1aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2d42b2 elementor-absolute elementor-invisible elementor-widget elementor-widget-edubin-animation\" data-id=\"b2d42b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"edubin-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-animation-widget edubin-animation-display-type-mouse-track edubin-animation-content-type-image edubin-mouse-track-item\" id=\"b2d42b2\"><span data-depth=\"1\"><img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/03\/EDUBIN0514.png\" alt=\"EDUBIN0514\"><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4831f4 elementor-absolute elementor-invisible elementor-widget elementor-widget-edubin-animation\" data-id=\"c4831f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;edubin--slide-down&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"edubin-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-animation-widget edubin-animation-display-type-mouse-track edubin-animation-content-type-image edubin-mouse-track-item\" id=\"c4831f4\"><span data-depth=\"-1\"><img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/03\/EDUBIN0513.png\" alt=\"EDUBIN0513\"><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4230459 elementor-absolute elementor-invisible elementor-widget elementor-widget-edubin-animation\" data-id=\"4230459\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"edubin-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-animation-widget edubin-animation-display-type-mouse-track edubin-animation-content-type-image edubin-mouse-track-item\" id=\"4230459\"><span data-depth=\"-1\"><img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/03\/EDUBIN0515.png\" alt=\"EDUBIN0515\"><\/span><\/div>\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<div class=\"elementor-element elementor-element-fca30a3 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"fca30a3\" 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-67c4b33 e-con-full e-flex e-con e-child\" data-id=\"67c4b33\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bde5b00 elementor-widget elementor-widget-heading\" data-id=\"bde5b00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">MOST AFFORDABLE SQUASH PLATFORM<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae8e7a3 elementor-widget elementor-widget-heading\" data-id=\"ae8e7a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Choose Your plan Now<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ef5043 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"4ef5043\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"82792515\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-827925151\" data-tab-title-id=\"e-n-tab-title-827925151\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-827925151\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tMonthly\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-827925152\" data-tab-title-id=\"e-n-tab-title-827925152\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-827925152\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tQuarterly\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-827925153\" data-tab-title-id=\"e-n-tab-title-827925153\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-827925153\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAnnualy\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-827925151\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-827925151\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-ad1eb4a e-con-full e-flex e-con e-child\" data-id=\"ad1eb4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6d23f6a e-con-full spin-border-wrapper e-flex e-con e-child\" data-id=\"6d23f6a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ddfb2e0 e-con-full spin-border-content e-flex e-con e-child\" data-id=\"ddfb2e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cdd007 elementor-widget elementor-widget-heading\" data-id=\"5cdd007\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">1 month<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7816c0 elementor-widget elementor-widget-heading\" data-id=\"b7816c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><span class=\"wcpbc-price wcpbc-price-19867\" data-product-id=\"19867\">\u2066<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\"><span class=\"woocommerce-Price-currencyCode\">EGP<\/span><\/span>100<span class=\"decimal-separator\">.00<\/span><\/span> <span class=\"subscription-details\">\u2069 \u0643\u0644 \u2066\u0634\u0647\u0631 \u0648\u0627\u062d\u062f\u2069<\/span><\/span><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f2801e elementor-add-to-cart--align-center elementor-widget__width-auto elementor-widget elementor-widget-wc-add-to-cart\" data-id=\"0f2801e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\" data-widget_type=\"wc-add-to-cart.default\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ar\/?v=2a6a84e9e444&amp;add-to-cart=19867\" data-quantity=\"1\" data-product_id=\"19867\" class=\"product_type_subscription add_to_cart_button ajax_add_to_cart elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">buy now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-827925152\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-827925152\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-06f303c e-con-full e-flex e-con e-child\" data-id=\"06f303c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-03431a8 e-con-full spin-border-wrapper e-flex e-con e-child\" data-id=\"03431a8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ff4cbb6 e-con-full spin-border-content e-flex e-con e-child\" data-id=\"ff4cbb6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae9cb23 elementor-widget elementor-widget-heading\" data-id=\"ae9cb23\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">3-Month Membership<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22163e7 elementor-widget elementor-widget-heading\" data-id=\"22163e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><span class=\"wcpbc-price wcpbc-price-19875\" data-product-id=\"19875\">\u2066<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\"><span class=\"woocommerce-Price-currencyCode\">EGP<\/span><\/span>300<span class=\"decimal-separator\">.00<\/span><\/span> <span class=\"subscription-details\">\u2069\u0643\u0644 \u20663 \u0634\u0647\u0648\u0631\u2069<\/span><\/span><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43183fd elementor-add-to-cart--align-center elementor-widget__width-auto elementor-widget elementor-widget-wc-add-to-cart\" data-id=\"43183fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\" data-widget_type=\"wc-add-to-cart.default\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ar\/?v=2a6a84e9e444&amp;add-to-cart=19875\" data-quantity=\"1\" data-product_id=\"19875\" class=\"product_type_subscription add_to_cart_button ajax_add_to_cart elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">buy now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe8356b e-con-full spin-border-wrapper e-flex e-con e-child\" data-id=\"fe8356b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-9a89157 e-con-full spin-border-content e-flex e-con e-child\" data-id=\"9a89157\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6a74b5 elementor-widget elementor-widget-heading\" data-id=\"a6a74b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">6-Month Membership<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d52d66 elementor-widget elementor-widget-heading\" data-id=\"4d52d66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><span class=\"wcpbc-price wcpbc-price-19874\" data-product-id=\"19874\">\u2066<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\"><span class=\"woocommerce-Price-currencyCode\">EGP<\/span><\/span>600<span class=\"decimal-separator\">.00<\/span><\/span> <span class=\"subscription-details\">\u2069\u0643\u0644 \u20666 \u0634\u0647\u0648\u0631\u2069<\/span><\/span><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ff8c03 elementor-add-to-cart--align-center elementor-widget__width-auto elementor-widget elementor-widget-wc-add-to-cart\" data-id=\"9ff8c03\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\" data-widget_type=\"wc-add-to-cart.default\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ar\/?v=2a6a84e9e444&amp;add-to-cart=19874\" data-quantity=\"1\" data-product_id=\"19874\" class=\"product_type_subscription add_to_cart_button ajax_add_to_cart elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">buy now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-827925153\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-827925153\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-c9561ec e-con-full e-flex e-con e-child\" data-id=\"c9561ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fa4e7c0 e-con-full spin-border-wrapper e-flex e-con e-child\" data-id=\"fa4e7c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2bef857 e-con-full spin-border-content e-flex e-con e-child\" data-id=\"2bef857\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b6f31b elementor-widget elementor-widget-heading\" data-id=\"6b6f31b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Yearly Membership<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bd86f9 elementor-widget elementor-widget-heading\" data-id=\"2bd86f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><span class=\"wcpbc-price wcpbc-price-19873\" data-product-id=\"19873\">\u2066<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\"><span class=\"woocommerce-Price-currencyCode\">EGP<\/span><\/span>1,000<span class=\"decimal-separator\">.00<\/span><\/span> <span class=\"subscription-details\">\u2069 \u0643\u0644 \u2066\u0633\u0646\u0629 \u0648\u0627\u062d\u062f\u0629\u2069<\/span><\/span><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1550629 elementor-add-to-cart--align-center elementor-widget__width-auto elementor-widget elementor-widget-wc-add-to-cart\" data-id=\"1550629\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;}\" data-widget_type=\"wc-add-to-cart.default\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ar\/?v=2a6a84e9e444&amp;add-to-cart=19873\" data-quantity=\"1\" data-product_id=\"19873\" class=\"product_type_subscription add_to_cart_button ajax_add_to_cart elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">buy now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e8fe64c elementor-absolute animated-fast elementor-invisible elementor-widget elementor-widget-edubin-animation\" data-id=\"e8fe64c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;edubin--scale&quot;}\" data-widget_type=\"edubin-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-animation-widget edubin-animation-display-type-tilt edubin-animation-content-type-image edubin-tilt-item\" data-maxtilt=\"20\" data-perspective=\"1000\" data-scale=\"1\" data-speed=\"300\" data-axis=\"null\"><img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/03\/EDUBIN0522.png\" alt=\"EDUBIN0522\"><\/div>\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<div class=\"elementor-element elementor-element-01d53e7 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"01d53e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4835ad elementor-invisible elementor-widget elementor-widget-custom-title-addons\" data-id=\"c4835ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-up&quot;}\" data-widget_type=\"custom-title-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tpc-double_heading\"><h3 class=\"dbl__title-wrapper\"><span class=\"dbl__title dbl-title_1\">Top <\/span><span class=\"dbl__title dbl-title_2\"  >Categories<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aafcca1 electric-border elementor-widget elementor-widget-edubin-icon-category-addons\" data-id=\"aafcca1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"edubin-icon-category-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tpc-category-carousel-wrapper edubin-category-style-4  \" data-settings=\"{&quot;infinite_loop&quot;:false,&quot;autoplay&quot;:true,&quot;autoplay_speed&quot;:0,&quot;display_columns&quot;:6,&quot;item_gap&quot;:25,&quot;center_slides&quot;:false,&quot;pause_on_hover&quot;:true,&quot;pause_on_interaction&quot;:true,&quot;display_columns_tablet&quot;:4,&quot;tablet_item_gap&quot;:20,&quot;center_slides_tablet&quot;:false,&quot;display_columns_mobile&quot;:1,&quot;mobile_item_gap&quot;:20,&quot;center_slides_mobile&quot;:false}\"><div class=\"tpc-cat-carousel tpc-category-style-4 swiper swiper-container\"><div class=\"swiper-wrapper\" data-autoplay=\"true\" data-autoplayspeed=\"0\"><div class=\"swiper-slide\"><div class=\"item-wrap elementor-repeater-item-46314f3\"><a href=\"https:\/\/thepixelcurve.com\/edubin\/tut\/courses\/\" ><div class=\"edubin-icon-category\"><div class=\"single-category\" style=\"background: #FFF7EF\"><div class=\"img-wrapper\" \"><img decoding=\"async\" width=\"65\" height=\"65\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/04\/EDUBIN0528.png\" class=\"attachment-full size-full wp-image-10188\" alt=\"\" \/><\/div><\/div><h3 class=\"icon-category-title\" \">Business<\/h3><\/div><\/a><\/div><\/div><div class=\"swiper-slide\"><div class=\"item-wrap elementor-repeater-item-197c63e\"><a href=\"https:\/\/thepixelcurve.com\/edubin\/tut\/courses\/\" ><div class=\"edubin-icon-category\"><div class=\"single-category\" style=\"background: #EEFAF8\"><div class=\"img-wrapper\" \"><img decoding=\"async\" width=\"65\" height=\"65\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/04\/EDUBIN0525.png\" class=\"attachment-full size-full wp-image-10185\" alt=\"\" \/><\/div><\/div><h3 class=\"icon-category-title\" \">Chemistry<\/h3><\/div><\/a><\/div><\/div><div class=\"swiper-slide\"><div class=\"item-wrap elementor-repeater-item-c3a7773\"><a href=\"https:\/\/thepixelcurve.com\/edubin\/tut\/courses\/\" ><div class=\"edubin-icon-category\"><div class=\"single-category\" style=\"background: #F7F3FF\"><div class=\"img-wrapper\" \"><img loading=\"lazy\" decoding=\"async\" width=\"65\" height=\"65\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/04\/EDUBIN0524.png\" class=\"attachment-full size-full wp-image-10184\" alt=\"\" \/><\/div><\/div><h3 class=\"icon-category-title\" \">Artificial Intelligent<\/h3><\/div><\/a><\/div><\/div><div class=\"swiper-slide\"><div class=\"item-wrap elementor-repeater-item-e85d506\"><a href=\"https:\/\/thepixelcurve.com\/edubin\/tut\/courses\/\" ><div class=\"edubin-icon-category\"><div class=\"single-category\" style=\"background: #FFFAEF\"><div class=\"img-wrapper\" \"><img loading=\"lazy\" decoding=\"async\" width=\"65\" height=\"65\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/04\/EDUBIN0523.png\" class=\"attachment-full size-full wp-image-10183\" alt=\"\" \/><\/div><\/div><h3 class=\"icon-category-title\" \">Development<\/h3><\/div><\/a><\/div><\/div><div class=\"swiper-slide\"><div class=\"item-wrap elementor-repeater-item-bde90c8\"><a href=\"https:\/\/thepixelcurve.com\/edubin\/tut\/courses\/\" ><div class=\"edubin-icon-category\"><div class=\"single-category\" style=\"background: #FFF7EF\"><div class=\"img-wrapper\" \"><img loading=\"lazy\" decoding=\"async\" width=\"65\" height=\"65\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/04\/EDUBIN0526.png\" class=\"attachment-full size-full wp-image-10186\" alt=\"\" \/><\/div><\/div><h3 class=\"icon-category-title\" \">Science<\/h3><\/div><\/a><\/div><\/div><div class=\"swiper-slide\"><div class=\"item-wrap elementor-repeater-item-11f28de\"><a href=\"https:\/\/thepixelcurve.com\/edubin\/tut\/courses\/\" ><div class=\"edubin-icon-category\"><div class=\"single-category\" style=\"background: #EEFCF5\"><div class=\"img-wrapper\" \"><img loading=\"lazy\" decoding=\"async\" width=\"65\" height=\"65\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/04\/EDUBIN0527.png\" class=\"attachment-full size-full wp-image-10187\" alt=\"\" \/><\/div><\/div><h3 class=\"icon-category-title\" \">Engineering<\/h3><\/div><\/a><\/div><\/div><\/div><\/div><\/div>\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-2c64127 e-flex e-con-boxed e-con e-parent\" data-id=\"2c64127\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89de95e elementor-invisible elementor-widget elementor-widget-custom-title-addons\" data-id=\"89de95e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-up&quot;}\" data-widget_type=\"custom-title-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tpc-double_heading\"><h3 class=\"dbl__title-wrapper\"><span class=\"dbl__title dbl-title_1\">Top <\/span><span class=\"dbl__title dbl-title_2\"  >Courses<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89da965 elementor-widget elementor-widget-edubin-tutor-course-addons\" data-id=\"89da965\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"edubin-tutor-course-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-course-widget-wrapper tpc-slider-wrapper tpc-slider-wrapper-arrows-enable\"><div class=\"tpc-tutor-archive-courses edubin-course-archive edubin-lms-courses-slider swiper swiper-container\"><div class=\"swiper-wrapper\" data-infiniteLoop=\"true\" data-autoplay=\"true\" data-autoplaySpeed=\"1000\" data-displayColumns=\"4\" data-itemGap=\"30\" data-pauseOnHover=\"false\" data-pauseOnInteraction=\"false\" data-displayColumnsTablet=\"2\" data-tabletItemGap=\"30\" data-displayColumnsMobile=\"1\" data-mobileItemGap=\"30\">            <div id=\"post-20402\" class=\"edubin-course-style-1 edubin-course-1-slider-item edubin-slider-item swiper-slide post-20402 courses type-courses status-publish has-post-thumbnail hentry\" class=\"edubin-course-style-1 edubin-course-1-slider-item edubin-slider-item swiper-slide post-20402 courses type-courses status-publish has-post-thumbnail hentry\" >\n            <div class=\"edubin-course layout__1\"><div class=\"course__container\"><div class=\"course__media\"><a class=\"course-thumb\" href=\"https:\/\/simplesquash.com\/ar\/courses\/new-course-2\/\"><img decoding=\"async\" class=\"w-100\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/ChatGPT-Image-30-\u0623\u063a\u0633\u0637\u0633-2026\u060c-08_50_10-\u0645-590x430.png\" alt=\"ChatGPT Image 30 \u0623\u063a\u0633\u0637\u0633 2026\u060c 08_50_10 \u0645\"><\/a><div class=\"course__meta-top\"><a href=\"javascript:;\"  class=\"tutor-open-login-modal save-bookmark-btn tutor-iconic-btn tutor-iconic-btn-secondary\" data-course-id=\"20402\">\n            <i class=\"tutor-icon-bookmark-line\"><\/i>\n        <\/a><\/div><\/div><div class=\"course__content\"><div class=\"course__content--info\"><div class=\"edubin-course-rate\"><div class=\"course-rating\"><div class=\"edubin-rating-wrap\"><span class=\"edubin-ratings-stars\">\t\t<div class=\"tutor-ratings tutor-ratings-lg\">\n\t\t\t<div class=\"tutor-ratings-stars\">\n\t\t\t<span class=\"tutor-icon-star-line\"><\/span><span class=\"tutor-icon-star-line\"><\/span><span class=\"tutor-icon-star-line\"><\/span><span class=\"tutor-icon-star-line\"><\/span><span class=\"tutor-icon-star-line\"><\/span>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<\/span><span class=\"edubin-ratings-total\"> (0\/0)<\/span><\/div><\/div><\/div><div class=\"course__title--info\"><h4 class=\"course__title\"><a class=\"course__title-link\" href=\"https:\/\/simplesquash.com\/ar\/courses\/new-course-2\/\">coming soon 7 pyramids<\/a><\/h4><\/div><div class=\"course__meta-left\"><div class=\"author__name  tpc_mt_15\"><img alt='Nour' src='https:\/\/secure.gravatar.com\/avatar\/5858b8e72a5a2c095eec10a534bca6dba03c3782fac16afe09f07be6bde252a8?s=32&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/5858b8e72a5a2c095eec10a534bca6dba03c3782fac16afe09f07be6bde252a8?s=64&#038;d=mm&#038;r=g 2x' class='avatar avatar-32 photo' height='32' width='32' \/>Nour<\/div><\/div><\/div><div class=\"course__border\"><\/div><div class=\"course__content--meta\"><div class=\"course__met\u00df-left\"><span class=\"course-lessons\"><i class=\"flaticon-book\"><\/i><span class=\"value\">0 Lessons<\/span><\/span><\/div><div class=\"course__meta-right\"><div class=\"price__1\"><span class=\"price\">\n\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t<del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\"><span class=\"woocommerce-Price-currencyCode\">EGP<\/span><\/span>4,000<span class=\"decimal-separator\">.00<\/span><\/span><\/del> <span class=\"screen-reader-text\">\u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0647\u0648: EGP4,000.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\"><span class=\"woocommerce-Price-currencyCode\">EGP<\/span><\/span>3,200<span class=\"decimal-separator\">.00<\/span><\/span><\/ins><span class=\"screen-reader-text\">\u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u062d\u0627\u0644\u064a \u0647\u0648: EGP3,200.00.<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/span>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"edubin-arrow-style-1 prev-icon slide-prev\"><i class=\"flaticon-back-1\"><\/i><\/div><div class=\"edubin-arrow-style-1 next-icon slide-next\"><i class=\"flaticon-next\"><\/i><\/div><\/div><div class=\"tutor-modal tutor-login-modal\">\n\t<div class=\"tutor-modal-overlay\"><\/div>\n\t<div class=\"tutor-modal-window tutor-modal-window-sm\">\n\t\t<div class=\"tutor-modal-content tutor-modal-content-white\">\n\t\t\t<button class=\"tutor-iconic-btn tutor-modal-close-o\" data-tutor-modal-close>\n\t\t\t\t<span class=\"tutor-icon-times\" area-hidden=\"true\"><\/span>\n\t\t\t<\/button>\n\n\t\t\t<div class=\"tutor-modal-body\">\n\t\t\t\t<div class=\"tutor-py-48\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"tutor-fs-4 tutor-fw-medium tutor-color-black tutor-mb-32\">\u0623\u0647\u0644\u0627\u064b \u0628\u0643 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649!<\/div>\n\t\t\t\t\t<form id=\"tutor-login-form\" method=\"post\">\n\t\t<input type=\"hidden\" id=\"_tutor_nonce\" name=\"_tutor_nonce\" value=\"493b5a9d3a\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/ar\/wp-json\/wp\/v2\/pages\/9867\" \/>\t<input type=\"hidden\" name=\"tutor_action\" value=\"tutor_user_login\" \/>\n\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/pages\/9867\" \/>\n\n\t<div class=\"tutor-mb-20\">\n\t\t<input type=\"text\" class=\"tutor-form-control\" placeholder=\"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0623\u0648 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\" name=\"log\" value=\"\" size=\"20\" required\/>\n\t<\/div>\n\n\t<div class=\"tutor-mb-32\">\n\t\t<input type=\"password\" class=\"tutor-form-control\" placeholder=\"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631\" name=\"pwd\" value=\"\" size=\"20\" required\/>\n\t<\/div>\n\n\t<div class=\"tutor-login-error\"><\/div>\n\t\t\t<input type=\"hidden\" name=\"timezone\" value=\"+00:00\" \/>\n\t\t<script>\n\t\t\tdocument.addEventListener('DOMContentLoaded', function() {\n\t\t\t\tconst timezone = document.querySelector('input[name=\"timezone\"]');\n\t\t\t\tif ( timezone) {\n\t\t\t\t\tconst tz = Intl.DateTimeFormat().resolvedOptions().timeZone;\n\t\t\t\t\ttimezone.value = tz\n\t\t\t\t}\n\t\t\t});\n\t\t<\/script>\n\t\t\t<div class=\"tutor-d-flex tutor-justify-between tutor-align-center tutor-mb-40\">\n\t\t<div class=\"tutor-form-check\">\n\t\t\t<input id=\"tutor-login-agmnt-1\" type=\"checkbox\" class=\"tutor-form-check-input tutor-bg-black-40\" name=\"rememberme\" value=\"forever\" \/>\n\t\t\t<label for=\"tutor-login-agmnt-1\" class=\"tutor-fs-7 tutor-color-muted\">\n\t\t\t\t\u0627\u0644\u0628\u0642\u0627\u0621 \u0645\u062a\u0635\u0644\u0627\t\t\t<\/label>\n\t\t<\/div>\n\t\t<a href=\"https:\/\/simplesquash.com\/ar\/dashboard\/retrieve-password\" class=\"tutor-btn tutor-btn-ghost\">\n\t\t\t\u0646\u0633\u064a\u062a \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631\u061f\t\t<\/a>\n\t<\/div>\n\n\t\t<button type=\"submit\" class=\"tutor-btn tutor-btn-primary tutor-btn-block\">\n\t\t\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644\t<\/button>\n\t\n\t\t\t\t\t<div class=\"tutor-text-center tutor-fs-6 tutor-color-secondary tutor-mt-20\">\n\t\t\t\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u062d\u0633\u0627\u0628\u061f&nbsp;\n\t\t\t<a href=\"https:\/\/simplesquash.com\/ar\/student-registration\/?redirect_to=https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/pages\/9867\" class=\"tutor-btn tutor-btn-link\">\n\t\t\t\t\u0633\u062c\u0651\u0644 \u0627\u0644\u0622\u0646\t\t\t<\/a>\n\t\t<\/div>\n\t\t<\/form>\n<script>\n\tdocument.addEventListener('DOMContentLoaded', function() {\n\t\tvar { __ } = wp.i18n;\n\t\tvar loginModal = document.querySelector('.tutor-modal.tutor-login-modal');\n\t\tvar errors = [];\n\t\tif (loginModal && errors.length) {\n\t\t\tloginModal.classList.add('tutor-is-active');\n\t\t}\n\t});\n<\/script>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<style>\n\t\t\t#tutor-pro-twitter-login {\n\t\t\t\twidth: 400px; background-color: #00acee; border-color: #00acee; font-weight: bold;\n\t\t\t}\n\t\t<\/style>\n\t\t<div id=\"tutor-pro-social-authentication\" class=\"tutor-pt-24 tutor-d-flex tutor-flex-column tutor-align-center tutor-border-top-light\" style=\"gap: 10px;\">\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\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-ecab743 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"ecab743\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=JI3Cvdc3ZMQ&quot;,&quot;background_video_start&quot;:50,&quot;background_video_end&quot;:200,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;drops&quot;,&quot;shape_divider_bottom&quot;:&quot;drops&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\" role=\"presentation\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"100%\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"xMidYMax slice\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"100%\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"xMidYMax slice\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f41a9f elementor-widget elementor-widget-html\" data-id=\"9f41a9f\" data-element_type=\"widget\" data-e-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\r\n<style>\r\n  body, html { margin:0; padding:0; font-family:sans-serif; background:#fff; color:green; }\r\n  section { position: relative; width: 100%; height: 220vh; } \/* extra height for scrolling *\/\r\n  .sticky-section {\r\n    position: sticky;\r\n    top:0;\r\n    width:100%;\r\n    height:60vh;\r\n    display:flex;\r\n    justify-content:center;\r\n    align-items:center;\r\n  }\r\n  .image-wrapper {\r\n    position: relative;\r\n    width: 800px;\r\n    height: 600px;\r\n    \/**\/\r\n    perspective: 1200px; \/* enables 3D depth *\/\r\n  display: inline-block;\r\n  margin: 20px;\r\n  top: 75%;\r\n  }\r\n  .image-wrapper img {\r\n    position: absolute;\r\n    top:50%;\r\n    left:50%;\r\n    width:150px;\r\n    height:150px;\r\n    object-fit:cover;\r\n    transform: translate(-50%,-50%);\r\n    border-radius:8px;\r\n    \/**\/\r\n    width: 150px;\r\n  height: 150px;\r\n  object-fit: cover;\r\n  border-radius: 12px;\r\n  border: 3px solid orange;\r\n  \r\n  \/* 3D transform *\/\r\n  transform: rotateX(15deg) rotateY(-15deg) translateZ(50px);\r\n  transform-style: preserve-3d;\r\n  \r\n  \/* Shadow for depth *\/\r\n  box-shadow: 0 25px 50px rgba(0,0,0,0.5), 0 10px 20px rgba(0,0,0,0.3);\r\n  \r\n  \/* Smooth transition for animation *\/\r\n  transition: transform 0.5s ease, box-shadow 0.5s ease;\r\n  }\r\n  .center-text {\r\n    position:absolute;\r\n    top:50%;\r\n    left:50%;\r\n    transform:translate(-30%,30%);\r\n    font-size:1.3rem;\r\n    opacity:0;\r\n    text-align:center;\r\n    width:400px;\r\n    color: #fff;\r\n    text-shadow:  3px 3px rgba(0,0,0,0.2);\r\n  }\r\n  \r\n   \r\n   \r\n   \r\n   @media (max-width: 768px) {\r\n\r\n  section {\r\n    height: 180vh; \/* reduce scroll height *\/\r\n  }\r\n\r\n  .sticky-section {\r\n    height: 100vh;\r\n  }\r\n\r\n  .image-wrapper {\r\n    width: 100%;\r\n    height: 420px;\r\n    margin: 0 auto;\r\n    perspective: 800px;\r\n  }\r\n\r\n  .image-wrapper img {\r\n    width: 90px;\r\n    height: 90px;\r\n    border-width: 2px;\r\n    box-shadow: 0 15px 30px rgba(0,0,0,0.25);\r\n  }\r\n\r\n  .center-text {\r\n    width: 250px;\r\n    font-size: 0.9rem;\r\n    transform: translate(-50%, 40%);\r\n  }\r\n}\r\n\r\n\/* VERY SMALL PHONES *\/\r\n@media (max-width: 480px) {\r\n\r\n  section {\r\n    height: 200vh;\r\n  }\r\n\r\n  .image-wrapper {\r\n    height: 350px;\r\n    top: -10%;\r\n  }\r\n\r\n  .image-wrapper img {\r\n    width: 70px;\r\n    height: 70px;\r\n  }\r\n\r\n  .center-text {\r\n    width: 200px;\r\n    font-size: 0.8rem;\r\n    transform: translate(-50%, 50%);\r\n    top: 35%;\r\n        left: 55%;\r\n  }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section>\r\n  <div class=\"sticky-section\">\r\n    <div class=\"image-wrapper\">\r\n      <img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2025\/11\/1.png\" alt=\"\">\r\n      <img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2025\/11\/2.png\" alt=\"\">\r\n      <img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2025\/11\/3.png\" alt=\"\">\r\n      <img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2025\/11\/4.png\" alt=\"\">\r\n      <!--<img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/150?text=5\" alt=\"\">\r\n      <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/150?text=6\" alt=\"\">--->\r\n      <img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2025\/11\/5.png\" alt=\"\">\r\n      <img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2025\/11\/6.png\" alt=\"\">\r\n      <img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2025\/11\/7.png\" alt=\"\">\r\n      <img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2025\/11\/8.png\" alt=\"\">\r\n      <div class=\"center-text\">Your Central Text Appears HereYour Central Text Appears HereYour Central Text Appears HereYour<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/gsap@3.12.2\/dist\/gsap.min.js\"><\/script>\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/gsap@3.12.2\/dist\/ScrollTrigger.min.js\"><\/script>\r\n\r\n<script>\r\ngsap.registerPlugin(ScrollTrigger);\r\n\r\nconst images = document.querySelectorAll(\".image-wrapper img\");\r\nconst text = document.querySelector(\".center-text\");\r\n\r\n\/\/ Target positions for rectangle layout\r\nconst positions = [\r\n  {x:-170, y:-150}, {x:0, y:-150}, {x:170, y:-150},  \/\/ top 3\r\n  {x:-170, y:150},  {x:0, y:150},  {x:170, y:150},   \/\/ bottom 3\r\n  {x:-250, y:0},   {x:250, y:0},                     \/\/ sides 2\r\n  {x:-85, y:0},    {x:85, y:0}                       \/\/ middle sides\r\n];\r\n\r\n\/\/ Animate each image to its position as you scroll\r\nimages.forEach((img,i)=>{\r\n  gsap.to(img,{\r\n    x: positions[i].x,\r\n    y: positions[i].y,\r\n    scrollTrigger:{\r\n      trigger: \".sticky-section\",\r\n      start: \"top top\",\r\n      end: \"bottom top\",\r\n      scrub:1,\r\n      markers:false\r\n    },\r\n    onUpdate: function(){\r\n      \/\/ Fade in text when last image reaches roughly its position\r\n      if(i===images.length-1){\r\n        gsap.to(text,{opacity:1,duration:1});\r\n      }\r\n    }\r\n  });\r\n});\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a79640 e-con-full e-flex e-con e-parent\" data-id=\"1a79640\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=JI3Cvdc3ZMQ&quot;,&quot;background_video_start&quot;:50,&quot;background_video_end&quot;:200,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;shape_divider_top&quot;:&quot;drops&quot;,&quot;shape_divider_bottom&quot;:&quot;drops&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\" role=\"presentation\"><\/div>\n\t\t\t\t\t\t<\/div>\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"100%\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"xMidYMax slice\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"100%\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"xMidYMax slice\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5aa9ca7 elementor-cta--valign-middle electric-box elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"5aa9ca7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__title elementor-cta__content-item elementor-content-item\">\r\n\t\t\t\t\t\tLEARN ANYWHERE ANYTIME\t\t\t\t\t<\/h2>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-cta__description elementor-cta__content-item elementor-content-item\">\r\n\t\t\t\t\t\tWITH SIMPLE SQUASH\t\t\t\t\t<\/h2>\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item \">\r\n\t\t\t\t\t<a class=\"elementor-cta__button elementor-button elementor-size-\" href=\"https:\/\/simplesquash.com\/membership-plans\/\">\r\n\t\t\t\t\t\tSubscribe Now\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c80b4d e-flex e-con-boxed e-con e-parent\" data-id=\"9c80b4d\" 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-fc0c4c2 e-con-full e-flex e-con e-child\" data-id=\"fc0c4c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a924219 e-con-full e-flex e-con e-child\" data-id=\"a924219\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9982c59 elementor-invisible elementor-widget elementor-widget-custom-title-addons\" data-id=\"9982c59\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-up&quot;}\" data-widget_type=\"custom-title-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tpc-double_heading\"><h3 class=\"dbl__title-wrapper\"><span class=\"dbl__title dbl-title_1\">Most Popular <\/span><span class=\"dbl__title dbl-title_2\"  >Courses<\/span><\/h3><\/div>\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-7003d08 e-con-full e-flex e-con e-child\" data-id=\"7003d08\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a063449 elementor-invisible elementor-widget elementor-widget-edubin-button\" data-id=\"a063449\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"edubin-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-button-widget-wrapper\"><a class=\"edubin-btn edubin-btn-custom edubin-btn-size-custom\" href=\"https:\/\/simplesquash.com\/coursers\/\">View All Courses<\/a><\/div>\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<div class=\"elementor-element elementor-element-15ad9f8 e-con-full e-flex e-con e-child\" data-id=\"15ad9f8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-790fa4a elementor-widget elementor-widget-edubin-tutor-course-addons\" data-id=\"790fa4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"edubin-tutor-course-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-course-widget-wrapper\"><div class=\"tpc-tutor-archive-courses edubin-course-archive edubin-lms-courses-grid edubin-row\">            <div id=\"post-20402\" class=\"edubin-course-style-2 edubin-course-2-grid-item edubin-col-lg-3 edubin-col-md-6 edubin-col-sm-12 post-20402 courses type-courses status-publish has-post-thumbnail hentry\" class=\"edubin-course-style-2 edubin-course-2-grid-item edubin-col-lg-3 edubin-col-md-6 edubin-col-sm-12 post-20402 courses type-courses status-publish has-post-thumbnail hentry\"  data-sal>\n            <div class=\"edubin-course layout__2 col__3\"><div class=\"course__container\"><div class=\"course__media\"><a class=\"course-thumb\" href=\"https:\/\/simplesquash.com\/ar\/courses\/new-course-2\/\"><img decoding=\"async\" class=\"w-100\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/ChatGPT-Image-30-\u0623\u063a\u0633\u0637\u0633-2026\u060c-08_50_10-\u0645-590x430.png\" alt=\"ChatGPT Image 30 \u0623\u063a\u0633\u0637\u0633 2026\u060c 08_50_10 \u0645\"><\/a><div class=\"course__meta-top\"><a href=\"javascript:;\"  class=\"tutor-open-login-modal save-bookmark-btn tutor-iconic-btn tutor-iconic-btn-secondary\" data-course-id=\"20402\">\n            <i class=\"tutor-icon-bookmark-line\"><\/i>\n        <\/a><\/div><div class=\"price__2\"><span class=\"price\">\n\t\t\t\t\t<div class=\"price\">\n\t\t\t\t\t\t<del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\"><span class=\"woocommerce-Price-currencyCode\">EGP<\/span><\/span>4,000<span class=\"decimal-separator\">.00<\/span><\/span><\/del> <span class=\"screen-reader-text\">\u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0647\u0648: EGP4,000.00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\"><span class=\"woocommerce-Price-currencyCode\">EGP<\/span><\/span>3,200<span class=\"decimal-separator\">.00<\/span><\/span><\/ins><span class=\"screen-reader-text\">\u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u062d\u0627\u0644\u064a \u0647\u0648: EGP3,200.00.<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/span>\n<\/div><\/div><div class=\"course__content\"><div class=\"course__content--info\"><div class=\"course__title--info\"><h4 class=\"course__title\"><a class=\"course__title-link\" href=\"https:\/\/simplesquash.com\/ar\/courses\/new-course-2\/\">coming soon 7 pyramids<\/a><\/h4><\/div><div class=\"edubin-course-rate\"><div class=\"course-rating\"><div class=\"edubin-rating-wrap\"><span class=\"edubin-ratings-stars\">\t\t<div class=\"tutor-ratings tutor-ratings-lg\">\n\t\t\t<div class=\"tutor-ratings-stars\">\n\t\t\t<span class=\"tutor-icon-star-line\"><\/span><span class=\"tutor-icon-star-line\"><\/span><span class=\"tutor-icon-star-line\"><\/span><span class=\"tutor-icon-star-line\"><\/span><span class=\"tutor-icon-star-line\"><\/span>\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<\/span><span class=\"edubin-ratings-total\"> (0\/0)<\/span><\/div><\/div><\/div><\/div><div class=\"course__border\"><\/div><div class=\"course__content--meta\"><div class=\"author__name\"><img alt='Nour' src='https:\/\/secure.gravatar.com\/avatar\/5858b8e72a5a2c095eec10a534bca6dba03c3782fac16afe09f07be6bde252a8?s=32&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/5858b8e72a5a2c095eec10a534bca6dba03c3782fac16afe09f07be6bde252a8?s=64&#038;d=mm&#038;r=g 2x' class='avatar avatar-32 photo' height='32' width='32' \/>Nour<\/div><div class=\"course__meta-left\"><span class=\"course-lessons\"><i class=\"flaticon-book\"><\/i><span class=\"value\">0 Lessons<\/span><\/span><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\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<div class=\"elementor-element elementor-element-5f7e755 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"5f7e755\" 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<div class=\"elementor-element elementor-element-f32be05 e-con-full e-flex e-con e-child\" data-id=\"f32be05\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a708608 elementor-invisible elementor-widget elementor-widget-custom-title-addons\" data-id=\"a708608\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"custom-title-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tpc-double_heading\"><h3 class=\"dbl__title-wrapper\"><span class=\"dbl__title dbl-title_1\">Our results <\/span><span class=\"dbl__title dbl-title_2\"  >reflect <\/span><span class=\"dbl__title dbl-title_3\">the passion, handwork and efforts <\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45e6f5d elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"45e6f5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tEdubin is a reliable kidcare platform that matches parents Perfect for Online\nLorem ipsum dolor sit amet, consectetur cing elit. Suspe ndisse suscipit sagittis leo sit met um dolor sit amecond imentum esti \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fafcd0 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list\" data-id=\"2fafcd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Unlimited access to 25,000+ top Udemy courses,<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">International course collection in 14 languages<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-407f57d e-con-full e-flex e-con e-child\" data-id=\"407f57d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76ff6b0 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"76ff6b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-left&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"454\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0206.png\" class=\"attachment-full size-full wp-image-4808\" alt=\"\" srcset=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0206.png 474w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0206-300x287.png 300w\" sizes=\"(max-width: 474px) 100vw, 474px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2c9eba elementor-absolute elementor-invisible elementor-widget elementor-widget-edubin-animation\" data-id=\"d2c9eba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;edubin--slide-down&quot;}\" data-widget_type=\"edubin-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-animation-widget edubin-animation-display-type-mouse-track edubin-animation-content-type-image edubin-mouse-track-item\" id=\"d2c9eba\"><span data-depth=\"1\"><img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/03\/EDUBIN0512.png\" alt=\"EDUBIN0512\"><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7601c92 elementor-absolute elementor-invisible elementor-widget elementor-widget-edubin-animation\" data-id=\"7601c92\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;edubin--slide-down&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"edubin-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-animation-widget edubin-animation-display-type-mouse-track edubin-animation-content-type-image edubin-mouse-track-item\" id=\"7601c92\"><span data-depth=\"-1\"><img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/03\/EDUBIN0513.png\" alt=\"EDUBIN0513\"><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a753065 elementor-absolute elementor-invisible elementor-widget elementor-widget-edubin-animation\" data-id=\"a753065\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"edubin-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-animation-widget edubin-animation-display-type-mouse-track edubin-animation-content-type-image edubin-mouse-track-item\" id=\"a753065\"><span data-depth=\"1\"><img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/03\/EDUBIN0514.png\" alt=\"EDUBIN0514\"><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22a47e0 elementor-absolute elementor-invisible elementor-widget elementor-widget-edubin-animation\" data-id=\"22a47e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"edubin-animation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-animation-widget edubin-animation-display-type-mouse-track edubin-animation-content-type-image edubin-mouse-track-item\" id=\"22a47e0\"><span data-depth=\"-1\"><img decoding=\"async\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/03\/EDUBIN0515.png\" alt=\"EDUBIN0515\"><\/span><\/div>\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<div class=\"elementor-element elementor-element-6e60120 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"6e60120\" 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-60b45b6 e-con-full e-flex e-con e-child\" data-id=\"60b45b6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-58d2bea e-con-full e-flex e-con e-child\" data-id=\"58d2bea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a06feb elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"0a06feb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c77876c elementor-widget elementor-widget-edubin-counter\" data-id=\"c77876c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"edubin-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-counter counter-style-1 \"><div class=\"edubin-counter-number-wrapper-no\"><span class=\"eb_counting\">2.1<\/span><span class=\"edubin-counter-number-suffix\">+ Crore<\/span><\/div><div class=\"edubin-counter-title\">Hours of LIVE learning <\/div><\/div>\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-ba3e6c5 e-con-full e-flex e-con e-child\" data-id=\"ba3e6c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d0dba2 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2d0dba2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9af6401 elementor-widget elementor-widget-edubin-counter\" data-id=\"9af6401\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"edubin-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-counter counter-style-1 \"><div class=\"edubin-counter-number-wrapper-no\"><span class=\"eb_counting\">10<\/span><span class=\"edubin-counter-number-suffix\">+ Lakh<\/span><\/div><div class=\"edubin-counter-title\">Monthly YouTube views<\/div><\/div>\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-f3db884 e-con-full e-flex e-con e-child\" data-id=\"f3db884\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-616b0db elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"616b0db\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4bf2c6 elementor-widget elementor-widget-edubin-counter\" data-id=\"a4bf2c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"edubin-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-counter counter-style-1 \"><div class=\"edubin-counter-number-wrapper-no\"><span class=\"eb_counting\">25<\/span><span class=\"edubin-counter-number-suffix\">+ Lakh<\/span><\/div><div class=\"edubin-counter-title\">Doubts resolved on the app<\/div><\/div>\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-492df1a e-con-full e-flex e-con e-child\" data-id=\"492df1a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-325e494 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"325e494\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fb6580 elementor-widget elementor-widget-edubin-counter\" data-id=\"7fb6580\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"edubin-counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-counter counter-style-1 \"><div class=\"edubin-counter-number-wrapper-no\"><span class=\"eb_counting\">50<\/span><span class=\"edubin-counter-number-suffix\">+ Countries<\/span><\/div><div class=\"edubin-counter-title\">Students take LIVE classes<\/div><\/div>\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<div class=\"elementor-element elementor-element-2aee9e7 e-flex e-con-boxed e-con e-parent\" data-id=\"2aee9e7\" 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-d7ade2a elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-custom-title-addons\" data-id=\"d7ade2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"custom-title-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tpc-double_heading\"><div class=\"dbl__subtitle\"><span>Latest tips & news<\/span><\/div><h3 class=\"dbl__title-wrapper\"><span class=\"dbl__title dbl-title_1\">Have a look at our news<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-800c66f e-con-full e-flex e-con e-child\" data-id=\"800c66f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15437c8 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-edubin-latest-post\" data-id=\"15437c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"edubin-latest-post.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"edubin-row tpc_g_30 edubin-latest-news layout-1\"><div class=\"edubin-col-12 edubin-col-sm-6 edubin-col-md-6 edubin-col-lg-4\" data-sal><div class=\"edu-blog blog-style-6\"><div class=\"inner\"><div class=\"thumbnail\"><a href=\"https:\/\/simplesquash.com\/ar\/a-guide-for-teachers-and-education-staff\/\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"360\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0074-1024x576.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0074-1024x576.jpeg 1024w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0074-600x338.jpeg 600w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0074-300x169.jpeg 300w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0074-768x432.jpeg 768w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0074.jpeg 1280w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><\/a><\/div><div class=\"content position-top\"><ul class=\"blog-meta\"><li class=\"byline list-inline-item\"><i class=\"flaticon-user\"><\/i><span class=\"author vcard\"><a class=\"url fn n\" href=\"https:\/\/simplesquash.com\/ar\/author\/simple-squash\/\">admin<\/a><\/li><\/span><li class=\"meta-blog-cat\"><i class=\"flaticon-folder\"><\/i><a href=\"https:\/\/simplesquash.com\/ar\/category\/learning\/\">Learning<\/a><\/li><\/ul><a href=\"https:\/\/simplesquash.com\/ar\/a-guide-for-teachers-and-education-staff\/\"><h3 class=\"news-title\">A Guide for Teachers and Education Staff<\/h3><\/a><\/div><\/div><\/div><\/div><div class=\"edubin-col-12 edubin-col-sm-6 edubin-col-md-6 edubin-col-lg-4\" data-sal><div class=\"edu-blog blog-style-6\"><div class=\"inner\"><div class=\"thumbnail\"><a href=\"https:\/\/simplesquash.com\/ar\/a-critical-review-of-mobile-learning-integration\/\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"360\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0075-1024x576.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0075-1024x576.jpeg 1024w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0075-600x338.jpeg 600w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0075-300x169.jpeg 300w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0075-768x432.jpeg 768w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0075.jpeg 1280w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><\/a><\/div><div class=\"content position-top\"><ul class=\"blog-meta\"><li class=\"byline list-inline-item\"><i class=\"flaticon-user\"><\/i><span class=\"author vcard\"><a class=\"url fn n\" href=\"https:\/\/simplesquash.com\/ar\/author\/simple-squash\/\">admin<\/a><\/li><\/span><li class=\"meta-blog-cat\"><i class=\"flaticon-folder\"><\/i><a href=\"https:\/\/simplesquash.com\/ar\/category\/photography\/\">Photography<\/a><\/li><\/ul><a href=\"https:\/\/simplesquash.com\/ar\/a-critical-review-of-mobile-learning-integration\/\"><h3 class=\"news-title\">A critical review of mobile learning integration<\/h3><\/a><\/div><\/div><\/div><\/div><div class=\"edubin-col-12 edubin-col-sm-6 edubin-col-md-6 edubin-col-lg-4\" data-sal><div class=\"edu-blog blog-style-6\"><div class=\"inner\"><div class=\"thumbnail\"><a href=\"https:\/\/simplesquash.com\/ar\/educational-technology-mobile-learning\/\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"360\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0076-1024x576.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0076-1024x576.jpeg 1024w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0076-600x338.jpeg 600w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0076-300x169.jpeg 300w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0076-768x432.jpeg 768w, https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0076.jpeg 1280w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><\/a><\/div><div class=\"content position-top\"><ul class=\"blog-meta\"><li class=\"byline list-inline-item\"><i class=\"flaticon-user\"><\/i><span class=\"author vcard\"><a class=\"url fn n\" href=\"https:\/\/simplesquash.com\/ar\/author\/simple-squash\/\">admin<\/a><\/li><\/span><li class=\"meta-blog-cat\"><i class=\"flaticon-folder\"><\/i><a href=\"https:\/\/simplesquash.com\/ar\/category\/learning\/\">Learning<\/a><\/li><\/ul><a href=\"https:\/\/simplesquash.com\/ar\/educational-technology-mobile-learning\/\"><h3 class=\"news-title\">Educational Technology &amp; Mobile Learning<\/h3><\/a><\/div><\/div><\/div><\/div><\/div>\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<div class=\"elementor-element elementor-element-8acbfe0 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"8acbfe0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5fa964a elementor-invisible elementor-widget elementor-widget-custom-title-addons\" data-id=\"5fa964a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"custom-title-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tpc-double_heading\"><h3 class=\"dbl__title-wrapper\"><span class=\"dbl__title dbl-title_1\">Our vast mentor network includes experts from leading companies like<\/span><\/h3><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b78012c elementor-invisible elementor-widget elementor-widget-image-carousel\" data-id=\"b78012c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;slides_to_show_tablet&quot;:&quot;4&quot;,&quot;slides_to_show_mobile&quot;:&quot;3&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;edubin--slide-up&quot;,&quot;_animation_delay&quot;:150,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/02\/EDUBIN0292.png\" alt=\"EDUBIN0292\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/02\/EDUBIN0293.png\" alt=\"EDUBIN0293\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/02\/EDUBIN0294.png\" alt=\"EDUBIN0294\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/02\/EDUBIN0295.png\" alt=\"EDUBIN0295\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/02\/EDUBIN0296.png\" alt=\"EDUBIN0296\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/02\/EDUBIN0297.png\" alt=\"EDUBIN0297\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 7\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2024\/01\/EDUBIN0213.png\" alt=\"EDUBIN0213\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\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\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Search Squash Simplified Born in Egypt . Built for the World View All Courses MOST AFFORDABLE SQUASH PLATFORM Choose Your plan Now Monthly Quarterly Annualy buy now buy now buy now buy now buy now buy now buy now buy now Top Categories Chemistry Development Engineering Top Courses (0\/0) coming soon 7 pyramids Nour0 Lessons&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9867","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Simple Squash<\/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:\/\/simplesquash.com\/ar\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Simple Squash\" \/>\n<meta property=\"og:description\" content=\"Search Squash Simplified Born in Egypt . Built for the World View All Courses MOST AFFORDABLE SQUASH PLATFORM Choose Your plan Now Monthly Quarterly Annualy buy now buy now buy now buy now buy now buy now buy now buy now Top Categories Chemistry Development Engineering Top Courses (0\/0) coming soon 7 pyramids Nour0 Lessons&#8230;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/simplesquash.com\/ar\/\" \/>\n<meta property=\"og:site_name\" content=\"Simple Squash\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T13:37:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1254\" \/>\n\t<meta property=\"og:image:height\" content=\"1254\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"5 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/simplesquash.com\/\",\"url\":\"https:\/\/simplesquash.com\/\",\"name\":\"Home - Simple Squash\",\"isPartOf\":{\"@id\":\"https:\/\/simplesquash.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/simplesquash.com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/simplesquash.com\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg\",\"datePublished\":\"2024-03-31T06:17:14+00:00\",\"dateModified\":\"2026-09-01T13:37:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/simplesquash.com\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/simplesquash.com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/simplesquash.com\/#primaryimage\",\"url\":\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg\",\"contentUrl\":\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/simplesquash.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/simplesquash.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/simplesquash.com\/#website\",\"url\":\"https:\/\/simplesquash.com\/\",\"name\":\"Simple Squash\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/simplesquash.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/simplesquash.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/simplesquash.com\/#organization\",\"name\":\"Simple Squash\",\"url\":\"https:\/\/simplesquash.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/simplesquash.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/cropped-IMG-20260714-WA0006.jpg.jpeg\",\"contentUrl\":\"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/cropped-IMG-20260714-WA0006.jpg.jpeg\",\"width\":1599,\"height\":639,\"caption\":\"Simple Squash\"},\"image\":{\"@id\":\"https:\/\/simplesquash.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Simple Squash","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:\/\/simplesquash.com\/ar\/","og_locale":"ar_AR","og_type":"article","og_title":"Home - Simple Squash","og_description":"Search Squash Simplified Born in Egypt . Built for the World View All Courses MOST AFFORDABLE SQUASH PLATFORM Choose Your plan Now Monthly Quarterly Annualy buy now buy now buy now buy now buy now buy now buy now buy now Top Categories Chemistry Development Engineering Top Courses (0\/0) coming soon 7 pyramids Nour0 Lessons&#8230;","og_url":"https:\/\/simplesquash.com\/ar\/","og_site_name":"Simple Squash","article_modified_time":"2026-09-01T13:37:19+00:00","og_image":[{"width":1254,"height":1254,"url":"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg","type":"image\/jpeg"}],"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":"5 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/simplesquash.com\/","url":"https:\/\/simplesquash.com\/","name":"Home - Simple Squash","isPartOf":{"@id":"https:\/\/simplesquash.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simplesquash.com\/#primaryimage"},"image":{"@id":"https:\/\/simplesquash.com\/#primaryimage"},"thumbnailUrl":"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg","datePublished":"2024-03-31T06:17:14+00:00","dateModified":"2026-09-01T13:37:19+00:00","breadcrumb":{"@id":"https:\/\/simplesquash.com\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simplesquash.com\/"]}]},{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/simplesquash.com\/#primaryimage","url":"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg","contentUrl":"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/IMG-20260829-WA0004.jpg.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/simplesquash.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simplesquash.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/simplesquash.com\/#website","url":"https:\/\/simplesquash.com\/","name":"Simple Squash","description":"","publisher":{"@id":"https:\/\/simplesquash.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/simplesquash.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/simplesquash.com\/#organization","name":"Simple Squash","url":"https:\/\/simplesquash.com\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/simplesquash.com\/#\/schema\/logo\/image\/","url":"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/cropped-IMG-20260714-WA0006.jpg.jpeg","contentUrl":"https:\/\/simplesquash.com\/wp-content\/uploads\/2026\/08\/cropped-IMG-20260714-WA0006.jpg.jpeg","width":1599,"height":639,"caption":"Simple Squash"},"image":{"@id":"https:\/\/simplesquash.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/pages\/9867","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/comments?post=9867"}],"version-history":[{"count":509,"href":"https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/pages\/9867\/revisions"}],"predecessor-version":[{"id":20547,"href":"https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/pages\/9867\/revisions\/20547"}],"wp:attachment":[{"href":"https:\/\/simplesquash.com\/ar\/wp-json\/wp\/v2\/media?parent=9867"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}