/* Footer with solid green background */
.footer-gradient {
    background: #8bc33e;
    position: relative;
    overflow: hidden;
}

.footer-gradient::before {
    content: none;
}

.footer-gradient .container {
    position: relative;
    z-index: 2;
}

.footer-gradient h5 {
    color: white;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.footer-gradient p.text-muted,
.footer-gradient .text-muted {
    color: #ffffff !important;
}

.footer-gradient a.text-muted {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.footer-gradient a.text-muted:hover {
    color: #f5ffe8 !important;
}

.footer-gradient .social-links a {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
    color: white !important;
}

.footer-gradient .social-links a:hover {
    background: #1F6A3A;
    border-color: #1F6A3A;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(31, 106, 58, 0.4);
    color: white !important;
    text-decoration: none !important;
}

.footer-gradient .social-links a i {
    color: white !important;
}

.footer-gradient hr.bg-secondary {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: none;
    height: 1px;
}

.footer-compact {
    font-size: 0.94rem;
}

.footer-compact p {
    line-height: 1.5;
}

.footer-links li {
    margin-bottom: 0.35rem;
}

.footer-links li:last-child {
    margin-bottom: 0;
}
