.about {
    .feature-icon {
        color: #008000;
    }

    .section-title {
        font-weight: bold;
        font-size: 30px;
        color: #0a3c84;
    }

    .stats-container {
        padding: 50px;
        text-align: center;
    }

    .stat-number {
        font-size: 48px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        transition: all 0.3s ease-in-out;
    }

    .stat-title {
        font-size: 18px;
        color: #666;
    }

    .stat-item {
        padding: 20px;
    }

    h3.fw-bold.fs-1 {
        font-size: 3rem !important;
        font-weight: bold !important;
        text-align: center;
    }
}

/* .testimonial-area-six {
    padding: 100px 0 0;
} */

@media (max-width: 991.98px) {
    .testimonial-img-three {
        display: none;
    }
}

.testimonial-img-three img {
    clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
    width: 100%;
}

.testimonial-item-wrap-three {
    background: #F8FAFF;
    border-radius: 10px;
    padding: 100px 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 480px;
}

.testimonial-content-three .rating {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 5px;
    margin-bottom: 30px;
}

.testimonial-content-three .rating i {
    color: #FFB930;
}

.testimonial-content-three p {
    font-weight: 600;
    font-size: 20px;
    color: var(--tg-secondary-color);
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 35px;
}

.testimonial-info .title {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 8px;
}

.testimonial-content-three .testimonial-info .title {
    color: #00194C;
}

.testimonial-info span {
    display: block;
    color: #25aae1;
    position: relative;
    padding-bottom: 16px;
    line-height: 1;
}

.testimonial-content-three .testimonial-info span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #25aae1;
}

.brand-item-wrap-two {
    margin: 10px 0;
}

.special-brand-image {
    height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.introduce-title {
    font-size: 2.8rem;
    font-weight: bolder;
    color: #333;
}

.introduce-desc {
    color: #333;
}

.orange-btn {
    border: 1px solid #25aae1 !important;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
    background: rgba(255, 255, 255, 0);
    color: #25aae1;
    transition: all ease-out .3s;
}

.orange-btn:hover {
    color: white;
    background: #25aae1;
    border: 0;
}

.services-area-eleven {
    position: relative;
    z-index: 1;
}

.gutter-24 {
    --bs-gutter-x: 24px;
}

.features-item-six {
    background: #ffffff;
    padding: 45px 45px;
    margin-bottom: 10px;
    transition: .3s linear;
    z-index: 1;
    position: relative;
    height: 250px;
    transform: translateY(5px);
}

.features-item-six:hover {
    transform: translateY(-5px);
    height: 250px;
}

.features-item-six-top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.features-icon-six {
    font-size: 60px;
    line-height: 0;
    flex: 0 0 auto;
    color: #0055FF;
    transition: .5s linear;
}

.features-item-six:hover .features-icon-six {
    transform: rotateY(180deg);
}

.features-item-six-top .title {
    margin-bottom: 0;
    font-size: 22px;
}

.features-content-six p {
    margin-bottom: 25px;
}

.features-content-six .link-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #667594;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
}

.features-content-six .link-btn:hover {
    color: #0055FF;
}

.features-content-six .link-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #E6EEFF;
    transition: .3s linear;
    border-radius: 3px;
}

.features-content-six .link-btn:hover::before {
    background: #0055FF;
}

.features-content-six .link-btn img {
    transform: translateY(-1.5px);
}

.features-item-seven {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 20px;
}

.features-item-seven.active,
.features-item-seven:hover {
    background: #ffffff;
    border-color: #e7e7e7;
    box-shadow: 0 4px 50px 0 #ececec;
    transform: translateY(0);
}

#partners img {
    height: 100px;
}

.section-title .sub-title {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    position: relative;
    padding-top: 18px;
    margin-bottom: 10px;
}

.section-title.text-center .sub-title::before {
    left: 50%;
    transform: translateX(-50%);
}

.section-title .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 4px;
}

.section-title .title {
    font-size: 36px;
    padding-left: 120px;
    padding-right: 120px;
    justify-content: space-between;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .section-title .title {
        font-size: 32px;
        padding: 0 30px;
    }
}