.footer-legal-slider {
    position: relative;
    height: 32px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.footer-legal-slider a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.45s ease, transform 0.45s ease, color 0.3s ease;
}

.footer-legal-slider a:hover {
    color: #C0392B;
}

.footer-legal-slider a.fade-out {
    opacity: 0;
    transform: translateY(-10px);
}

.footer-legal-slider a.fade-in {
    opacity: 1;
    transform: translateY(0);
}
strong {
    color: #C0392B;
    font-weight: 800;
}

.service-img-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-img-icon img {
    width: 58%;
    height: 58%;
    object-fit: contain;
    display: block;
}

.professional-servies-logo-box ul {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.professional-servies-logo-box ul li {
    width: 193px !important;
    height: 120px !important;
    overflow: hidden;
    border-radius: 28px;
    background: #F5F5F5;
}

.professional-servies-logo-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.professional-servies-logo-box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.footer-contractor-img {
    transform: translateY(30px);
}

.footer-services-rotator {
    position: relative;
    height: 32px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.footer-services-rotator a {
    padding: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.45s ease, transform 0.45s ease, color 0.3s ease;
}

.footer-services-rotator a:hover {
    color: #C0392B;
}

.footer-services-rotator a.fade-out {
    opacity: 0;
    transform: translateY(-10px);
}

.footer-services-rotator a.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.choose-img-icon {
    width: 69px;
    height: 69px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-img-icon img {
    width: 69px;
    height: 69px;
    object-fit: contain;
    display: block;
}