:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1dbcb90 */.footer {
  background-color: #0a1f44;
  color: #ffffff;
  padding: 70px 80px 25px;
  font-family: 'Inter', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

.footer-logo {
  width: 160px;
}

/* FIX: Force headings white */
.footer-column h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff !important;
  font-weight: 600;
}

.footer-column a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #cfd8e3;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-column a:hover {
  color: #2f6df6;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 900px) {
  .footer {
    padding: 50px 30px 20px;
  }

  .footer-container {
    flex-direction: column;
    gap: 40px;
  }
}/* End custom CSS */