#footer-section {
  background-color: #e9e9e9;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  color: #545454;
  font-size: 14px;
  border-top: 1px solid #cfd8dc;
  position: relative;
}


.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  align-items: flex-start;
}

.footer-box h4 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 10px;
  color: #555555;
  border-bottom: 2px solid #b0bec5;
  padding-bottom: 5px;
}

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

.footer-box li {
  margin: 6px 0;
  color: #545454;
  font-size: 1.1rem;
  font-weight: 400;
}

.footer-logo-main {
  max-width: 400px;
  margin-bottom: 10px;
}

.footer-bottom {
  border-top: 1px solid #b0bec5;
  background-color: rgba(238, 232, 219, 0);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

#footer-section .container {
  margin: 0 auto;
  max-width: 100% !important;
  padding: 40px 20px;
}

#footer-section .footer-bottom .container {
  padding: 0 36px;
  justify-content: center;
      max-width: 1600px !important;
}

#footer-section .footer-bottom .container a {
  color: #545454;
}

.center-links {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: flex-end;

}
.center-links h3 {
    box-sizing: border-box;
    padding: 2px 7px;
    text-align: center;
    width: max-content;
    margin: 0;
    color: #385b7a;
    border-bottom: 3px solid transparent;
    border-radius: 0 0 8px 8px;
    transition: border-bottom 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    letter-spacing: 3px;
    font-weight: 400;
    font-size: calc(0.75rem + 0.35vw);
}
.center-links h3:hover{
    border-bottom: 3px solid #385b7a;
    border-radius: 0 0 12px 12px;
    transition: border-bottom 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    box-shadow: inset 0px -10px 12px -14px #385b7a;
}

.top-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.top-left-content {
  display: flex;
  width: fit-content;
  gap: 120px;
  font-size: calc(0.75rem + 0.3vw);
  font-weight: 600;
  text-align: center;
}
.top-left-content p{
  margin: 0;
}

.top-right-content {
  display: flex;
  width: fit-content;
  margin-bottom: 20px;
  gap: 120px;
}

.bottom-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bottom-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-evenly;

}

.bottom-images .sponsor-logos {
  padding: 10px;
}

.bottom-images img {
  max-height: 140px;
}

.bottom-images .owner-logo {
  margin-left: 8%;
}

/* Your .bottom-images is now a UL; keep same flex layout */
.bottom-images{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-evenly;
  padding:10px 20px;
  list-style:none;
  margin:0;
}
.bottom-images .sponsor-logos{ padding:10px; }
.bottom-images img{ max-height:140px; width:auto; display:block; }

/* Strong keyboard focus for links around images */
.footer-link:focus-visible{

  outline-offset:6px;
  border-radius:12px;
  box-shadow:0 0 0 6px rgba(137,209,234,.25);
}


/* Cookie Consent Banner */
#myCookieConsent {
  z-index: 999;
  min-height: 20px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: fixed;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100% !important;
}
#myCookieConsentInner {
  padding: 5px 0 0;
}
#cookieConsentActions {
  padding: 5px 0;
}
#myCookieConsent button#cookieButton,
#myCookieConsent a {
  display: inline-block;
  padding: 4px 12px;
  margin-left: 0.9em;
  margin-bottom: 0;
  line-height: 20px;
  color: #242323;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e1e0da;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 2px rgba(0,0,0,.05);
  font-size: 13px;
  text-decoration: none;
  border-radius: 3px;
  outline: none;
  font-weight: normal;
  font-family: inherit;
}
#myCookieConsent button#cookieButton:hover,
#myCookieConsent a:hover {
  background-color: #d8b627;
}

/* Responsive */
