<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.testimonial-highlight-section {
    background: linear-gradient(to right, #F5F5F0, #FAFAFA);
}

.testimonial-highlight-img {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    max-width: 90%;
}

.testimonial-highlight-quote {
    font-family: 'Sansita One', sans-serif;
    color: #26264F;
}

.testimonial-highlight-quote-icon {
    font-size: 40px;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}

.testimonial-highlight-text {
    font-size: 32px;
    color: #5757B5;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(to right, #26264F, #5757B5); /* Gradient from dark blue to purple */
    -webkit-background-clip: text; /* Clip the background to text */
    color: transparent; /* Make the text color transparent so the background is visible */
}

.testimonial-highlight-author {
    font-size: 14px;
    color: #333;
    margin-top: 35px;
}


.aci-news-section {
    background-color: #fff;
}

.aci-news-heading {
    font-family: 'Sansita One', sans-serif;
    font-weight: bold;
    color: #26264F;
    font-style: italic;
    margin-bottom: 5vh;
}

.aci-news-image {
    border-radius: 10px;
    max-height: 420px;
    object-fit: cover;
}

.aci-news-title {
    color: #DF1A22;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
}

.aci-news-description {
    font-size: 18px;
    color: #4F4F4F;
    margin: 20px 0;
    max-width: 90%;
}

.aci-news-button {
    background-color: #26264F;
    color: #fff;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.aci-news-button:hover {
    background-color: #191943;
    color: #fff;
}

.growth-snapshot-title {
    font-family: 'Sansita One', sans-serif;
    font-style: italic;
    color: #003B7F;
    font-weight: bold;
    margin-bottom: 12vh;
    font-size: 50px;
}

.growth-snapshot-text {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 1.7;
}

.growth-label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.growth-bar {
    height: 12px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.growth-fill {
    height: 100%;
    background-color: #DF1A22;
    transition: width 0.5s ease;
}

.growth-btn {
    background-color: #26264F;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
}

.growth-btn-outline {
    border: 2px solid #DF1A22;
    color: #26264F;
    padding: 10px 25px;
    font-weight: 600;
}

.growth-image-grid {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.growth-image-grid .left-grid,
.growth-image-grid .right-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.growth-image-grid .left-grid {
    width: 50%;
}

.growth-image-grid .right-grid {
    width: 50%;
}

.growth-grid-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.growth-grid-img.large {
    height: 230px;
}

.growth-grid-img.small {
    height: 110px;
}

.img2{
    height:255px;
    width:313px;
}

.img1{
    height: 370px;
    width: 313px;
}
.img3{
    height: 378px;
    width: 410px;
}
.img4{
    height: 244px;
    width: 408px;
}
@media (max-width: 768px) {
    .growth-image-grid {
        flex-direction: column;
        gap: 20px;
    }

    .growth-image-grid .left-grid,
    .growth-image-grid .right-grid {
        width: 100%;
        gap: 10px;
    }

    .growth-image-grid .left-grid img,
    .growth-image-grid .right-grid img {
        flex: 1;
        height: auto;
    }
    .img1, .img2, .img3, .img4 {
        height: auto;
        width: 100%;
    }

}



/************* News details Section *************/
.news-details-section {
    background-color: #fff;
}

.news-details-title {
    font-family: 'Sansita One', sans-serif;
    color: #DF1A22;
    font-weight: bold;
    font-style: italic;
    font-size: 45px;
}

.news-details-img-wrapper img {
    width: 100%;
    height: 700px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.news-details-description p {
    font-size: 18px;
    color: #4F4F4F;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

</pre></body></html>