/* Footer Styles */
.site-footer {
    background-color: #f8f9fa;
    padding: 50px 0 20px;
    margin-top: 60px;
    border-top: 1px solid #eee;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    clear: both;
    box-sizing: border-box;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-logo {
    margin-bottom: 15px;
    display: block;
}

.footer-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #FF0000;
}
