@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap');

.footer {
  background-color: #0B1623;
  color: white;
  padding: 30px 25px 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 5rem;
}

.footer-container {
  max-width: 124rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 180px;
  margin-bottom: 10px;
}

.footer-heading {
  color: #cbca00; 
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 600;
}

.footer-divider {
  border: 0;
  border-top: 1px solid #008BB6; 
  width: 80%;
  margin-left: 0;
  margin-bottom: 12px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  text-align: left;
  margin-bottom: 6px;
}

.footer-list li a,
.footer-column a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-list li a:hover,
.footer-column a:hover {
  text-decoration: underline;
  color: #cbca00; 
}

.footer-column p {
  margin: 0;
  text-align: left;
}

.footer-socials {
  text-align: center;
  padding-top: 15px;
}

.footer-socials a {
  margin: 0 12px;
  color: white;
  transition: color 0.2s ease;
}

.footer-socials a:hover {
  color: #cbca00;
}

.footer-bottom {
  text-align: center;
  padding-top: 8px;
  font-size: 14px;
  color: #ccc;
}

.footer-brand {
  color: #cbca00;
  font-weight: 600;
}
