.hlc_footer {
  background-color: #002236;
  padding: 120px 0 120px;
  color: #ffffff;
  font-family: "roobert_medium", sans-serif;
}

.hlc_footer .hlc_footer_logo_row {
  margin-bottom: 80px;
}

.hlc_footer .hlc_footer_logo_row .hlc_footer_logo {
  text-decoration: none;
}

.hlc_footer .hlc_footer_logo_row .hlc_footer_logo .hlc-global-header__logo-text {
  color: #ffffff;
  font-family: inherit;
}

.hlc_footer .hlc_footer_logo_row .hlc_footer_logo .hlc-global-header__logo-dot {
  background-color: #bff355;
}

.hlc_footer .hlc_footer_main_row {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
}

.hlc_footer .hlc_footer_links ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.hlc_footer .hlc_footer_links ul li {
  margin-bottom: 18px;
  line-height: 1 !important;
}

.hlc_footer .hlc_footer_links ul li:last-child {
  margin-bottom: 0;
}

.hlc_footer .hlc_footer_links ul li a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
}

.hlc_footer .hlc_footer_links ul li a:hover {
  /* color: #bff355; */
  border-bottom: 1px solid #bff355;
}

.hlc_footer .hlc_footer_contact {
  display: flex;
}

.hlc_footer .hlc_footer_contact h4,
.hlc_footer .hlc_footer_contact .rich-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  letter-spacing: 0;
  margin-bottom: 0;
}

.hlc_footer .hlc_footer_contact .rich-text {
  margin-bottom: 16px;
}

.hlc_footer .hlc_footer_contact .hlc_footer_get_in_touch .hlc_btn_primary {
  background-color: #bff355;
  color: #002236;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 16px;
  width: 140px;
  border: none;
  border-radius: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.hlc_footer .hlc_footer_contact .hlc_footer_get_in_touch .hlc_btn_primary svg {
  transition: transform 0.3s ease;
}

.hlc_footer .hlc_footer_contact .hlc_footer_get_in_touch .hlc_btn_primary:hover {
  background-color: #adf025;
}

.hlc_footer .hlc_footer_contact .hlc_footer_get_in_touch .hlc_btn_primary:hover svg {
  transform: translate(2px, -2px);
}

.hlc_footer .hlc_footer_contact .hlc_footer_social ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.hlc_footer .hlc_footer_contact .hlc_footer_social ul li {
  margin-right: 12px;
}

.hlc_footer .hlc_footer_contact .hlc_footer_social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #bff355;
  transition: background-color 0.3s ease;
}

.hlc_footer .hlc_footer_contact .hlc_footer_social ul li a img {
  width: 16px;
  height: 16px;
}

.hlc_footer .hlc_footer_contact .hlc_footer_social ul li a:hover {
  background-color: rgba(191, 243, 85, 0.1);
}

.hlc_footer .hlc_footer_cta {
  display: flex;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box {
  width: 100%;
  height: 100%;
  min-height: 380px;
  padding: 40px 30px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box.hlc_cta_lime {
  background-color: #bff355;
  color: #002236;
  height: auto;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 750;
  margin: 0;
  letter-spacing: -0.02em;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box h3 i {
  font-style: italic;
  font-weight: 500;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box .cta-fill-arrow {
  align-self: flex-start;
  transform: translateX(-90%);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: auto;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box .cta-fill-arrow a span {
  color: #bff355 !important;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box:hover {
  transform: translateY(0px) !important;
  background-color: #d6e6f4;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box:hover .cta-fill-arrow {
  transform: translateX(0) !important;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box:hover .cta-fill-arrow a span {
  color: #002236 !important;
  font-weight: 500 !important;
}

/* Same card state when hovering/focusing the link (not only the outer box) */
.hlc_footer .hlc_footer_cta .hlc_cta_box:has(.cta-fill-arrow a:hover),
.hlc_footer .hlc_footer_cta .hlc_cta_box:has(.cta-fill-arrow a:focus-visible) {
  /* transform: translateY(-5px) !important; */
  background-color: #d6e6f4;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box:has(.cta-fill-arrow a:hover) .cta-fill-arrow,
.hlc_footer .hlc_footer_cta .hlc_cta_box:has(.cta-fill-arrow a:focus-visible) .cta-fill-arrow {
  transform: translateX(0) !important;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box:has(.cta-fill-arrow a:hover) .cta-fill-arrow a span,
.hlc_footer .hlc_footer_cta .hlc_cta_box:has(.cta-fill-arrow a:focus-visible) .cta-fill-arrow a span {
  color: #002236 !important;
}

.hlc_footer .hlc_footer_cta .hlc_cta_box .component-content,
.hlc_footer .hlc_footer_cta .hlc_cta_box .component-content .row {
  height: 100%;
}

.hlc_footer .hlc_footer_bottom_row {
  margin-top: 120px;
}

.hlc_footer .hlc_footer_bottom_row .hlc_copyright {
  font-size: 12px;
  color: rgb(255, 255, 255);
  line-height: 1.7;
  font-weight: 500;
  font-family: "roobert_regular";
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .hlc_footer .hlc_footer_bottom_row .hlc_copyright {
    margin: 0
  }
}
.hlc_footer .hlc_footer_bottom_row .hlc_compliance_links {
  padding: 0;
  margin: 0;
}

.hlc_footer .hlc_footer_bottom_row .hlc_compliance_links li {
  margin-right: 24px;
  margin-bottom: 10px;
}

.hlc_footer .hlc_footer_bottom_row .hlc_compliance_links li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  font-family: "roobert_medium";
  transition: all 0.3s ease;
}

.hlc_footer .hlc_footer_bottom_row .hlc_compliance_links li a:hover {
  border-bottom: 1px solid #bff355;
}

.hlc_footer .col-12 {
  padding: 0;
}

.hlc_footer .hlc_footer_contact .row .component.row-splitter .row {
  display: flex;
  flex-direction: column;
  column-gap: 24px;
}

.hlc_footer .hlc_footer_contact .row .component.row-splitter .row:has(.hlc_social_icons) {
  flex-direction: row;
}

.hlc_footer .hlc_footer_contact .row .component.row-splitter .hlc_social_icons .row {
  flex-direction: row;
}

.hlc_footer .component.container.col-12.hlc_social_icons {
  padding: 0;
}

.hlc_footer .hlc_social_icons .row .component.column-splitter {
  margin: 0;
}

.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 {
  border: 1px solid #bff355;
  padding: 0;
  max-width: 32px;
  height: 32px;
}

/* .hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12:hover {
  border-color: transparent;
} */
.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 a img {
  padding: 8px;
}

.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 a img[alt="LinkedIn"],
.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 a img[alt="Youtube"],
.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 a img[alt="Twitter"],
.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 a img[alt="Wechat"] {
  background: linear-gradient(to right, #bff355 0 0) left / 0% 100% no-repeat;
  transition: background-size 0.5s ease;
  overflow: hidden;
}

.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 a img[alt="LinkedIn"]:hover {
  background-size: 101% 101%;
  content: url("https://uat.hlc.com/-/media/themes/hoganlovells/site-theme-name/images/rebrand/rebrand-header/linked-in_black.svg");
  transition: background-size 0.5s ease;
  padding: 0;
}

.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 a img[alt="Youtube"]:hover {
  background-size: 101% 101%;
  content: url("https://uat.hlc.com/-/media/themes/hoganlovells/site-theme-name/images/rebrand/rebrand-header/yt_black.svg");
  transition: background-size 0.5s ease;
  padding: 0;
}

.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 a img[alt="Twitter"]:hover {
  background-size: 101% 101%;
  content: url("https://uat.hlc.com/-/media/themes/hoganlovells/site-theme-name/images/rebrand/rebrand-header/x-svg-21x18--1-_black.svg");
  transition: background-size 0.5s ease;
  padding: 0;
}

.hlc_footer .hlc_social_icons .component.image.file-type-icon-media-link.col-12 a img[alt="Wechat"]:hover {
  background-size: 101% 101%;
  content: url("https://uat.hlc.com/-/media/themes/hoganlovells/site-theme-name/images/rebrand/rebrand-header/wechat_black.svg");
  transition: background-size 0.5s ease;
  padding: 0;
}


.hlc_footer .component.link-list.col-12 ul {
  padding-left: 0;
  width: auto;
  margin: 0;
}

.hlc_footer .hlc_footer_col.hlc_footer_contact .row .row-splitter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hlc_footer .hlc_compliance_links ul {
  list-style: none !important;
  display: flex;
  padding: 0;
  flex-direction: row !important;
  justify-content: flex-start !important;
  flex-wrap: wrap;
}

.hlc_footer .hlc_compliance_links ul li {
  padding-left: 0 !important;
}

.hlc_footer.is-visible .hlc-logo img {
  animation: logoIntroAnim 1.5s ease-in-out forwards;
}

.hlc_footer.is-visible .hlc-logo-wrapper ~ .container-fluid,
.hlc_footer.is-visible .hlc-logo-wrapper ~ .hlc_footer_bottom_row {
  animation: footerContentIntroAnim 1.5s ease-in-out forwards;
}

.hlc-logo img {
  transform-origin: center;
  display: block;
  margin-left: calc(50% - 141.5px);
  transform: scale(2.3);
}

@media (max-width: 576px) {
  .hlc-logo img {
    margin-left: 0 !important;
    transform: scale(1) !important;
  }
}

@keyframes logoIntroAnim {
  0% {
    margin-left: calc(50% - 141.5px);
    transform: scale(2.3);
  }
  100% {
    margin-left: 0;
    transform: scale(1);
  }
}
@keyframes logoIntroAnimMobile {
  0% {
    margin-left: calc(50% - 141.5px);
    transform: scale(1.5);
  }
  100% {
    margin-left: 0;
    transform: scale(1);
  }
}
.hlc-logo-wrapper ~ .container-fluid,
.hlc-logo-wrapper ~ .hlc_footer_bottom_row {
  opacity: 0;
  visibility: hidden;
}

.hlc_footer.is-visible .hlc-logo-wrapper ~ .container-fluid,
.hlc_footer.is-visible .hlc-logo-wrapper ~ .hlc_footer_bottom_row {
  animation: footerContentIntroAnim 1.5s ease-in-out forwards;
}

.hlc_footer .hlc_footer_bottom_row .row {
  flex-direction: column-reverse !important;
  gap: 16px;
}

.hlc_footer .hlc_footer_bottom_row .hlc_compliance_links ul {
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .hlc_footer .hlc_footer_bottom_row .hlc_compliance_links {
    margin-top: 32px;
    gap: 0 !important;
  }
}

@keyframes footerContentIntroAnim {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .hlc_footer.hlc_gradient-bg-deep-blue.hlc_noise-texture.hlc_noise-texture-strong.is-visible {
    padding: 40px 15px !important;
    padding-bottom: 90px !important;
  }
  .hlc_footer .hlc_footer_main_row {
    flex-wrap: wrap;
    flex-direction: row !important;
    row-gap: 40px;
    order: 2;
  }
  .hlc_footer .hlc_footer_main_row .hlc_footer_links ul li {
    padding-left: 0 !important;
  }
  .hlc_footer .hlc_footer_contact {
    order: 3;
  }
  .hlc_footer .hlc_footer_cta {
    order: 1;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .hlc_footer .hlc_footer_cta .row {
    width: 100% !important;
  }
  .hlc_footer .hlc_footer_cta .row .hlc_cta_box {
    max-width: 383px !important;
    margin-left: 0;
  }
  /* Lime CTA: use desktop hover styling as the default (tap targets have no hover) */
  .hlc_footer .hlc_footer_cta .hlc_cta_box.hlc_cta_lime {
    /* transform: translateY(-5px) !important; */
    background-color: #d6e6f4;
  }
  .hlc_footer .hlc_footer_cta .hlc_cta_box.hlc_cta_lime .cta-fill-arrow {
    transform: translateX(0) !important;
  }
  .hlc_footer .hlc_footer_cta .hlc_cta_box.hlc_cta_lime .cta-fill-arrow a span {
    color: #002236 !important;
    font-weight: 500 !important;
  }
  .hlc_footer .hlc_footer_bottom_row.container-fluid {
    margin-top: 0;
  }
  .hlc_footer .hlc_footer_main_section div .row .column-splitter {
    margin: 0 !important;
  }
  .hlc-logo {
    margin-bottom: 40px;
  }
  .hlc-logo img {
    transform: scale(1.3);
  }
  .hlc_footer.is-visible .hlc-logo img {
    animation: logoIntroAnimMobile 1.5s ease-in-out forwards;
  }
}
@media (max-width: 768px) {
  .hlc_footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hlc_footer .hlc_footer_main_section div .row .column-splitter {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .hlc_footer .hlc_footer_links ul {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
  }
  .hlc_footer .hlc_footer_links ul li {
    display: inline-flex;
  }
  .hlc_footer .hlc_footer_cta .hlc_cta_box.hlc_cta_lime {
    padding-left: 3rem;
    padding-right: 0.5rem;
  }
}
.hlc_footer .hlc_get_in_touch .cta-fill-arrow a span {
  font-weight: 500 !important;
}

@media (max-width: 576px) {
  .hlc_footer .hlc_footer_cta .row .hlc_cta_box {
    max-width: 100% !important;
  }
  .hlc_footer_main_row {
    margin-bottom: 40px;
    column-gap: 40px;
  }
  .hlc_footer_main_row .hlc_footer_links ul {
    flex-direction: row !important;
    justify-content: flex-start !important;
    column-gap: 17px !important;
  }
  .hlc_footer .hlc_footer_contact h4 {
    margin-bottom: 0;
  }
  .hlc_footer_contact .hlc_get_in_touch {
    margin-bottom: 40px;
  }
  .hlc_footer_contact .hlc_connect_with_us div .row {
    gap: 16px !important;
  }
  .hlc_cta_box {
    min-height: 343px !important;
  }
}
