.erp-banner.blockchain-section {
    padding: 220px 0px 80px;
    overflow: hidden;
    position: relative;
    /* background: linear-gradient(265deg, #f2f8fa, #4594df12); */
    background: radial-gradient(26.2% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.block-chain-wrapper {
    background: linear-gradient(167deg, rgb(40, 13, 87) 0%, rgb(54, 63, 159) 100%) center center / cover no-repeat;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.bubble-img-1 {
    position: absolute;
    left: 0;
    top: 40px;
}

.bubble-img-2 {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.bubble-img-3 {
    position: absolute;
    right: 0;
    top: 40px;
}

.bubble-img-4 {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.bubble-img-5 {
    position: absolute;
    left: 50%;
    bottom: 0;
}

@media (max-width: 1600px) {
    .erp-banner.blockchain-section {
        padding: 180px 0px 80px;
    }


    .app-high-lt {
        gap: 10px;
        padding: 14px 6px;
    }

    .app-tech p {
        font-size: 12px;
    }

    .app-tech h4 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .block-chain-wrapper {
        padding-top: 130px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .blockchain-right-img {
        height: auto;
        max-width: 100%;
        margin: 20px auto 0;
        width: 100%;
        object-fit: contain;
    }

    .erp-banner.blockchain-section {
        padding: 60px 0px;
    }
}

@media (max-width: 768px) {
    .blockchain-logo-box {
        padding: 12px !important;
    }

    .ai-why-choose-img {
        height: 350px;
    }

    .blockchain-logo-box h4 {
        font-size: 16px !important;
    }

    .app-tech p {
        font-size: 12px;
        max-width: 66px;
    }

    .app-tech {
        flex-direction: column;
        align-items: start !important;
    }
}


.about__v4 .img-wrap {
    height: 100%;
}

.about__v4 .img-wrap img {
    height: 100%;
}

.about__v4 .subtitle {
    background-color: rgba(var(--bs-secondary-rgb), 0.2);
    color: #0083EB;
    display: inline-block;
    padding: 5px 12px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.about__v4 .features li .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0083EB;
    color: var(--bs-white);
}

.about__v4 .mission-statement {
    background-color: #0083EB;
    position: relative;
    bottom: -20px;
    width: 100%;
}

.about__v4 .mission-statement h4 {
    color: #fff !important;
}

.about__v4 .mission-statement p {
    color: #fff;
}

.about__v4 .mission-icon {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #fff;
}

.about__v4 .mission-icon i {
    color: #000;
    font-size: 24px;

}

.blockchain-logo-box {
    padding: 20px;
    border: 1px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(180deg, rgb(45 13 13 / 4%) 0%, #0083eb4a 73.08%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: 100%;
}

.blockchain-logo-box .logo img.invert {
    filter: invert(1);
}

.blockchain-logo-box .logo img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.blockchain-logo-box h4 {
    color: #424242 !important;
    font-size: 18px;
}

.ai-cta-inner-box {
    background: linear-gradient(275.24deg, #6b48cd 1.2%, #d0c0ff 118.2%);
    padding: 87px 87px 60px;
}

.ai-cta-content h2 {
    color: #fff !important;
}

.theme-new-btn.white {
    border-color: #fff;
    color: #fff;
    background-color: unset;
}

.theme-new-btn.white:hover {
    background-color: #fff;
    color: #000;
}




.app-high-lt {
    display: flex;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    gap: 15px;
    padding: 16px 10px;
    border: 1px solid rgba(33, 33, 33, 0.1);
}

.app-tech {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-tech a h4 {
    transition: all .3s ease-in-out;
}

.app-tech .app-icn h2 {
    margin: 0px;
    color: #27b336;
}

.app-tech a h4:hover {
    color: #0083EB;
}

.app-tech {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: calc(25% - 10px);
    max-width: calc(25% - 10px);
    justify-content: safe;
    position: relative;
}

.app-tech::after {
    height: 60px;
    width: 1px;
    background: #eee;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    content: '';
    position: absolute;
}

.app-tech:last-child::after {
    display: none;
}

.app-tech h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}