/* Start custom CSS for html, class: .elementor-element-a6d0ffa */.healthcall-footer{
    background:#0B5D2A;
    color:#fff;
    font-family:Poppins,sans-serif;
    padding:60px 0 0;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:40px;
    padding:0 20px;
}

.logo{
    font-size:34px;
    margin-bottom:15px;
}

.health{
    color:#ffffff;
}

.call{
    color:#D89B2B;
}

.tagline{
    color:#d8e6d8;
    line-height:1.7;
    margin-bottom:20px;
}

.footer-column h3{
    margin-bottom:20px;
    font-size:22px;
}

.footer-column ul{
    list-style:none;
    padding:0;
}

.footer-column li{
    margin-bottom:12px;
}

.footer-column a{
    color:#d8e6d8;
    text-decoration:none;
    transition:.3s;
}

.footer-column a:hover{
    color:#D89B2B;
    padding-left:6px;
}

.social-icons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.social-icons a{
    background:#1b6e37;
    color:#fff;
    padding:10px 14px;
    border-radius:6px;
    font-size:14px;
}

.newsletter{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.newsletter input{
    padding:14px;
    border:none;
    border-radius:8px;
    outline:none;
}

.newsletter button{
    background:#D89B2B;
    color:#fff;
    border:none;
    padding:14px;
    border-radius:8px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.newsletter button:hover{
    background:#b67b17;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    text-align:center;
    padding:20px;
    margin-top:50px;
    color:#d8e6d8;
    font-size:15px;
}

@media(max-width:768px){

.footer-container{
    text-align:center;
}

.social-icons{
    justify-content:center;
}

}/* End custom CSS */