{"id":17,"date":"2022-06-06T11:12:52","date_gmt":"2022-06-06T11:12:52","guid":{"rendered":"https:\/\/kadence.pixel-show.com\/lawn-care\/?page_id=17"},"modified":"2026-06-19T20:55:54","modified_gmt":"2026-06-19T20:55:54","slug":"about","status":"publish","type":"page","link":"https:\/\/danielspsych.org\/reliant\/?page_id=17","title":{"rendered":"About"},"content":{"rendered":"\n<!-- ====================== ABOUT PAGE HERO SECTION ====================== -->\n<section style=\"position: relative; height: 55vh; min-height: 420px; background-image: url('https:\/\/danielspsych.org\/wp-content\/uploads\/2025\/05\/Untitled-1920-x-1080-px-15.jpg'); background-size: cover; background-position: center 20%; display: flex; align-items: center; color: white; overflow: hidden;\">\n  \n  <!-- Dark Overlay -->\n  <div style=\"position: absolute; inset: 0; background: rgba(0, 0, 0, 0.48); z-index: 1;\"><\/div>\n  \n  <!-- Content -->\n  <div style=\"position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 20px; text-align: center; width: 100%;\">\n    \n    <!-- Main Heading -->\n    <h1 style=\"font-size: clamp(2.6rem, 6vw, 4rem); font-weight: 700; line-height: 1.1; margin-bottom: 20px; color: #ffffff;\">\n      About Me\n    <\/h1>\n    \n    <!-- Breadcrumb Pill -->\n    <a href=\"https:\/\/danielspsych.org\/reliant\/\" style=\"background: #1E88E5; color: white; padding: 15px 28px; border-radius: 50px; font-size: 1.05rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px;\">\n      Home <span style=\"opacity: 0.9;\">\u2192<\/span> About Me\n    <\/a>\n    \n  <\/div>\n<\/section>\n<!-- Add in <head> if not already present -->\n<!-- <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;800&family=DM+Sans:wght@400;500;600&display=swap\" rel=\"stylesheet\"> -->\n\n<style>\n\n  \/* =============================================\n     DR. DANIELS \u2014 WELCOME SECTION (RESPONSIVE)\n  ============================================= *\/\n\n  *, *::before, *::after { box-sizing: border-box; }\n\n  .dr-section {\n    padding: 90px 24px;\n    background: #F5F7FA;\n    position: relative;\n    overflow: hidden;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .dr-section::before {\n    content: '';\n    position: absolute;\n    top: -120px; right: -120px;\n    width: 520px; height: 520px;\n    background: radial-gradient(circle, rgba(30,136,229,0.07) 0%, transparent 70%);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .dr-inner {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  \/* Grid *\/\n  .dr-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 70px;\n    align-items: center;\n  }\n\n  \/* Image Side *\/\n  .dr-image-wrap {\n    position: relative;\n    opacity: 0;\n    transform: translateY(40px);\n    transition: opacity 0.85s ease, transform 0.85s ease;\n  }\n\n  .dr-image-wrap.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .dr-image-wrap::before {\n    content: '';\n    position: absolute;\n    top: 28px; left: 28px;\n    width: 100%; height: 100%;\n    border-radius: 20px;\n    background: #1E88E5;\n    opacity: 0.12;\n    z-index: 0;\n  }\n\n  .dr-image-wrap img {\n    position: relative;\n    z-index: 1;\n    width: 100%;\n    display: block;\n    border-radius: 20px;\n    box-shadow: 0 20px 50px rgba(38,51,74,0.18);\n    object-fit: cover;\n  }\n\n  \/* Floating badge *\/\n  .dr-badge {\n    position: absolute;\n    bottom: -18px; right: 28px;\n    z-index: 2;\n    background: #1E88E5;\n    color: #fff;\n    padding: 14px 22px;\n    border-radius: 14px;\n    font-size: 13.5px;\n    font-weight: 600;\n    box-shadow: 0 8px 24px rgba(30,136,229,0.35);\n    line-height: 1.4;\n    text-align: center;\n  }\n\n  .dr-badge span {\n    display: block;\n    font-size: 19px;\n    font-weight: 700;\n    letter-spacing: -0.5px;\n  }\n\n  \/* Text Side *\/\n  .dr-text {\n    opacity: 0;\n    transform: translateY(40px);\n    transition: opacity 0.85s ease 0.18s, transform 0.85s ease 0.18s;\n  }\n\n  .dr-text.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .dr-eyebrow {\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #1E88E5;\n    background: rgba(30,136,229,0.1);\n    padding: 6px 14px;\n    border-radius: 50px;\n    margin-bottom: 20px;\n  }\n\n  .dr-heading {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: clamp(2rem, 4.5vw, 2.8rem);\n    font-weight: 800;\n    color: #26334A;\n    line-height: 1.15;\n    margin-bottom: 20px;\n  }\n\n  .dr-para {\n    font-size: clamp(1rem, 2.5vw, 1.1rem);\n    line-height: 1.8;\n    color: #546E7A;\n    margin-bottom: 18px;\n  }\n\n  .dr-beliefs-label {\n    font-size: clamp(0.95rem, 2.2vw, 1.05rem);\n    font-weight: 600;\n    color: #26334A;\n    margin-bottom: 16px;\n    margin-top: 8px;\n  }\n\n  .dr-beliefs {\n    list-style: none;\n    padding: 0;\n    margin-bottom: 36px;\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n\n  .dr-beliefs li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    font-size: clamp(0.95rem, 2.2vw, 1.05rem);\n    color: #455A64;\n    line-height: 1.65;\n  }\n\n  .dr-beliefs li .num {\n    flex-shrink: 0;\n    width: 30px; height: 30px;\n    border-radius: 50%;\n    background: #1E88E5;\n    color: #fff;\n    font-size: 13px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n\n  .dr-beliefs li strong { color: #26334A; }\n\n \/* \u2500\u2500 FIXED CODE \u2500\u2500 *\/\nbody .dr-cta {\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  background: #1E88E5 !important;\n  color: #ffffff !important;\n  padding: 15px 36px !important;\n  border-radius: 50px !important;\n  font-size: 1rem !important;\n  font-weight: 600 !important;\n  text-decoration: none !important;\n  transition: background 0.3s, transform 0.3s, box-shadow 0.3s !important;\n  box-shadow: 0 6px 20px rgba(30,136,229,0.3) !important;\n}\n\nbody .dr-cta:hover {\n  background: #40C4FF !important;\n  color: #ffffff !important;\n  transform: translateY(-2px) !important;\n  box-shadow: 0 10px 28px rgba(64,196,255,0.40) !important;\n}\n\nbody .dr-cta .dr-cta-arrow {\n  font-size: 18px !important;\n  transition: transform 0.3s !important;\n  color: #ffffff !important;\n}\n\nbody .dr-cta:hover .dr-cta-arrow {\n  transform: translateX(4px) !important;\n  color: #ffffff !important;\n}\n\n  .dr-cta-arrow {\n    font-size: 18px;\n    transition: transform 0.3s;\n  }\n\n  .dr-cta:hover .dr-cta-arrow { transform: translateX(4px); }\n\n  \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n     TABLET \u2014 max-width: 900px\n  \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .dr-section { padding: 70px 24px; }\n\n    .dr-grid {\n      grid-template-columns: 1fr;\n      gap: 50px;\n    }\n\n    .dr-image-wrap {\n      max-width: 520px;\n      margin: 0 auto;\n    }\n\n    .dr-image-wrap::before { top: 20px; left: 20px; }\n\n    .dr-badge { right: 16px; bottom: -16px; padding: 12px 18px; }\n  }\n\n  \/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n     MOBILE \u2014 max-width: 540px\n  \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  @media (max-width: 540px) {\n    .dr-section { padding: 52px 18px 60px; }\n\n    .dr-grid { gap: 40px; }\n\n    .dr-image-wrap { max-width: 100%; }\n\n    .dr-image-wrap::before { top: 14px; left: 14px; }\n\n    .dr-badge {\n      right: 12px; bottom: -14px;\n      padding: 10px 14px;\n      font-size: 12px;\n      border-radius: 10px;\n    }\n\n    .dr-badge span { font-size: 16px; }\n\n    .dr-beliefs li .num { width: 26px; height: 26px; font-size: 12px; }\n\n    .dr-cta {\n      width: 100%;\n      justify-content: center;\n      padding: 14px 24px;\n      font-size: 0.97rem;\n    }\n  }\n\n<\/style>\n\n<!-- ============================================\n     WELCOME SECTION HTML\n============================================ -->\n<section class=\"dr-section\">\n  <div class=\"dr-inner\">\n    <div class=\"dr-grid\">\n\n      <!-- Image Side -->\n      <div class=\"dr-image-wrap\" id=\"dr-img\">\n        <img decoding=\"async\" src=\"https:\/\/danielspsych.org\/wp-content\/uploads\/2025\/06\/Untitled-design-19.jpg\" alt=\"Dr. Trevor A. Daniels\" loading=\"lazy\">\n        <div class=\"dr-badge\">\n          <span>10+<\/span>\n          Years of Practice\n        <\/div>\n      <\/div>\n\n      <!-- Text Side -->\n      <div class=\"dr-text\" id=\"dr-txt\">\n        <span class=\"dr-eyebrow\">Welcome<\/span>\n\n        <h2 class=\"dr-heading\">\n          I&#8217;m Dr. Trevor A. Daniels\n        <\/h2>\n\n        <p class=\"dr-para\">\n          A Licensed Clinical Psychologist and Qualified Medical Evaluator\n          of T. A. Daniels Psychological Services, Inc.\n        <\/p>\n\n        <p class=\"dr-para\">\n          First, I want to acknowledge your commitment to prioritizing your\n          mental well-being. Just like physical health, fostering a strong\n          mental foundation is essential in reaching your goals and living\n          the life you envision. I&#8217;m honored to be part of that journey\n          with you.\n        <\/p>\n\n        <p class=\"dr-beliefs-label\">\n          Throughout my career, three core beliefs have shaped my approach:\n        <\/p>\n\n        <ol class=\"dr-beliefs\">\n          <li>\n            <span class=\"num\">1<\/span>\n            <span>\n              <strong>Everyone has value<\/strong> \u2014\n              Recognizing your worth unlocks your full potential.\n            <\/span>\n          <\/li>\n          <li>\n            <span class=\"num\">2<\/span>\n            <span>\n              <strong>Who we are matters<\/strong> \u2014\n              Acknowledging this truth leads to practical solutions.\n            <\/span>\n          <\/li>\n          <li>\n            <span class=\"num\">3<\/span>\n            <span>\n              <strong>Our experiences are co-created<\/strong> \u2014\n              Understanding our agency allows us to shape meaningful change.\n            <\/span>\n          <\/li>\n        <\/ol>\n\n        <a href=\"#\" class=\"dr-cta\">\n          Learn More About My Approach\n          <span class=\"dr-cta-arrow\">\u2192<\/span>\n        <\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Scroll Animation Script -->\n<script>\n  const imgEl = document.getElementById('dr-img');\n  const txtEl = document.getElementById('dr-txt');\n\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(e => {\n      if (e.isIntersecting) {\n        e.target.classList.add('visible');\n        observer.unobserve(e.target);\n      }\n    });\n  }, { threshold: 0.12 });\n\n  observer.observe(imgEl);\n  observer.observe(txtEl);\n<!-- \u2705 FIX - Close the previous script tag first -->\n<\/script>\n\n<!-- ====================== CAREER HIGHLIGHTS SECTION ====================== -->\n<section class=\"ta-career-section\">\n  <div class=\"ta-career-container\">\n\n    <!-- HEADING -->\n    <div class=\"ta-career-heading\">\n      <h2>Career Highlights<\/h2>\n    <\/div>\n\n    <!-- CARDS GRID -->\n    <div class=\"ta-career-grid\">\n\n      <!-- Card 1 -->\n      <div class=\"highlight-card\">\n        <span class=\"ch-psi\">\u03a8<\/span>\n        <div class=\"ch-content\">\n          <h3 class=\"ch-title\">25+ Years Experience<\/h3>\n          <p class=\"ch-text\">Over 25 years of combined experience in social services, including clinical, administrative, and academic roles.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Card 2 -->\n      <div class=\"highlight-card\">\n        <span class=\"ch-psi\">\u03a8<\/span>\n        <div class=\"ch-content\">\n          <h3 class=\"ch-title\">20+ Years Clinical<\/h3>\n          <p class=\"ch-text\">More than 20 years of direct clinical experience in community mental health.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Card 3 -->\n      <div class=\"highlight-card\">\n        <span class=\"ch-psi\">\u03a8<\/span>\n        <div class=\"ch-content\">\n          <h3 class=\"ch-title\">Leadership &amp; Teaching<\/h3>\n          <p class=\"ch-text\">10 years of administrative leadership and 15 years of graduate-level teaching in psychology.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Card 4 -->\n      <div class=\"highlight-card\">\n        <span class=\"ch-psi\">\u03a8<\/span>\n        <div class=\"ch-content\">\n          <h3 class=\"ch-title\">Specialization<\/h3>\n          <p class=\"ch-text\">Specialization in Multicultural Community Psychology and 5 years serving as Director on the Board of a Los Angeles-based counseling center.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ====================== CSS ====================== -->\n<style>\n\n\/* \u2500\u2500 SECTION \u2500\u2500 *\/\nbody .ta-career-section {\n  padding: 100px 20px !important;\n  background: linear-gradient(135deg, #E0F2F1 0%, #B2EBF2 100%) !important;\n  position: relative !important;\n  overflow: hidden !important;\n  display: block !important;\n  width: 100% !important;\n}\n\n\/* \u2500\u2500 CONTAINER \u2500\u2500 *\/\nbody .ta-career-container {\n  max-width: 1280px !important;\n  margin: 0 auto !important;\n  width: 100% !important;\n}\n\n\/* \u2500\u2500 HEADING \u2500\u2500 *\/\nbody .ta-career-heading {\n  text-align: center !important;\n  margin-bottom: 70px !important;\n}\n\nbody .ta-career-heading h2 {\n  font-size: clamp(2.4rem, 5.5vw, 2.9rem) !important;\n  font-weight: 700 !important;\n  color: #26334A !important;\n  margin-bottom: 16px !important;\n}\n\n\/* \u2500\u2500 GRID \u2500\u2500 *\/\nbody .ta-career-grid {\n  display: grid !important;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;\n  gap: 28px !important;\n  width: 100% !important;\n}\n\n\/* \u2500\u2500 CARD - DEFAULT \u2500\u2500 *\/\nbody .highlight-card {\n  background: rgba(255,255,255,0.95) !important;\n  backdrop-filter: blur(12px) !important;\n  padding: 32px 28px !important;\n  border-radius: 24px !important;\n  box-shadow: 0 15px 35px rgba(0,0,0,0.10) !important;\n  border: 1px solid rgba(255,255,255,0.6) !important;\n  position: relative !important;\n  overflow: hidden !important;\n  transition: all 0.5s ease !important;\n  opacity: 0 !important;\n  transform: translateY(50px) !important;\n  cursor: pointer !important;\n  display: block !important;\n}\n\n\/* \u2500\u2500 CARD VISIBLE after animation \u2500\u2500 *\/\nbody .highlight-card.ch-visible {\n  opacity: 1 !important;\n  transform: translateY(0) !important;\n}\n\n\/* \u2500\u2500 PSI WATERMARK \u2500\u2500 *\/\nbody .ch-psi {\n  position: absolute !important;\n  top: 50% !important;\n  left: 50% !important;\n  transform: translate(-50%, -50%) !important;\n  font-size: 150px !important;\n  font-weight: 700 !important;\n  color: rgba(64, 196, 255, 0.10) !important;\n  pointer-events: none !important;\n  z-index: 0 !important;\n  line-height: 1 !important;\n  user-select: none !important;\n  font-family: Georgia, serif !important;\n  transition: color 0.4s ease !important;\n}\n\n\/* \u2500\u2500 CARD CONTENT \u2500\u2500 *\/\nbody .ch-content {\n  position: relative !important;\n  z-index: 1 !important;\n}\n\n\/* \u2500\u2500 TITLE - DEFAULT \u2500\u2500 *\/\nbody .ch-title {\n  font-size: 1.35rem !important;\n  color: #26334A !important;\n  margin-bottom: 12px !important;\n  font-weight: 700 !important;\n  transition: color 0.4s ease !important;\n}\n\n\/* \u2500\u2500 TEXT - DEFAULT \u2500\u2500 *\/\nbody .ch-text {\n  color: #455A64 !important;\n  line-height: 1.7 !important;\n  font-size: 15px !important;\n  margin: 0 !important;\n  transition: color 0.4s ease !important;\n}\n\n\/* \u2500\u2500 HOVER - background #40C4FF \u2500\u2500 *\/\nbody .highlight-card:hover {\n  background: #40C4FF !important;\n  transform: translateY(-12px) !important;\n  box-shadow: 0 25px 50px rgba(64, 196, 255, 0.35) !important;\n}\n\n\/* \u2500\u2500 HOVER - psi \u2500\u2500 *\/\nbody .highlight-card:hover .ch-psi {\n  color: rgba(255,255,255,0.20) !important;\n}\n\n\/* \u2500\u2500 HOVER - title WHITE \u2500\u2500 *\/\nbody .highlight-card:hover .ch-title {\n  color: #ffffff !important;\n}\n\n\/* \u2500\u2500 HOVER - text WHITE (FIXED) \u2500\u2500 *\/\nbody .highlight-card:hover .ch-text {\n  color: #ffffff !important;\n}\n\n\/* \u2500\u2500 TABLET \u2500\u2500 *\/\n@media (max-width: 991px) {\n  body .ta-career-section { padding: 80px 20px !important; }\n  body .ta-career-grid { grid-template-columns: repeat(2, 1fr) !important; }\n}\n\n\/* \u2500\u2500 MOBILE \u2500\u2500 *\/\n@media (max-width: 580px) {\n  body .ta-career-section { padding: 60px 16px !important; }\n  body .ta-career-grid { grid-template-columns: 1fr !important; gap: 20px !important; }\n  body .ta-career-heading h2 { font-size: 2rem !important; }\n  body .highlight-card { padding: 26px 22px !important; }\n}\n\n<\/style>\n\n<!-- ====================== JS ====================== -->\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const cards = document.querySelectorAll('.highlight-card');\n\n  \/* SCROLL ANIMATION *\/\n  const careerObserver = new IntersectionObserver((entries) => {\n    entries.forEach((entry, index) => {\n      if (entry.isIntersecting) {\n        setTimeout(() => {\n          entry.target.classList.add('ch-visible');\n        }, index * 120);\n        careerObserver.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.15 });\n\n  cards.forEach(card => {\n    careerObserver.observe(card);\n  });\n});\n<\/script>\n<!-- ====================== MY BACKGROUND & EDUCATION SECTION ====================== -->\n<section style=\"padding: 100px 20px; background: #ffffff; position: relative; overflow: hidden;\">\n  <div style=\"max-width: 1280px; margin: 0 auto;\">\n\n    <div style=\"text-align: center; margin-bottom: 70px;\">\n      <h2 style=\"font-size: clamp(2.4rem, 5.5vw, 2.9rem); font-weight: 700; color: #26334A;\">\n        My Background\n      <\/h2>\n    <\/div>\n\n    <div id=\"background-grid\" style=\"display: grid; grid-template-columns: 1fr; gap: 60px; align-items: center;\">\n\n      <!-- Left Side - Content -->\n      <div id=\"background-text\">\n\n        <p style=\"font-size: 1.18rem; line-height: 1.75; color: #455A64; margin-bottom: 32px;\">\n          Originally from Northeastern Ohio, I moved to Southern California 26 years ago to pursue graduate studies in psychology.\n        <\/p>\n\n        <h3 style=\"font-size: 1.45rem; color: #26334A; margin-bottom: 20px;\">Education<\/h3>\n        <ul style=\"font-size: 1.08rem; line-height: 1.85; color: #455A64; padding-left: 20px; margin-bottom: 40px;\">\n          <li><strong>B.A. in Psychology (1997)<\/strong> \u2014 Miami University, Oxford, Ohio<\/li>\n          <li><strong>M.A. in Clinical Psychology (2002)<\/strong> \u2014 Antioch University, Los Angeles (emphasis in Marriage and Family Therapy)<\/li>\n          <li><strong>Doctor of Psychology (Psy.D.) in Clinical Psychology (2006)<\/strong> \u2014 California School of Professional Psychology at Alliant International University (specialization in Multicultural Community Clinical Psychology)<\/li>\n        <\/ul>\n\n        <h3 style=\"font-size: 1.45rem; color: #26334A; margin-bottom: 20px;\">Clinical Training<\/h3>\n        <ul style=\"font-size: 1.08rem; line-height: 1.85; color: #455A64; padding-left: 20px; margin-bottom: 40px;\">\n          <li>Phoenix House (Lake View Terrace, CA) \u2013 Treating adolescents with co-occurring substance abuse and mental health disorders<\/li>\n          <li>AIDS Project Los Angeles<\/li>\n          <li>Pacific Forensics (Sharper Future) \u2013 Specializing in treatment for sexual offenders<\/li>\n          <li>Children&#8217;s Hospital Los Angeles \u2013 Supporting homeless youth engaged in commercial sex work<\/li>\n          <li>Three years of post-doctoral training under Dr. Jeri A. Doane, specializing in schizophrenia treatment in Los Angeles &amp; Long Beach<\/li>\n        <\/ul>\n\n        <a href=\"#\" class=\"bg-cta-btn\">\n          Learn More About My Journey \u2192\n        <\/a>\n\n      <\/div>\n\n      <!-- Right Side - Image (CENTERED) -->\n      <div id=\"background-image\" style=\"display: flex; justify-content: center; align-items: center;\">\n        <div class=\"bg-img-wrap\">\n          <img decoding=\"async\" src=\"https:\/\/danielspsych.org\/reliant\/wp-content\/uploads\/2026\/06\/Dr.-Daniels-picture.jpg\" alt=\"Dr. Trevor A. Daniels - Background and Education\">\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2705 IMAGE + ANIMATION + BUTTON CSS -->\n<style>\n\n\/* \u2500\u2500 IMAGE WRAP - Premium SaaS Mesh Background \u2500\u2500 *\/\nbody .bg-img-wrap {\n  position: relative !important;\n  border-radius: 20px !important;\n  overflow: hidden !important;\n  box-shadow: 0 30px 70px rgba(30,136,229,0.20) !important;\n  border: 6px solid #ffffff !important;\n  outline: 2px solid rgba(30,136,229,0.30) !important;\n  outline-offset: 4px !important;\n  background:\n    radial-gradient(at 15% 20%, rgba(64,196,255,0.18) 0%, transparent 50%),\n    radial-gradient(at 85% 80%, rgba(30,136,229,0.15) 0%, transparent 50%),\n    radial-gradient(at 50% 50%, rgba(186,222,251,0.20) 0%, transparent 60%),\n    #F8FBFF !important;\n  padding: 28px !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n  max-width: 520px !important;\n  width: 100% !important;\n  margin: 0 auto !important;\n  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) !important;\n}\n\n\/* \u2500\u2500 HOVER on frame - subtle lift + glow \u2500\u2500 *\/\nbody .bg-img-wrap:hover {\n  transform: translateY(-6px) !important;\n  box-shadow: 0 40px 80px rgba(30,136,229,0.30) !important;\n  outline-color: rgba(64,196,255,0.55) !important;\n}\n\nbody .bg-img-wrap img {\n  width: 100% !important;\n  height: auto !important;\n  max-height: 560px !important;\n  object-fit: contain !important;\n  display: block !important;\n  margin: 0 auto !important;\n  border-radius: 12px !important;\n  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) !important;\n  position: relative !important;\n  z-index: 1 !important;\n}\n\n\/* \u2500\u2500 HOVER on image - zoom in effect \u2500\u2500 *\/\nbody .bg-img-wrap:hover img {\n  transform: scale(1.06) !important;\n}\n\n\/* \u2500\u2500 SLIDE IN ANIMATIONS \u2500\u2500 *\/\n#background-text {\n  opacity: 0;\n  transform: translateX(-60px);\n  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);\n}\n\n#background-text.bg-visible {\n  opacity: 1;\n  transform: translateX(0);\n}\n\n#background-image {\n  opacity: 0;\n  transform: translateX(60px);\n  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s, transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s;\n}\n\n#background-image.bg-visible {\n  opacity: 1;\n  transform: translateX(0);\n}\n\n\/* \u2500\u2500 BUTTON \u2500\u2500 *\/\nbody .bg-cta-btn {\n  background: #1E88E5 !important;\n  color: #ffffff !important;\n  padding: 16px 42px !important;\n  border-radius: 50px !important;\n  font-size: 1.1rem !important;\n  font-weight: 700 !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.35s ease !important;\n  box-shadow: 0 6px 20px rgba(30,136,229,0.30) !important;\n}\n\nbody .bg-cta-btn:hover {\n  background: #40C4FF !important;\n  color: #ffffff !important;\n  transform: translateY(-3px) !important;\n  box-shadow: 0 14px 30px rgba(64,196,255,0.35) !important;\n}\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 991px) {\n  body .bg-img-wrap { padding: 22px !important; max-width: 460px !important; }\n  body .bg-img-wrap img { max-height: 460px !important; }\n}\n\n@media (max-width: 540px) {\n  body .bg-img-wrap { padding: 16px !important; max-width: 100% !important; }\n  body .bg-img-wrap img { max-height: 360px !important; }\n}\n\n<\/style>\n\n<!-- Scroll Animation + Responsive Fix -->\n<script>\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    const grid = document.getElementById('background-grid');\n    const text = document.getElementById('background-text');\n    const image = document.getElementById('background-image');\n\n    function checkWidth() {\n      if (window.innerWidth >= 992) {\n        grid.style.gridTemplateColumns = \"1fr 1fr\";\n        grid.style.gap = \"80px\";\n      } else {\n        grid.style.gridTemplateColumns = \"1fr\";\n        grid.style.gap = \"60px\";\n      }\n    }\n\n    checkWidth();\n    window.addEventListener('resize', checkWidth);\n\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('bg-visible');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.2 });\n\n    observer.observe(text);\n    observer.observe(image);\n  });\n<\/script>\n<!-- ====================== MY APPROACH TO CARE SECTION ====================== -->\n<section style=\"padding: 100px 20px; background: #F8FAFC; position: relative; overflow: hidden;\">\n  <div style=\"max-width: 1280px; margin: 0 auto;\">\n\n    <div style=\"text-align: center; margin-bottom: 70px;\">\n      <h2 style=\"font-size: clamp(2.4rem, 5.5vw, 2.9rem); font-weight: 700; color: #26334A;\">\n        My Approach to Care\n      <\/h2>\n    <\/div>\n\n    <div id=\"approach-grid\" style=\"display: grid; grid-template-columns: 1fr; gap: 60px; align-items: center;\">\n\n      <!-- Left Side - Image -->\n      <div style=\"position: relative; opacity: 0; transform: translateY(60px); transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);\" id=\"approach-image\">\n        <div style=\"border-radius: 20px; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,0.15);\">\n          <img decoding=\"async\" src=\"https:\/\/danielspsych.org\/reliant\/wp-content\/uploads\/2026\/05\/my-aproach.-1.png\" alt=\"My Approach to Care\" style=\"width: 100%; display: block;\">\n        <\/div>\n      <\/div>\n\n      <!-- Right Side - Content -->\n      <div style=\"opacity: 0; transform: translateY(60px); transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);\" id=\"approach-text\">\n\n        <h3 style=\"font-size: 1.45rem; color: #26334A; margin-bottom: 24px;\">A Collaborative &amp; Empowering Philosophy<\/h3>\n\n        <p style=\"font-size: 1.16rem; line-height: 1.75; color: #455A64; margin-bottom: 28px;\">\n          I have dedicated my entire career to social services, working at every level \u2014 from volunteer rape crisis advocate to licensed psychologist in independent practice.\n        <\/p>\n\n        <h4 style=\"font-size: 1.25rem; color: #26334A; margin: 28px 0 16px;\">Core Principles of My Practice<\/h4>\n        <ul style=\"font-size: 1.08rem; line-height: 1.85; color: #455A64; padding-left: 22px; margin-bottom: 35px;\">\n          <li><strong>Collaboration:<\/strong> We work together as partners in your healing journey.<\/li>\n          <li><strong>Empowerment:<\/strong> I help you build knowledge and confidence to navigate challenges.<\/li>\n          <li><strong>Respect &amp; Non-Judgment:<\/strong> A safe space built on trust, honesty, and acceptance.<\/li>\n          <li><strong>Holistic Understanding:<\/strong> Addressing the whole person \u2014 mind, emotions, and life context.<\/li>\n        <\/ul>\n\n        <p style=\"font-size: 1.16rem; line-height: 1.75; color: #455A64; margin-bottom: 32px;\">\n          Treatment is a guided process where you remain an active participant. Open communication is essential \u2014 if something doesn&#8217;t feel right, we adjust together. My goal is to equip you with the tools and insight needed for lasting growth and well-being.\n        <\/p>\n\n        <!-- \u2705 FIXED BUTTON -->\n        <a href=\"#contact\" class=\"approach-cta-btn\">\n          Let&#8217;s Connect \u2192\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2705 BUTTON HOVER CSS -->\n<style>\n\nbody .approach-cta-btn {\n  background: #1E88E5 !important;\n  color: #ffffff !important;\n  padding: 16px 42px !important;\n  border-radius: 50px !important;\n  font-size: 1.1rem !important;\n  font-weight: 700 !important;\n  text-decoration: none !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 10px !important;\n  transition: all 0.35s ease !important;\n  box-shadow: 0 6px 20px rgba(30,136,229,0.30) !important;\n}\n\nbody .approach-cta-btn:hover {\n  background: #40C4FF !important;\n  color: #ffffff !important;\n  transform: translateY(-3px) !important;\n  box-shadow: 0 14px 30px rgba(64,196,255,0.35) !important;\n}\n\n<\/style>\n\n<!-- Scroll Animation + Responsive Fix -->\n<script>\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    const grid = document.getElementById('approach-grid');\n    const text = document.getElementById('approach-text');\n    const image = document.getElementById('approach-image');\n\n    function checkWidth() {\n      if (window.innerWidth >= 992) {\n        grid.style.gridTemplateColumns = \"1fr 1fr\";\n        grid.style.gap = \"80px\";\n      } else {\n        grid.style.gridTemplateColumns = \"1fr\";\n        grid.style.gap = \"60px\";\n      }\n    }\n\n    checkWidth();\n    window.addEventListener('resize', checkWidth);\n\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.style.opacity = \"1\";\n          entry.target.style.transform = \"translateY(0)\";\n        }\n      });\n    }, { threshold: 0.2 });\n\n    observer.observe(text);\n    observer.observe(image);\n  });\n<\/script>\n\n\n\n<!-- ====================== SCHEDULE A CONSULTATION RIGHT NOW ====================== -->\n<section style=\"\n  position: relative;\n  min-height: 520px;\n  background-image: url('https:\/\/danielspsych.org\/reliant\/wp-content\/uploads\/2026\/05\/get-a-consultion-right-now.jpg');\n  background-size: cover;\n  background-position: center center;\n  background-attachment: fixed;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  overflow: hidden;\n  padding: 100px 20px;\n\">\n\n  <!-- Dark Overlay -->\n  <div style=\"position: absolute; inset: 0; background: rgba(0,0,0,0.55); z-index: 1;\"><\/div>\n\n  <!-- Content -->\n  <div style=\"position: relative; z-index: 2; max-width: 780px; margin: 0 auto;\">\n\n    <!-- \u2705 FIX 1: Heading updated -->\n    <h2 style=\"font-size: 3rem; font-weight: 700; color: #ffffff; line-height: 1.15; margin-bottom: 40px;\">\n      Schedule a Consultation Right Now\n    <\/h2>\n\n    <!-- \u2705 FIX 2: Paragraph text DELETED -->\n\n    <!-- BUTTONS -->\n    <div style=\"display: flex; justify-content: center; flex-wrap: wrap; gap: 20px;\">\n\n      <a href=\"#\" class=\"ta-cta-btn\">\n        Get Started\n      <\/a>\n\n      <a href=\"tel:559-491-6128\" class=\"ta-cta-btn\">\n        Call (559) 491-6128\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n<!-- \u2705 FIX 3: Button hover color #40C4FF -->\n<style>\nbody .ta-cta-btn {\n  background: #1E88E5 !important;\n  color: #ffffff !important;\n  padding: 16px 42px !important;\n  border-radius: 50px !important;\n  font-size: 1.15rem !important;\n  font-weight: 600 !important;\n  text-decoration: none !important;\n  transition: all 0.4s ease !important;\n  display: inline-block !important;\n}\n\nbody .ta-cta-btn:hover {\n  background: #40C4FF !important;\n  color: #ffffff !important;\n  transform: translateY(-5px) !important;\n  box-shadow: 0 15px 35px rgba(64, 196, 255, 0.40) !important;\n}\n<\/style>\n\n\n\n<!-- ====================== FOOTER ====================== -->\n<style>\n.footer {\n  background: #26334A;\n  color: #ffffff;\n  padding: 80px 0 0;\n}\n\n.footer-container {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 60px;\n}\n\n.footer-grid {\n  display: grid;\n  grid-template-columns: 2fr 1fr 1fr 1.5fr;\n  gap: 60px;\n}\n\n\/* \u2500\u2500 Column 1: Logo + Description \u2500\u2500 *\/\n.footer-col-brand {}\n\n\/* White glass logo box \u2014 replace this in your existing CSS *\/\n.footer-logo-box {\n  display: inline-block;\n  background: rgba(255, 255, 255, 0.92);\n  backdrop-filter: blur(10px);\n  -webkit-backdrop-filter: blur(10px);\n  border: 1px solid rgba(255, 255, 255, 0.95);\n  border-radius: 14px;\n  padding: 12px 18px;\n  margin-bottom: 22px;\n  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);\n}\n\n.footer-logo-box img {\n  height: 65px;\n  display: block;\n}\n\n.footer-col-brand p {\n  color: #B0BEC5;\n  line-height: 1.75;\n  font-size: 0.97rem;\n  margin-bottom: 14px;\n}\n\n\/* \u2500\u2500 Column Headings \u2500\u2500 *\/\n.footer-col h4 {\n  color: #ffffff;\n  margin-bottom: 22px;\n  font-size: 1.08rem;\n  font-weight: 700;\n  position: relative;\n  padding-bottom: 10px;\n}\n\n.footer-col h4::after {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 32px;\n  height: 2px;\n  background: #1E88E5;\n  border-radius: 2px;\n}\n\n\/* \u2500\u2500 Links \u2500\u2500 *\/\n.footer-col ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.footer-col ul li {\n  margin-bottom: 11px;\n}\n\n.footer-col ul li a {\n  color: #B0BEC5;\n  text-decoration: none;\n  font-size: 0.95rem;\n  transition: color 0.25s ease;\n  display: inline-block;\n}\n\n.footer-col ul li a:hover {\n  color: #40C4FF;\n}\n\n\/* \u2500\u2500 Contact Info \u2500\u2500 *\/\n.footer-contact-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.footer-contact-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  margin-bottom: 13px;\n  color: #B0BEC5;\n  font-size: 0.93rem;\n  line-height: 1.55;\n}\n\n\/* White icon fix *\/\n.footer-contact-list li .f-icon {\n  font-size: 1rem;\n  flex-shrink: 0;\n  margin-top: 2px;\n  filter: brightness(0) invert(1);\n  \/* makes emoji-based icons appear white *\/\n}\n\n\/* Map icon for address *\/\n.footer-contact-list li .f-map {\n  font-size: 1rem;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n\/* \u2500\u2500 Bottom Bar \u2500\u2500 *\/\n.footer-bottom {\n  border-top: 1px solid rgba(255, 255, 255, 0.1);\n  margin-top: 60px;\n  padding: 24px 60px;\n  text-align: center;\n  color: #90A4AE;\n  font-size: 0.9rem;\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 Tablet \u2500\u2500 *\/\n@media (max-width: 1024px) {\n  .footer-container {\n    padding: 0 40px;\n  }\n\n  .footer-grid {\n    grid-template-columns: 1fr 1fr;\n    gap: 44px;\n  }\n\n  .footer-bottom {\n    padding: 24px 40px;\n  }\n}\n\n\/* \u2500\u2500 Mobile \u2500\u2500 *\/\n@media (max-width: 768px) {\n  .footer {\n    padding: 60px 0 0;\n  }\n\n  .footer-container {\n    padding: 0 20px;\n  }\n\n  .footer-grid {\n    grid-template-columns: 1fr;\n    gap: 36px;\n  }\n\n  .footer-logo-box {\n    padding: 10px 16px;\n  }\n\n  .footer-logo-box img {\n    height: 55px;\n  }\n\n  .footer-col h4 {\n    font-size: 1rem;\n    margin-bottom: 16px;\n  }\n\n  .footer-contact-list li {\n    font-size: 0.9rem;\n  }\n\n  .footer-bottom {\n    padding: 20px;\n    font-size: 0.85rem;\n    margin-top: 44px;\n  }\n}\n\n\/* \u2500\u2500 Small Mobile \u2500\u2500 *\/\n@media (max-width: 400px) {\n  .footer-logo-box img {\n    height: 48px;\n  }\n\n  .footer-col-brand p {\n    font-size: 0.9rem;\n  }\n\n  .footer-contact-list li {\n    font-size: 0.86rem;\n  }\n}\n<\/style>\n\n<footer class=\"footer\">\n  <div class=\"footer-container\">\n    <div class=\"footer-grid\">\n\n      <!-- Column 1: Logo + Description -->\n      <div class=\"footer-col footer-col-brand\">\n\n        <!-- White Glass Logo Box -->\n        <div class=\"footer-logo-box\">\n          <img decoding=\"async\"\n            src=\"https:\/\/danielspsych.org\/reliant\/wp-content\/uploads\/2026\/04\/Add-a-heading-6.png\"\n            alt=\"T.A. Daniels Psychological Services\"\n          >\n        <\/div>\n\n        <p>\n          Committed to compassionate mental health care, T. A. Daniels\n          Psychological Services, Inc. provides personalized support to\n          help you navigate life&#8217;s challenges.\n        <\/p>\n        <p>\n          Our focus is on empowering individuals with the tools and\n          guidance needed for lasting emotional wellness.\n        <\/p>\n      <\/div>\n\n      <!-- Column 2: Quick Links -->\n      <div class=\"footer-col\">\n        <h4>Quick Links<\/h4>\n        <ul>\n          <li><a href=\"#\">Home<\/a><\/li>\n          <li><a href=\"#\">About Me<\/a><\/li>\n          <li><a href=\"#\">Our Services<\/a><\/li>\n          <li><a href=\"#\">Get Involved<\/a><\/li>\n          <li><a href=\"#\">Contact Us<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Column 3: Our Services -->\n      <div class=\"footer-col\">\n        <h4>Our Services<\/h4>\n        <ul>\n          <li><a href=\"#\">Individual Psychotherapy<\/a><\/li>\n          <li><a href=\"#\">Psychological Assessments And Evaluations<\/a><\/li>\n          <li><a href=\"#\">Telehealth Services<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Column 4: Contact Info -->\n      <div class=\"footer-col\">\n        <h4>Contact Info<\/h4>\n        <ul class=\"footer-contact-list\">\n\n          <li>\n            <svg class=\"f-map\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n              <path d=\"M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.02-.24 11.36 11.36 0 003.57.57 1 1 0 011 1V21a1 1 0 01-1 1A17 17 0 013 5a1 1 0 011-1h3.5a1 1 0 011 1 11.36 11.36 0 00.57 3.57 1 1 0 01-.25 1.02l-2.2 2.2z\"\/>\n            <\/svg>\n            Phone Number: 559-491-6128\n          <\/li>\n\n          <li>\n            <svg class=\"f-map\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n              <path d=\"M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zm-7 3a4 4 0 110 8 4 4 0 010-8zm0 14c-3.33 0-6-1.79-6-4s2.67-4 6-4 6 1.79 6 4-2.67 4-6 4z\"\/>\n            <\/svg>\n            Fax Number: 559-667-4618\n          <\/li>\n\n          <li>\n            <svg class=\"f-map\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n              <path d=\"M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/>\n            <\/svg>\n            support@danielspsych.org\n          <\/li>\n\n          <li>\n            <svg class=\"f-map\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n              <path d=\"M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/>\n            <\/svg>\n            billing@danielspsych.org\n          <\/li>\n\n          <li>\n            <!-- White Map Pin SVG -->\n            <svg class=\"f-map\" width=\"16\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n              <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 119.5 9 2.5 2.5 0 0112 11.5z\"\/>\n            <\/svg>\n            525 W. Main Street, Suite 213,<br>Visalia, CA 93291\n          <\/li>\n\n          <li>\n            <!-- White Mailbox SVG -->\n            <svg class=\"f-map\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n              <path d=\"M20 4H4C2.9 4 2 4.9 2 6v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-1 14H5V8l7 4.5L19 8v10zm-7-7L5 6h14l-7 4.5z\"\/>\n            <\/svg>\n            PO Box 909, Visalia,<br>California 93279\n          <\/li>\n\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- Bottom Bar -->\n  <div class=\"footer-bottom\">\n    Copyright \u00a9 2026 \u2013 T. A. Daniels Psychological Services, Inc. \u2013\n    Website Design By SuperBillOne LLC\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>About Me Home \u2192 About Me 10+ Years of Practice Welcome I&#8217;m Dr. Trevor A. Daniels A Licensed Clinical Psychologist and Qualified Medical Evaluator of T. A. Daniels Psychological Services, Inc. First, I want to acknowledge your commitment to prioritizing your mental well-being. Just like physical health, fostering a strong mental foundation is essential in&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":true,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-17","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"Danpsywebadmin","author_link":"https:\/\/danielspsych.org\/reliant\/?author=1"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/danielspsych.org\/reliant\/index.php?rest_route=\/wp\/v2\/pages\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/danielspsych.org\/reliant\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/danielspsych.org\/reliant\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/danielspsych.org\/reliant\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/danielspsych.org\/reliant\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=17"}],"version-history":[{"count":61,"href":"https:\/\/danielspsych.org\/reliant\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions"}],"predecessor-version":[{"id":2423,"href":"https:\/\/danielspsych.org\/reliant\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions\/2423"}],"wp:attachment":[{"href":"https:\/\/danielspsych.org\/reliant\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}