/* utilities.css *//* -----------------------------------------
   UTILITIES
------------------------------------------*/

.center-text {
    text-align: center;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}
/* ===============================
   HUB LINK HEADER (FIX)
   =============================== */

.hub-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 30px auto;
  width: 100%;
}

.hub-header-img {
  max-width: 900px;
  width: 100%;
  height: auto;
  display: block;
}
/* Hide stray navigation arrows on About page only */
.bio-page .swiper-button-prev,
.bio-page .swiper-button-next,
.bio-page .slick-prev,
.bio-page .slick-next,
.bio-page .arrow,
.bio-page .nav-arrow {
  display: none !important;
}

/* Hide contact phone block on Testimonials page */
.testimonials-page .contact-block,
.testimonials-page .contact-info,
.testimonials-page .phone,
.testimonials-page .contact-links {
  display: none !important;
}

/* === Testimonials page cleanup === */

/* Remove mobile call bar (blue phone numbers) */
.testimonials-page .mobile-callbar,
.testimonials-page .call-option {
  display: none !important;
}

/* Remove any injected headings */
.testimonials-page h1,
.testimonials-page h3 {
  display: none !important;
}

/* Reduce excess space under header */
.testimonials-page .site-header {
  margin-bottom: 12px !important;
}
