.hero {
  min-height: 85vh;
  background: linear-gradient(135deg, #0d1b6e 0%, #1565c0 100%);
  position: relative;
}
.hero .container {
  position: relative;
  z-index: 1;
}

.footer-brand {
  background: linear-gradient(135deg, #0d1b6e 0%, #1565c0 100%);
}

.btn-primary {
  background-color: #1565c0;
  border-color: #1565c0;
}
.btn-primary:hover {
  background-color: #0d47a1;
  border-color: #0d47a1;
}

.text-primary {
  color: #0d1b6e !important;
}

.cta-section {
  background: linear-gradient(135deg, #0d1b6e 0%, #1565c0 100%);
}

/*# sourceMappingURL=styles.css.map */
