.swiper-slide {
    position: relative;
    overflow: hidden;
}


.swiper-slide img {
    height: 400px;
}
/* Background section */
.hero_14_slider_wrapper, .hero_14_slider_wrapper .swiper-slide , .hero_14_slider_wrapper .hero_14_slider{
            height: 550px;

}

.hero_14_slider {
    padding-top: 160px;
    padding-bottom: 50px;
    background-image: url(../img/hero_14_bg_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        position: relative;

}
/* Black overlay */
.swiper-slide .overlay {
    position: absolute;
    inset: 0;
    background: rgb(19 30 115 / 30%);
    z-index: 1;
}

/* Content on top of overlay */
.hero_14_slider .container {
    position: relative;
    z-index: 2;
}
.news-4 {
  overflow: hidden !important;   /* ✅ hides extra slides */
  width: 100%;
}

.news-4 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.news-4 .swiper-slide {
  width: auto !important;
  white-space: nowrap;
  font-size: 14px;
}
.news-card .card-header{
    height: 150px;
    overflow: hidden;
}
.icon-blue {
    height: 65px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(88%) saturate(2500%) hue-rotate(205deg) brightness(90%) contrast(95%);
}