.elementor-42 .elementor-element.elementor-element-e82292c{--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-a5649f1 */.ss-footer{
    background:#5A1020;
    color:#fff;
    padding:80px 0 0;

    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}

.footer-container{
max-width:1400px;
margin:auto;
padding:0 60px;
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:50px;
}

.footer-column h2{
font-size:42px;
font-family:'Playfair Display',serif;
margin-bottom:20px;
color:#D4AF37;
}

.footer-column h3{
font-size:20px;
margin-bottom:20px;
color:#D4AF37;
}

.footer-column p,
.footer-column a{
display:block;
color:#e7e7e7;
text-decoration:none;
margin-bottom:12px;
line-height:1.7;
}

.footer-column a:hover{
color:#D4AF37;
}

.social-icons{
display:flex;
gap:15px;
margin-top:25px;
}

.social-icons a{
width:45px;
height:45px;
border:1px solid rgba(255,255,255,.2);
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
}

.newsletter-footer{
margin-top:70px;
padding:40px;
background:#6d152b;
text-align:center;
}

.newsletter-footer h3{
font-size:28px;
margin-bottom:20px;
color: #fff;
}

.newsletter-footer form{
display:flex;
justify-content:center;
gap:15px;
}

.newsletter-footer input{
width:400px;
padding:15px;
border:none;
outline:none;
}

.newsletter-footer button{
background:#D4AF37;
border:none;
padding:15px 30px;
font-weight:600;
cursor:pointer;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.1);
margin-top:50px;
padding:25px 60px;
display:flex;
justify-content:center;
align-items:center;
}

.payment-icons{
display:flex;
gap:30px;
font-size:26px;
padding: 10px;

}

@media (max-width:767px){

    .ss-footer{
        padding:40px 0 0;
    }

    .footer-container{
        grid-template-columns:1fr 1fr;
        gap:20px;
        padding:0 15px;
    }

    .footer-column:first-child{
        grid-column:1/-1;
        text-align:center;
    }

    .footer-column h2{
        font-size:28px;
        margin-bottom:10px;
    }

    .footer-column h3{
        font-size:16px;
        margin-bottom:10px;
    }

    .footer-column p,
    .footer-column a{
        font-size:13px;
        margin-bottom:6px;
        line-height:1.5;
    }

    .social-icons{
        justify-content:center;
        margin-top:10px;
    }

    .newsletter-footer{
        display:none;
    }

    .footer-bottom{
        margin-top:20px;
        padding:15px;
        flex-direction:column;
        gap:8px;
        text-align:center;
    }

    .payment-icons{
        gap:12px;
        font-size:20px;
    }

}/* End custom CSS */