.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-7bd3121 *//* ==========================
   RESET
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fff;
    color:#333;
}

/* ==========================
   FOOTER
========================== */

.walleven-footer{
    background:#121212;
    color:#ddd;
    padding:70px 20px 25px;
}

.footer-container{
    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:50px;
}

/* ==========================
   LOGO
========================== */

.footer-logo{
    display:inline-block;
    margin-bottom:22px;
}

.footer-logo img{
    width:220px;
    max-width:100%;
    height:auto;
    display:block;
}

/* ==========================
   TEXT
========================== */

.footer-col p{
    color:#aaa;
    line-height:1.9;
    max-width:340px;
}

.footer-col h3{
    color:#fff;
    font-size:22px;
    margin-bottom:22px;
    font-weight:600;
}

/* ==========================
   LINKS
========================== */

.footer-col ul{
    list-style:none;
}

.footer-col ul li{
    margin:13px 0;
}

.footer-col ul li a{
    color:#aaa;
    text-decoration:none;
    transition:.3s;
}

.footer-col ul li a:hover{
    color:#c8a25a;
    padding-left:6px;
}

/* ==========================
   CONTACT
========================== */

.contact li{
    color:#aaa;
    line-height:1.8;
}

/* ==========================
   SOCIAL
========================== */

.social{
    display:flex;
    gap:15px;
    margin-top:28px;
}

.social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#222;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    text-decoration:none;

    transition:.35s;
}

.social a:hover{
    background:#c8a25a;
    transform:translateY(-4px);
}

/* ==========================
   FOOTER BOTTOM
========================== */

.footer-bottom{

    max-width:1280px;
    margin:50px auto 0;

    padding-top:25px;

    border-top:1px solid #2b2b2b;

    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:20px;
    flex-wrap:wrap;
}

.footer-bottom p{
    color:#888;
    font-size:15px;
}

.payments{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.payments span{

    background:#fff;
    color:#222;

    padding:8px 14px;

    border-radius:6px;

    font-size:13px;
    font-weight:600;
}

/* ==========================
   TABLET
========================== */

@media (max-width:992px){

.footer-container{

grid-template-columns:repeat(2,1fr);

}

}

/* ==========================
   MOBILE
========================== */

@media (max-width:767px){

.footer-container{

grid-template-columns:1fr;

text-align:center;

gap:40px;

}

.footer-logo{

display:flex;

justify-content:center;

}

.footer-col p{

margin:auto;

}

.social{

justify-content:center;

}

.footer-bottom{

flex-direction:column;

text-align:center;

}

.payments{

justify-content:center;

}

}/* End custom CSS */