.elementor-164 .elementor-element.elementor-element-bb4dc22{--display:flex;--min-height:100px;}.elementor-164 .elementor-element.elementor-element-bb4dc22:not(.elementor-motion-effects-element-type-background), .elementor-164 .elementor-element.elementor-element-bb4dc22 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-d36f0de */.pyli-footer{
    background:#050505;
    padding:90px 90px 35px !important;
    border-top:1px solid rgba(201,157,74,0.12);
}

.pyli-footer-wrap{
    max-width:1400px;
    margin:auto;
}

.pyli-footer-top{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr;
    gap:70px;
    padding-bottom:55px;
}

.pyli-footer-brand img{
    width:150px;
    margin-bottom:28px;
}

.pyli-footer-brand p{
    color:#bdbdbd;
    font-size:17px;
    line-height:1.9;
    max-width:420px;
}

.pyli-footer-links h4,
.pyli-footer-contact h4{
    color:#C99D4A;
    font-size:15px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:26px;
}

.pyli-footer-links{
    display:flex;
    flex-direction:column;
}

.pyli-footer-links a{
    color:#ffffff;
    text-decoration:none;
    margin-bottom:16px;
    transition:0.3s ease;
    width:fit-content;
}

.pyli-footer-links a:hover{
    color:#C99D4A;
    transform:translateX(4px);
}

.pyli-footer-contact p{
    color:#d0d0d0;
    margin-bottom:16px;
    line-height:1.7;
}

.pyli-footer-bottom{
    border-top:1px solid rgba(201,157,74,0.10);
    padding-top:30px;
    text-align:center;
}

.pyli-footer-bottom p{
    color:#888;
    font-size:14px;
}

/* TABLET */

@media(max-width:1024px){

    .pyli-footer{
        padding:70px 45px 30px !important;
    }

    .pyli-footer-top{
        grid-template-columns:1fr 1fr;
        gap:45px;
    }

}

/* MOBILE */

@media(max-width:768px){

    .pyli-footer{
        padding:60px 22px 25px !important;
    }

    .pyli-footer-top{
        grid-template-columns:1fr;
        gap:40px;
    }

    .pyli-footer-brand img{
        width:120px;
    }

    .pyli-footer-brand p,
    .pyli-footer-contact p{
        font-size:15px;
    }

}/* SOCIALS */

.pyli-socials{
    display:flex;
    gap:14px;
    margin-top:28px;
}

.pyli-socials a{
    width:44px;
    height:44px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(201,157,74,0.25);

    color:#C99D4A;

    text-decoration:none;

    transition:0.35s ease;
}

.pyli-socials a:hover{
    background:#C99D4A;
    color:#000;
    transform:translateY(-3px);
}

/* LEGAL */

.pyli-footer-legal{
    display:flex;
    justify-content:center;
    gap:30px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.pyli-footer-legal a{
    color:#a5a5a5;
    text-decoration:none;
    transition:0.3s ease;
    font-size:14px;
}

.pyli-footer-legal a:hover{
    color:#C99D4A;
}

/* MOBILE */

@media(max-width:768px){

    .pyli-footer-legal{
        gap:18px;
    }

}.pyli-powered{
    margin-top:14px;
    color:#666;
    font-size:13px;
    letter-spacing:1px;
}

.pyli-powered a{
    color:#C99D4A;
    text-decoration:none;
    transition:0.3s ease;
}

.pyli-powered a:hover{
    color:#ffffff;
}.pyli-socials a svg{
    width:18px;
    height:18px;
    fill:#C99D4A !important;
}

.pyli-socials a:hover svg{
    fill:#000000 !important;
}.footer-contact{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.footer-contact p{
  margin:0;
  color:#d2d2d2;
  font-size:15px;
  line-height:1.7;
}

.footer-contact strong{
  color:#C99D4A;
  font-weight:600;
}

.footer-contact a{
  color:#ffffff;
  text-decoration:none;
  transition:0.3s ease;
}

.footer-contact a:hover{
  color:#C99D4A;
}

.footer-address{
  margin-top:10px !important;
  color:#bdbdbd !important;
}/* End custom CSS */