
/* Footer CSS */

.footer {
    background-color: #1B3822;
    color: white;
}

.site-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Manrope", sans-serif;
    text-align: left;
    color: #ffffff;
}

.logo-form-footer{
    padding: 60px 0;    
}

.logo-form-footer img {
    width: 100%;
    height: auto;
}

.quick-links {
    gap: 1em;
    display: grid;
}

.quick-links li a{
    text-decoration: unset;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    font-family: "Manrope", sans-serif;
    text-align: left;

}

.list-icon-text{
    display: flex;
    gap: 1em;
    align-items: center;
}

.footer .social-icons a {
    font-size: 1.25rem;
    margin-right: 15px;
    color: white;
    font-family: "Manrope", sans-serif;
}

.social-icons i {
    font-size: 24px;
}

.num-add-icon{
    font-size: 24px;
}

.footer .btn-warning {
    background-color: #F77900;
    border-color: #F77900;
}

.custom-footer-form {
    background: #2f422f;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    color: #ffffff;
    border-radius: 10px;
    border: unset;
    padding: 12px 16px;
}

.custom-footer-form::placeholder {
    color: #ffffff; 
}

.footer-submit-button {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: center;
    padding: 15px 40px;
    border-radius: 8px;
}

.copyright p{
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: center;
}

@media(max-width: 768px){
    .logo-form-footer img {
        width: 60%;
        height: auto;
    }
}