.swiper {
    position: relative;
    overflow: hidden !important;
}

.swiper::before,
.swiper::after {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.swiper.at-start::before {
    opacity: 0;
}

.swiper.at-end::after {
    opacity: 0;
}

.swiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    pointer-events: none;
    box-shadow: inset 40px 0 40px -40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 1.25rem;
}

.swiper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    pointer-events: none;
    box-shadow: inset -40px 0 40px -40px rgba(0, 0, 0, 0.12);
    z-index: 10;
    border-radius: 1.25rem;
}

.pathway-page .swiper-button-next {
    position: relative;
    top: 0;
    margin-top: 0;
}

.pathway-page .swiper-button-prev {
    position: relative;
    top: 0px;
    margin-top: 0;
    left: unset;
}

.roadmap-item {
    text-align: center;
    flex: 1;
    position: relative;
    margin-bottom: 1.75rem;
}

.roadmap-item .dot {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    font-size: 14px;
    color: #fff;
}

.roadmap-item .line {
    height: 2px;
    width: calc(100% + 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

.swiper-slide:first-child .roadmap-item .line {
    width: auto !important;
    right: -20px;
    transform: translateY(-50%) !important;
}

.swiper-slide:last-child .roadmap-item .line {
    width: auto !important;
    left: -20px;
    right: 50%;
    transform: translateY(-50%) !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    transition: all 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #f5f5f5 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-navigation-icon {
    display: none;
}

.swiper-button-disabled {
    opacity: .5 !important;
}

html,
body {
    overscroll-behavior-x: none;
}

.swiper,
.swiper-wrapper {
    overscroll-behavior-x: contain;
}

.enroll-card {
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.08),
        0 2px 4px rgba(0, 0, 0, 0.06) !important;
}

.pathway-highlight-container {
    background-color: #000;
}

@media (max-width: 991.98px) {
    .pathway-highlight-container h1 {
        font-size: 1.5rem !important;
    }
}

.pathway-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(18px) brightness(0.5);
    transform: scale(1.1);
    z-index: 0;
}

.pathway-highlight-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.pathway-hero__content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.included-container {
    margin-top: -32px;
    position: relative;
    z-index: 3;
}

.included-item {
    background: #fff;
    border-radius: 1.25rem !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    transition: all .5s;
}

.included-item:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1) !important;
    transform: scale(1.01);
    cursor: default;
}

.pathway-highlight-container {
    position: relative;
    overflow: hidden;
}

.pathway-highlight-container .container {
    position: relative;
    z-index: 2;
}

.pathway-highlight-container .pathway-thumbnail {
    position: relative;
    z-index: 1;
}