    /* start text css section  */
    .text-color-g{
        color: #00A859;
    }
    .text-color-b{
        color: #0289CD;
    }
    .bg-color-g{
        background-color: #00A859;
    }
    .bg-color-b{
        background-color: #0289CD;
    }

    /* start review css section  */
    .testimonial-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center; /* Ensures all content is centered */
}

.testimonial-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.testimonial-item img {
    width: 70px; /* Increased size */
    height: 70px; /* Increased size */
    border-radius: 50%; /* Keeps it round */
    border: 2px solid #007bff;
    padding: 3px;
    object-fit: cover;
    display: block;
    margin: 10px auto; /* Ensures proper centering */
}
.partner-box{
    height: 70px;
    width: 100%;
}

.body {
    font-family: 'Merriweather', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


