/* ----- Help section ----- */
.help-section {
    margin-top: 80px;
}
.help-section .container {
    position: relative;
}
.help-text {
    margin-bottom: 40px;
    gap: 170px;
}
.help-text .section-title {
    width: 50%;
}
.help-text p {
    width: 50%;
    font-size: clamp(16px, 2vw, 20px);
}
.homeSwiper .swiper-slide {
    display: flex;
    height: 560px;
}
.homeSwiper .card {
    width: 50%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 45px;
    clip-path: none;
}
.homeSwiper .card-title {
    font-size: clamp(24px, 2vw, 28px);
    margin: 0 !important;
}
.homeSwiper .circle svg {
    width: 50px;
}
.homeSwiper .card p {
    font-size: clamp(16px, 2vw, 18px);
}
.homeSwiper .card-img {
    width: 50%;
    height: 100%;
}
.homeSwiper .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navigation-arrows {
    position: absolute;
    bottom: 70px;
    left: 65px;
    display: flex;
    gap: 40px;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    position: relative;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
}
.success-stories .swiper-button-next {
    right: 0;
}