/* Bridge the localized Industry experience into the native Zytona shell. */
body.page-industry-reference {
  background: #000;
}

/* Restore the localized icon font from its real bundled theme path. */
@font-face {
  font-family: "icont";
  src: url("../industry-local/assets/static/www.accenture.com/etc.clientlibs/cio-sites/clientlibs/clientlib-rad/resources/fonts/icont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

.page-industry-reference .zy-header {
  z-index: 2147483000 !important;
  overflow: visible !important;
}

.page-industry-reference .zy-header .zy-nav {
  position: relative;
  z-index: 2147483100 !important;
  overflow: visible !important;
}

.page-industry-reference .zy-header .zy-nav__links--reveal {
  z-index: 2147483200 !important;
}

.page-industry-reference .zy-header .zy-mega {
  z-index: 2147483500 !important;
}

.zytona-industry-shell {
  position: relative;
  z-index: 1;
  padding-top: 92px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.zytona-industry-shell :is(
  #block-industrial-now,
  #block-how-to-reinvent-industrial,
  #block-segments-we-support,
  #block-carousel-whats-trending-in-industrial,
  #block-awards-and-recognition,
  #block-our-leaders,
  #block-industrial-careers
) {
  scroll-margin-top: 214px;
}

/* Keep the localized Industry sub-navigation below the native Zytona header. */
.page-industry-reference .zytona-industry-shell .rad-subnav {
  top: 92px !important;
  z-index: 900 !important;
  transition: top 0.34s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* The desktop header grows from 92px to 154px while its main menu is visible. */
.page-industry-reference .zy-header:hover ~ .zytona-industry-shell .rad-subnav,
.page-industry-reference .zy-header:focus-within ~ .zytona-industry-shell .rad-subnav {
  top: 154px !important;
}

.zytona-industry-shell .rad-button--primary,
.zytona-industry-shell .rad-icon-button--primary {
  --rad-button-background: #777B46;
}

.page-industry-reference .zy-footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .zytona-industry-shell {
    padding-top: 82px;
  }

  .page-industry-reference .zytona-industry-shell .rad-subnav,
  .page-industry-reference .zy-header:hover ~ .zytona-industry-shell .rad-subnav,
  .page-industry-reference .zy-header:focus-within ~ .zytona-industry-shell .rad-subnav {
    top: 82px !important;
  }

  .zytona-industry-shell :is(
    #block-industrial-now,
    #block-how-to-reinvent-industrial,
    #block-segments-we-support,
    #block-carousel-whats-trending-in-industrial,
    #block-awards-and-recognition,
    #block-our-leaders,
    #block-industrial-careers
  ) {
    scroll-margin-top: 140px;
  }
}
