/* section-one-start */
.stats {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px 0px;
}

.stat-box {
    text-align: center;
    position: relative;
    padding: 20px;
    z-index: 1;
    min-width: 250px;
}

.stat-box h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.stat-box p {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .stats {
        align-items: center;
    }

    .stat-box {
        border-right: none;
        border-bottom: 1px solid #d9e9ff;
        padding: 15px 0;
    }

    .stat-box:last-child {
        border-bottom: none;
    }
}

/* section-one-end */

.color-box {
    background: linear-gradient(359deg, #F1F9FF 0.76%, #FFF 95.72%);
}

/* section-two-start */
section.section-two {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FFF;
}

@media (max-width: 768px) {
    section.section-two {
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

/* section-two-end */

/* section-twelve-start */
section.section-twelve {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-twelve-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 20px;
    border-radius: 12px;
    max-width: 500px;
    margin-top: 20px;
    height: 100%;
}

.section-twelve-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #161C2D;
}

.section-twelve-card p {
    margin: 0;
    font-size: 16px;
    line-height: 29px;
    color: #161C2D;
    margin-top: 10px;
    padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    section.section-twelve .col-md-6 {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .section-twelve-card {
        padding: 10px 0px;
    }

}

/* section-twelve-end */


/* section-six-start */
section.section-six {
    padding: 40px 0px;
    position: relative;
    z-index: 1;
    margin: 20px;
}

section.section-six::before {
    content: "";
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/home/section-six-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.section-six-box {
    padding: 40px 20px;
    border-radius: 20px;
    max-width: 1200px;
}

section.section-six p {
    max-width: 680px;
    margin: 20px auto;
    color: #454545;
}

section.section-six h2 {
    font-size: 52px;
    font-weight: 700;
    margin: 0 auto;
    color: #454545;
    max-width: 830px;
}

.section-six-box a {
    display: inline-block;
    /* width: 169px; */
    font-size: 17px;
}

@media (max-width: 768px) {
    section.section-six {
        padding: 0px 0px;
    }

    .section-six-box {
        padding: 40px 20px;
    }
}



/* section-six-end */


/* section-fifteen-start */
section.section-fifteen {
    padding-bottom: 60px;
}

.section-fifteen-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 55px;
}

.section-fifteen-card {
    border-radius: 16px;
    max-width: 350px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    height: -webkit-fill-available;

}

.section-fifteen-card1 {
    background: var(--value-box, linear-gradient(187deg, #FFF 58.8%, #A0D3FF 214.22%));
}

.section-fifteen-card2 {
    background: linear-gradient(187deg, #FFF 73.06%, #FFA0A0 214.22%);
}

.section-fifteen-card3 {
    background: linear-gradient(187deg, #FFF 77.3%, #FFC9AA 214.22%);
}

.section-fifteen-card-heading {
    text-align: center;
    padding: 50px 20px;
    border-radius: 16px 16px 0px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-fifteen-card-heading h3 {
    color: #FFF;
    font-size: 32.867px;
    font-weight: 600;
}

.section-fifteen-card-heading1 {
    background-image: url(../img/about/our-mission-bg-1.webp);
}

.section-fifteen-card-heading2 {
    background-image: url(../img/about/our-mission-bg-2.webp);
}

.section-fifteen-card-heading3 {
    background-image: url(../img/about/our-mission-bg-3.webp);
}

.section-fifteen-card-img {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 100px;
}

.section-fifteen-card-text {
    padding: 50px 20px 30px 20px;
}

.section-fifteen-card-text p {
    color: #1B1B1B;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

@media (max-width: 768px) {
    section.section-fifteen {
        padding-bottom: 30px;
    }
}

/* section-fifteen-end */


/* section-sixteen-start */
section.section-sixteen {
    padding-top: 60px;
    padding-bottom: 60px;
}

.security-list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    padding-top: 40px;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 10px;
    transition: 0.3s ease;
    position: relative;
    z-index: 1;
}

.security-item::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #FFF 0%, #999 50%, #FFF 100%);
    width: 100%;
    height: 2px;
    bottom: 0;
    opacity: 0.3;
}

.security-item:last-child::before {
    display: none;
}

.security-item:hover .sec-number {
    background: var(--fourchain, linear-gradient(90deg, #0460E9 -11.09%, #0AB9F8 101.23%));
    color: #fff;
}

.sec-number {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    border: 1px solid #d0d4da;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #676767;
    transition: 0.3s ease;
    background: rgba(217, 217, 217, 0.20);
}

.sec-content {
    display: flex;
    gap: 25px;
    align-items: center;
}

.sec-content h3 {
    margin: 0 0 4px;
    color: #676767;
    font-size: 18px;
    font-weight: 500;
    width: 30%;
}

.security-item:hover .sec-content h3 {
    background: var(--fourchain, linear-gradient(90deg, #0460E9 -11.09%, #0AB9F8 101.23%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
    width: 70%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .section-two-img {
        text-align: center;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-two-img img {
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .security-item {
        flex-direction: column;
        align-items: start;
    }

    .sec-content {
        gap: 10px;
        align-items: center;
        flex-direction: column;
    }

    .sec-content h3 {
        width: 100%;
    }

    .sec-content p {
        width: 100%;
    }

    section.section-sixteen {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* section-sixteen-end */

/* section-seventeen-start*/
section.section-seventeen {
    padding-top: 60px;
    padding-bottom: 60px;
}

.team-card {
    overflow: hidden;
    border-radius: 8px;
    background: #E7E7E8;
    color: #fff;
    margin-top: 20px;
}

.team-card img {
    width: 100%;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
    position: relative;
    bottom: -20px;
    height: 310px;
    object-fit: contain;
}

.team-card:hover img {
    filter: grayscale(0);
    transform: scale(1.03);
    position: relative;
    z-index: 2;

}

.team-card .info {
    padding: 30px 20px 20px 20px;
    background: #343638;
    text-align: center;
}

.team-card h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding-top: 15px;
}

.team-card p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.team-card:hover .info {
    background: #0075DB;
    clip-path: polygon(51% 21%, 100% 0, 100% 100%, 0 100%, 0 1%);
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    section.section-seventeen .col-md-4 {
        width: 45%;
    }
}

@media (max-width: 768px) {
    section.section-seventeen {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

/* section-seventeen-end */