.main-about-bg {
    background: linear-gradient(to top, rgba(1, 11, 52, 0) 0%, rgba(1, 11, 52, 0) 59%, rgba(1, 11, 52, 0.65) 100%), url(../images/verification_header_image.png) no-repeat;
    /* width: 95%;
    margin: auto;
    border-radius: 20px;
    background-size: 100%; */

}

.stat-icon img {
    width: 92px;
}

.stats-row {
    position: relative;
    z-index: 1;
    margin-top: -76px;
    background-color:#010b34b3;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    color: #fff !important;
}

.stat-content h4,
.stat-item .stat-content p {

    color: #fff;
    font-size: 14px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 9px;
}

.about {
    padding: 80px;
}

.badge {
    display: inline-block;
    background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.title span {
    color: #1E3A8A;
    text-decoration: underline;
}


.steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.step {
    background: white;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}

.step p {
    font-size: 18px;
    font-weight: 700;
}

.step-number {
    background: url(../images/arrow.png) no-repeat;
    color: white;
    font-size: 21px;
    font-weight: bold;
    padding: 27px 28px;
    /* border-radius: 50%; */
    display: inline-block;
    margin-bottom: 10px;

}

.step-number img {
    max-width: 71%;
}
.about-4 {
    padding: 80px;
}

.vision-partner {
    padding-top: 0;
    background-color: #0E4DA4;
    background-image: url(../images/svc.png);
    background-repeat: no-repeat;
    padding: 0 50px 50px;
}

.freezone {
    text-align: center;
    color: #fff;
    width: 61%;
    margin: auto;
}

.simple_step_box {
    text-align: center;
    margin: auto;
    color: #fff;
    width: 71%;

    border-radius: 9px;
    padding: 10px;

    background: #fff;
}

.simple_step_box .col {
    border: 2px solid #fff;
    background-color: #0E4DA4;
    border-radius: 9px;
    padding: 10px;
    padding-top: 29px;
}

.simple_step_box p {
    height: 140px;

    font-weight: 400;

    line-height: 1.2;
    color: #e0e0e0;
}
.verification {
    padding: 3em 0;
    display: grid;
    grid-template-rows: 5em 12em auto;
    margin-bottom: 60px;
}

.verification::before {
    background-color: #0E4DA4;
    background-image: url(../images/svc.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    grid-column: 1 / -1;
    height: 402px;
    grid-row: 2;
}

.content {
    border-radius: 0.5em;

    padding: 3em 1.75em 0.75em;

    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.btn-white {
    background-color: #fff;
}

.verification-form {
    padding: 0.875rem 1.25rem;
    border-color: #eee;
    border-radius: 0.5rem;
    background-color: color-mix(in srgb, var(--surface-color) 90%, white 5%);
    color: var(--default-color);
}
@media only screen and (max-width: 770px) {
    .about {
        padding: 0;
    }
    .visa_box {
        padding: 23px;
    }
}