
    .hero-span{
       font-size: 16px;
        color: #0B4BC8;
    }
    .hero-h1{
        font-size: 26px;
        font-weight: 600;
        margin:10px 0;
    }
    .hero-p{
        font-size: 16px;
    }
    .stats-section{
        background: #CEDBF4;
        padding: 20px 20px 0;
    }
    .stat-item {
    margin-bottom: 25px;
    }
    .stat-number {
        font-size: 20px;
        font-weight: 600;
        color: #0B4BC8;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .stat-label {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }
    .hero-img{
        padding: 0 20px 0 43px;
    }
    .vision{
        background: #F2F6FC;
        padding: 50px 0;
    }
    .vision-card{
        border:1px solid #0B4BC8;
        padding: 20px;
        max-width: 700px;
        margin: 0 auto;
        border-radius: 5px;
        box-shadow: 0px 4px 4px 0px #0000000F;
        height: 100%;
    }
    .vision-card img{
        border: 1px solid #D1DEF5;
        height: 65px;
        box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
        border-radius: 5px;
    }
    .vision-card h2{
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0;
        color:#0B4BC8;
    }
    .vision-card p{
        font-size: 14px;
        margin: 0;
    }
    .view-report-btn {
        background: transparent;
        border: 1px solid #0B4BC8;
        color: #0B4BC8;
        padding: 10px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        min-width: 170px;
    }

    .view-report-btn span {
        margin-left: 12px;
        font-size: 20px;
        line-height: 1;
    }
    .benefits-title {
        font-size: 20px;
        font-weight: 600;
        color: #111;
        margin-bottom: 24px;
    }

    .benefit-card {
        display: flex;
        align-items: center;
        gap: 18px;
        min-height: 128px;
        padding: 10px;
        border: 1px solid #0B4BC8;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    }

    .benefit-image {
        flex: 0 0 150px;
        width: 150px;
        height: 106px;
        overflow: hidden;
        border-radius: 5px;
    }

    .benefit-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .benefit-content h3 {
        font-size: 16px;
        font-weight: 600;
        color: #111;
        margin: 0 0 5px;
    }

    .benefit-content p {
        font-size: 14px;
        line-height: 1.45;
        color: #111;
        margin: 0;
    }
    .why-choose-box {
        position: relative;
        padding: 20px 25px;
        border: 1px solid #d5e2f5;
        border-radius: 5px;
        background-image: url('/new-images/about-us/why-choose.webp');
        background-size: cover;
        background-position: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    }

    .why-choose-title {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #111;
        margin: 0 0 18px;
    }

    .why-choose-stats {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .why-stat {
        flex: 1;
        text-align: center;
        padding: 0 15px;
    }

    .stat-number {
        font-size: 27px;
        font-weight: 700;
        line-height: 1.2;
        color: #0B4BC8;
        margin-bottom: 6px;
    }

    .stat-label {
        font-size: 14px;
        font-weight: 500;
        color: #111;
        white-space: nowrap;
    }

    .stat-divider {
        width: 1px !important;
        height: 55px;
        background: #9CB9F2;
        opacity: 0.7;
        flex: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .testimonial-image {
        height: 295px;
        overflow: hidden;
        border-radius: 8px;
    }

    .testimonial-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .testimonial-content {
        background: #f2f6fc;
        min-height: 295px;
        padding: 45px 35px;
        border-radius: 5px;
    }

    .testimonial-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 28px;
    }

    .testimonial-title {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .quote-icon {
        font-size: 60px;
        font-weight: 700;
        line-height: 0.5;
        color: #0B4BC8;
    }

    .testimonial-title h2 {
        font-size: 20px;
        font-weight: 600;
        color: #0B4BC8;
        margin: 0;
    }

    .testimonial-stars {
        display: flex;
        gap: 8px;
    }

    .testimonial-stars span {
        font-size: 22px;
        color: #FFD34E;
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 1.4;
        color: #111;
        margin: 0 0 20px;
        max-width: 850px;
    }

    .testimonial-author {
        font-size: 15px;
        font-weight: 600;
        color: #111;
        margin: 0;
    }