.elementor-73482 .elementor-element.elementor-element-4593d45{--display:grid;--e-con-grid-template-columns:.5fr .5fr;--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73482 .elementor-element.elementor-element-12703ec{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-73482 .elementor-element.elementor-element-d3f4cd6{text-align:center;}.elementor-73482 .elementor-element.elementor-element-d3f4cd6 img{border-radius:200px 200px 200px 200px;}.elementor-73482 .elementor-element.elementor-element-ce82423{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-73482 .elementor-element.elementor-element-e32d9c8 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-73482 .elementor-element.elementor-element-fc88bd0{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73482 .elementor-element.elementor-element-2b241bf{--display:flex;}.elementor-73482 .elementor-element.elementor-element-0ccf730{--display:flex;}.elementor-73482 .elementor-element.elementor-element-ac40ad0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-73482{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-73482 .elementor-element.elementor-element-4593d45{--grid-auto-flow:row;}.elementor-73482 .elementor-element.elementor-element-d3f4cd6{text-align:start;}.elementor-73482 .elementor-element.elementor-element-fc88bd0{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-73482 .elementor-element.elementor-element-4593d45{--width:100%;}}@media(max-width:767px){.elementor-73482 .elementor-element.elementor-element-4593d45{--e-con-grid-template-columns:1fr;--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73482 .elementor-element.elementor-element-fc88bd0{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73482 .elementor-element.elementor-element-ac40ad0{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS */#site-header {
  display: none !important;
}

.page-title.page-title-overlay.breadcrumb-1 {
  display: none !important;
}

p {
  color: black !important;
}

/* =========================
   WordPress block spacing fixes
========================= */

.wp-block-spacer {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}

.wp-block-column {
  padding: 10px !important;
}

/* Mobile spacing fixes for content blocks */
@media (max-width: 767px) {
  .wp-block-spacer,
  .wp-block-spacer[style] {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
  }

  .wp-block-columns {
    gap: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .wp-block-column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wp-block-column iframe,
  .brainhealthusacom-map {
    margin-bottom: 10px !important;
  }

  .wp-block-buttons {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    gap: 8px !important;
  }

  .wp-block-button,
  .wp-block-button__link {
    width: 100% !important;
  }
}

/* =========================
   Footer full color styling
========================= */

.footer,
.footer .primary-footer,
.footer .secondary-footer {
  background: #EEF8FF !important;
}

/* Footer divider lines */
.footer .footer-top,
.footer hr,
.footer .primary-footer,
.footer .secondary-footer {
  border-color: rgba(18, 63, 99, 0.15) !important;
}

/* Change footer logo */
.footer .footer-logo img {
  content: url("https://brainhealthusa.com/wp-content/uploads/2025/09/brainhealthusa.webp") !important;
}

/* =========================
   Main dark blue items
========================= */

/* Main footer title */
.footer .footer-top-title,
.footer .footer-top-title .textwidget,
.footer #custom_html-4,
.footer #custom_html-4 .textwidget {
  color: #123f63 !important;
}

/* Section headings: Our Services, Useful Links */
.footer .widget-title,
.footer h5.widget-title {
  color: #123f63 !important;
}

/* Social icons */
.footer .footer-social a,
.footer .footer-social a i,
.footer .social-icons a,
.footer .social-icons a i {
  color: #123f63 !important;
}

/* Copyright */
.footer .copyright,
.footer .copyright *,
.footer .secondary-footer,
.footer .secondary-footer * {
  color: #123f63 !important;
}

/* =========================
   Footer top buttons style
========================= */

/* Phone button */
.footer .footer-top-button a.primary-btn,
.footer .footer-top-button .primary-btn,
.footer a.themeht-btn.primary-btn {
  background: linear-gradient(90deg, #206296 0%, #2E8ACB 100%) !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

/* Phone button icon and number */
.footer .footer-top-button a.primary-btn i,
.footer .footer-top-button a.primary-btn span,
.footer .footer-top-button .primary-btn i,
.footer .footer-top-button .primary-btn span,
.footer a.themeht-btn.primary-btn i,
.footer a.themeht-btn.primary-btn span {
  color: #ffffff !important;
}

/* Book Appointment button */
.footer .footer-top-button a.white-btn,
.footer .footer-top-button .white-btn,
.footer a.themeht-btn.white-btn {
  background: #ffffff !important;
  color: #123f63 !important;
  border: 1px solid rgba(18, 63, 99, 0.25) !important;
  box-shadow: none !important;
}

/* Book Appointment icon and text */
.footer .footer-top-button a.white-btn i,
.footer .footer-top-button a.white-btn span,
.footer .footer-top-button .white-btn i,
.footer .footer-top-button .white-btn span,
.footer a.themeht-btn.white-btn i,
.footer a.themeht-btn.white-btn span {
  color: #123f63 !important;
}

/* Button hover states */
.footer .footer-top-button a.primary-btn:hover,
.footer .footer-top-button .primary-btn:hover,
.footer a.themeht-btn.primary-btn:hover {
  background: linear-gradient(90deg, #206296 0%, #2E8ACB 100%) !important;
  color: #ffffff !important;
}

.footer .footer-top-button a.white-btn:hover,
.footer .footer-top-button .white-btn:hover,
.footer a.themeht-btn.white-btn:hover {
  background: #ffffff !important;
  color: #123f63 !important;
  border-color: rgba(18, 63, 99, 0.35) !important;
}

/* =========================
   Footer top buttons responsive width + right alignment
   Desktop = content width, side by side
   Tablet = stacked full width
   Mobile = stacked full width
========================= */

.footer #custom_html-5,
.footer #custom_html-5 .textwidget,
.footer #custom_html-5 .custom-html-widget,
.footer .footer-top-button {
  width: 100% !important;
  max-width: 100% !important;
  text-align: right !important;
}

.footer #custom_html-5 .textwidget > div,
.footer #custom_html-5 .custom-html-widget > div {
  width: 100% !important;
  max-width: 100% !important;
}

/* Desktop only: content-width buttons, side by side */
@media (min-width: 1025px) {
  .footer #custom_html-5 .textwidget,
  .footer #custom_html-5 .custom-html-widget,
  .footer .footer-top-button {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 24px !important;
    flex-wrap: nowrap !important;
  }

  .footer #custom_html-5 a,
  .footer .footer-top-button a,
  .footer .footer-top-button a.primary-btn,
  .footer .footer-top-button a.white-btn,
  .footer a.themeht-btn.primary-btn,
  .footer a.themeht-btn.white-btn {
    width: auto !important;
    max-width: none !important;
    min-width: 230px !important;
    display: inline-flex !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }

  .footer #custom_html-5 a + a,
  .footer .footer-top-button a + a {
    margin-top: 0 !important;
  }
}

/* Tablet and mobile: full width stacked */
@media (max-width: 1024px) {
  .footer #custom_html-5,
  .footer #custom_html-5 .textwidget,
  .footer #custom_html-5 .custom-html-widget,
  .footer .footer-top-button {
    width: 100% !important;
    max-width: 100% !important;
    text-align: right !important;
    display: block !important;
  }

  .footer #custom_html-5 a,
  .footer .footer-top-button a,
  .footer .footer-top-button a.primary-btn,
  .footer .footer-top-button a.white-btn,
  .footer a.themeht-btn.primary-btn,
  .footer a.themeht-btn.white-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    display: flex !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    white-space: nowrap !important;
  }

  .footer #custom_html-5 a + a,
  .footer .footer-top-button a + a {
    margin-top: 14px !important;
  }
}

/* =========================
   Muted blue-gray text
========================= */

/* General footer text */
.footer p,
.footer .textwidget,
.footer .footer-widget,
.footer .footer-widget p {
  color: #64778a !important;
}

/* Logo description text */
.footer #text-2,
.footer #text-2 p,
.footer #text-2 .textwidget {
  color: #64778a !important;
}

/* Contact text */
.footer .footer-info,
.footer .footer-info a,
.footer .footer-info p,
.footer .footer-info-in,
.footer .footer-info-in a,
.footer .footer-info-in p {
  color: #64778a !important;
}

/* Our Services links */
.footer #menu-service-menu li a,
.footer .widget_nav_menu ul li a,
.footer .menu-service-menu-container ul li a,
.footer .footer-widget.widget_nav_menu a {
  color: #64778a !important;
}

/* Useful Links / recent post links */
.footer .recent-postings-new a,
.footer .recent-postings-new .themeht-post-content a,
.footer .widget_themeht_recentpost a,
.footer .themeht-post-content a {
  color: #64778a !important;
}

/* Recent post dates */
.footer .themeht-post-date,
.footer .recent-postings-new span {
  color: #64778a !important;
}

/* Hover color for footer text links */
.footer .footer-info a:hover,
.footer #menu-service-menu li a:hover,
.footer .widget_nav_menu ul li a:hover,
.footer .menu-service-menu-container ul li a:hover,
.footer .recent-postings-new a:hover,
.footer .themeht-post-content a:hover,
.footer .widget_themeht_recentpost a:hover {
  color: #123f63 !important;
}

/* =========================
   Contact icons
========================= */

.footer .footer-info-in i,
.footer .footer-info-in i::before,
.footer .footer-info i,
.footer .footer-info i::before {
  color: #123f63 !important;
}

.footer .footer-info-in i {
  background-color: inherit;
}

/* =========================
   Final color overrides
========================= */

.footer .footer-top-title,
.footer .footer-top-title .textwidget,
.footer #custom_html-4,
.footer #custom_html-4 .textwidget,
.footer .widget-title,
.footer h5.widget-title {
  color: #123f63 !important;
}

.footer .footer-social a,
.footer .footer-social a i,
.footer .social-icons a,
.footer .social-icons a i {
  color: #123f63 !important;
}

.footer .copyright,
.footer .copyright * {
  color: #123f63 !important;
}

/* =========================
   Tablet-only service parent padding alignment
========================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .single-services .elementor-63554 .elementor-element-4de35b0,
  .single-services .elementor-63554 .elementor-element-100845 {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }

  .single-services .elementor-63554 .elementor-element-4de35b0 > .elementor-container,
  .single-services .elementor-63554 .elementor-element-100845 > .e-con-inner,
  .single-services .elementor-63554 .elementor-element-100845 > .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .single-services .elementor-63554 .elementor-element-2e3e3a4 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
}

/* =========================
   Tablet-only service image centering
========================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .single-services .elementor-widget-image .elementor-widget-container {
    text-align: center !important;
  }

  .single-services .elementor-widget-image img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* =========================
   Tablet-only service spacing
========================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .single-services .elementor-section.elementor-inner-section,
  .single-services .elementor-section.elementor-top-section {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .single-services .elementor-widget-wrap {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .single-services .elementor-widget {
    margin-bottom: 4px !important;
  }

  .single-services .elementor-widget-title,
  .single-services .elementor-widget-heading,
  .single-services .elementor-widget-text-editor {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }

  .single-services .elementor-widget-text-editor p {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    line-height: 1.35 !important;
  }
}

/* =========================
   Mobile footer fixes
========================= */

@media (max-width: 767px) {
  .footer .footer-top {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .footer .footer-top-title,
  .footer .footer-top-title .textwidget,
  .footer #custom_html-4,
  .footer #custom_html-4 .textwidget {
    margin-bottom: 18px !important;
  }

  .footer .primary-footer,
  .footer .secondary-footer {
    padding-top: 18px !important;
    padding-bottom: 14px !important;
  }

  .footer .footer-widget,
  .footer .widget {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .footer .footer-logo {
    margin-bottom: 14px !important;
  }

  .footer #text-2,
  .footer #text-2 .textwidget,
  .footer #text-2 p {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }

  .footer .footer-info,
  .footer .footer-info-in {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer .footer-info-in p,
  .footer .footer-info-in a {
    margin-bottom: 0 !important;
  }

  .footer .widget-title,
  .footer h5.widget-title {
    margin-top: 8px !important;
    margin-bottom: 14px !important;
  }

  .footer #menu-service-menu,
  .footer .widget_nav_menu ul,
  .footer .menu-service-menu-container ul {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer #menu-service-menu li,
  .footer .widget_nav_menu ul li,
  .footer .menu-service-menu-container ul li {
    margin-bottom: 7px !important;
    padding-bottom: 0 !important;
  }

  .footer #menu-service-menu li a,
  .footer .widget_nav_menu ul li a,
  .footer .menu-service-menu-container ul li a {
    line-height: 1.35 !important;
  }

  .footer .recent-postings-new,
  .footer .themeht-post-content,
  .footer .widget_themeht_recentpost {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer .recent-postings-new a,
  .footer .themeht-post-content a,
  .footer .widget_themeht_recentpost a {
    display: block !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
  }

  .footer .footer-social,
  .footer .social-icons {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .footer .footer-social a,
  .footer .social-icons a {
    margin-right: 16px !important;
  }

  .footer .secondary-footer {
    padding-top: 10px !important;
    padding-bottom: 12px !important;
  }

  .footer .copyright,
  .footer .copyright p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
  }
}

/* =========================
   FORCE footer contact area LEFT
   Logo, description, email and address block
========================= */

.footer .primary-footer .container,
.footer .primary-footer .row,
.footer .primary-footer .col-lg-4,
.footer .primary-footer .col-md-6,
.footer .primary-footer .footer-widget,
.footer .primary-footer .widget,
.footer .primary-footer .textwidget,
.footer .primary-footer .custom-html-widget {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.footer #custom_html-3,
.footer #custom_html-3 .textwidget,
.footer #custom_html-3 .custom-html-widget,
.footer #text-2,
.footer #text-2 .textwidget {
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer .footer-logo,
.footer .footer-logo img,
.footer #custom_html-3 img,
.footer #text-2 img,
.footer #text-2 p {
  text-align: left !important;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.footer .footer-info,
.footer .footer-info-in {
  width: 100% !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer .footer-info-in i,
.footer .footer-info-in svg {
  flex: 0 0 auto !important;
  margin-left: 0 !important;
  margin-right: 12px !important;
}

.footer .footer-info-in p,
.footer .footer-info-in a,
.footer .footer-info-in span {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer .text-end,
.footer .text-end *,
.footer .text-center,
.footer .text-center * {
  text-align: left !important;
}

/* =========================
   Footer contact info: 3 rows, left aligned
========================= */

.footer #custom_html-3,
.footer #custom_html-3 .textwidget,
.footer #custom_html-3 .custom-html-widget {
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Stack contact items vertically */
.footer #custom_html-3 .footer-info,
.footer #custom_html-3 .footer-info-in,
.footer .footer-info {
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}

/* Parent contact wrapper should be vertical */
.footer #custom_html-3 .footer-info,
.footer .footer-info {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

/* Each contact item becomes one row */
.footer #custom_html-3 .footer-info-in,
.footer .footer-info-in {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
  text-align: left !important;
}

/* Icon left, text beside it */
.footer #custom_html-3 .footer-info-in i,
.footer #custom_html-3 .footer-info-in svg,
.footer .footer-info-in i,
.footer .footer-info-in svg {
  flex: 0 0 22px !important;
  width: 22px !important;
  min-width: 22px !important;
  margin-left: 0 !important;
  margin-right: 14px !important;
  text-align: left !important;
}

/* Text aligned left */
.footer #custom_html-3 .footer-info-in a,
.footer #custom_html-3 .footer-info-in p,
.footer #custom_html-3 .footer-info-in span,
.footer .footer-info-in a,
.footer .footer-info-in p,
.footer .footer-info-in span {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  display: inline-block !important;
}

/* Mobile safety */
@media (max-width: 767px) {
  .footer #custom_html-3 .footer-info,
  .footer .footer-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .footer #custom_html-3 .footer-info-in,
  .footer .footer-info-in {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  body.page-id-73482 .elementor-73482 .e-con,
  body.page-id-73482 .elementor-73482 .e-con.e-flex,
  body.page-id-73482 .elementor-73482 .elementor-element.e-con {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }
}/* End custom CSS */