/* ==========================================================================
   /en/Shared/LOCK/footer.css — FAZ-04 FOOTER (ISOLATED) — v1
   Goal: Footer area is 100% isolated. It will not break regardless of external CSS.
   Note: All selectors are scoped under .kale-lock-footer-wrap.
   ========================================================================== */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/* CTA (Block above footer) */
.kale-lock-footer-wrap .cta-section{
  background:#212b36 !important;
  padding:45px 0 !important;
  border-bottom:0 !important;
}
.kale-lock-footer-wrap .cta-section,
.kale-lock-footer-wrap .cta-section *{ box-sizing:border-box !important; }

.kale-lock-footer-wrap .cta-container{
  max-width:1400px !important;
  margin:0 auto !important;
  padding:0 20px !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:30px !important;
  flex-wrap:wrap !important;
}
.kale-lock-footer-wrap .cta-content h2{
  color:#fff !important;
  font-size:32px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  margin:0 0 10px 0 !important;
  transition:color .2s ease !important;
}
.kale-lock-footer-wrap .cta-content h2:hover{ color:#3399ff !important; }
.kale-lock-footer-wrap .cta-content p{
  color:#adb5bd !important;
  font-size:15px !important;
  margin:0 !important;
  max-width:760px !important;
}

.kale-lock-footer-wrap .cta-buttons{
  display:flex !important;
  gap:14px !important;
  flex-wrap:wrap !important;
  margin-left:auto !important;
  padding-right:10px !important;
}
.kale-lock-footer-wrap .cta-button-light,
.kale-lock-footer-wrap .cta-button-accent{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:11px 22px !important;
  border-radius:6px !important;
  font-weight:800 !important;
  font-size:14px !important;
  text-decoration:none !important;
  transition:0.25s !important;
  white-space:nowrap !important;
  border:0 !important;
  outline:0 !important;
}
.kale-lock-footer-wrap .cta-button-light{
  border:1px solid rgba(255,255,255,0.92) !important;
  color:#fff !important;
  background:transparent !important;
}
.kale-lock-footer-wrap .cta-button-light:hover{ background:#fff !important; color:#212b36 !important; }

.kale-lock-footer-wrap .cta-button-accent{
  background:#3399ff !important;
  color:#fff !important;
}
.kale-lock-footer-wrap .cta-button-accent:hover{ filter:brightness(0.95) !important; }
.kale-lock-footer-wrap .cta-buttons i{ color:inherit !important; }

/* FOOTER */
.kale-lock-footer-wrap .main-footer{
  background:#212b36 !important;
  color:#fff !important;
  font-family:'Poppins', sans-serif !important;
  display:block !important;
}
.kale-lock-footer-wrap .main-footer,
.kale-lock-footer-wrap .main-footer *{ box-sizing:border-box !important; }
.kale-lock-footer-wrap .main-footer ul,
.kale-lock-footer-wrap .main-footer ol{ margin:0 !important; padding:0 !important; list-style:none !important; }
.kale-lock-footer-wrap .main-footer a{ text-decoration:none !important; }

.kale-lock-footer-wrap .footer-top{
  padding:55px 0 !important;
  border-top:0 !important;
  border-bottom:1px solid rgba(255,255,255,0.06) !important;
  background:transparent !important;
}
.kale-lock-footer-wrap .footer-container{
  max-width:1400px !important;
  margin:0 auto !important;
  padding:0 20px !important;
}
.kale-lock-footer-wrap .footer-row{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:space-between !important;
  align-items:flex-start !important;
  gap:40px !important;
}
.kale-lock-footer-wrap .footer-col{
  flex:1 1 220px !important;
  min-width:220px !important;
}
.kale-lock-footer-wrap .about-col{
  flex:1.2 1 260px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
}

.kale-lock-footer-wrap .footer-logo{
  height:50px !important;
  width:auto !important;
  display:block !important;
  margin:0 0 10px 0 !important;
  background:#fff !important;
  padding:10px 14px !important;
  border-radius:6px !important;
}
.kale-lock-footer-wrap .footer-desc{
  color:#3399ff !important;
  font-size:15px !important;
  font-weight:800 !important;
  margin:0 0 14px 0 !important;
  text-align:center !important;
  width:100% !important;
}

/* Social */
.kale-lock-footer-wrap .footer-social{
  display:flex !important;
  gap:10px !important;
  margin-top:6px !important;
  justify-content:center !important;
}
.kale-lock-footer-wrap .social-link{
  width:38px !important;
  height:38px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,0.10) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  transition:0.25s !important;
}
.kale-lock-footer-wrap .social-link i{
  color:#fff !important;
  font-size:15px !important;
  line-height:1 !important;
  display:block !important;
}
.kale-lock-footer-wrap .social-link:hover{ transform:translateY(-2px) !important; }
.kale-lock-footer-wrap .social-link.facebook:hover{ background:#1877f2 !important; }
.kale-lock-footer-wrap .social-link.twitter:hover{ background:#1da1f2 !important; }
.kale-lock-footer-wrap .social-link.instagram:hover{ background:#c13584 !important; }
.kale-lock-footer-wrap .social-link.linkedin:hover{ background:#0a66c2 !important; }
.kale-lock-footer-wrap .social-link.youtube:hover{ background:#ff0000 !important; }

/* Column headings */
.kale-lock-footer-wrap .footer-col h4{
  font-size:17px !important;
  font-weight:800 !important;
  margin:0 0 22px 0 !important;
  padding-bottom:6px !important;
  border-bottom:2px solid #3399ff !important;
  display:inline-block !important;
  color:#fff !important;
}

/* Link columns */
.kale-lock-footer-wrap .links-col li{ margin:0 0 10px 0 !important; }
.kale-lock-footer-wrap .links-col a{
  color:#adb5bd !important;
  font-size:13px !important;
  font-weight:700 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  text-decoration:none !important;
  transition:0.25s !important;
}
.kale-lock-footer-wrap .links-col a i{ color:#3399ff !important; font-size:13px !important; }
.kale-lock-footer-wrap .links-col a:hover{ color:#fff !important; transform:translateX(2px) !important; }
.kale-lock-footer-wrap .links-col a:hover i{ color:#3399ff !important; }

/* Contact */
.kale-lock-footer-wrap .contact-col .contact-item{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin:0 0 10px 0 !important;
  color:#adb5bd !important;
  font-size:13px !important;
}
.kale-lock-footer-wrap .contact-col .contact-item i{ color:#3399ff !important; margin-top:3px !important; }

/* WhatsApp */
.kale-lock-footer-wrap .whatsapp-btn-footer{
  margin-top:12px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  background:#22b365 !important;
  color:#fff !important;
  padding:10px 18px !important;
  border-radius:999px !important;
  font-weight:900 !important;
  font-size:13px !important;
  text-decoration:none !important;
  transition:0.25s !important;
  box-shadow:0 8px 18px rgba(34,179,101,0.22) !important;
}
.kale-lock-footer-wrap .whatsapp-btn-footer i{ color:#fff !important; font-size:16px !important; line-height:1 !important; }
.kale-lock-footer-wrap .whatsapp-btn-footer:hover{
  filter:brightness(0.95) !important;
  box-shadow:0 10px 22px rgba(34,179,101,0.28) !important;
}

/* Bottom band (centered legal links) */
.kale-lock-footer-wrap .footer-bottom{
  background:#1a222a !important;
  padding:18px 0 !important;
}
.kale-lock-footer-wrap .footer-bottom .container{
  max-width:1400px !important;
  margin:0 auto !important;
  padding:0 20px !important;

  display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center !important;
  gap:16px !important;
}
.kale-lock-footer-wrap .copyright-text{
  color:#8b95a1 !important;
  font-size:12px !important;
  justify-self:start !important;
}
.kale-lock-footer-wrap .copyright-text strong{ color:#fff !important; font-weight:900 !important; }

.kale-lock-footer-wrap .footer-legal-links{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:26px !important;
  justify-content:center !important;
  justify-self:center !important;
  margin:0 !important;
}
.kale-lock-footer-wrap .footer-legal-links a{
  color:#bbb !important;
  font-size:14px !important;
  font-weight:800 !important;
  text-decoration:none !important;
  transition:0.25s !important;
}
.kale-lock-footer-wrap .footer-legal-links a:hover{ color:#3399ff !important; }

/* Mobile */
@media (max-width: 768px){
  .kale-lock-footer-wrap .cta-container{
    flex-direction:column !important;
    align-items:center !important;
    text-align:center !important;
  }
  .kale-lock-footer-wrap .cta-buttons{ padding-right:0 !important; margin-left:0 !important; }
  .kale-lock-footer-wrap .cta-content p{ max-width:560px !important; }

  .kale-lock-footer-wrap .footer-row{
    flex-direction:column !important;
    align-items:center !important;
    text-align:center !important;
  }
  .kale-lock-footer-wrap .footer-social{ justify-content:center !important; }

  .kale-lock-footer-wrap .footer-bottom .container{
    display:flex !important;
    flex-direction:column !important;
    text-align:center !important;
  }
  .kale-lock-footer-wrap .copyright-text{ justify-self:auto !important; }
  .kale-lock-footer-wrap .footer-legal-links{ justify-content:center !important; }
}
