.sliderTab-wrapper {
    position: relative;
    overflow: visible;
}

.sliderTab {
    position: relative;
    overflow: hidden;
    width: 620px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 479px) {
    .sliderTab {
        width: 350px;
    }
}

.sliderTab .swiper-slide {
    padding: 0 11px;
    width: auto;
}

.sliderTab .swiper-slide a {
    display: block;
    color: #333;
    letter-spacing: 0.05em;
    transition: 0.25s;
}

/* Active tab text */
.sliderTab .swiper-slide.on .slide__nav {
    color: #fff !important;
    text-shadow: 0 0 0.6px #fff, 0 0 0.6px #fff;
}

.sliderTab .slide__nav {
    padding: 15px 10px 12px 10px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease;
    z-index: 2;
}

/* === Sliding Background Indicator === */
.tab-bg-indicator {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: calc(100% - 10px);
    background-color: #ad1f26;
    border-radius: 50px;
    transition: left 0.35s ease, width 0.35s ease;
    z-index: 1;
    pointer-events: none;
}

/* Nav buttons */
.sliderTab .sliderTab__next,
.sliderTab .sliderTab__prev {
    position: absolute;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    width: 60px;
    height: 100%;
    transition: 0.25s;
}

.sliderTab-wrapper .sliderTab__next {
    right: -40px !important;
}

.sliderTab-wrapper .sliderTab__next {
    right: 220px !important;
    position: absolute;
    top: 13px;
}

.sliderTab-wrapper .sliderTab__prev {
    left: 220px !important;
    position: absolute;
    top: 13px;
}

.sliderTab-wrapper .sliderTab__next.swiper-button-disabled,
.sliderTab-wrapper .sliderTab__prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: auto;
}

.sliderTab-wrapper .sliderTab__next span,
.sliderTab-wrapper .sliderTab__prev span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.sliderTab-wrapper .sliderTab__next svg,
.sliderTab-wrapper .sliderTab__prev svg {
    width: 20px;
    height: 20px;
}

.sliderTab-wrapper .sliderTab__next {
    justify-content: flex-end;
    right: 0;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); */
}

.sliderTab-wrapper .sliderTab__next span {
    justify-content: flex-end;
}

.sliderTab-wrapper .sliderTab__prev {
    justify-content: flex-start;
    left: 0;
    /* background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); */
}

.sliderTab-wrapper .sliderTab__prev span {
    justify-content: flex-start;
}

.sliderContent {
    width: 100%;
}

.sliderContent .swiper-slide {
    padding: 0 30px;
}

.sliderContent .swiper-slide .title {
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
}

.sliderContent .swiper-slide .content {
    margin: 0 auto;
    max-width: 950px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 50px;
    min-height: 250px;
}

.btn-wrapper {
    /* position: absolute;
    left: 0; */
    width: 100%;
    text-align: center;
    transition: top 0.3s ease;
}

.apply-btn {
    position: relative;
    font-size: 1.5rem;
    padding: 8px 25px;
    border-radius: 6px;
    background-color: #ad1f26;
    color: #fff;
    border-color: #cb664d;
    z-index: 1;
    margin-bottom: 30px;
}

.apply-btn:hover {
    background-color: #fff;
    color: #ad1f26;
    border-color: #ad1f26;
}

.no-disable {
    opacity: 1 !important;
    pointer-events: auto !important;
}

@media only screen and (max-width: 1200px) {

    .sliderTab-wrapper .sliderTab__next {
        right: 0px !important;
        position: absolute;
        top: 15px;
    }

    .sliderTab-wrapper .sliderTab__prev {
        left: 0 !important;
        top: 15px;
        position: absolute;
    }
}
