/* Footer Styles */

/* Main Footer Container */
footer {
  /* border-top: 1px solid rgb(229, 231, 235); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #083A74;
  padding: 80px 0px;
  padding-bottom: 48px;
}

/* Footer Base Elements */
footer ul {
  padding: 0;
  list-style: none;
}

footer ul a {
  text-decoration: none;
}

/* Inner Footer Layout */
footer #innerFooter {
  display: flex;
}

footer #innerFooter .footer-logo-content {
    display: flex;
    width: 100%;
    justify-content: space-between; 
}

footer #innerFooter .footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .footer-columns {
    display: flex ;
    gap: 80px;
}

footer #innerFooter .main-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

footer #innerFooter .powered-by {
  display: flex;
  align-items: center;
  gap: 32px;
}

footer #innerFooter .powered-by span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.powered-by-images {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    flex: 1;
    align-items: center;
}
/* Footer Column Styles */
footer #innerFooter .footer-column ul li:not(:last-child) {
  margin-bottom: 28px;
}

footer #innerFooter .footer-column.second-column-links ul li:not(:last-child) {
    margin-bottom: 12px;
}
    

footer #innerFooter .footer-column ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}

footer #innerFooter .copyright {
  color: #848484;
  /* font-family: SF Pro Text; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* Footer Logos Section */
footer .footer-logos {
  display: flex;
  height: 5rem;
  align-items: center;
}

footer .footer-logos a {
  margin-right: 48px;
}

footer .footer-logos a:last-child {
  margin-right: 0;
}

footer .footer-logos .fa-brands {
  color: rgb(75, 85, 99);
  font-size: 1.5rem;
}

footer .footer-logos img {
  width: 1.75rem;
  height: 1.75rem;
}

/* Site Links Section */
footer .site-links {
  display: flex;
  padding-bottom: 2rem;
}

footer .site-links span,
footer .site-links a {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

footer .site-links a {
  text-decoration: none;
}

footer .site-links span {
  margin-left: 8px;
  margin-right: 8px;
}

footer .site-links span:first-child {
  margin-left: 0;
  margin-right: 0;
}

/* Footer Bottom Section */
.footer-bottom {
  width: 100%;
  border-top: 1px solid #0C57AD;
  padding-top: 64px;
  margin-top: 64px;
}

.footer-bottom-content {
  display: flex;
  gap: 24px;
}

.footer-bottom-content .footer-bottom-content-text {
  color: var(----gray-03, #A9B4BC);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.footer-bottom-content a {
  color: #FFF;
  /* Body text/Mobile */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  text-decoration: none !important;
}

.footer-bottom-content a.data-preferences-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-bottom-content a.data-preferences-link .data-preferences-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Menu Specific Styles */
ul#menu-footer-first-column,
ul#menu-footer-second-column {
  margin-bottom: 0;
}

footer #innerFooter .footer-logo-content {
    gap: 24px;
}

@media (max-width: 1200px) {
  footer .footer-columns {
    gap: 40px;
  }
}


/* Mobile Responsive Styles */
@media screen and (min-width: 701px) {
    footer .d-lg-none {
        display: none !important;
    }
}
@media (max-width: 700px) {
  footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  footer #innerFooter {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  footer #innerFooter .footer-logo {
    margin-bottom: 33px;
  }

  footer #innerFooter .footer-logo .powered-by,
  footer #innerFooter .second-column-links .copyright {
    display: none;
  }

  .footer-column {
    flex: 1;
  }

  footer .powered-by .powered-by-images {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
  }

  .powered-by-mobile {
    width: 100%;
    flex-grow: 9999;
  }

  footer #innerFooter .powered-by {
    flex-direction: column;
    padding-top: 20px;
    gap: 10px;
    margin-top: 28px;
  }

  footer #innerFooter .copyright {
    text-align: center;
    display: block;
    margin-top: 40px;
  }

  
}
  
@media screen and (max-width: 700px) {
  footer #innerFooter .footer-logo-content {
    flex-direction: column;
    gap: 24px;
  }
  footer .footer-columns {
    gap: 24px;
    justify-content: space-between;
  }
  .footer-bottom {
    padding-top: 24px;
    margin-top: 24px;
  }
  .footer-bottom-content .footer-bottom-content-text,
  .footer-bottom-content a {
    font-size: 14px;
  }
  .footer-bottom-content {
    justify-content: center;
  }
}