.contact__left-item ul li i {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.contact__left-item ul li i svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    stroke: white !important;
}

.contact__left-item ul li i svg path {
    stroke: white !important;
}

/* Fix for about-call-icon section */
.about-call-icon span svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
}

/* Set about section background to white */
.sub-bg {
    background-color: #ffffff !important;
}

/* Fix service icon positioning */
.service-two__content .icon {
    margin-top: 0px !important;
}