.footer-section {
  background-color: #024573;
  color: #fff;
  padding: 4rem 0;
  font-size: 0.9rem;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
}

.footer-logo {
  height: 40px;
  margin-bottom: 1rem;
}

.footer-section h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-section p,
.footer-section li {
  color: #fff;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
  opacity: 0.95;
}

.footer-section a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}

.footer-section .social-icons i {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #fff;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.35);
}

.text-center.pt-3 {
  color: #fff;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .footer-section {
    padding: 2rem 1rem;
  }
  .footer-logo {
    height: auto;
  }
  .footer-section h5 {
    font-size: 1rem;
  }
  .footer-section p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .footer-section {
    padding: 2rem 1rem;
  }
  .footer-section h5 {
    font-size: 0.95rem;
  }
  .footer-section .social-icons i {
    font-size: 1.25rem;
    margin-right: 0.75rem;
  }
}
