/* Start custom CSS for html, class: .elementor-element-317e172 */.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 */
/* Start custom CSS for html, class: .elementor-element-b42ce4e *//* Legal Pages Theme */

.legal-page {
  background-color: #0a1f44;
  padding: 80px 20px;
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
  background: #0f2a5c;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.legal-container h1 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 20px;
}

.legal-container h2 {
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 20px;
}

.legal-container p,
.legal-container li {
  color: #cfd8e3;
  line-height: 1.7;
  font-size: 15px;
}

.legal-container ul {
  padding-left: 20px;
}

.legal-container strong {
  color: #ffffff;
}

@media (max-width: 768px) {
  .legal-container {
    padding: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0e74e3 */.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 */