/* Start custom CSS for html, class: .elementor-element-377d641 *//* FOOTER BASE */
.site-footer{
  background:#0B2C4D;
  color:#E1E6EC;
  padding:90px 20px 0;
}

/* GRID */
.footer-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:2.2fr 1fr 1fr 1.4fr;
  gap:50px;
}

/* BRAND */
.footer-brand img{
  max-width:220px;
}
.footer-brand p{
  margin:18px 0;
  font-family:'Inter',sans-serif;
  font-size:14px;
  line-height:1.8;
}
.footer-brand strong{color:#fff;}

/* TRUST BADGES */
.footer-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.footer-trust span{
  background:#2F5D8C;
  color:#fff;
  font-size:12px;
  padding:6px 12px;
  border-radius:20px;
}

/* HEADINGS */
.site-footer h4{
  font-family:'Poppins',sans-serif;
  font-size:17px;
  color:#fff;
  margin-bottom:18px;
}

/* LINKS */
.site-footer ul{list-style:none;padding:0;}
.site-footer li{
  font-size:14px;
  margin-bottom:12px;
}
.site-footer a{
  color:#E1E6EC;
  text-decoration:none;
}
.site-footer a:hover{color:#fff;}

/* CONTACT CARD */
.footer-contact-card{
  background:#0E355F;
  padding:28px;
  border-radius:10px;
}

/* ADDRESS */
.footer-contact-card .address{
  font-size:14px;
  line-height:1.7;
  margin-bottom:14px;
}

/* PHONES */
.footer-contact-card .phones{
  margin-bottom:16px;
}
.footer-contact-card .phone{
  display:inline-block;
  font-family:'Poppins',sans-serif;
  letter-spacing:1px;
  text-decoration:none;
}
.footer-contact-card .phone.primary{
  font-size:20px;
  font-weight:600;
  color:#fff;
}
.footer-contact-card .phone.secondary{
  font-size:15px;
  color:#C9D1DB;
}

/* SOCIAL ICONS */
.contact-social{
  display:flex;
  gap:10px;
  margin-bottom:18px;
}
.contact-social a{
  width:34px;
  height:34px;
  background:#2F5D8C;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:600;
  color:#fff;
  transition:.3s;
}
.contact-social a:hover{
  background:#fff;
  color:#0B2C4D;
}

/* BUTTONS */
.contact-actions{
  display:flex;
  gap:10px;
}
.contact-btn{
  flex:1;
  text-align:center;
  padding:11px 0;
  border-radius:4px;
  font-family:'Poppins',sans-serif;
  font-size:14px;
  transition:.3s;
}
.contact-btn.call{
  background:#fff;
  color:#0B2C4D;
}
.contact-btn.call:hover{
  background:#2F5D8C;
  color:#fff;
}
.contact-btn.whatsapp{
  background:#2F5D8C;
  color:#fff;
}
.contact-btn.whatsapp:hover{
  background:#1f4b73;
}

/* FOOTER BOTTOM */
.footer-bottom{
  margin-top:60px;
  padding:20px 0;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.15);
  font-size:13px;
  color:#C9D1DB;
}

/* RESPONSIVE */
@media(max-width:900px){
  .footer-container{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:600px){
  .footer-container{
    grid-template-columns:1fr;
  }
  .contact-actions{
    flex-direction:column;
  }
}

/* WHATSAPP FLOAT */
.whatsapp-float{
  position:fixed;
  bottom:90px;
  right:18px;
  width:54px;
  height:54px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:700;
  z-index:9999;
}
@media(min-width:769px){
  .whatsapp-float{display:none;}
}

/* STICKY CALL BAR */
.mobile-call-bar{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background:#0B2C4D;
  z-index:9998;
}
.mobile-call-bar a{
  display:block;
  text-align:center;
  padding:15px 0;
  color:#fff;
  font-family:'Poppins',sans-serif;
  font-size:16px;
  font-weight:600;
}
@media(min-width:769px){
  .mobile-call-bar{display:none;}
}/* End custom CSS */