{"id":373,"date":"2026-02-01T03:38:28","date_gmt":"2026-02-01T03:38:28","guid":{"rendered":"https:\/\/ayatonlineacademy.com\/?page_id=373"},"modified":"2026-02-01T03:40:29","modified_gmt":"2026-02-01T03:40:29","slug":"373-2","status":"publish","type":"page","link":"https:\/\/ayatonlineacademy.com\/index.php\/373-2\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<div id=\"ayat-online-academy\">\n\n  <style>\n    html, body{ overflow-x: hidden; margin:0; padding:0; }\n\n    #ayat-online-academy{\n      width: 100%; max-width: 100%; margin: 0 auto; position: relative; overflow-x: clip; background: #fff;\n\n      --brand: #9CA000;\n      --brand-900: #2E3100;\n      --brand-800: #3F4300;\n      --brand-700: #565B00;\n      --brand-600: #6D7200;\n      --brand-a10: rgba(156, 160, 0, 0.10);\n      --brand-a14: rgba(156, 160, 0, 0.14);\n      --brand-a18: rgba(156, 160, 0, 0.18);\n      --ink: var(--brand-900);\n      --text: var(--brand-700);\n      --muted: rgba(86, 91, 0, 0.78);\n      --soft: #fbfbf4;\n      --line: rgba(0,0,0,0.06);\n      --shadow-sm: 0 8px 18px rgba(0,0,0,0.06);\n      --shadow-md: 0 16px 34px rgba(0,0,0,0.10);\n      --r-xl: 22px;\n      --transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text);\n      line-height: 1.65;\n    }\n\n    #ayat-online-academy *{ box-sizing: border-box; }\n    #ayat-online-academy img{ max-width: 100%; height: auto; display:block; }\n    #ayat-online-academy a{ text-decoration: none; transition: var(--transition); color:inherit; }\n\n    .container{ width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 clamp(16px, 2.2vw, 28px); }\n    .section-padding{ padding: clamp(56px, 6vw, 92px) 0; }\n\n    .section-header{ text-align:center; margin-bottom: clamp(30px, 4vw, 60px); }\n    .section-header h2{ font-size: clamp(26px, 3vw, 40px); font-weight: 900; color: var(--ink); margin:0 0 12px; position:relative; display:inline-block; }\n    .section-header p{ margin: 0 auto; max-width: 880px; font-size: 18px; color: var(--muted); }\n\n    .btn{ display:inline-flex; align-items:center; justify-content:center; gap:10px; padding: 14px 28px; border-radius: 12px; font-weight: 900; border: none; cursor: pointer; transition: var(--transition); }\n    .btn-primary{ background: var(--brand); color: #fff; box-shadow: 0 10px 24px var(--brand-a18); }\n    .btn-primary:hover{ transform: translateY(-2px); filter: brightness(1.05); }\n    .btn-outline{ background: transparent; border: 2px solid var(--brand); color: var(--brand-800); }\n    .btn-outline:hover{ background: var(--brand-a10); }\n\n    .about-hero{\n      background: var(--soft);\n      padding: clamp(80px, 10vw, 120px) 0 60px;\n      text-align: center;\n    }\n    .about-hero h1{ font-size: clamp(36px, 5vw, 64px); color: var(--ink); font-weight: 950; margin: 0 0 16px; letter-spacing: -1px; }\n    .about-hero p{ font-size: clamp(18px, 1.5vw, 22px); color: var(--muted); max-width: 920px; margin: 0 auto; }\n\n    .soft-panel{\n      background: var(--soft);\n      border: 1px solid var(--line);\n      border-radius: var(--r-xl);\n      padding: 28px;\n      box-shadow: var(--shadow-sm);\n      margin-top: 24px;\n    }\n    .soft-panel h4{\n      margin: 0 0 10px;\n      color: var(--ink);\n      font-weight: 950;\n      font-size: 18px;\n    }\n\n    .stats-strip{ display: flex; gap: 20px; margin-top: 18px; flex-wrap: wrap; justify-content:center; }\n    .stat-box{ min-width: 240px; background: var(--brand-a10); padding: 16px; border-radius: 14px; text-align: center; }\n    .stat-box strong{ display: block; font-size: 18px; color: var(--brand-900); font-weight: 950; }\n    .stat-box span{ font-size: 12px; font-weight: 800; color: var(--brand-700); text-transform: uppercase; }\n\n    .two-col{\n      display:grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 18px;\n      margin-top: 18px;\n      align-items: start;\n    }\n    .mini-card{\n      background:#fff;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 18px;\n      box-shadow: var(--shadow-sm);\n    }\n    .mini-card strong{\n      display:block;\n      color: var(--ink);\n      font-weight: 950;\n      margin-bottom: 6px;\n    }\n    .mini-card p{\n      margin: 0;\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .contact-grid{\n      display:grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 18px;\n      max-width: 980px;\n      margin: 0 auto;\n    }\n\n    .contact-card{\n      background:#fff;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 22px;\n      box-shadow: var(--shadow-sm);\n      transition: var(--transition);\n    }\n    .contact-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }\n    .contact-card h3{\n      margin: 0 0 8px;\n      color: var(--ink);\n      font-weight: 950;\n      font-size: 18px;\n    }\n    .contact-card p{\n      margin: 0 0 12px;\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.9;\n    }\n    .contact-line{\n      display:flex;\n      align-items:center;\n      gap:10px;\n      padding: 12px 14px;\n      border: 1px solid var(--line);\n      border-radius: 14px;\n      background: var(--soft);\n      margin-top: 10px;\n    }\n    .contact-line b{ color: var(--ink); }\n    .contact-line a{ text-decoration: underline; font-weight: 900; color: var(--brand-800); }\n\n    .form-card{\n      background:#fff;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 22px;\n      box-shadow: var(--shadow-sm);\n    }\n    .form-row{\n      display:grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-top: 12px;\n    }\n    .form-control{\n      width: 100%;\n      border: 1px solid var(--line);\n      border-radius: 14px;\n      padding: 12px 12px;\n      font-size: 14px;\n      outline: none;\n      transition: var(--transition);\n      background: #fff;\n      color: var(--brand-900);\n    }\n    .form-control:focus{\n      border-color: rgba(156,160,0,.55);\n      box-shadow: 0 0 0 4px var(--brand-a10);\n    }\n    textarea.form-control{ min-height: 140px; resize: vertical; }\n    label{ font-weight: 900; color: var(--ink); font-size: 13px; display:block; margin-top: 12px; }\n    .hint{ font-size: 12px; color: var(--muted); margin-top: 6px; }\n\n    .faq-wrap{ max-width: 980px; margin: 0 auto; }\n    .faq-item{\n      background:#fff;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 18px 18px;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 12px;\n    }\n    .faq-q{\n      font-weight: 950;\n      color: var(--ink);\n      font-size: 16px;\n      margin: 0 0 6px;\n    }\n    .faq-a{\n      margin: 0;\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.9;\n    }\n\n    .site-footer{ background:#0f0f0f; color:#fff; padding: 60px 0 30px; }\n\n    [data-animate]{ opacity: 0; transform: translateY(20px); transition: 0.6s ease; }\n    .is-in{ opacity: 1; transform: translateY(0); }\n\n    #ayat-online-academy a:focus,\n    #ayat-online-academy button:focus,\n    #ayat-online-academy input:focus,\n    #ayat-online-academy textarea:focus{\n      outline: 3px solid var(--brand-a18);\n      outline-offset: 3px;\n      border-radius: 12px;\n    }\n\n    @media (max-width: 992px){\n      .contact-grid{ grid-template-columns: 1fr; }\n      .two-col{ grid-template-columns: 1fr; }\n      .form-row{ grid-template-columns: 1fr; }\n    }\n  <\/style>\n\n  <!-- HERO -->\n  <header class=\"about-hero\">\n    <div class=\"container\" data-animate>\n      <h1>Contact Us<\/h1>\n      <p>\n        Need help booking a free trial, rescheduling a class, or asking about programs?\n        Reach out \u2014 our team will respond as soon as possible.\n      <\/p>\n\n      <div class=\"soft-panel\" data-animate style=\"max-width:980px;margin-left:auto;margin-right:auto;\">\n        <h4>Fastest Ways to Reach Us<\/h4>\n\n        <div class=\"stats-strip\" aria-label=\"Contact highlights\">\n          <div class=\"stat-box\">\n            <strong>Email Support<\/strong>\n            <span>24\/7 Messages<\/span>\n          <\/div>\n          <div class=\"stat-box\">\n            <strong>WhatsApp<\/strong>\n            <span>Quick Reply<\/span>\n          <\/div>\n          <div class=\"stat-box\">\n            <strong>Free Trial<\/strong>\n            <span>Easy Booking<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- CONTACT OPTIONS -->\n  <section class=\"section-padding\">\n    <div class=\"container\">\n      <div class=\"section-header\" data-animate>\n        <h2>Get in Touch<\/h2>\n        <p>\n          Choose the method that works best for you. For faster help, include your name and preferred time zone.\n        <\/p>\n      <\/div>\n\n      <div class=\"contact-grid\">\n        <!-- Direct contacts -->\n        <div class=\"contact-card\" data-animate>\n          <h3>Direct Contact<\/h3>\n          <p>\n            Message us anytime. We\u2019ll help you with bookings, trials, programs, and account questions.\n          <\/p>\n\n          <div class=\"contact-line\" aria-label=\"Email\">\n            <b>Email:<\/b>\n            <a href=\"mailto:academyayat73@gmail.com\">academyayat73@gmail.com<\/a>\n          <\/div>\n\n          <div class=\"contact-line\" aria-label=\"WhatsApp\">\n            <b>WhatsApp:<\/b>\n            <a href=\"https:\/\/wa.me\/201006632541\" target=\"_blank\" rel=\"noopener noreferrer\">+20 100 663 2541<\/a>\n            <span style=\"color:var(--muted);font-size:12px;\">(01006632541)<\/span>\n          <\/div>\n\n          <div class=\"contact-line\" aria-label=\"Free trial\">\n            <b>Free Trial:<\/b>\n            <a href=\"\/free-trial\/\">Book a free trial<\/a>\n          <\/div>\n\n          <p class=\"hint\">\n            Tip: If you message on WhatsApp, please include the student\u2019s level (beginner\/intermediate\/advanced) and goal (Quran, Tajweed, Arabic, etc.).\n          <\/p>\n        <\/div>\n\n        <!-- Contact form -->\n        <div class=\"form-card\" data-animate>\n          <h3 style=\"margin:0 0 8px; color:var(--ink); font-weight:950;\">Send a Message<\/h3>\n          <p style=\"margin:0; color:var(--muted); font-size:14px; line-height:1.9;\">\n            Use this form if you prefer email-style support. (You can connect it to a form plugin on WordPress.)\n          <\/p>\n\n          <!-- NOTE: This is a front-end template. Replace action with your form handler\/plugin shortcode if needed. -->\n          <form action=\"#\" method=\"post\" style=\"margin-top:12px;\">\n            <div class=\"form-row\">\n              <div>\n                <label for=\"aoa-name\">Full Name<\/label>\n                <input id=\"aoa-name\" name=\"name\" class=\"form-control\" type=\"text\" placeholder=\"Your name\" required>\n              <\/div>\n              <div>\n                <label for=\"aoa-email\">Email<\/label>\n                <input id=\"aoa-email\" name=\"email\" class=\"form-control\" type=\"email\" placeholder=\"you@example.com\" required>\n              <\/div>\n            <\/div>\n\n            <div class=\"form-row\">\n              <div>\n                <label for=\"aoa-topic\">Topic<\/label>\n                <input id=\"aoa-topic\" name=\"topic\" class=\"form-control\" type=\"text\" placeholder=\"Free trial, schedule, programs...\">\n              <\/div>\n              <div>\n                <label for=\"aoa-timezone\">Timezone (optional)<\/label>\n                <input id=\"aoa-timezone\" name=\"timezone\" class=\"form-control\" type=\"text\" placeholder=\"e.g., GMT+2\">\n              <\/div>\n            <\/div>\n\n            <div>\n              <label for=\"aoa-message\">Message<\/label>\n              <textarea id=\"aoa-message\" name=\"message\" class=\"form-control\" placeholder=\"Write your message...\" required><\/textarea>\n              <div class=\"hint\">Please do not include sensitive payment information in this message.<\/div>\n            <\/div>\n\n            <div style=\"margin-top:14px; display:flex; gap:12px; flex-wrap:wrap;\">\n              <button type=\"submit\" class=\"btn btn-primary\" aria-label=\"Send message\">Send Message<\/button>\n              <a\n                class=\"btn btn-outline\"\n                href=\"https:\/\/wa.me\/201006632541?text=Hi%20Ayat%20Online%20Academy%2C%20I%20want%20to%20ask%20about%20classes.\"\n                target=\"_blank\"\n                rel=\"noopener noreferrer\"\n                aria-label=\"Chat on WhatsApp\"\n              >Chat on WhatsApp<\/a>\n            <\/div>\n          <\/form>\n        <\/div>\n      <\/div>\n\n      <div class=\"soft-panel\" data-animate style=\"max-width:980px;margin-left:auto;margin-right:auto;\">\n        <h4>What to Include for Faster Support<\/h4>\n        <div class=\"two-col\">\n          <div class=\"mini-card\">\n            <strong>Student Details<\/strong>\n            <p>Age group (kid\/adult), current level, and the program (Quran, Tajweed, Arabic, Islamic Studies).<\/p>\n          <\/div>\n          <div class=\"mini-card\">\n            <strong>Scheduling<\/strong>\n            <p>Your preferred days\/times and your timezone (example: GMT+2) to match you quickly.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FAQ -->\n  <section class=\"section-padding\" style=\"background: var(--soft);\">\n    <div class=\"container\">\n      <div class=\"section-header\" data-animate>\n        <h2>Contact FAQ<\/h2>\n        <p>Common questions about getting support and booking a free trial.<\/p>\n      <\/div>\n\n      <div class=\"faq-wrap\">\n        <div class=\"faq-item\" data-animate>\n          <p class=\"faq-q\">How fast do you reply?<\/p>\n          <p class=\"faq-a\">We usually reply quickly on WhatsApp. Email replies may take a bit longer depending on volume.<\/p>\n        <\/div>\n        <div class=\"faq-item\" data-animate>\n          <p class=\"faq-q\">Can I book a free trial for my child?<\/p>\n          <p class=\"faq-a\">Yes. We offer kids programs and can\u5b89\u6392 a suitable teacher based on age and level.<\/p>\n        <\/div>\n        <div class=\"faq-item\" data-animate>\n          <p class=\"faq-q\">What information do you need to schedule?<\/p>\n          <p class=\"faq-a\">Your timezone, preferred days\/times, and the learning goal (Quran\/Tajweed\/Arabic\/Islamic Studies).<\/p>\n        <\/div>\n        <div class=\"faq-item\" data-animate>\n          <p class=\"faq-q\">Where can I book the free trial?<\/p>\n          <p class=\"faq-a\">You can book directly from the Free Trial page, or message us on WhatsApp and we\u2019ll arrange it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"soft-panel\" data-animate style=\"max-width:980px;margin-left:auto;margin-right:auto;\">\n        <h4>One-Line Summary<\/h4>\n        <p style=\"margin:0;color:var(--muted);font-size:15px;line-height:1.9;\">\n          The fastest way to reach Ayat Online Academy is WhatsApp \u2014 or email us anytime and we\u2019ll assist you.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"section-padding\" style=\"text-align:center;\">\n    <div class=\"container\" data-animate>\n      <h2 style=\"font-size:32px; font-weight:950; color:var(--ink); margin-bottom:16px;\">Start With a Free Trial<\/h2>\n      <p style=\"color:var(--muted); max-width:650px; margin:0 auto 30px;\">\n        Tell us your level and your goal \u2014 we\u2019ll match you with the best learning path.\n      <\/p>\n      <div style=\"display:flex; justify-content:center; gap:12px; flex-wrap:wrap;\">\n        <a href=\"\/free-trial\/\" class=\"btn btn-primary\" aria-label=\"Book a free trial session\">Book Free Trial<\/a>\n        <a href=\"mailto:academyayat73@gmail.com\" class=\"btn btn-outline\" aria-label=\"Email us\">Email Us<\/a>\n        <a\n          href=\"https:\/\/wa.me\/201006632541?text=Hi%20Ayat%20Online%20Academy%2C%20I%20want%20to%20book%20a%20free%20trial%20session.\"\n          class=\"btn btn-outline\"\n          target=\"_blank\"\n          rel=\"noopener noreferrer\"\n          aria-label=\"Chat on WhatsApp\"\n        >Chat on WhatsApp<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <footer class=\"site-footer\">\n    <div class=\"container\" style=\"text-align:center;\">\n      <p style=\"opacity:0.7;\">&copy; 2026 Ayat Online Academy. All rights reserved.<\/p>\n    <\/div>\n  <\/footer>\n\n  <script>\n    (function(){\n      const scope = document.querySelector('#ayat-online-academy');\n      if(!scope) return;\n\n      const observer = new IntersectionObserver((entries)=>{\n        entries.forEach(entry => {\n          if(entry.isIntersecting){\n            entry.target.classList.add('is-in');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.15 });\n\n      scope.querySelectorAll('[data-animate]').forEach(el => observer.observe(el));\n    })();\n  <\/script>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Contact Us Need help booking a free trial, rescheduling a class, or asking about programs? Reach out \u2014 our team will respond as soon as possible. Fastest Ways to Reach Us Email Support 24\/7 Messages WhatsApp Quick Reply Free Trial Easy Booking Get in Touch Choose the method that works best for you. For faster [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full-width","meta":{"footnotes":""},"class_list":["post-373","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact Us - Ayat Online<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Us - Ayat Online\" \/>\n<meta property=\"og:description\" content=\"Contact Us Need help booking a free trial, rescheduling a class, or asking about programs? Reach out \u2014 our team will respond as soon as possible. Fastest Ways to Reach Us Email Support 24\/7 Messages WhatsApp Quick Reply Free Trial Easy Booking Get in Touch Choose the method that works best for you. For faster [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Ayat Online\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-01T03:40:29+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/\",\"url\":\"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/\",\"name\":\"Contact Us - Ayat Online\",\"isPartOf\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/#website\"},\"datePublished\":\"2026-02-01T03:38:28+00:00\",\"dateModified\":\"2026-02-01T03:40:29+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ayatonlineacademy.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ayatonlineacademy.com\/#website\",\"url\":\"https:\/\/ayatonlineacademy.com\/\",\"name\":\"Ayat Online Academy\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ayatonlineacademy.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ayatonlineacademy.com\/#organization\",\"name\":\"Ayat Online Academy\",\"url\":\"https:\/\/ayatonlineacademy.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ayatonlineacademy.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/ayat-logo.png\",\"contentUrl\":\"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/ayat-logo.png\",\"width\":1500,\"height\":1500,\"caption\":\"Ayat Online Academy\"},\"image\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact Us - Ayat Online","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":"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/","og_locale":"en_US","og_type":"article","og_title":"Contact Us - Ayat Online","og_description":"Contact Us Need help booking a free trial, rescheduling a class, or asking about programs? Reach out \u2014 our team will respond as soon as possible. Fastest Ways to Reach Us Email Support 24\/7 Messages WhatsApp Quick Reply Free Trial Easy Booking Get in Touch Choose the method that works best for you. For faster [&hellip;]","og_url":"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/","og_site_name":"Ayat Online","article_modified_time":"2026-02-01T03:40:29+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/","url":"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/","name":"Contact Us - Ayat Online","isPartOf":{"@id":"https:\/\/ayatonlineacademy.com\/#website"},"datePublished":"2026-02-01T03:38:28+00:00","dateModified":"2026-02-01T03:40:29+00:00","breadcrumb":{"@id":"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/ayatonlineacademy.com\/index.php\/373-2\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/ayatonlineacademy.com\/index.php\/373-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ayatonlineacademy.com\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/ayatonlineacademy.com\/#website","url":"https:\/\/ayatonlineacademy.com\/","name":"Ayat Online Academy","description":"","publisher":{"@id":"https:\/\/ayatonlineacademy.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ayatonlineacademy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ayatonlineacademy.com\/#organization","name":"Ayat Online Academy","url":"https:\/\/ayatonlineacademy.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ayatonlineacademy.com\/#\/schema\/logo\/image\/","url":"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/ayat-logo.png","contentUrl":"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/ayat-logo.png","width":1500,"height":1500,"caption":"Ayat Online Academy"},"image":{"@id":"https:\/\/ayatonlineacademy.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/373","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/comments?post=373"}],"version-history":[{"count":2,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/373\/revisions"}],"predecessor-version":[{"id":375,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/pages\/373\/revisions\/375"}],"wp:attachment":[{"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/media?parent=373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}