.process-section {
    padding: 440px 0 40px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.process-section:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(180.00deg, rgba(29, 35, 60, 0.53),rgba(29, 35, 60, 1) 68%);
}

.process-section .container {
    position: relative;
}

.process-section h2, .process-section p {
    color: var(--light-blue);
}

.arrows-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    column-gap: 16px;
}

.arrow-slider {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    transform: unset;
}

.swiper-slide-thumb-active {
}

.process-subtitles. .swiper-slide {
    margin: 0;
    position: relative;
}


.process-subtitle p {
    cursor: pointer;
}

.process-subtitles .swiper-slide-thumb-active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -40px;
    left: 0;
    background: linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
}

.swiper-slide-thumb-active p, .process-subtitle-item p:hover {
    background: linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
;
    -webkit-background-clip:
            text;
    -webkit-text-fill-color:
            transparent;
    background-clip:
            text;
    text-fill-color:
            transparent;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
}

.process-subtitle-item p {
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.process-section h2 {
    margin-bottom: 40px;
}

.slider-dots {
    padding-block: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
}

.slider-dots span {
    margin: 0;

}

.slider-dots .swiper-pagination-bullet {
    border-radius: 55px;
    background: rgba(160, 137, 255, 1);
    opacity: 0.25;
    width: 11px;
    height: 11px;
}

.slider-dots .swiper-pagination-bullet-active {
    background: linear-gradient(180.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
    opacity: 1;
}

.process-subtitles-wrapper {
    border-bottom: 1px solid rgba(255,255,255,.10);
    padding-bottom: 40px;
    position: relative;
}

.process-subtitles {
    overflow: visible;
}

.swiper-slide {
    margin-right: 0 !important;
}

.process-list {
    padding: 80px 0 40px;
}

@media(max-width: 991px) {
    .process-list-mobile {
        position: relative;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }

    .process-section {
        padding-top: 120px;
    }

    .process-item-content {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
        opacity: 0;
    }

    .process-item-content.open {
        opacity: 1;
        max-height: 600px;
    }

    .process-item-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .process-item-heading p {
        width: calc(100% - 16px);
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }

    .process-item-heading i {
        font-size: 16px;
        color: rgba(160, 137, 255, 1);
        transition:  0.3s ease-in-out;
    }

    .process-item-heading i.open {
        rotate: 180deg;
    }

    .process-item-mobile {
        padding: 20px;
        border-radius: 10px;
        box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.05),0px 2px 2px 0px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(15px);
        background: rgba(240, 249, 253, 0.085);
    }

    .process-item-content h4 {
        margin: 20px 0 10px;
    }

    .process-item-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .process-item-heading.open p {
                background: linear-gradient(270.00deg, rgb(255 255 255),rgba(160, 137, 255, 1) 100%);
    
        -webkit-background-clip:
                text;
        -webkit-text-fill-color:
                transparent;
        background-clip:
                text;
        text-fill-color:
                transparent;
        font-family: Manrope;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }

    .process-section:before {
        background: linear-gradient(180.00deg, rgba(29, 35, 60, 0.6),rgba(29, 35, 60, 1) 100%);
    }

    .image-mobile {
        position: absolute;
        width: 100%;
        height: 600px;
        top: 0;
        left: 0;
    }

    .image-mobile:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180.00deg, rgba(29, 35, 60, 0.6),rgba(29, 35, 60, 1) 100%);
    }

    .image-mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .process-section {
        background-image: none !important;
    }

    .process-section:before {
        background: rgba(29, 35, 60, 1);
    }
}

@media(max-width: 575px) {
    .process-section {
        padding: 140px 0 20px;
    }

    .image-mobile {
        height: 300px;
    }

}