.chbm-vc-swiper {
width: 100%;
position: relative;
}
.chbm-vc-slide {
position: relative;
overflow: hidden;
min-height: 300px;
color: #ffffff;
background: #020617;
}
.chbm-vc-slide-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
z-index: 1;
}
.chbm-vc-slide-overlay {
position: absolute;
inset: 0;
z-index: 2;
}
.chbm-vc-slide-content {
position: relative;
z-index: 3;
padding: 40px 32px;
max-width: 720px;
}
.chbm-vc-slide-title {
font-size: 1.6rem;
margin-bottom: 0.6rem;
}
.chbm-vc-slide-text {
font-size: 0.98rem;
line-height: 1.5;
opacity: 0.95;
margin-bottom: 1.3rem;
}
.chbm-vc-slide-button {
display: inline-block;
padding: 0.6em 1.6em;
border-radius: 999px;
background: #f97316;
color: #111827;
font-weight: 600;
text-decoration: none;
} .chbm-vc-swiper .swiper-button-next,
.chbm-vc-swiper .swiper-button-prev {
color: #ffffff;
}