:root {
    --theme-color: #7F1BFF;
}

.w-fit {
    max-width: fit-content;
    width: fit-content;
    height: fit-content;
}

.h5 {
    font-size: 20px !important;
    font-weight: 600;
}

.rounded-10 {
    border-radius: 10px;
}

img.clone-soft-img {
    width: 60px;
    height: fit-content;
    max-width: fit-content;
}

.theme-bg {
    background: var(--theme-color);
}

.title-border {
    border-width: 1px;
    border-style: solid;
}

.rounded-20 {
    border-radius: 20px;
}

.shadow-custom {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.theme-text {
    color: var(--theme-color);
}

.linear--bg {
    background: linear-gradient(90deg, #FFFFFF 0%, #EDDFFF 52%, #FFFFFF 100%);
}

.animatedimage {
    animation: floatUpDown 2s ease-in-out infinite;
}

.number {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 30px;
    color: #fff;
    font-weight: bold;
}

.workflow-card .h5 {
    font-size: 22px;
}

.cover {
    object-fit: cover;
}

.text-space {
    letter-spacing: 2px;
}

.swiper-wrapper {
    display: flex;
}

.swiper-wrapper .swiper-slide {
    height: auto;
}

.mb-30 {
    margin-bottom: 30px;
}

/* Listing Wrapper */
.check-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.check-list li {
    font-size: 18px;
    padding: 0px 0 20px 35px;
    position: relative;
    z-index: 1;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url('../images/list-check.svg') no-repeat center;
    z-index: -1;
    background-size: contain;
}

/* faq */

.new-faq {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
}

.new-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #BEDBE0;
    background: transparent;
    padding-bottom: 25px;
    width: 100%;
}

.new-faq .accordion-header .accordion-button {
    font-size: 22px !important;
    line-height: 140%;
    letter-spacing: 1px;
    height: fit-content;
    margin: 0 0 15px 0;
    color: #07191C;
    font-weight: 700;
    background: none !important;
    padding: 0px;
    box-shadow: none !important;
    font-family: 'Instrument Sans' !important;
}

.new-faq .accordion-body {
    padding: 0px;
    font-size: 20px;
    width: 100%;
}

.new-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.new-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40 ' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.new-faq .accordion-button::after {
    transition: all 0.5s;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

/* solutions wrapper*/
.center-part .solution-text {
    text-align: center;
    border: 1px solid var(--theme-color);
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 30px;
}

.center-part .solution-text .center-heading {
    background: #F4EBFF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 40px;
}

.center-icons img {
    position: absolute;
}

.center-icons img:nth-child(1),
.center-icons img:nth-child(2),
.center-icons img:nth-child(3) {
    left: -50px;
}

.center-icons img:nth-child(4),
.center-icons img:nth-child(5),
.center-icons img:nth-child(6) {
    right: -50px;
}

.center-icons img:nth-child(1),
.center-icons img:nth-child(4) {
    top: 0;
}

.center-icons img:nth-child(2),
.center-icons img:nth-child(5) {
    top: 220px;
}

.center-icons img:nth-child(3),
.center-icons img:nth-child(6) {
    top: 420px;
}

.sol-heading {
    font-size: 22px !important;
    font-weight: 600;
}

/* why-choose-card */
.why-choose-card {
    transition: 0.5s all ease;
    border: 1px solid #ccc;
    color: #000;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}

.why-choose-card:hover {
    background: var(--theme-color);
    color: #fff;
}

.swiper-button-prev-custom,
.swiper-button-next-custom,
.features-btn-prev,
.features-btn-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F4EBFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s all ease;
    user-select: none;
    border: 0 !important;
    outline: 0;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover,
.features-btn-prev:hover,
.features-btn-next:hover {
    background: var(--theme-color);
}

.swiper-button-prev-custom:hover img,
.swiper-button-next-custom:hover img,
.features-btn-prev:hover img,
.features-btn-next:hover img {
    filter: brightness(0) invert(1);
}

.border-list>div {
    flex: 1;
}

/*  */

#scrollSection .revenue-section {
    text-align: center;
    width: 100%;
}

#scrollSection .cards-fan {
    position: relative;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 60px;
}

#scrollSection .revenue-card {
    position: absolute;
    width: 210px;
    min-height: 270px;
    border-radius: 18px;
    border: 1px solid #ece7f5;
    box-shadow: 0 8px 32px rgba(110, 78, 160, 0.12);
    background: #fdfcff;
    padding: 20px 16px;
    transform-origin: bottom center;
    transition: transform 0.04s linear;
}

#scrollSection .revenue-card .revenue-card-title {
    font-size: 16px;
    font-weight: 400;
    color: #1f2430;
    margin-bottom: 8px;
}

#scrollSection .revenue-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    line-height: 1.5;
}

#scrollSection .revenue-card img {
    width: 60px;
    height: auto;
}

#scrollSection .card-1 {
    z-index: 1;
}

#scrollSection .card-2 {
    z-index: 2;
}

#scrollSection .card-3 {
    z-index: 3;
}

#scrollSection .card-4 {
    z-index: 4;
}

#scrollSection .card-5 {
    z-index: 3;
}

#scrollSection .card-6 {
    z-index: 2;
}

/* clone-script */
.clone-script-card {
    color: #fff;
    border-radius: 15px;
    background: #000;
    transition: 0.5s all ease;
    padding: 10px;
}

.clone-script-card:hover {
    color: #000;
    background: #fff;
}

/* process */

.timeline-svg {
    height: 520px;
    position: absolute;
    top: -80px;
    width: 1400px;
    left: -30px;
}

/* Steps layout */
.timeline-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 15px;
}

.timeline-step {
    position: relative;
    padding: 70px 0 0;
}

/* Dot */
.dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #3C3C3C;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.timeline-step .dot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: flex;
    background: #EFE3FF;
    color: var(--theme-color);
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Active */
.timeline-step.active .dot {
    background: var(--theme-color);
    color: #fff;
}

/* Responsive */
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}


@media (min-width: 1201px) {
    .inline-row>div {
        flex: 1;
    }

    .workflow-card .h5 {
        font-size: 18px;
    }

    .timeline-svg-wrapper {
        position: relative;
        max-width: 1200px;
        margin: auto;
    }

}

@media screen and (min-width: 1650px) {
    .center-part .solution-text {
        height: 500px;
    }
}

@media (max-width: 1400px) {

    #scrollSection .cards-fan {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 30px 0 0;
    }

    #scrollSection .revenue-card {
        position: static;
        transform: none !important;
        width: 100%;
        min-height: auto;
    }
}

@media (max-width: 1200px) {

    .timeline-svg,
    .timeline-step .dot {
        display: none !important;
    }

    .timeline-step {
        padding: 20px 0 0;
    }
}

@media (max-width: 991px) {
    .position-sticky {
        position: static !important;
    }

    a.button.mobile-center {
        margin: auto;
    }

    .new-faq .accordion-header .accordion-button {
        font-size: 18px !important;
    }

    .check-list {
        width: fit-content;
        margin: auto;
    }

    .timeline-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .border-list>div {
        flex: 0 0 100%;
    }

    #scrollSection .cards-fan {
        grid-template-columns: 1fr;
    }

    .timeline-content {
        grid-template-columns: repeat(1, 1fr);
    }
}