/* =========================================================
   Footer component extracted from wm-components.css
   ========================================================= */


.exl-social-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.exl-social-item {
  margin: 0;
}

.exl-social-link {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
}

.exl-social-link:hover::after {
  border: 0 !important;
  transition: none !important;
  content: none !important;
}

.exl-social-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ccc;
  transition: background-color 0.25s ease;
}

.exl-social-link:hover .exl-social-circle,
.exl-social-link:focus .exl-social-circle {
  background: var(--primary-orange, #fb4e0b);
}

.exl-social-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: auto;
}

.exl-social-icon--youtube {
  height: 13px;
}

.fd-footer.ng-footer .footer-top {
  padding-top: 0 !important;
}

.fd-footer.ng-footer .footer-top .exl-container {
  padding-top: 68px !important;
}

.ng-site-header .exl-container, .exl-hero .exl-shell, .exl-capabilities .exl-shell, .exl-industries .exl-shell, .exl-insights .exl-shell, .exl-analyst .exl-shell, .wme-testimonials-section .exl-container, .wm-partners-section .exl-container, .wm-achievements-section .exl-container, .wme-award-section .exl-container, .footer-top .exl-container {
  padding: 0 68px !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
}

.exl-footer-item .accordion-button::after {
  background-image: url(../../images/svg-icons/arrow-up-red.svg) !important;
  background-size: auto;
  height: 24px;
  margin-left: auto;
  width: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -10%);
}

.exl-footer-item .accordion-button.collapsed::after {
  background-image: url(../../images/svg-icons/arrow-down-red.svg) !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -10%);
}

/* Footer */
.exl-footer-top-inner {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: center;
}

.footer-brand-row {
    align-items: center;
    gap: 20px;
}

.exl-footer p.footer-tagline {
    font-size: 24px;
    line-height: 28px;
    max-width: 320px;
    text-align: center;
}

.footer-cta {
    width: 100%;
}

.footer-social {
    gap: 16px;
    flex-wrap: wrap;
}

.exl-footer-main-inner {
    padding-top: 48px;
}

.exl-footer .exl-shell.exl-footer-top-inner {
  padding: 32px 60px !important;
}

.exl-footer-item {
  border-top: 1px solid #bfc3ca;
}

.exl-footer-item .accordion-button {
  font-size: 18px;
  line-height: 24px;
  padding: 20px 0;
  margin: 0;
  border-bottom: none;   
  position: relative;
}

.exl-footer-bottom .exl-container {
  padding-left: 15px;
}

.exl-footer-item .accordion-button::after {
  width: 20px;
  height: 20px;
}

.exl-footer-item .accordion-body {
  padding-bottom: 26px;
}

.exl-footer-subgroups {
  gap: 30px;
}

.exl-footer h3 {
  font-size: 16px;
  line-height: 20px;
}

.exl-footer a,
.exl-footer li {
  font-size: 16px;
  line-height: 21px;
}

.exl-footer li {
  margin-bottom: 14px;
}

.exl-footer-bottom {
  padding: 16px 0 20px;
}

.exl-footer-bottom p {
  font-size: 17px;
  line-height: 23px;
}

.exl-footer {
  background: #f1f2f4;
}

.exl-footer .exl-shell {
  padding: 22px 60px 0 60px;
}

.exl-footer-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: #bfc3ca;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 18px;
  --bs-accordion-btn-icon-width: 1rem;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fb4e0b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fb4e0b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--exl-slate);
}

.exl-footer-item {
  border: 0;
  border-top: 1px solid #bfc3ca;
}

.exl-footer-item:first-child {
  border-top: 0;
}

.exl-footer-item .accordion-button {
    background: transparent;
    color: #004F70;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: -0.047px;
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Yantramanav';
    cursor: text;
    text-transform: uppercase;
}

.exl-footer-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.exl-footer-item .accordion-button::after {
  margin-left: auto;
  width: 24px;
  height: 24px;
}

.exl-footer-item .accordion-button:focus {
  box-shadow: none;
}

.exl-footer-item .accordion-body {
  padding: 0 0 18px;
}

.exl-footer h3 {
  margin: 0 0 14px;
  color: #657083;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.exl-footer ul {
  margin: 0;
}

.exl-footer li {
  margin-bottom: 10px;
}

.exl-footer a,
.exl-footer li,
.exl-footer p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: var(--exl-slate);
  text-decoration: none;
}

.exl-footer-subgroups {
  display: grid;
  gap: 28px;
}

.exl-footer-subgroup .list-unstyled {
  margin: 0px 0rem 0 0rem !important;
}

.exl-footer .accordion-body .list-unstyled {
  margin: 0px 0rem 0 0rem !important;
}

.exl-footer .accordion-body .list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.exl-footer .accordion-body .list-unstyled li {
  line-height: 20px !important;
}

.exl-footer .exl-footer-subgroup h3 a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #004F70;
  font-family: 'Yantramanav';
  text-transform: uppercase;
}

#footerHeading-ng-other-links {
  margin-top: 16px;
}

.exl-footer a,
.exl-footer li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #2E3643;
}

.exl-footer a::after {
  display: block;
  content: "";
  width: 0px;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in-out;
}

.exl-footer a:focus::after, .exl-footer a:hover::after {
  display: block;
  content: "";
  width: 100%;
  border-bottom: 2px solid rgb(251, 78, 11);
  position: absolute;
  bottom: 0;
}

.exl-footer-bottom {
  background-color: var(--white);
  padding: 16px 0 26px;
}

.exl-footer-bottom p {
  font-size: 16px;
  line-height: 22px;
  color: #20232a;
}

.slick-prev:before,
.slick-next:before {
  color: var(--exl-primary);
}

.footer-strip-orange {
  background: linear-gradient(90deg, #F74D0C 0%, #FFA82B 100%);
  height: 20px;
  margin-top: 38px;
  width: 100%;
}

.footer-strip-blue {
  background: #001632;
  height: 52px;
  width: 100%;
}

.exl-footer-bottom ul.menu {
  display: none;
}

/* ============================================
   WM Footer New Design css
   ============================================ */

.exl-footer {
    background: var(--white);
    color: var(--neutral-100);
    padding-bottom: 0;
}

.exl-footer-top {
    background: var(--white);
}

.exl-footer-top-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 60px !important;
    padding-bottom: 60px;
}

.footer-brand-row {
    display: flex;
    align-items: flex-end;
    gap: 32px;
    width: 100%;
}

.footer-logo {
    display: inline-flex;
    flex-shrink: 0;
}

a.footer-logo:hover::after {
  content: none !important;
  transition: none !important;
  border: 0 !important;
}

.footer-logo img {
    width: 116px;
    height: 45px;
    object-fit: contain;
}

.exl-footer p.footer-tagline {
    margin-bottom: -5px;
    max-width: 386px;
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    color: #384D6A;
}

.footer-cta {
    min-width: 133px;
    padding: 10px 24px;
    justify-content: center;
    gap: 0;
    flex-shrink: 0;
    text-decoration: none;
}

.btn-primary-orange.footer-cta {
    color: #ffffff;
    width: max-content;
}

.exl-footer a.btn-primary-orange {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: transparent;
    color: #FB4E0B;
    border: 2px solid #FB4E0B;
    border-radius: 999px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    font-family: 'Yantramanav', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 170px;
    width: max-content;
    white-space: nowrap;
}

.exl-footer a.btn-primary-orange:focus, .exl-footer a.btn-primary-orange:hover {
  background: #FB4E0B;
  color: var(--white);
}

.exl-footer a.btn-primary-orange::after {
    content: none;
}

.footer-divider {
    width: 1px;
    height: 60px;
    background: var(--neutral-30);
    flex-shrink: 0;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}

.social-link {
    width: 37px;
    height: 36px;
    border-radius: 999px;
    background: #cccccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-link::after {
  content: none !important;
}

.social-link:hover {
    background: #bdbdbd;
}

.social-link img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.exl-footer-main {
    background: var(--neutral-10);
}

.exl-footer-main-inner {
    padding-top: 68px;
    padding-bottom: 40px;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: minmax(0, 634px) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.footer-group {
    min-width: 0;
}

.footer-group-offerings {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.footer-group-stack {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.footer-links-column-wide {
    max-width: 195px;
}

.footer-links-column h3,
.footer-column-spacer {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: var(--neutral-100);
    margin: 0;
}

.footer-column-spacer {
    visibility: hidden;
}

.footer-kicker {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--neutral-100);
    margin: 0;
}

.footer-links-column a {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: var(--neutral-100);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links-column a:hover {
    color: var(--primary-orange);
}

.footer-copyright {
    margin: 48px 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: var(--black);
}

.exl-footer p {
    margin: 0;
}

.exl-footer-top h2 {
  margin: 0 0 20px;
  font-size: 44px;
  line-height: 54px;
  font-weight: 300;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-top .exl-container {
    padding: 0 60px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .exl-footer-subgroups {
      grid-template-columns: repeat(3, minmax(160px, 1fr));
      gap: 20px 20px;
    }
    .exl-footer a, .exl-footer li {
      font-size: 14px !important;
    }
    .exl-footer-item .accordion-button {
      font-size: 16px !important;
    }
    .exl-footer .exl-footer-subgroup h3 a {
      font-size: 12px !important;
    }
    .exl-footer-accordion {
      column-gap: 15px !important;
    }
    .exl-footer-item:nth-child(2), .exl-footer-item:nth-child(5) {
      margin-left: 2rem !important;
    }
}

@media (max-width: 1199.98px) {
  .exl-footer-top-inner {
    flex-wrap: wrap;
    gap: 24px;
  }

  .footer-brand-row {
    max-width: none;
    flex: 1 1 100%;
  }

  .footer-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 32px;
  }

  .footer-group-offerings {
    grid-column: 1 / -1;
  }

  .exl-footer-bottom .exl-container {
    padding-inline: 30px;
  }

  .exl-footer-bottom ul.menu {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 30px 0px;
    border-bottom: 1px solid #ABAFB4;
    margin-bottom: 30px;
  }

  .exl-footer-bottom ul.menu li.menu-item {
    padding: 0;
  }

  .exl-footer-bottom ul.menu li.menu-item a {
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    font-family: 'Yantramanav';
  }

  .exl-footer-bottom ul.menu li.menu-item a::after {
    display: block;
    content: "";
    width: 0px;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease-in-out;
  }

  .exl-footer-bottom ul.menu li.menu-item a:hover::after {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 2px solid rgb(251, 78, 11);
  }

  .exl-footer-bottom p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #172F50;
  }

  .footer-strip-blue {
    height: 1px;
  }

  .exl-footer-bottom {
    padding: 0;
    border-top: 0;
  }

  .exl-footer .accordion.exl-footer-accordion {
    display: none;
  }

  .exl-footer-top-inner {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: flex-start;
  }

  .footer-brand-row {
    flex-direction: row !important;
    align-items: center !important;
    column-gap: 24px !important;
    row-gap: 46px !important;
    align-items: end !important;
  }

  .exl-footer p.footer-tagline {
    font-size: 17px !important;
    line-height: 16px;
    font-weight: 300;
    max-width: 320px;
    color: #384D6A;
    text-align: center;
  }

  .footer-cta {
    width: 100%;
  }

  .footer-divider {
    height: 1px !important;
    width: 100% !important;
  }

  .footer-social {
    gap: 16px;
    flex-wrap: wrap;
  }

  .exl-footer-main-inner {
    padding-top: 48px;
  }

  .exl-footer .exl-shell.exl-footer-top-inner {
    padding: 32px 30px !important;
  }

  .exl-footer-item {
    border-top: 1px solid #bfc3ca;
  }

  .exl-footer-item .accordion-button {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0;
    margin: 0;
    border-bottom: none;
    position: relative;
  }

  .exl-footer-item .accordion-button.collapsed {
    border-bottom: 1px solid #abafb4;
  }

  .exl-footer-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }

  .exl-footer-item .accordion-body {
    padding-bottom: 26px;
  }

  .exl-footer-subgroups {
    gap: 30px;
  }

  .exl-footer h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .exl-footer a,
  .exl-footer li {
    font-size: 16px;
    line-height: 21px;
    position: relative;
  }

  .exl-footer li {
    margin-bottom: 14px;
  }

  .exl-footer a.btn-primary-orange {
    justify-content: center;
    background: transparent !important;
    color: var(--primary-orange) !important;
    padding: 10px 15px;
    font-size: 14px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 18px !important;
    min-width: 170px !important;
    text-align: center;
    border: 1px solid var(--primary-orange) !important;
    border-radius: 999px;
    text-transform: uppercase;
  }

  .exl-footer a.btn-primary-orange::after {
    content: none !important;
  }

  .footer-logo img {
    width: 75px !important;
    height: auto !important;
  }

  .footer-social {
    width: 100%;
    justify-content: space-between;
  }

  .footer-brand-row a.footer-logo::after {
    content: none;
  }

  .top-ai-banner-outer {
    height: 50px;
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
 .exl-footer-item .accordion-button {
    font-size: 30px;
    line-height: 34px;
  }
 
  .exl-footer h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #585E69;
    font-family: 'Yantramanav';
  }
 
  .exl-footer a,
  .exl-footer li,
  .exl-footer p {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 767.98px) {
  .exl-footer .exl-shell {
      padding: 0 !important;
  }

  .exl-footer .exl-shell {
    padding-top: 0;
  }
 
  .exl-footer-item {
    border-top: 1px solid #bfc3ca;
  }
 
  .exl-footer-item .accordion-button {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 32px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Yantramanav';
  }
 
  .exl-footer-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
 
  .exl-footer-item .accordion-body {
    padding: 0 32px;
  }
 
  .exl-footer-subgroups {
    gap: 40px;
  }
 
  .exl-footer-subgroup ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .exl-footer .exl-footer-subgroup h3 a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #2E3643;
    font-family: 'Yantramanav';
  }
 
  .exl-footer a,
  .exl-footer li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #2E3643;
  }
 
  .exl-footer li {
    margin-bottom: 14px;
  }

  .footer-top .exl-container {
    padding: 0 24px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 768px) { 
  .exl-footer-accordion {
    display: grid;
    grid-template-columns: 2.80fr 1.22fr 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 56px;
    row-gap: 0;
    padding-top: 40px;
    border-image: linear-gradient(90deg, #F74D0C 0%, #FFA82B 100%) 1;
    border-top: 2px solid;
  }
 
  .exl-footer-item {
    border-top: 0;
  }
 
  .exl-footer-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
 
  .exl-footer-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
 
  /* .exl-footer-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  } */
 
  .exl-footer-item:nth-child(4) {
    /* grid-column: 3;
    grid-row: 2; */
    margin-top: 8px;
  }
 
  .exl-footer-item:nth-child(5) {
    /* grid-column: 4; */
    grid-row: 1 / span 2;
  } 
 
  .exl-footer-item .accordion-header {
    margin-bottom: 12px;
  }
 
  .exl-footer-item .accordion-button::after {
    display: none;
  }
 
  .exl-footer-item .accordion-collapse {
    display: block !important;
  }
 
  .exl-footer-item .accordion-body {
    padding: 0;
  }
 
  .exl-footer-subgroups {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 24px 30px;
  }
 
  .exl-footer h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
 
  .exl-footer a,
  .exl-footer li {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
  }
 
  .exl-footer li {
    margin-bottom: 11px;
  }
 
  .exl-footer-bottom {
    border-top: 0;
    padding: 28px 0 0 0;
  }
 
  .exl-footer-bottom p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #172f50;
  }
}

@media (min-width: 1200px) {
  .exl-footer-accordion {
    column-gap: 35px;
  }

  .exl-footer a,
  .exl-footer li {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Yantramanav';
    font-weight: 300;
    color: #384D6A;
  }

  .exl-footer a {
    position: relative;
  }
}
