.header-logo img {
    width: 220px;
    height: auto;
}

.about-logo img {
    width: 200px;
    height: auto;
}

.mobile-logo img {
    width: 180px;
    height: auto;
}

.whatsapp_holder img {
    width: 55px;
    height: auto;
    margin: 10px auto;
    text-align: center;
}

.whatsapp_holder {
    position: fixed;
    bottom: 30px;
    z-index: 99999;
    left: 34px;
}
.whatsapp_holder .info-box_icon {
    background-color: white;
    margin: 0px;
    margin-bottom: 5px;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* About Us Section Styling */
.about-section, .mission-section, .vision-section {
    padding: 0px 0px;
}

.about-section.bg-light, .vision-section.bg-light {
    background-color: #f9f9f9;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.text-center {
    text-align: center;
}

.space {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container {
    max-width: 1200px;
}

.row {
    margin: 0 auto;
}

.col-lg-8 {
    margin: 0 auto;
}

.testi-block .google-review-badge {
    line-height: 0;
    margin-bottom: 8px;
}

.testi-block .google-review-badge img {
    display: block;
    width: 132px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .testi-block .google-review-badge img {
        margin-top: 20px;
        width: 90px;
    }
}