.hero-banner {
    position: relative;
    height: 600px;
}

.swiper-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.banner-text {
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff !important;
}

.banner-text h1 {
    font-size: 48px;
    color: #1bb56d;
}

.banner-text p {
    color: orange;
}

.banner-control {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.next-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
}

.hbs-next {
    position: absolute;
    width: 80px;
    height: 80px;
    background: transparent;
    color: #fff;
    border: none;
}

.progress-bar {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 226;
    stroke-dashoffset: 226;
}

.progress-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.3);
}

.dot {
    width: 8px;
    height: 8px;
    background: #aaa;
    display: inline-block;
    margin: 3px;
    border-radius: 50%;
}

.dot.active {
    background: #fff;
}