.legal-rotator-footer {
    min-height: 80px;
}

.legal-rotator-footer h2 {
    margin-bottom: 12px;
}

.legal-rotator-text {
    position: relative;
    height: 28px;
    overflow: hidden;
}

.legal-rotator-text a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    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;
}

.legal-rotator-text a:hover {
    color: #f5a623;
}

.legal-rotator-text a.fade-out {
    opacity: 0;
    transform: translateY(-12px);
}

.legal-rotator-text a.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.footer-contact-cta p {
    margin-bottom: 18px;
    color: #ffffff;
    line-height: 1.6;
}

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    background-color: #ffffff;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.footer-contact-btn:hover {
    background-color: #f5a623;
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-contact-btn i {
    font-size: 13px;
}

.footer-copyright-text a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-copyright-text a:hover {
    color: #f5a623;
}