.elementor-9788 .elementor-element.elementor-element-8c01ed3{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c190cc7 *//* FULL WIDTH FOOTER (ELEMENTOR EDGE TO EDGE) */

.pro-footer{
background:#1c1c1c;
color:#ccc;
width:100vw;
margin-left:calc(-50vw + 50%);
padding:60px 20px 20px;
font-family:Arial, Helvetica, sans-serif;
box-sizing:border-box;
}

/* GRID */

.footer-container{
max-width:1400px;
margin:0 auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

/* TITLES */

.footer-col h4{
color:#fff;
margin-bottom:18px;
font-size:16px;
font-weight:600;
}

/* LINKS */

.footer-col ul{
list-style:none;
padding:0;
margin:0;
}

.footer-col ul li{
margin-bottom:10px;
}

.footer-col ul li a{
text-decoration:none;
color:#aaa;
font-size:14px;
transition:0.3s;
}

.footer-col ul li a:hover{
color:#fff;
padding-left:5px;
}

/* BOTTOM AREA */

.footer-bottom{
border-top:1px solid #333;
margin-top:40px;
padding-top:20px;
max-width:1400px;
margin-left:auto;
margin-right:auto;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

/* LOGOS */

.footer-logos img{
height:28px;
margin-right:15px;
opacity:0.8;
}

/* PAYMENTS */

.footer-payments img{
height:50px;
margin-left:12px;
background-color: #fff;
}

/* COPYRIGHT */

.footer-copy{
font-size:14px;
color:#999;
}

/* RESPONSIVE */

@media (max-width:900px){

.footer-container{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:500px){

.footer-container{
grid-template-columns:1fr;
text-align:center;
}

.footer-bottom{
flex-direction:column;
gap:15px;
text-align:center;
}

.footer-payments img{
margin:0 6px;
}

}/* End custom CSS */