/* ===== FOOTER ===== */
.elara-footer {
    background: #E2CEF0;
    padding: 70px 0 50px;
    margin-top: 80px;
}

.footer-logo {
    width: 140px;
}

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

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

.footer-links a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
}

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

.footer-text {
    color: #4D484B;
    font-size: 15px;
    margin-top: 15px;
}

.footer-newsletter {
    margin-top: 50px;
}

.footer-newsletter h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-newsletter p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.newsletter-form {
    position: relative;
    max-width: 400px;
}

.newsletter-form input {
    width: 100%;
    border-radius: 40px;
    border: none;
    padding: 14px 20px;
    outline: none;
}

.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(90deg, #c77dff, #9d4edd);
    color: white;
    padding: 0 20px;
    font-weight: 600;
}

.footer-social {
    margin-top: 0;
}

.footer-social a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    background: #8e44ec;
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    text-decoration: none;
}

.footer-social a:hover {
    background: black;
}