.no-overflow {
    overflow: visible !important;
}

.benefit-card {
    background: #f4f9ff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    border: 1px solid rgba(0,0,0,.05);
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 250px;
    height: 250px;
    background: linear-gradient(
        135deg,
        rgba(0, 146, 243, 0.15),
        transparent
    );
    border-radius: 50%;
    transition: all .5s ease;
}

.benefit-card:hover::before {
    top: -50px;
    left: -50px;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(13,110,253,.15);
    border-color: #37234b;
}

.icon-box1 {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #e4daef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

h5{
  color: #37234b !important;
}

.benefit-card:hover .icon-box {
    background: #37234b;
    color: #fff;
    transform: rotate(8deg);
}

.benefit-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.benefit-card p {
    margin-bottom: 0;
    color: #6c757d;
    line-height: 1.7;
}

.feature-card{
    background:#f4f9ff;
    padding:30px;
    border-radius:20px;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
    border:1px solid transparent;
}

.feature-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,
        #0d6efd14,
        transparent 60%);
    opacity:0;
    transition:.4s;
}

.feature-card:hover::after{
    opacity:1;
}

.feature-icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    background:#fff;
    border-radius:18px;
    margin-bottom:20px;
    transition:.4s;
}

.feature-card:hover .feature-icon{
    transform:scale(1.1) rotate(8deg);
}

.feature-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.feature-card p{
    color:#6c757d;
    margin-bottom:0;
    line-height:1.7;
}

.order-wrapper{
    max-width:900px;
    margin:auto;
}

.order-item{
    display:flex;
    gap:25px;
    position:relative;
    padding-bottom:35px;
}

.order-number{
    min-width:50px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    transition:.4s;
}

.order-content{
    flex:1;
    background:#f4f9ff;
    padding:25px;
    border-radius:18px;
    transition:.4s;
    border-left:4px solid transparent;
}

.order-content h5{
    font-weight:700;
    margin-bottom:10px;
}

.order-content p{
    margin-bottom:0;
    color:#6c757d;
    line-height:1.7;
}

.order-item:hover .order-content{
    transform:translateX(10px);
    border-left-color:#37234b;
    box-shadow:0 15px 35px rgba(13,110,253,.12);
}

.order-item:hover .order-number{
    transform:scale(1.1);
}
.process-card{
    background:#f4f9ff;
    border-radius:20px;
    padding:30px;
    position:relative;
    height:100%;
    transition:all .4s ease;
    overflow:hidden;
    border:1px solid #e8eef7;
}

.step-no{
    position:absolute;
    top:15px;
    right:20px;
    font-size:48px;
    font-weight:700;
    color:rgba(13,110,253,.08);
    line-height:1;
}

.process-card h5{
    font-weight:700;
    margin-bottom:12px;
    padding-right:60px;
}

.process-card p{
    margin-bottom:0;
    color:#6c757d;
    line-height:1.7;
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(13,110,253,.12);
    border-color:#37234b;
}

.process-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:0;
    background:#7825ca;
    transition:.4s;
}

.process-card:hover::before{
    height:100%;
}

.security-card{
    background:#f4f9ff;
    border:1px solid #e6eefc;
    border-radius:15px;
    padding:25px;
    height:100%;
    transition:.3s ease;
    position:relative;
}


.security-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.security-card h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}

.security-card p{
    color:#6c757d;
    margin-bottom:0;
    line-height:1.6;
}

.compliance-card{
    background:#fff;
    border:1px solid #e8edf6;
    border-radius:18px;
    padding:28px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.compliance-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.1);
}

.compliance-card h4{
    font-size:22px;
    margin-bottom:4px;
    font-weight:700;
    color: #5f3c82 !important;
    line-height: normal;
}

.compliance-card small{
    color:#6c757d;
}

.compliance-card ul li{
    padding:8px 0;
    border-bottom:1px dashed #ececec;
    font-weight:500;
}

.compliance-card ul li:last-child{
    border-bottom:none;
}

.icon-img{
    width:60px;
    height:60px;
}
.revenue-card{
    background:#f4f9ff;
    border:1px solid #d8e8ff;
    border-radius:20px;
    padding:30px;
    transition:.35s ease;
    height:100%;
}

.revenue-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(37,99,235,.12);
    border-color:#3b82f6;
}

.icon-box{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#37234b;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.icon-box i{
    font-size:32px;
    color:#fff;
}

.revenue-card h3{
    font-size:24px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:12px;
}

.revenue-card p{
    color:#64748b;
    line-height:1.7;
    margin:0;
}

.tech-card{
    background:#f4f9ff;
    border:1px solid #d9e9ff;
    border-radius:18px;
    padding:30px;
    display:flex;
    align-items:center;
    gap:18px;
    transition:.35s ease;
    height:100%;
}

.tech-card:hover{
    transform:translateY(-6px);
    border-color:#37234b;
    box-shadow:0 15px 35px rgba(13,110,253,.12);
}

.tech-icon{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:16px;
    background:#37234b;
    display:flex;
    align-items:center;
    justify-content:center;
}

.tech-icon i{
    color:#fff;
    font-size:28px;
}

.tech-card h3{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#0f172a;
    line-height:1.4;
}

@media(max-width:576px){
    .tech-card{
        padding:22px;
        gap:15px;
    }

    .tech-card h3{
        font-size:18px;
    }

    .tech-icon{
        width:55px;
        height:55px;
        min-width:55px;
    }

    .tech-icon i{
        font-size:24px;
    }
}
@media(max-width:991px){
    .revenue-card{
        padding:25px;
    }

    .revenue-card h3{
        font-size:22px;
    }
}
@media(min-width:992px){
    .order-number {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #37234b;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: .4s;
}
    .order-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 35px;
    width: 2px;
    height: 100%;
    background: #cabbd977;
}
}

