.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-f7127fa */.footer{

background:#2f1d16;

color:#eee;

position:relative;

overflow:hidden;

padding-top:90px;

font-family:Poppins,sans-serif;

}

.footer-pattern{

position:absolute;

width:100%;

height:100%;

background:url(images/pattern.png);

opacity:.04;

pointer-events:none;

}

.footer .container{

width:90%;

max-width:1300px;

margin:auto;

position:relative;

z-index:2;

}

.footer-top{

display:grid;

grid-template-columns:2fr 1fr 1fr 1.5fr;

gap:60px;

padding-bottom:70px;

border-bottom:1px solid rgba(255,255,255,.1);

}

.footer-column h2{

font-size:40px;

font-family:'Cormorant Garamond',serif;

margin-bottom:20px;

color:#d9b98e;

}

.footer-column h3{

margin-bottom:25px;

font-size:22px;

font-family:'Cormorant Garamond',serif;

color:#d9b98e;

}

.footer-column p{

line-height:32px;

color:#ccc;

}

.footer-column ul{

list-style:none;

padding:0;

margin:0;

}

.footer-column ul li{

margin-bottom:16px;

}

.footer-column ul li a{

text-decoration:none;

color:#ccc;

transition:.3s;

}

.footer-column ul li a:hover{

color:#d9b98e;

padding-left:8px;

}

.contact-info li{

display:flex;

gap:15px;

align-items:flex-start;

line-height:28px;

}

.contact-info i{

color:#d9b98e;

margin-top:6px;

}

.social-icons{

margin-top:30px;

display:flex;

gap:15px;

}

.social-icons a{

width:45px;

height:45px;

border:1px solid rgba(255,255,255,.2);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:white;

text-decoration:none;

transition:.3s;

}

.social-icons a:hover{

background:#d9b98e;

color:#2f1d16;

transform:translateY(-5px);

}

.newsletter{

margin:70px 0;

display:flex;

justify-content:space-between;

align-items:center;

padding:40px;

background:#3c271f;

border-radius:18px;

gap:30px;

}

.newsletter h3{

font-size:30px;

font-family:'Cormorant Garamond',serif;

margin-bottom:10px;

color:#fff;

}

.newsletter p{

color:#ccc;

}

.newsletter form{

display:flex;

flex:1;

justify-content:flex-end;

}

.newsletter input{

width:100%;

max-width:380px;

padding:18px;

border:none;

outline:none;

border-radius:50px 0 0 50px;

font-size:15px;

}

.newsletter button{

padding:18px 35px;

border:none;

background:#d9b98e;

color:#2f1d16;

font-weight:600;

cursor:pointer;

border-radius:0 50px 50px 0;

transition:.3s;

}

.newsletter button:hover{

background:#fff;

}

.trust-badges{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

text-align:center;

margin-bottom:70px;

}

.trust-badges div{

padding:22px;

background:#3c271f;

border-radius:14px;

font-weight:500;

transition:.3s;

}

.trust-badges div:hover{

background:#d9b98e;

color:#2f1d16;

}

.trust-badges i{

display:block;

font-size:28px;

margin-bottom:12px;

}

.footer-bottom{

padding:35px 0;

display:flex;

justify-content:space-between;

align-items:center;

border-top:1px solid rgba(255,255,255,.08);

}

.footer-links{

display:flex;

gap:30px;

}

.footer-links a{

text-decoration:none;

color:#bbb;

transition:.3s;

}

.footer-links a:hover{

color:#d9b98e;

}

@media(max-width:991px){

.footer-top{

grid-template-columns:repeat(2,1fr);

}

.newsletter{

flex-direction:column;

text-align:center;

}

.newsletter form{

justify-content:center;

width:100%;

}

.trust-badges{

grid-template-columns:repeat(2,1fr);

}

.footer-bottom{

flex-direction:column;

gap:20px;

text-align:center;

}

}

@media(max-width:768px){

.footer-top{

grid-template-columns:1fr;

}

.trust-badges{

grid-template-columns:1fr;

}

.newsletter form{

flex-direction:column;

}

.newsletter input{

border-radius:50px;

max-width:100%;

margin-bottom:15px;

}

.newsletter button{

border-radius:50px;

width:100%;

}

.footer-links{

flex-wrap:wrap;

justify-content:center;

}

}/* End custom CSS */