
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-container > div {
    flex: 1 1 calc(25% - 20px);
    min-width: 200px;
}

.footer-about,
.footer-links,
.footer-contact,
.footer-social {
    margin-bottom: 20px;
}

.footer-about h3,
.footer-links h3,
.footer-contact h3,
.footer-social h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f7d34b;
}

.footer-about p,
.footer-links ul,
.footer-contact p,
.footer-social-icons a {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}

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

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

.footer-links ul li a {
    color: #f7d34b;
    text-decoration: none;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-contact p a {
    color: #f7d34b;
    text-decoration: none;
}

.footer-contact p a:hover {
    text-decoration: underline;
}

.footer-social-icons a {
    color: #f7d34b;
    font-size: 20px;
    margin-right: 10px;
    text-decoration: none;
}

.footer-social-icons a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 13px;
    color: #bbb;
}

.contact{
    color: #f7d34b;
}