.elementor-86 .elementor-element.elementor-element-8937c7a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f7dc1a8 */@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");

.site-footer{
    background:#000;
    color:#fff;
    padding:35px 20px 18px;
    text-align:center;
    font-family:"Cabin",sans-serif;
}

.site-footer *{
    box-sizing:border-box;
}

.site-footer img{
    width:165px;
    max-width:100%;
    margin-bottom:20px;
    transition:transform .35s ease;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.site-footer img:hover{
    transform:scale(1.05);
}

.site-footer nav{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:24px;
    margin-bottom:20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer nav a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    position:relative;
    transition:color .3s ease;
}

.site-footer nav a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-5px;
    width:0;
    height:2px;
    background:#ff84ef;
    transition:width .3s ease;
}

.site-footer nav a:hover{
    color:#ff84ef;
}

.site-footer nav a:hover::after{
    width:100%;
}

.footer-info{
    margin:20px 0;
}

.footer-info p{
    margin:5px 0;
    color:rgba(255,255,255,.75);
    font-size:14px;
    line-height:1.6;
}

.footer-btn{
    display:inline-block;
    margin-top:8px;
    padding:11px 22px;
    background:#A20A89;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    font-size:13px;
    border-radius:4px;
    transition:all .3s ease;
}

.footer-btn:hover{
    background:#860770;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(162,10,137,.35);
}

.site-footer > p:last-child{
    margin-top:25px;
    padding-top:15px;
    border-top:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.55);
    font-size:13px;
}

/* Responsive */

@media (max-width:768px){

    .site-footer{
        padding:30px 15px 15px;
    }

    .site-footer img{
        width:145px;
    }

    .site-footer nav{
        flex-direction:column;
        gap:14px;
        margin-bottom:18px;
    }

    .footer-info{
        margin:16px 0;
    }

    .footer-btn{
        width:100%;
        max-width:240px;
    }

}/* End custom CSS */