.elementor-567 .elementor-element.elementor-element-a33c4a5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cde689f *//* ===========================
   FOOTER
=========================== */

.footer{

background:#111;

color:#fff;

padding:70px 20px 20px;

}

.footer-container{

max-width:1300px;

margin:auto;

}

.footer-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:40px;

margin-bottom:40px;

}

.footer-logo{

width:180px;

margin-bottom:20px;

}

.footer-column h3{

font-size:24px;

margin-bottom:20px;

color:#ff6b00;

}

.footer-column p{

font-size:16px;

line-height:1.8;

color:#ddd;

margin-bottom:15px;

}

.footer-column ul{

list-style:none;

padding:0;

}

.footer-column ul li{

margin-bottom:12px;

}

.footer-column ul li a{

text-decoration:none;

color:#ddd;

transition:.3s;

}

.footer-column ul li a:hover{

color:#ff6b00;

padding-left:8px;

}

.footer-call,
.footer-whatsapp{

display:block;

text-align:center;

padding:14px;

border-radius:8px;

text-decoration:none;

font-weight:bold;

margin-top:15px;

transition:.3s;

}

.footer-call{

background:#ff6b00;

color:#fff;

}

.footer-call:hover{

background:#e65d00;

}

.footer-whatsapp{

background:#25D366;

color:#fff;

}

.footer-whatsapp:hover{

background:#1ea851;

}

.footer hr{

border:none;

height:1px;

background:#333;

margin:30px 0 20px;

}

.copyright{

text-align:center;

font-size:15px;

color:#bbb;

}

/* ===========================
   FLOATING BUTTONS
=========================== */

.floating-call,
.floating-whatsapp{

position:fixed;

right:20px;

width:60px;

height:60px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

text-decoration:none;

color:#fff;

box-shadow:0 8px 20px rgba(0,0,0,.25);

z-index:9999;

transition:.3s;

}

.floating-call{

bottom:95px;

background:#ff6b00;

}

.floating-call:hover{

transform:scale(1.08);

}

.floating-whatsapp{

bottom:20px;

background:#25D366;

}

.floating-whatsapp:hover{

transform:scale(1.08);

}

/* ===========================
   TABLET
=========================== */

@media(max-width:992px){

.footer-grid{

grid-template-columns:repeat(2,1fr);

gap:30px;

}

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:768px){

.footer{

padding:50px 15px 20px;

}

.footer-grid{

grid-template-columns:1fr;

text-align:center;

}

.footer-logo{

margin:auto auto 20px;

}

.footer-column ul{

padding:0;

}

.footer-call,
.footer-whatsapp{

width:100%;

}

.floating-call,
.floating-whatsapp{

width:55px;

height:55px;

font-size:24px;

right:15px;

}

.floating-call{

bottom:85px;

}

.floating-whatsapp{

bottom:15px;

}

}/* End custom CSS */