/* Start custom CSS for html, class: .elementor-element-58694fd */.bci-footer {
  background: #002B49;
  color: #fff;
  padding: 80px 20px 40px;
  font-family: 'Poppins', sans-serif;
}

.bci-footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.bci-footer-col {
  text-align: left;
}

.bci-footer-logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.bci-footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: #e0f2f1;
}

.bci-footer-heading {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  color: #3BBECD;
}

.bci-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bci-footer-links li {
  margin-bottom: 8px;
}

.bci-footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.bci-footer-links a:hover {
  color: #3BBECD;
}

.bci-footer-social a {
  font-size: 20px;
  color: #3BBECD;
  margin-right: 12px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.bci-footer-social a:hover {
  opacity: 0.8;
}

.bci-footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
}

.bci-footer-bottom p {
  font-size: 13px;
  line-height: 1.5;
  color: #c8e6e6;
  margin-bottom: 10px;
}

.bci-disclaimer {
  font-size: 12px;
  color: #b2dfdb;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .bci-footer {
    text-align: center;
    padding: 60px 15px 30px;
  }
  .bci-footer-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */