/* Footer */

.footer-email input {
    /* border: none;
    outline: none;
    padding: 10px 8px;
    width: 100% !important;
    border-radius: 8px 0px 0px 8px;
    background-color: var(--violet-light) !important; */
    all: unset;
}

.footer-email {
    border: none;
    outline: none;
    padding: 10px 8px;
    width: 100% !important;
    border-radius: 8px 0px 0px 8px;
    background-color: var(--violet-light) !important;
}

.footer-content {
    padding: 8px;
}

.send-mail-btn {
    background-color: var(--violet-darkest);
    color: white;
    padding: 10px 10px;
    border-radius: 0px 8px 8px 0px;
}

.footer-links ul {
    padding: 0px !important;
}

.footer-links ul li {
    list-style-type: none;
    margin-bottom: 3px;
}
.footer-links ul a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: black;
}

#footer p {
    font-size: var(--fs-sm);
    font-family: var(--font-regular);
    margin-bottom: 0px;
}

.privacy-policy {
    background-color: #e5e6ff;
    padding: 8px;
}

.privacy-policy p {
    margin: 0px !important;
    font-family: var(--font-regular);
    font-size: var(--fs-sm);
}
