.footer_section {
  background-color: #0e0e1a;
  color: #cfd4e0;
  padding: 60px 0 30px;
  font-family: 'Orbitron', sans-serif;
}

.footer_logo {
  font-size: 32px;
  font-weight: 700;
  color: #ad8af6;
  margin-bottom: 15px;
  font-family: 'Orbitron', sans-serif;
}

.footer_text {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.footer_links {
  list-style: none;
  padding-left: 0;
}

.footer_links li {
  margin-bottom: 10px;
}

.footer_links a,
.footer_section a,
.footer_section p a {
  color: #cfd4e0;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'Orbitron', sans-serif;
}

.footer_links a:hover,
.footer_section a:hover,
.footer_section p a:hover {
  color: #ad8af6;
}

.footer_bottom {
  font-size: 14px;
  color: #888;
  font-family: 'Orbitron', sans-serif;
}

.footer_line {
  border-color: rgba(255,255,255,0.1);
  margin-bottom: 15px;
}

.footer_section h5 {
  margin-bottom: 16px;
  font-size: 16px;
  color: #fff;
  font-family: 'Orbitron', sans-serif !important;
}

.footer_section p {
  font-size: 14px;
  margin-bottom: 8px;
  font-family: 'Orbitron', sans-serif;
}
