.footer {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #1b1b5f;
  padding: 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 13px;
}

.footer-intro {
  background-color: white;
  padding: 10px;
}

.footer-intro p {
  margin-bottom: 0;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  background-color: white;
  padding: 8px;
}

.footer-logos img {
  width: 60px;
  height: auto;
  margin: 5px 8px;
  object-fit: contain;
}

.footer-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 10px;
}

.footer-middle img {
  height: 32px;
}

.footer a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-bottom {
  font-size: 12px;
  color: #333;
}

.knowledge-centre-link {
  display: inline-block;
  margin-top: 8px;
}