/**
* Theme Name: Wellson Child
* Description: This is a child theme of Wellson, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themearc">ThemeArc</a>
* Template: flexcare
* Version: 1.0
*/

/* SEO 2026-07-21: first hero-carousel slide renders as <h1> (see
   wellson-plugin/elementor/banner_carousel.php). Mirror the theme's
   element-targeted h2 banner styles so the h1 looks identical. */
.banner-style-two .banner-carousel .content-box h1 {
  font-size: 65px;
  line-height: 67px;
  color: #0e2735;
  margin-bottom: 22px;
}

.banner-style-two.home-3 .content-box h1 {
  font-size: 60px;
  line-height: 67px;
  color: #000000;
}

.banner-style-ten .banner-carousel .content-box h1 {
  color: var(--title-color);
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .banner-carousel .content-box h1 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-carousel .content-box h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}