{"id":434,"date":"2015-01-21T23:44:46","date_gmt":"2015-01-21T23:44:46","guid":{"rendered":"https:\/\/abhmind.com\/?page_id=434"},"modified":"2026-08-09T10:41:40","modified_gmt":"2026-08-09T15:41:40","slug":"testimonials","status":"publish","type":"page","link":"https:\/\/abhmind.com\/?page_id=434","title":{"rendered":"Testimonials"},"content":{"rendered":"\n\t<!-- =========================================================\n     ADVANCED BEHAVIORAL HEALTH\n     MAIN NAVIGATION MENU\n========================================================= -->\n<style>\n.abh-nav,\n.abh-nav * {\n  box-sizing: border-box;\n}\n.abh-nav {\n  position: relative;\n  z-index: 9999;\n  width: 100%;\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(2,20,33,.98),\n      rgba(4,36,61,.98)\n    );\n  border-bottom:\n    1px solid rgba(100,215,255,.16);\n  box-shadow:\n    0 12px 35px rgba(0,0,0,.22);\n  backdrop-filter: blur(18px);\n  -webkit-backdrop-filter: blur(18px);\n}\n\/* =========================================================\n   INNER CONTAINER\n========================================================= *\/\n.abh-nav-inner {\n  max-width: 1400px;\n  margin: 0 auto;\n  padding: 13px 22px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n}\n\/* =========================================================\n   BRAND\n========================================================= *\/\n.abh-nav-brand {\n  flex-shrink: 0;\n  color: #ffffff !important;\n  text-decoration: none !important;\n}\n.abh-nav-brand-main {\n  display: block;\n  font-size: 17px;\n  font-weight: 800;\n  line-height: 1.1;\n}\n.abh-nav-brand-sub {\n  display: block;\n  margin-top: 4px;\n  color: #70dcff;\n  font-size: 8px;\n  font-weight: 800;\n  letter-spacing: 1.4px;\n  text-transform: uppercase;\n}\n\/* =========================================================\n   MAIN MENU\n========================================================= *\/\n.abh-nav-menu {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 3px;\n  flex: 1;\n}\n.abh-nav-link,\n.abh-nav-dropbtn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 42px;\n  padding: 0 11px;\n  border: 0;\n  border-radius: 8px;\n  background: transparent;\n  color: rgba(235,247,252,.88) !important;\n  text-decoration: none !important;\n  font-size: 11.5px;\n  font-weight: 700;\n  cursor: pointer;\n  white-space: nowrap;\n  transition:\n    background .2s ease,\n    color .2s ease;\n}\n.abh-nav-link:hover,\n.abh-nav-dropbtn:hover {\n  color: #ffffff !important;\n  background:\n    rgba(255,255,255,.055);\n}\n.abh-nav-caret {\n  margin-left: 5px;\n  color: #69d9ff;\n  font-size: 8px;\n}\n\/* =========================================================\n   DROPDOWNS\n========================================================= *\/\n.abh-nav-dropdown {\n  position: relative;\n}\n.abh-nav-dropdown-menu {\n  position: absolute;\n  top: calc(100% + 7px);\n  left: 0;\n  min-width: 245px;\n  padding: 9px;\n  opacity: 0;\n  visibility: hidden;\n  transform: translateY(8px);\n  border-radius: 14px;\n  border:\n    1px solid rgba(105,216,255,.17);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(3,25,43,.99),\n      rgba(4,47,79,.99)\n    );\n  box-shadow:\n    0 22px 55px rgba(0,0,0,.36);\n  transition:\n    opacity .2s ease,\n    visibility .2s ease,\n    transform .2s ease;\n}\n.abh-nav-dropdown:hover\n.abh-nav-dropdown-menu {\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n}\n.abh-nav-dropdown-menu a {\n  display: block;\n  padding: 12px 14px;\n  border-radius: 8px;\n  color: rgba(226,243,250,.84) !important;\n  text-decoration: none !important;\n  font-size: 13px;\n  font-weight: 650;\n  transition:\n    background .2s ease,\n    color .2s ease;\n}\n.abh-nav-dropdown-menu a:hover {\n  color: #ffffff !important;\n  background:\n    rgba(80,200,245,.09);\n}\n\/* =========================================================\n   REQUEST APPOINTMENT BUTTON\n========================================================= *\/\n.abh-nav .spwidget-button-wrapper {\n  margin: 0 !important;\n  text-align: center !important;\n  flex-shrink: 0;\n}\n.abh-nav .spwidget-button {\n  display: inline-flex !important;\n  align-items: center;\n  justify-content: center;\n  min-height: 44px;\n  padding:\n    0 18px !important;\n  border-radius:\n    50px !important;\n  color:\n    #ffffff !important;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(7,49,110,.98),\n      rgba(10,93,166,.96),\n      rgba(4,36,80,.98)\n    ) !important;\n  border:\n    1px solid rgba(132,218,255,.32) !important;\n  font-size:\n    10.5px !important;\n  font-weight:\n    800 !important;\n  letter-spacing:\n    .8px !important;\n  text-transform:\n    uppercase !important;\n  text-decoration:\n    none !important;\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.16),\n    0 8px 22px rgba(0,40,90,.40);\n  transition:\n    all .25s ease;\n}\n.abh-nav .spwidget-button:hover {\n  color: #ffffff !important;\n  transform: translateY(-2px);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(8,67,140,.98),\n      rgba(16,118,196,.98),\n      rgba(5,45,95,.98)\n    ) !important;\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.20),\n    0 12px 26px rgba(0,55,110,.45);\n}\n\/* =========================================================\n   MOBILE TOGGLE\n========================================================= *\/\n.abh-nav-toggle {\n  display: none;\n  width: 44px;\n  height: 44px;\n  flex-shrink: 0;\n  align-items: center;\n  justify-content: center;\n  border-radius: 9px;\n  border:\n    1px solid rgba(105,216,255,.18);\n  background:\n    rgba(255,255,255,.045);\n  color: #ffffff;\n  font-size: 21px;\n  cursor: pointer;\n}\n\/* =========================================================\n   TABLET \/ MOBILE\n========================================================= *\/\n@media (max-width: 1120px) {\n  .abh-nav-inner {\n    flex-wrap: wrap;\n  }\n  .abh-nav-toggle {\n    display: inline-flex;\n    margin-left: auto;\n  }\n  .abh-nav-menu {\n    display: none;\n    order: 3;\n    width: 100%;\n    flex-direction: column;\n    align-items: stretch;\n    padding-top: 12px;\n    border-top:\n      1px solid rgba(102,216,255,.10);\n  }\n  .abh-nav-menu.is-open {\n    display: flex;\n  }\n  .abh-nav-link,\n  .abh-nav-dropbtn {\n    width: 100%;\n    justify-content: space-between;\n    padding: 12px 14px;\n  }\n  .abh-nav-dropdown-menu {\n    position: static;\n    display: none;\n    min-width: 0;\n    margin-top: 4px;\n    opacity: 1;\n    visibility: visible;\n    transform: none;\n    box-shadow: none;\n    background:\n      rgba(255,255,255,.025);\n  }\n  .abh-nav-dropdown.is-open\n  .abh-nav-dropdown-menu {\n    display: block;\n  }\n}\n@media (max-width: 650px) {\n  .abh-nav-inner {\n    padding:\n      12px 16px;\n  }\n  .abh-nav-brand-main {\n    font-size: 15px;\n  }\n  .abh-nav-brand-sub {\n    font-size: 7px;\n  }\n  .abh-nav .spwidget-button-wrapper {\n    width: 100%;\n    order: 4;\n  }\n  .abh-nav .spwidget-button {\n    width: 100%;\n    margin-top: 8px;\n  }\n}\n<\/style>\n<nav>\n    <!-- =====================================================\n         BRAND\n    ====================================================== -->\n    <a\n      href=\"https:\/\/abhmind.com\"\n    >\n        Advanced Behavioral Health\n        Science. Mind. Transformation.\n    <\/a>\n    <!-- =====================================================\n         MOBILE MENU BUTTON\n    ====================================================== -->\n    <button\n      type=\"button\"\n      aria-label=\"Open navigation menu\"\n      aria-expanded=\"false\"\n    >\n      \u2630\n    <\/button>\n    <!-- =====================================================\n         MAIN MENU\n    ====================================================== -->\n      <!-- HOME -->\n      <a\n        href=\"https:\/\/abhmind.com\"\n      >\n        Home\n      <\/a>\n      <!-- ===================================================\n           WHAT TO EXPECT\n      ==================================================== -->\n        <button\n          type=\"button\"\n        >\n          What To Expect\n            \u25bc\n        <\/button>\n          <a href=\"https:\/\/abhmind.com\/?page_id=401\">\n            Welcome\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=407\">\n            Philosophy\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=398\">\n            Strategies\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=1038\">\n            FAQs\n          <\/a>\n      <!-- ===================================================\n           OUR EXPERTISE\n      ==================================================== -->\n        <button\n          type=\"button\"\n        >\n          Our Expertise\n            \u25bc\n        <\/button>\n          <a href=\"https:\/\/abhmind.com\/?page_id=871\">\n            Anxiety\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=422\">\n            OCD\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=419\">\n            Sleep\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=413\">\n            Training\n          <\/a>\n      <!-- ===================================================\n           ABOUT US\n      ==================================================== -->\n        <button\n          type=\"button\"\n        >\n          About Us\n            \u25bc\n        <\/button>\n          <a href=\"https:\/\/abhmind.com\/?page_id=431\">\n            Leadership\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=428\">\n            Mission\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=485\">\n            Contact\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=434\">\n            Testimonials\n          <\/a>\n      <!-- CLIENT PORTAL -->\n      <a\n        href=\"https:\/\/abhmind.clientsecure.me\/sign-in\"\n        target=\"_blank\"\n        rel=\"noopener noreferrer\"\n      >\n        Client Portal\n      <\/a>\n      <!-- PROVIDER REFERRALS -->\n      <a\n        href=\"https:\/\/abhmind.com\/?page_id=1007\"\n      >\n        Provider Referrals\n      <\/a>\n    <!-- =====================================================\n         SIMPLEPRACTICE REQUEST APPOINTMENT\n    ====================================================== -->\n    <!-- Start SimplePractice Contact Form Widget Embed Code -->\n    <style>\n      .spwidget-button-wrapper {\n        text-align: center;\n      }\n      .spwidget-button {\n        display: inline-block;\n        padding: 6px 12px;\n        color: #1371C8;\n        background: #fff;\n        border: 1px solid #1371C8;\n        border-radius: 4px;\n        font-size: 14px;\n        font-weight: 600;\n        text-decoration: none;\n      }\n      .spwidget-button:hover {\n        background: #fff;\n        color: #0F5AA0;\n      }\n      .spwidget-button:active {\n        color:\n          rgba(255,255,255,.75) !important;\n        box-shadow:\n          0 1px 3px\n          rgba(0,0,0,.15)\n          inset;\n      }\n    <\/style>\n      <a\n        href=\"https:\/\/abhmind.clientsecure.me\"\n        data-spwidget-scope-id=\"7267d394-3367-4e67-a0a1-2cad15a38489\"\n        data-spwidget-scope-uri=\"abhmind\"\n        data-spwidget-application-id=\"7c72cb9f9a9b913654bb89d6c7b4e71a77911b30192051da35384b4d0c6d505b\"\n        data-spwidget-channel=\"embedded_widget\"\n        data-spwidget-scope-global\n        data-spwidget-autobind\n        data-spwidget-contact\n      >\n        Request An Appointment\n      <\/a>\n    <!-- End SimplePractice Contact Form Widget Embed Code -->\n<\/nav>\n<!-- =========================================================\n     MOBILE MENU JAVASCRIPT\n========================================================= -->\n<!-- =========================================================\n     SIMPLEPRACTICE SCRIPT\n========================================================= -->\n\t<!-- =========================================================\n     ADVANCED BEHAVIORAL HEALTH\n     TESTIMONIALS PAGE\n     ABHMIND.COM\n     Blue Glass \/ Science \/ Clinical Theme\n========================================================= -->\n<style>\n.abh-testimonials,\n.abh-testimonials * {\n  box-sizing: border-box;\n}\n.abh-testimonials {\n  --abh-navy: #021421;\n  --abh-deep: #04243d;\n  --abh-blue: #087bc5;\n  --abh-cyan: #5ed9ff;\n  --abh-light-blue: #9ae8ff;\n  --abh-white: #ffffff;\n  position: relative;\n  overflow: hidden;\n  color: #ffffff;\n  background:\n    radial-gradient(\n      circle at 84% 7%,\n      rgba(45,190,242,.17),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 8% 38%,\n      rgba(18,125,196,.12),\n      transparent 30%\n    ),\n    linear-gradient(\n      180deg,\n      #021421 0%,\n      #04243d 42%,\n      #031a2d 100%\n    );\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n}\n\/* SCIENTIFIC GRID *\/\n.abh-testimonials::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(\n      rgba(104,216,255,.035) 1px,\n      transparent 1px\n    ),\n    linear-gradient(\n      90deg,\n      rgba(104,216,255,.035) 1px,\n      transparent 1px\n    );\n  background-size: 56px 56px;\n  pointer-events: none;\n}\n\/* =========================================================\n   SHARED\n========================================================= *\/\n.abh-testimonials-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 1180px;\n  margin: 0 auto;\n}\n.abh-testimonials-section {\n  position: relative;\n  z-index: 2;\n  padding: 88px 24px;\n}\n.abh-testimonials-section.alt {\n  background:\n    rgba(1,15,27,.20);\n}\n.abh-testimonials-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  margin-bottom: 20px;\n  padding: 8px 14px;\n  border-radius: 50px;\n  border:\n    1px solid rgba(102,216,255,.24);\n  background:\n    rgba(255,255,255,.045);\n  color: #87e3ff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n  backdrop-filter: blur(12px);\n  -webkit-backdrop-filter: blur(12px);\n}\n.abh-testimonials-dot {\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  background: #53d5ff;\n  box-shadow:\n    0 0 11px rgba(83,213,255,.9);\n}\n.abh-section-tag {\n  display: block;\n  margin-bottom: 12px;\n  color: #6fdcff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.9px;\n  text-transform: uppercase;\n}\n.abh-section-heading {\n  max-width: 900px;\n  margin-bottom: 31px;\n}\n.abh-section-heading h2 {\n  margin: 0 0 16px;\n  color: #ffffff;\n  font-size:\n    clamp(36px,5vw,55px);\n  line-height: 1.08;\n  letter-spacing: -1.8px;\n}\n.abh-section-heading p {\n  max-width: 820px;\n  margin: 0;\n  color: rgba(211,235,245,.76);\n  font-size: 17px;\n  line-height: 1.78;\n}\n\/* =========================================================\n   HERO\n========================================================= *\/\n.abh-testimonials-hero {\n  position: relative;\n  z-index: 2;\n  min-height: 620px;\n  display: flex;\n  align-items: center;\n  padding: 105px 24px 88px;\n}\n.abh-testimonials-hero-grid {\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns:\n    minmax(0,1.18fr)\n    minmax(320px,.82fr);\n  gap: 62px;\n  align-items: center;\n}\n.abh-testimonials-hero h1 {\n  max-width: 840px;\n  margin: 0 0 24px;\n  color: #ffffff;\n  font-size:\n    clamp(50px,6.3vw,80px);\n  line-height: .98;\n  font-weight: 760;\n  letter-spacing: -3.4px;\n}\n.abh-testimonials-gradient {\n  display: block;\n  background:\n    linear-gradient(\n      90deg,\n      #ffffff,\n      #82e0ff 52%,\n      #2cb7eb\n    );\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n  color: transparent;\n}\n.abh-testimonials-lead {\n  max-width: 730px;\n  margin: 0 0 17px;\n  color: rgba(237,248,253,.94);\n  font-size:\n    clamp(19px,2vw,23px);\n  line-height: 1.62;\n}\n.abh-testimonials-sub {\n  max-width: 700px;\n  margin: 0;\n  color: rgba(204,230,241,.72);\n  font-size: 16px;\n  line-height: 1.78;\n}\n\/* HERO CARD *\/\n.abh-testimonials-hero-card {\n  position: relative;\n  padding: 36px 32px;\n  border-radius: 23px;\n  border:\n    1px solid rgba(125,220,255,.20);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.10),\n      rgba(255,255,255,.035)\n    );\n  box-shadow:\n    0 30px 80px rgba(0,0,0,.28),\n    inset 0 1px 0 rgba(255,255,255,.13);\n  backdrop-filter: blur(20px);\n  -webkit-backdrop-filter: blur(20px);\n}\n.abh-testimonials-hero-card::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 18%;\n  right: 18%;\n  height: 1px;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      #64d9ff,\n      transparent\n    );\n}\n.abh-testimonials-hero-card h2 {\n  margin: 0 0 15px;\n  color: #ffffff;\n  font-size: 29px;\n  line-height: 1.16;\n  letter-spacing: -.7px;\n}\n.abh-testimonials-hero-card p {\n  margin: 0;\n  color: rgba(216,238,247,.76);\n  font-size: 15px;\n  line-height: 1.75;\n}\n\/* =========================================================\n   TESTIMONIAL GRID\n========================================================= *\/\n.abh-testimonial-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n  gap: 22px;\n}\n.abh-testimonial-card {\n  position: relative;\n  padding: 34px 31px;\n  border:\n    1px solid rgba(115,214,250,.15);\n  border-radius: 20px;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.075),\n      rgba(255,255,255,.025)\n    );\n  box-shadow:\n    0 20px 55px rgba(0,0,0,.17);\n  backdrop-filter: blur(14px);\n  -webkit-backdrop-filter: blur(14px);\n}\n.abh-testimonial-card::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 25px;\n  right: 25px;\n  height: 1px;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(94,215,255,.70),\n      transparent\n    );\n}\n.abh-quote-mark {\n  margin-bottom: 16px;\n  color: #61d7ff;\n  font-size: 42px;\n  line-height: .8;\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n}\n.abh-testimonial-card blockquote {\n  margin: 0;\n  padding: 0;\n  border: 0;\n}\n.abh-testimonial-card blockquote p {\n  margin: 0 0 22px;\n  color: rgba(224,241,249,.84);\n  font-size: 16px;\n  line-height: 1.78;\n  font-style: normal;\n}\n.abh-reviewer {\n  padding-top: 18px;\n  border-top:\n    1px solid rgba(111,214,252,.12);\n}\n.abh-reviewer strong {\n  display: block;\n  margin-bottom: 3px;\n  color: #ffffff;\n  font-size: 15px;\n}\n.abh-reviewer span {\n  color: #70dcff;\n  font-size: 12px;\n  font-weight: 700;\n}\n\/* =========================================================\n   FEATURED LONG TESTIMONIAL\n========================================================= *\/\n.abh-featured-testimonial {\n  position: relative;\n  padding: 45px 42px;\n  border-radius: 23px;\n  border:\n    1px solid rgba(105,214,253,.20);\n  background:\n    linear-gradient(\n      135deg,\n      rgba(7,79,129,.61),\n      rgba(3,42,73,.70)\n    );\n  box-shadow:\n    0 28px 75px rgba(0,0,0,.22);\n}\n.abh-featured-testimonial::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 18%;\n  right: 18%;\n  height: 1px;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(99,217,255,.90),\n      transparent\n    );\n}\n.abh-featured-label {\n  margin-bottom: 18px;\n  color: #70dcff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.7px;\n  text-transform: uppercase;\n}\n.abh-featured-testimonial blockquote {\n  margin: 0;\n  border: 0;\n  padding: 0;\n}\n.abh-featured-testimonial p {\n  margin: 0 0 20px;\n  color: rgba(225,241,249,.84);\n  font-size: 16.5px;\n  line-height: 1.82;\n}\n.abh-featured-testimonial p:last-of-type {\n  margin-bottom: 28px;\n}\n.abh-featured-reviewer {\n  padding-top: 20px;\n  border-top:\n    1px solid rgba(112,215,252,.14);\n}\n.abh-featured-reviewer strong {\n  display: block;\n  margin-bottom: 3px;\n  color: #ffffff;\n  font-size: 16px;\n}\n.abh-featured-reviewer span {\n  color: #76ddff;\n  font-size: 12px;\n  font-weight: 700;\n}\n\/* =========================================================\n   REVIEW THEMES\n========================================================= *\/\n.abh-theme-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(4,minmax(0,1fr));\n  gap: 15px;\n}\n.abh-theme-card {\n  padding: 24px 20px;\n  text-align: center;\n  border-radius: 16px;\n  border:\n    1px solid rgba(108,213,251,.14);\n  background:\n    rgba(255,255,255,.035);\n}\n.abh-theme-card strong {\n  display: block;\n  margin-bottom: 5px;\n  color: #ffffff;\n  font-size: 16px;\n}\n.abh-theme-card span {\n  color: #70dcff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: .8px;\n  text-transform: uppercase;\n}\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n.abh-testimonials-final {\n  position: relative;\n  z-index: 2;\n  padding: 100px 24px;\n  text-align: center;\n}\n.abh-testimonials-final-inner {\n  max-width: 860px;\n  margin: 0 auto;\n}\n.abh-final-dot {\n  width: 8px;\n  height: 8px;\n  margin: 0 auto 24px;\n  border-radius: 50%;\n  background: #55d4ff;\n  box-shadow:\n    0 0 20px rgba(85,212,255,.85);\n}\n.abh-testimonials-final h2 {\n  margin: 0 0 18px;\n  color: #ffffff;\n  font-size:\n    clamp(38px,5vw,55px);\n  line-height: 1.08;\n  letter-spacing: -1.8px;\n}\n.abh-testimonials-final p {\n  max-width: 730px;\n  margin: 0 auto 27px;\n  color: rgba(211,235,245,.76);\n  font-size: 17px;\n  line-height: 1.78;\n}\n.abh-testimonial-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 54px;\n  padding: 0 24px;\n  border-radius: 9px;\n  color: #ffffff !important;\n  background:\n    linear-gradient(\n      135deg,\n      #159bdc,\n      #0871bd\n    );\n  border:\n    1px solid rgba(117,220,255,.46);\n  text-decoration: none !important;\n  font-size: 15px;\n  font-weight: 700;\n  box-shadow:\n    0 12px 32px rgba(0,113,189,.28);\n}\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n@media (max-width: 950px) {\n  .abh-testimonials-hero {\n    min-height: auto;\n    padding:\n      78px 22px 70px;\n  }\n  .abh-testimonials-hero-grid {\n    grid-template-columns: 1fr;\n  }\n  .abh-theme-grid {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n}\n@media (max-width: 760px) {\n  .abh-testimonial-grid {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .abh-testimonials-hero {\n    padding:\n      60px 18px 58px;\n  }\n  .abh-testimonials-hero h1 {\n    font-size: 44px;\n    letter-spacing: -1.9px;\n  }\n  .abh-testimonials-section {\n    padding:\n      65px 18px;\n  }\n  .abh-testimonials-hero-card,\n  .abh-testimonial-card,\n  .abh-featured-testimonial {\n    padding:\n      28px 24px;\n  }\n  .abh-theme-grid {\n    grid-template-columns: 1fr;\n  }\n  .abh-testimonials-final {\n    padding:\n      72px 18px;\n  }\n}\n<\/style>\n  <!-- =======================================================\n       HERO\n  ======================================================== -->\n  <section>\n          Client Experiences\n        <h1>\n          Real Experiences.\n            Meaningful Change.\n        <\/h1>\n        \n          Therapy is deeply personal. The experiences below\n          reflect what former and current clients have\n          chosen to share about their work with Advanced\n          Behavioral Health.\n        \n        \n          Individual experiences vary, and no testimonial\n          can predict another person&#8217;s outcome. What these\n          stories can illustrate is the value clients have\n          placed on specialized care, collaboration,\n          responsiveness, humor, challenge, and practical\n          treatment.\n        \n      <aside>\n        <h2>\n          Specialized Care Is Personal.\n        <\/h2>\n        \n          Successful treatment is not simply about a\n          diagnosis or a technique. It is about developing\n          a therapeutic relationship in which clients feel\n          understood, challenged appropriately, supported,\n          and equipped to make meaningful changes outside\n          of the counseling office.\n        \n      <\/aside>\n  <\/section>\n  <!-- =======================================================\n       FIRST REVIEWS\n  ======================================================== -->\n  <section>\n          What Clients Have Shared\n        <h2>\n          Experiences With Advanced Behavioral Health\n        <\/h2>\n        <!-- BEN -->\n        <article>\n            \u201c\n          <blockquote>\n            \n              I&#8217;ve had a lifelong struggle with OCD. I was\n              on the verge of giving up, so I reached out\n              to Dave for help. Best decision I have ever\n              made.\n              He is the real deal when it comes to\n              treatment of OCD. I have improved immensely\n              in the 8 months I&#8217;ve worked with him.\n              He had his own experience with OCD, so I\n              appreciate someone knowing what I am talking\n              about.\n            \n          <\/blockquote>\n            <strong>\n              Ben B.\n            <\/strong>\n              Huntsville, Alabama\n        <\/article>\n        <!-- MJ -->\n        <article>\n            \u201c\n          <blockquote>\n            \n              David Stephens was great to work with. He is\n              insightful and compassionate.\n              He listened to all of our concerns about our\n              son. He helped tremendously!\n            \n          <\/blockquote>\n            <strong>\n              MJ S.\n            <\/strong>\n              Huntsville, Alabama\n        <\/article>\n        <!-- MISSY -->\n        <article>\n            \u201c\n          <blockquote>\n            \n              Advanced Behavioral Health was a turning\n              point for me. Professional, compassionate,\n              and most of all, got me out of the hole I\n              was in for so long.\n              After years of being misdiagnosed, David got\n              it right. I&#8217;m truly grateful.\n            \n          <\/blockquote>\n            <strong>\n              Missy W.\n            <\/strong>\n              Lubbock, Texas\n        <\/article>\n        <!-- KEN -->\n        <article>\n            \u201c\n          <blockquote>\n            \n              I&#8217;ll keep it brief. I debated between 4 and\n              5 stars only because Dr. David Stephens is\n              out-of-network. He does not process insurance\n              in-house; you have to file yourself as\n              out-of-network.\n              However, my experience with him so far,\n              while on the shorter side, has been amazing.\n              He&#8217;s real, encouraging, funny, and\n              insightful. And above all else, his primary\n              goal, as far as I have seen, is \u201cto get you\n              where you want to go,\u201d not to make money or\n              further his career.\n              So 5 stars it is!\n            \n          <\/blockquote>\n            <strong>\n              Ken B.\n            <\/strong>\n              Huntsville, Alabama\n        <\/article>\n        <!-- JASON -->\n        <article>\n            \u201c\n          <blockquote>\n            \n              Top notch care and counseling. Responsive to\n              my questions and concerns, and they\n              consistently find time to see me.\n              I can say, without reservation, that I\n              wouldn&#8217;t consider seeing anyone else.\n            \n          <\/blockquote>\n            <strong>\n              Jason R.\n            <\/strong>\n              Huntsville, Alabama\n        <\/article>\n        <!-- CHRIS -->\n        <article>\n            \u201c\n          <blockquote>\n            \n              Dave is a tremendous guy with such an\n              extensive knowledge of OCD.\n              He has helped me overcome my OCD and helped\n              me to get back to a normal life.\n              I highly recommend him to every person who\n              suffers from OCD and all of the other various\n              disorders that he is an expert on.\n            \n          <\/blockquote>\n            <strong>\n              Chris O.\n            <\/strong>\n              Nashville, Tennessee\n        <\/article>\n        <!-- HEART -->\n        <article>\n            \u201c\n          <blockquote>\n            \n              David is awesome. He legitimately cares about\n              his clients and it shows.\n              He will challenge you in ways that will make\n              you stronger and healthier, and I am\n              extremely grateful our paths crossed.\n              10\/10.\n            \n          <\/blockquote>\n            <strong>\n              Heart\n            <\/strong>\n              Huntsville, Alabama\n        <\/article>\n  <\/section>\n  <!-- =======================================================\n       FEATURED OCD TESTIMONIAL\n  ======================================================== -->\n  <section>\n          OCD Treatment Experience\n        <h2>\n          A Client&#8217;s Experience With Specialized OCD Care\n        <\/h2>\n      <article>\n          Featured Client Experience\n        <blockquote>\n          \n            David Stephens was recommended to me by my\n            psychiatrist at Lighthouse Psychiatry in\n            Huntsville.\n            My psychiatrist told me to keep an open mind\n            and that she had several clients who spoke very\n            well of him and his success with treating OCD\n            specifically.\n            I didn&#8217;t know what to expect, but I felt some\n            relief immediately even after the first visit.\n          \n          \n            I felt that he really understood what I was\n            going through with my OCD. It was at a fever\n            pitch by that point.\n            I was wasting time, extensively over-washing\n            hands, Clorox wiping down everything that\n            wasn&#8217;t moving, segregating outdoor and indoor\n            clothes, and not letting my feet touch the\n            carpet.\n            If you know, you know.\n            And I&#8217;m only putting this out here because I\n            know what it feels like to feel like it&#8217;s never\n            going to get better and no one knows how to\n            treat it.\n            Spoiler alert: I&#8217;m doing much better.\n          \n          \n            David did a good job of helping me work on the\n            issue in a manageable way\u2014pushing, but not\n            pushing too hard.\n            This allowed me to be successful, though it\n            does take time and hard work.\n          \n          \n            He also will respond to messages on the portal\n            almost right away if you have a question, a\n            success, or are even just panicking trying to\n            get through an exercise.\n            He&#8217;ll root you on.\n            I also appreciated the humor injected along\n            the way. It&#8217;s way better to laugh than cry.\n          \n          \n            I refer to him as a unicorn for OCD treatment.\n            I honestly never thought I&#8217;d get better, but\n            I&#8217;m doing so, so much better.\n            I can see the light at the end of the tunnel.\n          \n          \n            I had been struggling with contamination OCD\n            for eight years before I went to David.\n            I tried counselors and therapists who had\n            general OCD training, but it did not help.\n            David knows how to provide counseling very\n            specific to OCD, which I think is a must when\n            dealing with OCD.\n          \n        <\/blockquote>\n          <strong>\n            JW\n          <\/strong>\n            Huntsville, Alabama\n      <\/article>\n  <\/section>\n  <!-- =======================================================\n       THEMES\n  ======================================================== -->\n  <section>\n          Common Themes\n        <h2>\n          What Clients Value in Treatment\n        <\/h2>\n            Specialized\n          <strong>\n            OCD Expertise\n          <\/strong>\n            Collaborative\n          <strong>\n            Practical Guidance\n          <\/strong>\n            Responsive\n          <strong>\n            Support &#038; Encouragement\n          <\/strong>\n            Human\n          <strong>\n            Compassion &#038; Humor\n          <\/strong>\n  <\/section>\n  <!-- =======================================================\n       DISCLAIMER\n  ======================================================== -->\n  <section>\n          A Note About Testimonials\n        \n          Testimonials reflect individual experiences and\n          are not a guarantee, promise, or prediction of\n          treatment outcomes. Every person&#8217;s circumstances,\n          diagnosis, treatment needs, participation, and\n          response to therapy are different.\n        \n  <\/section>\n  <!-- =======================================================\n       FINAL CTA\n  ======================================================== -->\n  <section>\n      <h2>\n        Your Story Can Change.\n      <\/h2>\n      \n        If OCD, intrusive thoughts, anxiety, compulsions,\n        reassurance seeking, or avoidance have been\n        interfering with your life, specialized treatment\n        can provide a structured path toward meaningful\n        change.\n      \n      <a\n        href=\"tel:2569457959\"\n      >\n        Call (256) 945-7959\n      <\/a>\n  <\/section>\n\t<!-- =========================================================\n     ADVANCED BEHAVIORAL HEALTH\n     REQUEST AN APPOINTMENT CTA\n========================================================= -->\n<style>\n.abh-appointment-cta,\n.abh-appointment-cta * {\n    box-sizing: border-box;\n}\n.abh-appointment-cta {\n    position: relative;\n    overflow: hidden;\n    padding: 75px 24px;\n    font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        Roboto,\n        Helvetica,\n        Arial,\n        sans-serif;\n    background:\n        radial-gradient(\n            circle at 82% 15%,\n            rgba(47,190,240,.16),\n            transparent 30%\n        ),\n        radial-gradient(\n            circle at 10% 80%,\n            rgba(15,107,188,.10),\n            transparent 30%\n        ),\n        linear-gradient(\n            145deg,\n            #021421 0%,\n            #04243d 100%\n        );\n    color: #ffffff;\n}\n\/* =========================================================\n   SUBTLE SCIENTIFIC GRID\n========================================================= *\/\n.abh-appointment-cta::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n        linear-gradient(\n            rgba(104,216,255,.03) 1px,\n            transparent 1px\n        ),\n        linear-gradient(\n            90deg,\n            rgba(104,216,255,.03) 1px,\n            transparent 1px\n        );\n    background-size: 56px 56px;\n    pointer-events: none;\n}\n\/* =========================================================\n   GLASS CONTAINER\n========================================================= *\/\n.abh-appointment-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 48px 40px;\n    text-align: center;\n    border-radius: 24px;\n    border:\n        1px solid rgba(107,216,255,.22);\n    background:\n        linear-gradient(\n            145deg,\n            rgba(255,255,255,.08),\n            rgba(255,255,255,.025)\n        );\n    box-shadow:\n        0 28px 70px rgba(0,0,0,.24),\n        inset 0 1px 0 rgba(255,255,255,.10);\n    backdrop-filter: blur(18px);\n    -webkit-backdrop-filter: blur(18px);\n}\n\/* Glass highlight *\/\n.abh-appointment-inner::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 20%;\n    right: 20%;\n    height: 1px;\n    background:\n        linear-gradient(\n            90deg,\n            transparent,\n            rgba(99,216,255,.90),\n            transparent\n        );\n}\n\/* =========================================================\n   SMALL LABEL\n========================================================= *\/\n.abh-appointment-tag {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 9px;\n    margin-bottom: 18px;\n    padding: 8px 15px;\n    border-radius: 50px;\n    border:\n        1px solid rgba(102,216,255,.24);\n    background:\n        rgba(255,255,255,.04);\n    color: #79ddff;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n}\n.abh-appointment-dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: #53d5ff;\n    box-shadow:\n        0 0 11px rgba(83,213,255,.9);\n}\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n.abh-appointment-inner h2 {\n    margin: 0 auto 17px;\n    max-width: 800px;\n    color: #ffffff;\n    font-size:\n        clamp(36px,5vw,52px);\n    line-height: 1.08;\n    letter-spacing: -1.7px;\n}\n.abh-appointment-inner h2 span {\n    display: block;\n    margin-top: 5px;\n    background:\n        linear-gradient(\n            90deg,\n            #ffffff,\n            #8fe5ff,\n            #34b9ec\n        );\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n}\n.abh-appointment-inner p {\n    max-width: 720px;\n    margin: 0 auto 30px;\n    color:\n        rgba(211,235,245,.78);\n    font-size: 16.5px;\n    line-height: 1.8;\n}\n\/* =========================================================\n   SIMPLEPRACTICE BUTTON\n   ABH GLASS STYLE OVERRIDE\n========================================================= *\/\n.abh-appointment-cta\n.spwidget-button-wrapper {\n    text-align: center !important;\n    margin: 0 !important;\n}\n.abh-appointment-cta\n.spwidget-button {\n    display: inline-flex !important;\n    position: relative;\n    align-items: center;\n    justify-content: center;\n    min-height: 56px;\n    padding:\n        0 38px !important;\n    border-radius:\n        50px !important;\n    color:\n        #ffffff !important;\n    text-decoration:\n        none !important;\n    text-transform:\n        uppercase;\n    letter-spacing:\n        1.5px;\n    font-size:\n        13px !important;\n    font-weight:\n        700 !important;\n    background:\n        linear-gradient(\n            145deg,\n            rgba(5,28,70,.98) 0%,\n            rgba(9,55,120,.96) 50%,\n            rgba(3,20,55,.98) 100%\n        ) !important;\n    border:\n        1px solid\n        rgba(140,210,255,.32) !important;\n    box-shadow:\n        inset 0 1px 0 rgba(255,255,255,.18),\n        inset 0 -1px 0 rgba(255,255,255,.05),\n        0 10px 28px rgba(0,20,60,.55),\n        0 0 0 rgba(45,145,255,0);\n    transition:\n        transform .35s ease,\n        box-shadow .35s ease,\n        background .35s ease;\n}\n.abh-appointment-cta\n.spwidget-button:hover {\n    color:\n        #ffffff !important;\n    transform:\n        translateY(-3px);\n    background:\n        linear-gradient(\n            145deg,\n            rgba(8,40,95,.98),\n            rgba(12,67,145,.98),\n            rgba(5,30,75,.98)\n        ) !important;\n    box-shadow:\n        inset 0 1px 0 rgba(255,255,255,.22),\n        0 16px 36px rgba(0,45,120,.55),\n        0 0 22px rgba(45,145,255,.32);\n}\n.abh-appointment-cta\n.spwidget-button:active {\n    transform:\n        translateY(0);\n}\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n@media (max-width: 650px) {\n    .abh-appointment-cta {\n        padding:\n            55px 18px;\n    }\n    .abh-appointment-inner {\n        padding:\n            36px 22px;\n    }\n    .abh-appointment-inner h2 {\n        font-size:\n            37px;\n    }\n    .abh-appointment-inner p {\n        font-size:\n            15.5px;\n    }\n    .abh-appointment-cta\n    .spwidget-button-wrapper {\n        width: 100%;\n    }\n    .abh-appointment-cta\n    .spwidget-button {\n        width: 100%;\n        padding:\n            0 20px !important;\n    }\n}\n<\/style>\n<!-- =========================================================\n     APPOINTMENT CTA\n========================================================= -->\n<section>\n            Advanced Behavioral Health\n        <h2>\n            Ready to Take\n                the Next Step?\n        <\/h2>\n        \n            Meaningful change begins with action.\n            If you are ready to learn more about treatment\n            at Advanced Behavioral Health, use the secure\n            link below to request an appointment.\n        \n        <!-- =================================================\n             SIMPLEPRACTICE CONTACT FORM WIDGET\n        ================================================== -->\n        <!-- Start SimplePractice Contact Form Widget Embed Code -->\n        <style>\n        .spwidget-button-wrapper {\n            text-align: center;\n        }\n        .spwidget-button {\n            display: inline-block;\n            padding: 6px 12px;\n            color: #1371C8;\n            background: #fff;\n            border: 1px solid #1371C8;\n            border-radius: 4px;\n            font-size: 14px;\n            font-weight: 600;\n            text-decoration: none;\n        }\n        .spwidget-button:hover {\n            background: #fff;\n            color: #0F5AA0;\n        }\n        .spwidget-button:active {\n            color:\n                rgba(255,255,255,.75) !important;\n            box-shadow:\n                0 1px 3px\n                rgba(0,0,0,.15)\n                inset;\n        }\n        <\/style>\n            <a\n                href=\"https:\/\/abhmind.clientsecure.me\"\n                data-spwidget-scope-id=\n                \"7267d394-3367-4e67-a0a1-2cad15a38489\"\n                data-spwidget-scope-uri=\n                \"abhmind\"\n                data-spwidget-application-id=\n                \"7c72cb9f9a9b913654bb89d6c7b4e71a77911b30192051da35384b4d0c6d505b\"\n                data-spwidget-channel=\n                \"embedded_widget\"\n                data-spwidget-scope-global\n                data-spwidget-autobind\n                data-spwidget-contact\n            >\n                Request An Appointment\n            <\/a>\n        <!-- End SimplePractice Contact Form Widget Embed Code -->\n<\/section>\n<!-- =========================================================\n     SIMPLEPRACTICE INTEGRATION SCRIPT\n========================================================= -->\n","protected":false},"excerpt":{"rendered":"<p>Advanced Behavioral Health Science. Mind. Transformation. \u2630 Home What To Expect \u25bc Welcome Philosophy Strategies FAQs Our Expertise \u25bc Anxiety OCD Sleep Training About Us \u25bc Leadership Mission Contact Testimonials Client Portal Provider Referrals Request An Appointment Client Experiences Real Experiences. Meaningful Change. Therapy is deeply personal. The experiences below reflect what former and current&hellip;<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-434","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/abhmind.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=434"}],"version-history":[{"count":22,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/434\/revisions"}],"predecessor-version":[{"id":1538,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/434\/revisions\/1538"}],"wp:attachment":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}