.elementor-48 .elementor-element.elementor-element-7634324{--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-d5c0723 */:root{
  --cream:#FBF7EF;
  --forest-deep:#2E3A26;
  --gold-light:#E3C077;
}

.footer{
    width:100vw;
    margin-left:calc(50% - 50vw);
    background:#2E3A26;
    color:rgba(251,247,239,.75);
    padding:70px 0 30px;
}

.footer .wrap{
    width:100%;
    max-width:1180px;
    margin:auto;
    padding:0 40px;
}

@media(max-width:768px){
    .footer .wrap{
        padding:0 22px;
    }
}

.footer-top{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1fr;
    gap:50px;
    padding-bottom:50px;
    border-bottom:1px solid rgba(251,247,239,.15);
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
}

.footer-brand img{
    height:40px;
    width:auto;
    filter:brightness(0) invert(1) opacity(.9);
}

.footer-brand span{
    font-family:'Cormorant Garamond',serif;
    font-size:19px;
    color:var(--cream);
}

.footer-desc{
    font-size:14px;
    max-width:280px;
    color:rgba(251,247,239,.65);
    line-height:1.7;
}

.footer-col h4{
    color:var(--cream);
    font-size:13px;
    letter-spacing:.1em;
    text-transform:uppercase;
    margin-bottom:20px;
    font-family:'Jost',sans-serif;
    font-weight:500;
}

.footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-col li{
    margin-bottom:12px;
    font-size:14px;
}

.footer-col a{
    color:inherit;
    text-decoration:none;
    transition:.3s;
}

.footer-col a:hover{
    color:var(--gold-light);
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    padding-top:26px;
    font-size:12.5px;
    color:rgba(251,247,239,.5);
}

@media (max-width:1000px){

.footer-top{
grid-template-columns:1fr 1fr;
gap:36px;
}

}

@media (max-width:768px){

.footer .wrap{
padding:0 22px;
}

.footer-top{
grid-template-columns:1fr;
gap:30px;
text-align:center;
}

.footer-brand{
justify-content:center;
}

.footer-desc{
margin:auto;
}

.footer-bottom{
flex-direction:column;
text-align:center;
}

.elementor-container,
.elementor-widget-wrap,
.e-con,
.e-con-inner{
    max-width:100% !important;
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
}
}/* End custom CSS */