/* Ensure backgrounds span full width */
.footer-top {
  width: 100%;
  background: linear-gradient(180deg, #006BB6 0%, #3B9BDE 100%);
  padding: 67px 0 !important;
}

.footer-bottom {
  width: 100%;
  background-color: #042969;
}

/* Constrain content area to 1440px and center it */
.container-constrained {
  max-width: 1440px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 100%;
}

/* General Styling Refinements */
.footer-heading {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.footer-heading a{
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  line-height: 1.3rem;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-nav a:hover, 
.footer-utility-nav a:hover, 
.legal-nav a:hover {
  text-decoration: underline;
}

.newsletter-input-group {
  max-width: 400px;
}

.newsletter-input-group .form-control {
  border-radius: 25px 0 0 25px;
  border: none;
}

.newsletter-input-group .form-control::placeholder{
  color: #828294;
}

.newsletter-input-group .btn-dark-blue {
  background-color: #042969;
  color: #ffffff;
  border-radius: 0 25px 25px 0;
  font-weight: 500;
}

.footer-utility-nav a, 
.legal-nav a,
.social-links a {
  color: #ffffff;
  text-decoration: none;
}

.footer-divider {
  border-top: 1px solid #ffffff;
  margin: 1.5rem 0;
  opacity: 1.0 !important;
}

.newsletter-label{
    font-weight: 600 !important;
}

