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

}

.logo h2 {
    font-size: 1.8rem;
}

.logo a {
    display: block;
}

.logo {
    display: flex;
    justify-items: flex-start;
    gap: 10px;
    align-items: center;
}

.about-feature {
    display: flex;
    justify-items: flex-start;
    align-items: self-start;
    gap: 10px;
}

.text-xs {
    font-size: 14px;
    opacity: 0.8;
    line-height: normal;
    margin: 10px 0;
}

.offcanvas__logo a img {
    width: 60px;
    height: auto;
    border-radius: 100%;
}

.offcanvas__logo h2 {
    font-size: 1rem;
}

.offcanvas__logo {
    display: flex;
    justify-items: self-start;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.fea-ul li {
    font-size: 0.8rem;
    font-weight: 600;
}

.choose-us-wrapper .choose-us-content .choose-us-item .choose-us-box:not(:last-child) {
    margin-bottom: 10px;
}

.contact-wrapper .contact-item .content h3,
.contact-wrapper .contact-item .content p {
    color: white !important;
}

.footer-logo img {
    width: 100px;
    height: auto;
}

.widget-head h2 {
    font-size: 1.5rem;
    color: #fff
}

.map-section {
    border-radius: 30px;
    padding: 30px;
}

.map-section iframe {
    border-radius: 30px;

}


.contact-info-area h4 {
    font-size: 1rem !important;
}



.team-our-team img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
}
.contact-info-items h4{
    font-size: 1rem;
}