.footer {
    background-color: #00A4A7;
    color: #FFFFFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-logo p {
    margin: 0;
    font-size: 14px;
}

.footer-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
}

.footer-section {
    flex: 1 1 20%;
    margin: 20px;
    text-align: center;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

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

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}

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

.footer-subscribe {
    text-align: center;
    margin-bottom: 20px;
}

.footer-subscribe form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-subscribe input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
}

.footer-subscribe button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #FFA500;
    color: #FFFFFF;
    cursor: pointer;
}

.footer-social {
    text-align: center;
    margin-top: 20px;
}

.footer-social a {
    margin: 0 10px;
    color: #FFFFFF;
    font-size: 24px;
    text-decoration: none;
}

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