/* =========================================================
   Responsive overrides
   Breakpoints follow Bootstrap 5.3 defaults:
     xs   <  576px   (default / mobile-first base)
     sm   >= 576px
     md   >= 768px
     lg   >= 992px
     xl   >= 1200px
     xxl  >= 1400px
   ========================================================= */


/* ---------- Extra large screens (>= 1400px) ---------- */
@media (min-width: 1400px) {

}


/* ---------- Large desktops (>= 1200px and < 1400px) ---------- */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}


/* ---------- Desktops / laptops (>= 992px and < 1200px) ---------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-headline-green,
  .banner-headline-white {
    letter-spacing: -1.8px;
  }

  .banner-subtext {
    font-size: 1.125rem;
  }
  .midcap-swiper .swiper-slide {
    width: 75vw; 
    overflow: hidden;
    transition: opacity 0.4s ease;
  }
  
}


/* ---------- Tablets landscape (>= 768px and < 992px) ---------- */






/* ---------- Small phones (< 576px) ---------- */
@media (max-width: 575.98px) {


  .hero-section .banner-content {
    align-items: flex-start;
  }

  .banner-headline-green, 
  .banner-headline-white {
    letter-spacing: 0px;
    line-height: 46px !important;
    font-size: 2.125rem !important;
  }

  .banner-headline-green br, 
  .banner-headline-white br {
    display: none;
  }

  .banner-subtext {
    font-size: 1rem !important;
  }

  .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  section{
    padding: 42px 0;
  }

  .midcap-swiper-wrap {
    padding: 2rem 0 1rem;
    overflow: hidden;
  }

  .midcap-swiper {
    padding-bottom: 5.5rem;
    overflow: visible;
  }
  .midcap-swiper .swiper-slide {
    width: 75vw; 
    overflow: hidden;
    transition: opacity 0.4s ease;
  }

  .midcap-swiper .swiper-slide img{
    border-radius: 7px;
  }

  .title{
    letter-spacing: 0px;
  }

  .title-section p{
    font-size: 1rem !important;
  }

  .py-lg{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wc-card{
    margin-bottom: 16px;
  }

  .wc-body h4{
    font-size: 1.25rem !important;
    margin-bottom: 12px;
  }

  .wc-body p{
    font-size: 0.875rem !important;
    line-height: 22px;
  }

  .wc-list li{
    font-size: 0.75rem !important;
  }

  .wc-section .col-md-4{
    margin-bottom: 16px;
  }

  .wc-card{
    min-height: 336px;
  }
  .slider-section {
    padding-bottom: 20px;
}

.sub-label{
  margin-bottom: 8px;
}

.myth-quote, .fact-copy{
  font-size: 1.5rem !important;
  line-height: 41.25px !important;
}

.bg-blue p{
  font-size: 0.875rem !important;
}

.about-img{

  border-radius: 18px;
}



}

@media (max-width: 767px) {
    .navbar__top .user__info {
        margin-left: auto;
    }
}