{"id":30370,"date":"2026-05-22T16:54:42","date_gmt":"2026-05-22T08:54:42","guid":{"rendered":"https:\/\/autismpartnershipph.com\/?page_id=30370"},"modified":"2026-05-22T16:57:38","modified_gmt":"2026-05-22T08:57:38","slug":"thank-you","status":"publish","type":"page","link":"https:\/\/autismpartnershipph.com\/en\/thank-you\/","title":{"rendered":"Thank You"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"30370\" class=\"elementor elementor-30370\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0306ae4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0306ae4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6907e77\" data-id=\"6907e77\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a9a7d0 elementor-widget elementor-widget-html\" data-id=\"3a9a7d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"description\" content=\"Thank you for contacting Autism Partnership Manila. We'll be in touch within 1 business day to confirm your consultation.\">\n<title>Thank You \u2014 Autism Partnership Manila<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #122E6F;\n    --royal: #1F5FB8;\n    --yellow: #FCC50C;\n    --yellow-soft: #FFF8E1;\n    --whatsapp: #25D366;\n    --text: #1A1A1A;\n    --muted: #6B7785;\n    --light: #F5F7FA;\n    --border: #E1E6EE;\n    --white: #ffffff;\n  }\n  * { box-sizing: border-box; }\n  html, body { margin: 0; padding: 0; }\n  body {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n    color: var(--text);\n    background: var(--light);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n  a { color: var(--royal); text-decoration: none; }\n  a:hover { text-decoration: underline; }\n\n  \/* Header *\/\n  .site-header {\n    background: var(--white);\n    border-bottom: 1px solid var(--border);\n    padding: 18px 24px;\n    text-align: center;\n  }\n  .site-header img { max-width: 200px; height: auto; }\n  .tagline {\n    margin-top: 8px;\n    font-size: 11px;\n    font-weight: 600;\n    color: var(--royal);\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  \/* Hero *\/\n  .hero {\n    background-color: var(--navy);\n    background-image:\n      linear-gradient(135deg, rgba(18,46,111,0.88) 0%, rgba(26,63,143,0.82) 100%),\n      url('https:\/\/autismpartnershipph.com\/wp-content\/uploads\/2023\/05\/full-shot-little-kids-playing-together-floor-1.jpg');\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    color: var(--white);\n    padding: 80px 24px 72px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -100px;\n    right: -100px;\n    width: 300px;\n    height: 300px;\n    background: radial-gradient(circle, rgba(252,197,12,0.18) 0%, transparent 70%);\n    border-radius: 50%;\n    z-index: 0;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: var(--yellow);\n    z-index: 2;\n  }\n  .hero-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }\n  .check-circle {\n    width: 84px;\n    height: 84px;\n    border-radius: 50%;\n    background: var(--yellow);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 24px;\n    box-shadow: 0 8px 24px rgba(252,197,12,0.35);\n    animation: pop 0.6s ease-out;\n  }\n  @keyframes pop {\n    0% { transform: scale(0); opacity: 0; }\n    60% { transform: scale(1.15); opacity: 1; }\n    100% { transform: scale(1); }\n  }\n  .check-circle svg { width: 44px; height: 44px; }\n  .eyebrow {\n    color: var(--yellow);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n  h1.hero-title {\n    font-size: 44px;\n    font-weight: 800;\n    margin: 0 0 16px;\n    line-height: 1.15;\n    letter-spacing: -0.5px;\n    color: var(--yellow);\n  }\n  .hero-sub {\n    font-size: 17px;\n    color: #C8D2EA;\n    max-width: 560px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n  .hero-sub strong { color: var(--white); }\n\n  \/* Container *\/\n  .container {\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* What happens next *\/\n  .next-steps {\n    background: var(--white);\n    border-radius: 14px;\n    margin: -40px auto 32px;\n    padding: 36px 40px;\n    box-shadow: 0 8px 28px rgba(18,46,111,0.08);\n    position: relative;\n    z-index: 2;\n  }\n  .section-label {\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--navy);\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 14px;\n  }\n  .section-title {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--navy);\n    margin: 0 0 24px;\n    line-height: 1.3;\n  }\n  .steps {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 20px;\n  }\n  .step {\n    padding: 18px;\n    background: var(--light);\n    border-radius: 10px;\n    border-left: 3px solid var(--royal);\n  }\n  .step-num {\n    display: inline-block;\n    background: var(--royal);\n    color: var(--white);\n    font-size: 13px;\n    font-weight: 700;\n    width: 26px;\n    height: 26px;\n    border-radius: 50%;\n    text-align: center;\n    line-height: 26px;\n    margin-bottom: 10px;\n  }\n  .step-title {\n    font-weight: 600;\n    color: var(--navy);\n    font-size: 14px;\n    margin-bottom: 4px;\n  }\n  .step-body {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* Contact actions *\/\n  .contact-bar {\n    background: var(--yellow-soft);\n    border-left: 4px solid var(--yellow);\n    border-radius: 10px;\n    padding: 24px 28px;\n    margin-bottom: 32px;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n  }\n  .contact-bar-text {\n    font-size: 15px;\n    color: var(--text);\n  }\n  .contact-bar-text strong { color: var(--navy); }\n  .actions { display: flex; gap: 10px; flex-wrap: wrap; }\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 11px 18px;\n    border-radius: 8px;\n    font-size: 14px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: transform 0.15s ease, box-shadow 0.15s ease;\n  }\n  .btn:hover { text-decoration: none; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }\n  .btn-primary { background: var(--royal); color: var(--white); }\n  .btn-whatsapp { background: var(--whatsapp); color: var(--white); }\n  .btn-outline { background: var(--white); color: var(--royal); border: 2px solid var(--royal); padding: 9px 16px; }\n\n  \/* Resources grid *\/\n  .resources {\n    background: var(--white);\n    border-radius: 14px;\n    padding: 36px 40px;\n    margin-bottom: 32px;\n    box-shadow: 0 4px 14px rgba(18,46,111,0.06);\n  }\n  .resources-intro {\n    color: var(--muted);\n    font-size: 15px;\n    margin: 0 0 24px;\n  }\n  .resource-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 14px;\n  }\n  .resource-card {\n    display: block;\n    padding: 18px 20px;\n    background: var(--light);\n    border-radius: 10px;\n    border: 1px solid var(--border);\n    text-decoration: none;\n    transition: all 0.2s ease;\n  }\n  .resource-card:hover {\n    text-decoration: none;\n    border-color: var(--royal);\n    background: var(--white);\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(31,95,184,0.12);\n  }\n  .resource-arrow {\n    color: var(--royal);\n    font-weight: 700;\n    margin-right: 4px;\n  }\n  .resource-title {\n    color: var(--navy);\n    font-weight: 600;\n    font-size: 15px;\n    margin-bottom: 4px;\n  }\n  .resource-desc {\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  \/* Credentials band *\/\n  .credentials {\n    background: var(--white);\n    border-radius: 14px;\n    padding: 36px 40px;\n    margin-bottom: 32px;\n    box-shadow: 0 4px 14px rgba(18,46,111,0.06);\n    text-align: center;\n  }\n  .cred-quote {\n    font-size: 18px;\n    color: var(--text);\n    font-style: italic;\n    line-height: 1.6;\n    max-width: 680px;\n    margin: 0 auto 24px;\n  }\n  .cred-quote strong { color: var(--navy); font-style: normal; }\n  .stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    max-width: 600px;\n    margin: 0 auto;\n    padding-top: 24px;\n    border-top: 1px solid var(--border);\n  }\n  .stat-num {\n    font-size: 32px;\n    font-weight: 800;\n    color: var(--royal);\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .stat-label {\n    font-size: 12px;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 600;\n  }\n\n  \/* Inside our centre *\/\n  .inside {\n    background: var(--white);\n    border-radius: 14px;\n    padding: 0;\n    margin-bottom: 32px;\n    box-shadow: 0 4px 14px rgba(18,46,111,0.06);\n    overflow: hidden;\n  }\n  .inside-grid {\n    display: grid;\n    grid-template-columns: 5fr 7fr;\n    gap: 0;\n    align-items: stretch;\n  }\n  .inside-grid.reverse {\n    grid-template-columns: 7fr 5fr;\n  }\n  .inside-grid.reverse .inside-text { order: 1; }\n  .inside-grid.reverse .inside-image { order: 2; }\n  .inside-image {\n    position: relative;\n    background: var(--navy);\n    min-height: 420px;\n  }\n  .inside-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .inside-image::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(18,46,111,0.0) 0%, rgba(18,46,111,0.15) 100%);\n    pointer-events: none;\n  }\n  .inside-text {\n    padding: 40px 40px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .inside-text p {\n    font-size: 15px;\n    color: var(--text);\n    line-height: 1.7;\n    margin: 0 0 14px;\n  }\n  .inside-text p:last-child { margin-bottom: 0; }\n\n  \/* Gallery *\/\n  .gallery {\n    margin-bottom: 32px;\n  }\n  .gallery-label {\n    text-align: center;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--navy);\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-bottom: 16px;\n  }\n  .gallery-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n  }\n  .gallery-grid img {\n    width: 100%;\n    height: 220px;\n    object-fit: cover;\n    border-radius: 12px;\n    display: block;\n    box-shadow: 0 4px 14px rgba(18,46,111,0.06);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .gallery-grid img:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 20px rgba(18,46,111,0.12);\n  }\n\n  \/* Visit us *\/\n  .visit {\n    background: linear-gradient(135deg, #F8FAFC 0%, #EEF2F8 100%);\n    border-radius: 14px;\n    padding: 36px 40px;\n    margin-bottom: 32px;\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 28px;\n    align-items: center;\n  }\n  .visit-address {\n    font-size: 15px;\n    color: var(--text);\n    line-height: 1.7;\n    margin: 0;\n  }\n  .visit-address .place {\n    font-weight: 700;\n    color: var(--navy);\n    font-size: 17px;\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  \/* Footer *\/\n  footer {\n    background: var(--navy);\n    color: #C8D2EA;\n    padding: 48px 24px 32px;\n    text-align: center;\n  }\n  .footer-inner { max-width: 720px; margin: 0 auto; }\n  .footer-brand {\n    color: var(--white);\n    font-size: 18px;\n    font-weight: 700;\n    letter-spacing: 0.3px;\n  }\n  .footer-tagline {\n    color: var(--yellow);\n    font-size: 11px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    font-weight: 600;\n    margin-top: 6px;\n  }\n  .footer-contact {\n    margin-top: 22px;\n    font-size: 14px;\n    line-height: 1.8;\n  }\n  .footer-contact a { color: var(--white); font-weight: 500; text-decoration: none; }\n  .footer-contact a:hover { color: var(--yellow); text-decoration: none; }\n  .social-row { margin-top: 22px; }\n  .social-row a {\n    color: var(--yellow);\n    font-size: 14px;\n    font-weight: 600;\n    margin: 0 14px;\n    text-decoration: none;\n  }\n  .social-row a:hover { color: var(--white); }\n  .footer-credentials {\n    margin-top: 32px;\n    padding-top: 24px;\n    border-top: 1px solid #1F4490;\n    font-size: 11px;\n    color: #C8D2EA;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n  }\n  .footer-offices {\n    margin-top: 8px;\n    font-size: 11px;\n    color: #7A8AB0;\n    line-height: 1.6;\n  }\n  .footer-copy {\n    margin-top: 24px;\n    font-size: 11px;\n    color: #5C6F94;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 720px) {\n    h1.hero-title { font-size: 32px; }\n    .hero { padding: 48px 20px 44px; }\n    .hero-sub { font-size: 15px; }\n    .next-steps, .resources, .credentials, .visit { padding: 28px 22px; }\n    .visit { grid-template-columns: 1fr; text-align: center; }\n    .contact-bar { flex-direction: column; align-items: flex-start; padding: 20px 22px; }\n    .actions { width: 100%; }\n    .btn { flex: 1; justify-content: center; }\n    .stats { grid-template-columns: 1fr; gap: 24px; }\n    .stat-num { font-size: 36px; }\n    .inside-grid { grid-template-columns: 1fr; }\n    .inside-image { min-height: 320px; }\n    .inside-text { padding: 28px 22px; }\n    .gallery-grid { grid-template-columns: 1fr; }\n    .gallery-grid img { height: 200px; }\n  }\n  @media (min-width: 721px) and (max-width: 960px) {\n    .gallery-grid img { height: 180px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- Hero -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"check-circle\" aria-hidden=\"true\">\n      <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M5 12.5L10 17.5L19 8\" stroke=\"#122E6F\" stroke-width=\"3.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n      <\/svg>\n    <\/div>\n    <div class=\"eyebrow\">Submission Received<\/div>\n    <h1 class=\"hero-title\">Thank you for reaching out.<\/h1>\n    <p class=\"hero-sub\">\n      Your information is on its way to our team at <strong>Autism Partnership Manila<\/strong>. We'll be in touch within <strong>1\u20133 business days<\/strong> to confirm next steps.\n    <\/p>\n  <\/div>\n<\/section>\n\n<div class=\"container\">\n\n  <!-- What happens next -->\n  <section class=\"next-steps\">\n    <div class=\"section-label\">What happens next<\/div>\n    <h2 class=\"section-title\">Here's what to expect from us<\/h2>\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step-num\">1<\/div>\n        <div class=\"step-title\">We review<\/div>\n        <div class=\"step-body\">Our team reads your submission within 1\u20133 business days.<\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">2<\/div>\n        <div class=\"step-title\">We get in touch<\/div>\n        <div class=\"step-body\">Our team contacts you to confirm date and time for your free consultation and centre tour.<\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-num\">3<\/div>\n        <div class=\"step-title\">We meet<\/div>\n        <div class=\"step-body\">In person at our Quezon City centre, or online \u2014 your choice.<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Contact bar -->\n  <section class=\"contact-bar\">\n    <div class=\"contact-bar-text\">\n      <strong>Need to reach us in the meantime?<\/strong><br>\n      WhatsApp is usually fastest \u2014 we're happy to answer any questions.\n    <\/div>\n    <div class=\"actions\">\n      <a href=\"https:\/\/wa.me\/639176552552\" class=\"btn btn-whatsapp\">\ud83d\udcac WhatsApp<\/a>\n      <a href=\"tel:+639176552552\" class=\"btn btn-primary\">\ud83d\udcde Call<\/a>\n      <a href=\"mailto:inquiry@autismpartnershipph.com\" class=\"btn btn-outline\">\u2709 Email<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- Resources -->\n  <section class=\"resources\">\n    <div class=\"section-label\">While you wait<\/div>\n    <h2 class=\"section-title\">Get to know our approach<\/h2>\n    <p class=\"resources-intro\">\n      Below are the reads we share most often with parents who are starting their journey with us. No pressure \u2014 these are here for whenever you have a quiet moment.\n    <\/p>\n    <div class=\"resource-grid\">\n      <a href=\"https:\/\/autismpartnershipph.com\/en\/common-questions-from-families-about-our-services\/\" class=\"resource-card\">\n        <div class=\"resource-title\"><span class=\"resource-arrow\">\u2192<\/span> Common Questions from Families<\/div>\n        <div class=\"resource-desc\">The questions parents most often ask before getting started.<\/div>\n      <\/a>\n      <a href=\"https:\/\/autismpartnershipph.com\/en\/frequently-asked-questions-about-asd-and-aba-treatment\/\" class=\"resource-card\">\n        <div class=\"resource-title\"><span class=\"resource-arrow\">\u2192<\/span> FAQs about ASD &amp; ABA<\/div>\n        <div class=\"resource-desc\">Clear answers to the most common clinical questions.<\/div>\n      <\/a>\n      <a href=\"https:\/\/autismpartnershipph.com\/en\/autism-partnership-method-apm\/\" class=\"resource-card\">\n        <div class=\"resource-title\"><span class=\"resource-arrow\">\u2192<\/span> The Autism Partnership Method (APM\u2122)<\/div>\n        <div class=\"resource-desc\">Our progressive, individualised approach to ABA.<\/div>\n      <\/a>\n      <a href=\"https:\/\/autismpartnershipph.com\/en\/experiencing-apm-student-learning-jouney\/\" class=\"resource-card\">\n        <div class=\"resource-title\"><span class=\"resource-arrow\">\u2192<\/span> Student Learning Journey<\/div>\n        <div class=\"resource-desc\">Real progress stories from children we've worked with.<\/div>\n      <\/a>\n      <a href=\"https:\/\/autismpartnershipph.com\/en\/experiencing-apm-about-autism-parents-stories\/\" class=\"resource-card\">\n        <div class=\"resource-title\"><span class=\"resource-arrow\">\u2192<\/span> Parent Stories<\/div>\n        <div class=\"resource-desc\">Families sharing their experience in their own words.<\/div>\n      <\/a>\n      <a href=\"https:\/\/autismpartnershipph.com\/en\/what-is-autism-spectrum-disorder-asd\/\" class=\"resource-card\">\n        <div class=\"resource-title\"><span class=\"resource-arrow\">\u2192<\/span> What is Autism Spectrum Disorder (ASD)?<\/div>\n        <div class=\"resource-desc\">A parent-friendly introduction to ASD.<\/div>\n      <\/a>\n      <a href=\"https:\/\/autismpartnershipph.com\/en\/effective-treatment\/\" class=\"resource-card\">\n        <div class=\"resource-title\"><span class=\"resource-arrow\">\u2192<\/span> Effective Treatment<\/div>\n        <div class=\"resource-desc\">What the evidence tells us about treatment for ASD.<\/div>\n      <\/a>\n      <a href=\"https:\/\/autismpartnershipph.com\/en\/aba-training-articles\/\" class=\"resource-card\">\n        <div class=\"resource-title\"><span class=\"resource-arrow\">\u2192<\/span> ABA Training Articles<\/div>\n        <div class=\"resource-desc\">Practical reading from our clinicians and trainers.<\/div>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- Inside our centre -->\n  <section class=\"inside\">\n    <div class=\"inside-grid\">\n      <div class=\"inside-image\">\n        <img decoding=\"async\" src=\"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/ap-manila-homepage-psychological-assessment-1365x2048.jpg\" alt=\"Psychological assessment session at Autism Partnership Manila\" loading=\"lazy\">\n      <\/div>\n      <div class=\"inside-text\">\n        <div class=\"section-label\">Welcome to AP Manila<\/div>\n        <h2 class=\"section-title\">A space designed for children to thrive.<\/h2>\n        <p>Our Quezon City centre is a spacious, purpose-built learning environment. You'll find theme session areas, a reading corner, Little Learners, Lego playtime, role play, sports, an indoor playground, and a multimedia room.<\/p>\n        <p>There's even a community area with a house, supermarket, hospital, and salon \u2014 so that the skills your child learns transfer naturally from therapy into the real world.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Our team -->\n  <section class=\"inside\">\n    <div class=\"inside-grid reverse\">\n      <div class=\"inside-text\">\n        <div class=\"section-label\">Our team<\/div>\n        <h2 class=\"section-title\">Highly trained, continuously supervised.<\/h2>\n        <p>Every child is supported by clinicians using the <strong>Autism Partnership Method (APM\u2122)<\/strong> \u2014 a progressive, individualised model of ABA refined over 30 years.<\/p>\n        <p>Our therapists meet weekly for supervision and case discussion, led by senior clinicians. This is how we maintain the quality, consistency, and in-the-moment judgement that sets APM apart from conventional ABA.<\/p>\n      <\/div>\n      <div class=\"inside-image\">\n        <img decoding=\"async\" src=\"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/our-team-weekly-supervision-2048x1365.jpg\" alt=\"The Autism Partnership Manila team during weekly supervision\" loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Centre gallery -->\n  <section class=\"gallery\">\n    <div class=\"gallery-label\">Inside our Quezon City centre<\/div>\n    <div class=\"gallery-grid\">\n      <img decoding=\"async\" src=\"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/about-ap-center-photo-1-scaled.jpg\" alt=\"AP Manila learning environment\" loading=\"lazy\">\n      <img decoding=\"async\" src=\"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/about-ap-center-photo-11-scaled.jpg\" alt=\"AP Manila therapy space\" loading=\"lazy\">\n      <img decoding=\"async\" src=\"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/about-ap-center-photo-12-scaled.jpg\" alt=\"AP Manila community area\" loading=\"lazy\">\n    <\/div>\n  <\/section>\n\n  <!-- Credentials -->\n  <section class=\"credentials\">\n    <div class=\"section-label\">Why families choose us<\/div>\n    <p class=\"cred-quote\">\n      <strong>AP holds the belief that with quality ABA treatment using the Autism Partnership Method, individuals with autism can reach their fullest potential and achieve the greatest degree of independence and highest quality of life possible.<\/strong>\n    <\/p>\n    <div class=\"stats\">\n      <div>\n        <div class=\"stat-num\">500+<\/div>\n        <div class=\"stat-label\">Professionals<\/div>\n      <\/div>\n      <div>\n        <div class=\"stat-num\">125+<\/div>\n        <div class=\"stat-label\">Peer-Reviewed Journals<\/div>\n      <\/div>\n      <div>\n        <div class=\"stat-num\">12<\/div>\n        <div class=\"stat-label\">Cities Worldwide<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Visit us -->\n  <section class=\"visit\">\n    <div>\n      <div class=\"section-label\">Visit our centre<\/div>\n      <p class=\"visit-address\">\n        <span class=\"place\">Autism Partnership Manila<\/span>\n        25\/F Cyber One Building, Eastwood Avenue<br>\n        Bagumbayan, Quezon City, Philippines\n      <\/p>\n    <\/div>\n    <a href=\"https:\/\/maps.app.goo.gl\/ddjCGnHGsx6TBoFf8\" class=\"btn btn-primary\">\ud83d\uddfa Get Directions<\/a>\n  <\/section>\n\n<\/div>\n\n<\/body>\n<\/html>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Thank You \u2014 Autism Partnership Manila Submission Received Thank you for reaching out. Your information is on its way to our team at Autism Partnership Manila. We&#8217;ll be in touch within 1\u20133 business days to confirm next steps. What happens next Here&#8217;s what to expect from us 1 We review Our team reads your submission [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-30370","page","type-page","status-publish","hentry"],"acf":{"post_author":null,"acf_resource_permalink":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Thank You - Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines<\/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:\/\/autismpartnershipph.com\/en\/thank-you\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Thank You - Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines\" \/>\n<meta property=\"og:description\" content=\"Thank You \u2014 Autism Partnership Manila Submission Received Thank you for reaching out. Your information is on its way to our team at Autism Partnership Manila. We&#8217;ll be in touch within 1\u20133 business days to confirm next steps. What happens next Here&#8217;s what to expect from us 1 We review Our team reads your submission [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/autismpartnershipph.com\/en\/thank-you\/\" \/>\n<meta property=\"og:site_name\" content=\"Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-22T08:57:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/ap-manila-homepage-psychological-assessment-1365x2048.jpg\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/thank-you\\\/\",\"url\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/thank-you\\\/\",\"name\":\"Thank You - Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/thank-you\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/thank-you\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/autismpartnershipph.com\\\/wp-content\\\/uploads\\\/ap-manila-homepage-psychological-assessment-1365x2048.jpg\",\"datePublished\":\"2026-05-22T08:54:42+00:00\",\"dateModified\":\"2026-05-22T08:57:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/thank-you\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/thank-you\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/thank-you\\\/#primaryimage\",\"url\":\"https:\\\/\\\/autismpartnershipph.com\\\/wp-content\\\/uploads\\\/ap-manila-homepage-psychological-assessment-1365x2048.jpg\",\"contentUrl\":\"https:\\\/\\\/autismpartnershipph.com\\\/wp-content\\\/uploads\\\/ap-manila-homepage-psychological-assessment-1365x2048.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/thank-you\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Thank You\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/\",\"name\":\"Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines\",\"description\":\"Providing ABA Therapy for Children with Autism Since 1994. Worldwide Offices.\",\"publisher\":{\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/#organization\"},\"alternateName\":\"Autism Partnership\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/#organization\",\"name\":\"Autism Partnership\",\"url\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/autismpartnershipph.com\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/Autism-Partnership-logo.svg\",\"contentUrl\":\"https:\\\/\\\/autismpartnershipph.com\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/Autism-Partnership-logo.svg\",\"width\":85,\"height\":114,\"caption\":\"Autism Partnership\"},\"image\":{\"@id\":\"https:\\\/\\\/autismpartnershipph.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Thank You - Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines","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:\/\/autismpartnershipph.com\/en\/thank-you\/","og_locale":"en_US","og_type":"article","og_title":"Thank You - Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines","og_description":"Thank You \u2014 Autism Partnership Manila Submission Received Thank you for reaching out. Your information is on its way to our team at Autism Partnership Manila. We&#8217;ll be in touch within 1\u20133 business days to confirm next steps. What happens next Here&#8217;s what to expect from us 1 We review Our team reads your submission [&hellip;]","og_url":"https:\/\/autismpartnershipph.com\/en\/thank-you\/","og_site_name":"Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines","article_publisher":"https:\/\/www.facebook.com","article_modified_time":"2026-05-22T08:57:38+00:00","og_image":[{"url":"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/ap-manila-homepage-psychological-assessment-1365x2048.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/autismpartnershipph.com\/en\/thank-you\/","url":"https:\/\/autismpartnershipph.com\/en\/thank-you\/","name":"Thank You - Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines","isPartOf":{"@id":"https:\/\/autismpartnershipph.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/autismpartnershipph.com\/en\/thank-you\/#primaryimage"},"image":{"@id":"https:\/\/autismpartnershipph.com\/en\/thank-you\/#primaryimage"},"thumbnailUrl":"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/ap-manila-homepage-psychological-assessment-1365x2048.jpg","datePublished":"2026-05-22T08:54:42+00:00","dateModified":"2026-05-22T08:57:38+00:00","breadcrumb":{"@id":"https:\/\/autismpartnershipph.com\/en\/thank-you\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/autismpartnershipph.com\/en\/thank-you\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/autismpartnershipph.com\/en\/thank-you\/#primaryimage","url":"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/ap-manila-homepage-psychological-assessment-1365x2048.jpg","contentUrl":"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/ap-manila-homepage-psychological-assessment-1365x2048.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/autismpartnershipph.com\/en\/thank-you\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/autismpartnershipph.com\/en\/"},{"@type":"ListItem","position":2,"name":"Thank You"}]},{"@type":"WebSite","@id":"https:\/\/autismpartnershipph.com\/en\/#website","url":"https:\/\/autismpartnershipph.com\/en\/","name":"Autism Partnership Manila | Autism Treatment &amp; ABA Therapy in Quezon City, Manila Philippines","description":"Providing ABA Therapy for Children with Autism Since 1994. Worldwide Offices.","publisher":{"@id":"https:\/\/autismpartnershipph.com\/en\/#organization"},"alternateName":"Autism Partnership","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/autismpartnershipph.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/autismpartnershipph.com\/en\/#organization","name":"Autism Partnership","url":"https:\/\/autismpartnershipph.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/autismpartnershipph.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/2023\/02\/Autism-Partnership-logo.svg","contentUrl":"https:\/\/autismpartnershipph.com\/wp-content\/uploads\/2023\/02\/Autism-Partnership-logo.svg","width":85,"height":114,"caption":"Autism Partnership"},"image":{"@id":"https:\/\/autismpartnershipph.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com"]}]}},"_links":{"self":[{"href":"https:\/\/autismpartnershipph.com\/en\/wp-json\/wp\/v2\/pages\/30370","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/autismpartnershipph.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/autismpartnershipph.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/autismpartnershipph.com\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/autismpartnershipph.com\/en\/wp-json\/wp\/v2\/comments?post=30370"}],"version-history":[{"count":10,"href":"https:\/\/autismpartnershipph.com\/en\/wp-json\/wp\/v2\/pages\/30370\/revisions"}],"predecessor-version":[{"id":30382,"href":"https:\/\/autismpartnershipph.com\/en\/wp-json\/wp\/v2\/pages\/30370\/revisions\/30382"}],"wp:attachment":[{"href":"https:\/\/autismpartnershipph.com\/en\/wp-json\/wp\/v2\/media?parent=30370"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}