.erp-banner {
    padding: 200px 0px 160px;
    overflow: hidden;
    position: relative;
    background: radial-gradient(26.2% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.erp-banner h1 {
    font-size: 56px;
    font-weight: 800;
    color: #212121;
    line-height: 66px;
    text-align: start;
}

.erp-banner h1 span {
    color: #0083EB;
}

/* Feature section css start  */

.erp-feature-box {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
}

.erp-feature-box.first {
    background-color: #dbffee;
}

.erp-feature-box.second {
    background-color: #F6DDCF;
}

.erp-feature-box.third {
    background: radial-gradient(26.2% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.erp-feature-box.fourth {
    background-color: #d6dcff;
}

.logo-swiper .swiper-slide img {
    height: 60px;
    width: 100%;
    object-fit: contain;
}

.swiper.logo-swiper {
    position: relative;
    width: 100%;
}

.swiper.logo-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Feature section css end  */

/* Phone dashboard section start  */

.erp-anywere-box img {
    height: 30px;
    width: 30px;
}

.erp-anywere-box {
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}


.ai-why-choose-img-new {
    height: 100%;
    width: 100%;
}

.ai-why-choose-img-new img {
    height: 100%;
    object-fit: cover;
}

/* Phone dashboard section end  */

.customer-experience {
    position: relative;
    overflow: visible;
}

.erp-sticky-card {
    padding: 64px;
    position: sticky;
}

.erp-sticky-card.first {
    background-color: #e6f4ff;
    top: 100px;
}

.erp-sticky-card.first .design-sticky-card-img {
    border: 4px solid #0083eb4a;
}

.erp-sticky-card.second {
    background-color: #defced;
}

.erp-sticky-card.second .design-sticky-card-img {
    border: 4px solid #9debc4;
}


.erp-sticky-card.third {
    background-color: #e9ecff;
}

.erp-sticky-card.third .design-sticky-card-img {
    border: 4px solid #b6bdeb;
}

.erp-sticky-card.fourth {
    background-color: #fbe8dd;
}

.erp-sticky-card.fourth .design-sticky-card-img {
    border: 4px solid #e9bca2;
}

.erp-sticky-card.fifth {
    background-color: #d8e5ff;
}


.top-sticky-100 {
    position: sticky;
    top: 100px;
}

.top-sticky-125 {
    position: sticky;
    top: 125px;
}

.top-sticky-150 {
    position: sticky;
    top: 150px;
}

.top-sticky-175 {
    position: sticky;
    top: 175px;
}

.top-sticky-200 {
    position: sticky;
    top: 200px;
}

.top-sticky-225 {
    position: sticky;
    top: 225px;
}

.feature-img {
    animation: up-down-slow 4s infinite;
}

.feature-img img {
    max-width: 450px;
    width: 450px;
    height: auto;
    object-fit: contain;
}

.feature-img h4 {
    margin: 0;
}

.erp-img-box {
    border: 12px solid #3c3c3c;
}

.erp-img-box h4 {
    font-size: 20px;
}

.feature-img.first {
    position: absolute;
    bottom: 428px;
    left: -16%;
}

.feature-img.second {
    position: absolute;
    bottom: 240px;
    right: -16%;
    animation-delay: .2s;
}


/*--------------------------------------------------------------
# Features 2 Section
--------------------------------------------------------------*/
.features-2 .feature-item .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: color-mix(in srgb, #0d83fd, transparent 92%);
}

.features-2 .feature-item .feature-icon i {
    font-size: 24px;
    color: #0d83fd;
}

.features-2 .feature-item .feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.features-2 .feature-item .feature-content p {
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    font-size: 15px;
    margin-bottom: 0;
}

.features-2 .phone-mockup {
    position: relative;
    padding: 30px 0;
}

.features-2 .phone-mockup img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.features-2 {
    background: radial-gradient(50% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.ai-experties-content .icon {
    height: 60px;
    width: 60px;
    margin-bottom: 16px;
}

.ai-experties-content .icon img {
    height: 100%;
    width: 100%;
}

@media (max-width: 991.98px) {
    .features-2 .feature-item {
        text-align: center !important;
        margin-bottom: 2rem;
    }

    .features-2 .feature-item .d-flex {
        flex-direction: column;
        text-align: center;
        justify-content: center !important;
    }

    .features-2 .phone-mockup {
        margin: 3rem 0;
    }
}


@media (max-width: 1600px) {
    .erp-banner h1 {
        font-size: 46px;
        line-height: 56px;
    }

    .erp-sticky-card {
        padding: 48px;
        position: sticky;
    }

    .feature-img img {
        max-width: 250px;
        width: 250px;
        height: auto;
        object-fit: contain;
    }

    .feature-img.first {
        position: absolute;
        bottom: 428px;
        left: -7%;
    }

    .feature-img.second {
        position: absolute;
        bottom: 240px;
        right: -6%;
        animation-delay: .2s;
    }
}

@media (max-width: 1200px) {
    .erp-banner h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .erp-banner {
        padding: 90px 0px 0px;
    }

    .feature-img img {
        display: none;
    }
}


@media (max-width: 768px) {
    .erp-feature-box {
        padding: 20px;
        gap: 0px;
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .features-2 .phone-mockup {
        margin: 0rem 0;
        padding-top: 0px;
    }

    .feature-content {
        padding: 0px !important;
    }

    .erp-sticky-card {
        padding: 20px;
    }

    .top-sticky-100,
    .top-sticky-125,
    .top-sticky-150,
    .top-sticky-175,
    .top-sticky-200,
    .top-sticky-225 {
        position: unset;
    }

    .erp-banner {
        padding: 40px 0px 0px;
    }

    .erp-banner h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .erp-banner {
        padding: 20px 0px 0px;
    }

    .ai-experties-content .icon {
        height: 40px;
        width: 40px;
        margin-bottom: 16px;
    }

}



/* QA css start  */

.erp-banner.qa-banner {
    padding: 120px 0px 80px;
}

.qa-img-box {
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.qa-img-box img {
    height: 100%;
    width: 100%;
}

@media (max-width: 574px) {
    .ai-why-choose-img {
        height: 450px;
    }
}