.elementor-17 .elementor-element.elementor-element-33fbaa4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-31d110e *//* ================= FOOTER ================= */

.footer{
    width:100%;
    background:#000;
    color:#fff;
    padding:20px 10px;
    text-align:center;
}

/* Download Button */

.download-box{
    margin-bottom:18px;
}

.download-box a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:260px;      /* 7:1 style */
    height:42px;
    border:1px solid #666;
    border-radius:5px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.download-box a i{
    font-size:22px;
    color:#34d058;
}

.download-box strong{
    font-size:15px;
    margin-left:3px;
}

/* Buttons */

.footer-buttons{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin:18px 0;
}

.footer-buttons a{
    background:#23866f;
    color:#fff;
    text-decoration:none;
    padding:9px 18px;
    font-size:13px;
    border-radius:3px;
}

.footer-buttons a:hover{
    background:#1d705d;
}

/* Title */

.footer-title{
    font-size:24px;
    margin:18px 0;
}

/* Links */

.footer-links{
    max-width:1200px;
    margin:auto;
    line-height:1.9;
    font-size:13px;
}

.footer-links a{
    color:#20a38b;
    text-decoration:none;
}

.footer-links a:hover{
    color:#fff;
}

/* Bottom */

.footer-bottom{
    max-width:1200px;
    margin:25px auto 0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
}

.license img{
    width:180px;
}

.footer-text{
    max-width:700px;
    text-align:left;
    color:#ddd;
    font-size:14px;
    line-height:1.7;
}

/* Mobile */

@media(max-width:768px){

.footer{
    padding:15px 8px;
}

.download-box a{
    width:210px;
    height:38px;
    font-size:12px;
}

.download-box a i{
    font-size:18px;
}

.download-box strong{
    font-size:13px;
}

.footer-buttons{
    gap:8px;
}

.footer-buttons a{
    width:47%;
    padding:8px;
    font-size:12px;
}

.footer-title{
    font-size:20px;
}

.footer-links{
    font-size:11px;
}

.footer-bottom{
    flex-direction:column;
    gap:15px;
}

.license img{
    width:150px;
}

.footer-text{
    text-align:center;
    font-size:12px;
}

}/* End custom CSS */