footer {
    background-color: #769f2f;
    color: #131212;
    padding: 40px 0;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-logo {
    width: 60%;
    max-width: 100px;
}

.footer-section h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #131212;
}

.footer-section p, .footer-section a {
    color: #131212;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-section a:hover {
    color: #131212;
}

.footer-social {
    text-align: center;
    margin-top: 20px;
}

.footer-social ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-social a {
    color: #0e0101;
    font-size: 1.5rem;
}

.footer-social a:hover {
    color: #fff;
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #080000;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

#toTop:hover {
    background: #070000;
}
