/* Modern Footer Styles */
footer {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    font-family: 'Jost', sans-serif;
}

.wsus__footer_content {
    margin-bottom: 30px;
}

/* Logo Adjustments */
.footer_logo {
    margin-bottom: 25px;
    display: block;
}

.footer_logo img {
    width: 140px !important;
    height: auto !important;
    /* Optional: Make logo white if it's dark */
    /* filter: brightness(0) invert(1); */ 
}

/* Headings */
.wsus__footer_content h4 {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wsus__footer_content h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
}

/* Links */
.footer_link li {
    margin-bottom: 12px;
}

.footer_link li a {
    color: #b0b0b0 !important;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.footer_link li a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    transform: translateX(5px);
    padding-left: 5px;
    background-color: transparent !important; /* Ensure no background color change */
}

/* Social Icons */
.footer_icon li a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer_icon li a:hover {
    background: #ffffff !important;
    color: #000000 !important;
    transform: translateY(-3px);
}

.footer_icon li {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Copyright */
.wsus__copyright {
    margin-top: 60px !important;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000000 !important; /* Ensure copyright bg is also black */
}

.wsus__copyright p {
    color: #888888 !important;
    font-size: 14px;
}

/* Hide elements as requested */
.large_subscribe {
    display: none !important;
}

.wsus__footer_content .address,
.wsus__footer_content .call_mail {
    display: none !important;
}
