/* Shared 2024 footer styles (menu-footer-line--2024 + footer-bottom-bar).
   Loaded on industry pages; also included in style-2024.css for homepage/other pages. */

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.menu-footer-line--2024 .footer-social-link {
  color: #8a8e96;
  transition: color 0.25s ease;
}

.menu-footer-line--2024 .footer-social-link:hover {
  color: #b9bec7;
}

.footer-social-link:hover img.icon-footer,
.twitter-footer:hover svg *,
.youtube-footer:hover svg *,
.facebook-footer:hover svg * {
  opacity: 0.75;
}

.menu-footer-line--2024 .footer-social-link:hover svg * {
  opacity: 1;
}

svg.icon-footer {
  fill: #797c80;
  height: 20px;
  width: 20px;
}

.menu-footer-line--2024 .footer-social-link svg.icon-footer {
  fill: currentColor;
  height: auto;
  max-height: 24px;
  width: auto;
}

img.icon-footer {
  display: block;
  height: auto;
  max-height: 24px;
  width: auto;
}

.footer-bottom-bar {
  background-color: #08090b;
  padding: 20px 25px;
}

.footer-bottom-bar__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-bottom-bar__copy,
.footer-bottom-bar__links a,
.footer-bottom-bar .language-dropdown .language-trigger,
.footer-bottom-bar .language-dropdown .language-code {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.footer-bottom-bar__copy {
  margin: 0;
  color: #acb1bb;
  white-space: nowrap;
  flex: 0 0 auto;
}

.footer-bottom-bar__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-bottom-bar__links a {
  color: #acb1bb;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
  transition: color 0.25s ease;
}

.footer-bottom-bar__links a:hover {
  color: #ebeff4;
  text-decoration: none;
}

.footer-bottom-bar__lang {
  flex: 0 0 auto;
}

.footer-bottom-bar__lang-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom-bar .language-dropdown .language-trigger {
  display: inline-flex;
  align-items: center;
  color: #acb1bb;
  gap: 4px;
  cursor: pointer;
  transition: color 0.25s ease;
}

.footer-bottom-bar .language-dropdown .language-code {
  color: inherit;
  flex-shrink: 0;
}

.footer-bottom-bar .language-dropdown:hover .language-trigger {
  color: #ebeff4;
}

.footer-bottom-bar .language-dropdown .language-menu li a {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.footer-bottom-bar .language-dropdown .language-menu {
  position: absolute;
  top: auto;
  bottom: calc(100% + 8px);
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-bottom: 10px;
  transform: translateX(-50%) translateY(10px);
}

.footer-bottom-bar .language-dropdown:hover .language-menu {
  transform: translateX(-50%) translateY(0);
}

/* Footer sits at page bottom — keep language menu opening upward on mobile.
   header-2025.css sets top:35px !important on .language-menu below 768px,
   which pushes the hidden menu downward and adds ~400px of scrollable white space. */
@media screen and (max-width: 768px) {
  .footer-bottom-bar .language-dropdown .language-menu {
    top: auto !important;
    bottom: calc(100% + 8px) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) translateY(10px) !important;
  }

  .footer-bottom-bar .language-dropdown:hover .language-menu {
    transform: translateX(-50%) translateY(0) !important;
  }
}

@media screen and (max-width: 430px) {
  .footer-bottom-bar .language-dropdown:hover .language-menu {
    margin: 0 25px !important;
  }
}

.footer-bottom-bar .language-dropdown .language-menu::before,
.footer-bottom-bar .language-dropdown .language-menu::after {
  top: auto;
  bottom: -6px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  border-bottom: none;
  border-top: 8px solid #fff;
}

@media screen and (max-width: 991px) {
  .footer-bottom-bar__inner {
    gap: 20px 32px;
  }
}

@media screen and (max-width: 575px) {
  .footer-bottom-bar__copy {
    white-space: normal;
  }
}

.menu-footer-line--2024 {
  background-color: #08090b;
  border-top: 1px solid #1f2228;
  color: #8a8e96;
  padding: 48px 0 40px;
}

.menu-footer-line--2024 .footer-row {
  padding-bottom: 0;
}

.menu-footer-line--2024 h3 {
  margin: 0 0 20px;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.4;
  color: #ebeff4;
}

.menu-footer-line--2024 ul {
  margin: 0;
}

.menu-footer-line--2024 ul.grey li {
  height: 35px;
  margin: 0;
  background-color: transparent;
}

.menu-footer-line--2024 ul.grey li a {
  display: inline-block;
  padding: 3px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #acb1bb;
  transition: color 0.25s ease;
}

.menu-footer-line--2024 ul.grey li a:hover {
  color: #ebeff4;
  text-decoration: none;
}

.menu-footer-line--2024 .footer-brand-col {
  color: #8a8e96;
}

.menu-footer-line--2024 .logo-footer {
  margin: 0 0 20px;
  padding: 0;
}

.menu-footer-line--2024 .logo-footer img {
  display: block;
  width: 153px;
  height: auto;
}

.menu-footer-line--2024 .footer-brand-desc {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #acb1bb;
  width: 255px;
}

.page-home .menu-footer-line--2024 .footer-brand-desc {
  color: #acb1bb;
}

.menu-footer-line--2024 a:focus,
.menu-footer-line--2024 a:focus-visible,
.menu-footer-line--2024 a:active,
.footer-bottom-bar__links a:focus,
.footer-bottom-bar__links a:focus-visible,
.footer-bottom-bar__links a:active,
.footer-bottom-bar .language-dropdown .language-menu li a:focus,
.footer-bottom-bar .language-dropdown .language-menu li a:focus-visible,
.footer-bottom-bar .language-dropdown .language-menu li a:active,
.footer-social-link:focus,
.footer-social-link:focus-visible,
.footer-social-link:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .menu-footer-line--2024 {
    padding: 40px 0 32px;
  }

  .menu-footer-line--2024 .col-md-3 {
    margin-bottom: 32px;
  }

  .menu-footer-line--2024 .footer-brand-col {
    margin-bottom: 0;
  }
}

.menu-footer-line ul li {
  height: auto !important;
  line-height: 1.4;
  margin-bottom: 2px;
}

.menu-footer-line--2024 ul.grey li {
  height: 35px !important;
  margin-bottom: 0;
}

.menu-footer-line ul li a {
  display: inline-block;
  line-height: 1.4;
  padding: 4px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.menu-footer-line--2024 ul.grey li a {
  padding: 3px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
