/* Corporate Footer Module Component Architecture Parameters Layout Mapping CSS Styles rules sheet */

.site-footer {
    background-color: #0B0B0B;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-header-title {
    color: var(--white);
    font-weight: 700;
    position: relative;
}

.footer-navigation-links-list {
    margin: 0;
    padding: 0;
}

.footer-navigation-links-list li {
    margin-bottom: 12px;
}

.footer-navigation-links-list a {
    color: #A0A0A0;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.footer-navigation-links-list a:hover {
    color: var(--heritage-gold);
    transform: translateX(4px);
}

.social-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.social-icon-link:hover {
    border-color: var(--heritage-gold);
    background-color: rgba(199, 168, 107, 0.05);
}

.color-hover-gold:hover {
    color: var(--heritage-gold) !important;
}
