/* Service Navigation - Common Styles */

.new-header-container {
  position: relative;
}

.service-nav-container {
  width: 100%;
  margin: 0px auto 0;
}

/* Breadcrumb */

.service-nav-breadcrumb {
  background: #f9fafb;
}

.service-nav-breadcrumb__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

.service-nav-breadcrumb__link {
  color: #6c757d;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.service-nav-breadcrumb__link:hover {
  opacity: 0.7;
}

.service-nav-breadcrumb__separator {
  color: #6c757d;
  margin: 0 4px;
}

.service-nav-breadcrumb__separator svg {
  position: relative;
  top: 1px;
}

.service-nav-breadcrumb__current {
  color: #6c757d;
}

/* HubSpot breadcrumb menu styles */
.service-nav-breadcrumb .hs-breadcrumb-menu-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.service-nav-breadcrumb .hs-breadcrumb-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.service-nav-breadcrumb .hs-breadcrumb-menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.service-nav-breadcrumb .hs-breadcrumb-label {
  color: #7a7a7a;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.service-nav-breadcrumb span.hs-breadcrumb-label {
  color: #4d535b;
}

.service-nav-breadcrumb a.hs-breadcrumb-label:hover {
  opacity: 0.7;
}

.service-nav-breadcrumb .hs-breadcrumb-menu-divider {
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="11" viewBox="0 0 7 11" fill="none"><path d="M4.6 5.308L0 0.708L0.707999 0L6.016 5.308L0.707999 10.616L0 9.908L4.6 5.308Z" fill="%237A7A7A"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.service-nav-breadcrumb .hs-breadcrumb-menu-divider::before {
  display: none;
}

.service-nav-breadcrumb
  .hs-breadcrumb-menu-item.last-crumb
  .hs-breadcrumb-menu-divider {
  display: none;
}

/* Logo */

.service-nav-logo {
  height: 150px;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.service-nav-logo__image {
  display: block;
  height: 60px;
  width: auto;
}

.service-nav-container--cloudfax .service-nav-logo__image {
  height: auto;
  width: 100%;
  max-width: 269px;
}

.service-nav-container--v4g .service-nav-logo__image {
  height: 80px;
}

/* Navigation */

.service-nav {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px;
}

.service-nav-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1051px) {
  .service-nav__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 50px;
    border-radius: 8px;
  }

  .service-nav__menu {
    flex: 1;
  }

  .service-nav__list {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin: 0;
    padding: 4px 0 0 16px;
    list-style: none;
  }
  .service-nav--vcall .service-nav__list {
    gap: 16px;
  }
}

@media (min-width: 1051px) and (max-width: 1200px) {
  .service-nav__list {
    gap: 24px;
  }
}

.service-nav__item {
  position: relative;
}

.service-nav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 8px 8px 0 0;
  border: 2px solid transparent;
  transition: 0.3s ease;
  position: relative;
}

.service-nav__item--active .service-nav__link {
  transition: 0.1s ease;
}

@media (max-width: 1200px) {
  .service-nav__link {
    padding: 12.5px 4px;
  }
}

a.service-nav__link {
  opacity: 1;
}

li.service-nav__item--current a.service-nav__link {
  padding: 13px 10px;
}

@media (max-width: 1200px) {
  li.service-nav__item--current a.service-nav__link {
    padding: 12.5px 4px;
  }
}

li:not(.service-nav__item--current):not(.service-nav__item--active)
  a.service-nav__link:hover {
  padding: 11.5px 10px;
  background: #ffffff30;
  border-radius: 0;
}

@media (max-width: 1200px) {
  li:not(.service-nav__item--current):not(.service-nav__item--active)
    a.service-nav__link:hover {
    padding: 12.5px 4px;
  }
}

.service-nav.service-nav--floating
  li:not(.service-nav__item--current):not(.service-nav__item--active)
  a.service-nav__link:hover {
  padding: 13px 10px;
}

@media (max-width: 1200px) {
  .service-nav.service-nav--floating
    li:not(.service-nav__item--current):not(.service-nav__item--active)
    a.service-nav__link:hover {
    padding: 12.5px 4px;
  }
}

.service-nav__item--has-dropdown.service-nav__item--active .service-nav__link {
  border-radius: 0;
}

.service-nav__item--has-dropdown.service-nav__item--current .service-nav__link {
  border-radius: 8px 8px 0 0;
  padding: 13px 10px;
}

@media (max-width: 1200px) {
  .service-nav__item--has-dropdown.service-nav__item--current
    .service-nav__link {
    border-radius: 8px 8px 0 0;
    padding: 12.5px 4px;
  }
}

.service-nav__item--has-dropdown.service-nav__item--active .service-nav__link {
  background: #ffffff30;
}

.service-nav--floating
  .service-nav__item--has-dropdown.service-nav__item--active
  .service-nav__link,
.service-nav--floating
  .service-nav__item--has-dropdown.service-nav__item--current
  .service-nav__link {
  border-radius: 0;
}

.service-nav__active-arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background: transparent;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.15s ease,
    left 0s,
    transform 0s;
}

.service-nav__active-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000843;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.service-nav__active-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff30;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.service-nav__item--active .service-nav__active-arrow,
.service-nav__item--current .service-nav__active-arrow {
  opacity: 1;
}

.service-nav__dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-nav__cta {
  display: flex;
  align-items: center;
  gap: 0;
}

.service-nav__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  height: 50px;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.service-nav__cta-button.service-nav__cta-button--document {
  min-width: unset;
}

@media (max-width: 1400px) {
  .service-nav__cta-button {
    padding: 0 20px;
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 1320px) {
  .service-nav__cta-button {
    padding: 0 16px;
  }
}

@media (max-width: 1200px) {
  .service-nav__cta-button {
    padding: 0 8px;
  }
}

.service-nav__cta-button:hover {
  opacity: 1;
  transition: 0.15s ease;
}

.service-nav__cta-button--contact {
  border-radius: 0 8px 8px 0;
}

/* Dropdown Menu */

.service-nav-dropdown {
  display: none;
  z-index: 1000;
  box-shadow:
    0px 3px 7px 0px rgba(0, 0, 0, 0.1),
    0px 13px 13px 0px rgba(0, 0, 0, 0.09),
    0px 29px 17px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
}

@media (min-width: 1051px) {
  .service-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
  }
}

.service-nav-dropdown__left {
  background-color: #ffffff;
  border: 1px solid #cad0d4;
  border-right: none;
  border-radius: 0 0 0 8px;
  padding: 24px 32px;
}

.service-nav-dropdown__category-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-nav-dropdown__category-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
  color: #202020;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.service-nav-dropdown__category--active .service-nav-dropdown__category-link {
  color: #202020;
}

.service-nav-dropdown__category-link:hover,
.service-nav-dropdown__category--active
  .service-nav-dropdown__category-link:hover {
  opacity: 1;
  background-color: rgba(135, 31, 255, 0.1);
  color: #871fff;
}

.service-nav-dropdown__category-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service-nav-dropdown__right {
  background-color: #ebebeb;
  border: 1px solid #cad0d4;
  border-radius: 0 0 8px 0;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-nav-dropdown__submenu {
  display: flex;
  gap: 24px;
}

.service-nav-dropdown__submenu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 197px;
}

.service-nav-dropdown__submenu-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.65px;
  color: #202020;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.service-nav-dropdown__submenu-link:hover {
  color: #871fff;
  opacity: 1;
}

.service-nav--ujet .service-nav-dropdown__submenu-link:hover {
  color: #209cff;
}

.service-nav-dropdown__all-link {
  text-align: right;
}

.service-nav-dropdown__all-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #202020;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.service-nav-dropdown__all-link-text:hover {
  color: #871fff;
  opacity: 1;
}

.service-nav--ujet .service-nav-dropdown__all-link-text:hover {
  color: #209cff;
}

.service-nav-dropdown__submenu-list + .service-nav-dropdown__submenu-list {
  border-left: 1px solid #cad0d4;
  padding-left: 24px;
}

/* Vonage Theme */

.service-nav--vonage .service-nav__inner {
  background-color: #000843;
}

.service-nav--vonage .service-nav__item--current .service-nav__link {
  background-color: #5b19a5;
  border-color: #5b19a5;
}

.service-nav--vonage
  .service-nav__item--current
  .service-nav__active-arrow::before {
  background: #5b19a5;
}

.service-nav--vonage
  .service-nav__item--current
  .service-nav__active-arrow::after {
  background: transparent;
}

.service-nav--vonage .service-nav__cta-button--document,
.service-nav--vcall .service-nav__cta-button--document {
  background-color: #30366d;
  display: none;
}

@media (min-width: 1051px) {
  .service-nav__cta-button--document:hover {
    background-color: #545ca7 !important;
  }
}
.service-nav--vonage .service-nav__cta-button--account,
.service-nav--vcall .service-nav__cta-button--account {
  background-color: #3b4280;
  padding: 0 10px;
}

@media (min-width: 1051px) {
  .service-nav--vcall .service-nav__cta-button--account {
    max-width: 130px;
    min-width: unset;
  }
  .service-nav--floating .service-nav--vcall .service-nav__cta-button--account {
    max-width: 118px;
  }
}

@media (min-width: 1051px) {
  .service-nav__cta-button--account:hover {
    background-color: #5863bd !important;
  }
}

.service-nav--vonage .service-nav__cta-button--contact {
  background-color: #1536ac;
}

@media (min-width: 1051px) {
  .service-nav__cta-button--contact:hover {
    background-color: #001c81 !important;
  }
}

.service-nav-dropdown--vonage .service-nav-dropdown__category-icon--phone {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 12.5c-1.2 0-2.4-.2-3.6-.6-.3-.1-.7 0-1 .2l-2.2 2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.3-.5-3.5 0-.6-.4-1-1-1H1C.4 0 0 .4 0 1c0 9.4 7.6 17 17 17 .6 0 1-.4 1-1v-3.5c0-.6-.4-1-1-1z" fill="%23871fff"/></svg>');
}

.service-nav-dropdown--vonage .service-nav-dropdown__category-icon--message {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v11c0 1.1-.9 2-2 2H4l-4 3V2z" fill="%23202020"/></svg>');
}

.service-nav-dropdown--vonage .service-nav-dropdown__category-icon--video {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 9l7-5v14l-7-5v3c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h7c1.1 0 2 .9 2 2v4z" fill="%23202020"/></svg>');
}

.service-nav-dropdown--vonage .service-nav-dropdown__category-icon--auth {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 0L0 3v5c0 5.6 3.8 10.8 9 12 5.2-1.2 9-6.4 9-12V3L9 0zm-1 13l-4-4 1.4-1.4L8 10.2l5.6-5.6L15 6l-7 7z" fill="%23202020"/></svg>');
}

/* UJET Theme */

.service-nav--ujet .service-nav__inner {
  background-color: #000843;
}

.service-nav--ujet .service-nav__item--current .service-nav__link {
  background-color: #209cff;
  border-color: #209cff;
}

.service-nav--ujet
  .service-nav__item--current
  .service-nav__active-arrow::before {
  background: #209cff;
}

.service-nav--ujet
  .service-nav__item--current
  .service-nav__active-arrow::after {
  background: transparent;
}

.service-nav--ujet .service-nav__cta-button--document {
  background-color: #3b4280;
  min-width: 155px;
}

.service-nav--floating.service-nav--ujet .service-nav__cta-button--document {
  min-width: unset;
}

.service-nav--ujet .service-nav__cta-button--contact {
  background-color: #1536ac;
}

/* UJET Dropdown - 2 Column Layout */

.service-nav-dropdown--ujet-columns .service-nav-dropdown__left--ujet-columns {
  display: flex;
  gap: 32px;
}

.service-nav-dropdown__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-nav-dropdown__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-nav-dropdown__section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #6e747c;
  margin: 0;
  padding: 0;
}

.service-nav-dropdown__section .service-nav-dropdown__category-list {
  gap: 16px;
}

.service-nav-dropdown--ujet-columns .service-nav-dropdown__right {
  min-height: 300px;
  justify-content: space-between;
}

@media (max-width: 1050px) {
  .service-nav-dropdown--ujet-columns .service-nav-dropdown__right {
    justify-content: unset;
    min-height: unset;
  }
}

/* UJET category link hover */
.service-nav-dropdown--ujet .service-nav-dropdown__category-link:hover,
.service-nav-dropdown--ujet
  .service-nav-dropdown__category--active
  .service-nav-dropdown__category-link:hover {
  opacity: 1;
  background-color: rgba(32, 156, 255, 0.1);
  color: #209cff;
}

.service-nav-dropdown--ujet
  .service-nav-dropdown__category--active
  .service-nav-dropdown__category-link {
  color: #209cff;
}

.service-nav-dropdown--ujet .service-nav-dropdown__simple-item:hover {
  background-color: rgba(32, 156, 255, 0.1);
  color: #209cff;
  opacity: 1;
}

.service-nav-dropdown--ujet .service-nav-dropdown__simple-item--current {
  background-color: rgba(32, 156, 255, 0.1);
  color: #209cff;
}

.service-nav-dropdown--ujet
  .service-nav-dropdown__simple-item--current
  svg
  path {
  fill: #209cff;
}

/* MiiTel Theme */

.service-nav__floating-logo.service-nav__floating-logoMiitel
  .service-nav__floating-logo-image {
  height: 24px;
}

.service-nav--miitel .service-nav__inner {
  background-color: #000843;
}

.service-nav--miitel .service-nav__item--current .service-nav__link {
  background-color: #0071cc;
  border-color: #0071cc;
}

.service-nav--miitel
  .service-nav__item--current
  .service-nav__active-arrow::before {
  background: #0071cc;
}

.service-nav--miitel
  .service-nav__item--current
  .service-nav__active-arrow::after {
  background: transparent;
}

.service-nav--miitel .service-nav__cta-button--document {
  background-color: #3b4280;
  min-width: 155px;
}

.service-nav--floating.service-nav--miitel .service-nav__cta-button--document {
  min-width: unset;
}

.service-nav--miitel .service-nav__cta-button--contact {
  background-color: #1536ac;
}

/* MiiTel simple dropdown hover */
.service-nav-dropdown--miitel .service-nav-dropdown__simple-item:hover {
  background-color: rgba(0, 113, 204, 0.1);
  color: #0071cc;
  opacity: 1;
}

.service-nav-dropdown--miitel .service-nav-dropdown__simple-item--current {
  background-color: rgba(0, 113, 204, 0.1);
  color: #0071cc;
}

.service-nav-dropdown--miitel
  .service-nav-dropdown__simple-item--current
  svg
  path {
  fill: #0071cc;
}

/* CloudFAX Theme */

.service-nav__floating-logo.service-nav__floating-logoCloudfax
  .service-nav__floating-logo-image {
  height: 16px;
}

.service-nav--cloudfax .service-nav__inner {
  background-color: #000843;
}

.service-nav--cloudfax .service-nav__item--current .service-nav__link {
  background-color: #209cff;
  border-color: #209cff;
}

.service-nav--cloudfax
  .service-nav__item--current
  .service-nav__active-arrow::before {
  background: #209cff;
}

.service-nav--cloudfax
  .service-nav__item--current
  .service-nav__active-arrow::after {
  background: transparent;
}

.service-nav--cloudfax .service-nav__cta-button--document {
  background-color: #3b4280;
  min-width: 155px;
}

.service-nav--floating.service-nav--cloudfax
  .service-nav__cta-button--document {
  min-width: unset;
}

.service-nav--cloudfax .service-nav__cta-button--contact {
  background-color: #1536ac;
}

/* V Call Theme */

.service-nav__floating-logo.service-nav__floating-logoVcall
  .service-nav__floating-logo-image {
  height: 24px;
}

.service-nav--vcall .service-nav__inner {
  background-color: #000843;
}

.service-nav--vcall .service-nav__item--current .service-nav__link {
  background-color: #3091b3;
  border-color: #3091b3;
}

.service-nav--vcall
  .service-nav__item--current
  .service-nav__active-arrow::before {
  background: #3091b3;
}

.service-nav--vcall
  .service-nav__item--current
  .service-nav__active-arrow::after {
  background: transparent;
}

.service-nav--vcall .service-nav__cta-button--document {
  /*   background-color: #3b4280; */
  min-width: 120px;
}

.service-nav--floating.service-nav--vcall .service-nav__cta-button--document {
  min-width: unset;
}

.service-nav--vcall .service-nav__cta-button--contact {
  background-color: #1536ac;
}

/* V Call お問い合わせ link with note */
.service-nav__link--with-note {
  gap: 2px;
}

.service-nav__link-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
}

.service-nav__link-text {
  font-size: 15px;
}

.service-nav__link-note {
  font-size: 9px;
  letter-spacing: 0.45px;
  font-weight: 700;
}

/* V4G Theme */

.service-nav__floating-logo.service-nav__floating-logoV4g
  .service-nav__floating-logo-image {
  height: 18px;
}

.service-nav--v4g .service-nav__inner {
  background-color: #000843;
}

.service-nav--v4g .service-nav__item--current .service-nav__link {
  background-color: #1ba96b;
  border-color: #1ba96b;
}

.service-nav--v4g
  .service-nav__item--current
  .service-nav__active-arrow::before {
  background: #1ba96b;
}

.service-nav--v4g
  .service-nav__item--current
  .service-nav__active-arrow::after {
  background: transparent;
}

.service-nav--v4g .service-nav__cta-button--document {
  background-color: #3b4280;
  min-width: 200px;
}

@media (max-width: 1048px) {
  .service-nav--v4g .service-nav__cta-button--document {
    min-width: unset;
  }
}

.service-nav--floating.service-nav--v4g .service-nav__cta-button--document {
  min-width: unset;
}

.service-nav--v4g .service-nav__cta-button--contact {
  background-color: #1536ac;
}

/* V4G simple dropdown hover */
.service-nav-dropdown--v4g .service-nav-dropdown__simple-item:hover {
  background-color: rgba(47, 204, 135, 0.1);
  color: #2fcc87;
  opacity: 1;
}

.service-nav-dropdown--v4g .service-nav-dropdown__simple-item--current {
  background-color: rgba(47, 204, 135, 0.1);
  color: #2fcc87;
}

.service-nav-dropdown--v4g
  .service-nav-dropdown__simple-item--current
  svg
  path {
  fill: #2fcc87;
}

.service-nav__external-icon {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

/* V Call simple dropdown hover */
.service-nav-dropdown--vcall .service-nav-dropdown__simple-item:hover {
  background-color: rgba(48, 145, 179, 0.1);
  color: #3091b3;
  opacity: 1;
}

.service-nav-dropdown--vcall .service-nav-dropdown__simple-item--current {
  background-color: rgba(48, 145, 179, 0.1);
  color: #3091b3;
}

.service-nav-dropdown--vcall
  .service-nav-dropdown__simple-item--current
  svg
  path {
  fill: #3091b3;
}

/* Simple Dropdown (Contract, Support) */

.service-nav-dropdown--simple {
  background-color: #ffffff;
  border: 1px solid #cad0d4;
  border-radius: 0 0 8px 8px;
  padding: 24px 32px;
}

.service-nav-dropdown__simple-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-nav-dropdown__simple-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
  color: #202020;
  text-decoration: none;
  border-radius: 3px;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.service-nav-dropdown__simple-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.service-nav-dropdown__simple-item:hover {
  background-color: rgba(135, 31, 255, 0.1);
  color: #871fff;
  opacity: 1;
}

.service-nav-dropdown__simple-item--active {
  background-color: rgba(135, 31, 255, 0.1);
  color: #871fff;
}

.service-nav-dropdown__simple-item--active svg path {
  fill: #871fff;
}

.service-nav-dropdown__simple-item--external {
  gap: 4px;
}

.service-nav-dropdown__simple-item--with-note {
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.service-nav-dropdown__simple-item-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-nav-dropdown__simple-item-row > svg:last-child {
  width: 13.5px;
  height: 13.5px;
  flex-shrink: 0;
  margin-left: -4px;
}

.service-nav-dropdown__simple-item--external > svg {
  width: 13.5px;
  height: 13.5px;
  flex-shrink: 0;
}

.service-nav-dropdown__simple-item--external:hover > svg path,
.service-nav-dropdown__simple-item--external:hover svg.color path,
.service-nav-dropdown__simple-item--external:hover svg:last-child path {
  fill: currentColor;
}

.service-nav-dropdown__simple-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #7a7a7a;
  padding-left: 26px;
}

/* Overlay for floating navigation dropdown */

.service-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.service-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Floating Navigation */

.service-nav__floating-logo {
  display: none;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  min-width: 148px;
}

.service-nav__floating-logo a {
  display: flex;
  align-items: center;
}

.service-nav__floating-logo-image {
  height: 40px;
  width: auto;
}

.service-nav__floating-logoUjet .service-nav__floating-logo-image {
  height: 22px;
}

.service-nav--floating {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.service-nav--floating .service-nav__inner {
  border-radius: 0;
}

.service-nav--floating .service-nav__floating-logo {
  display: flex;
  justify-content: center;
}

@media (max-width: 1440px) {
  /* .service-nav--floating .service-nav__floating-logo {
    display: none;
  } */
}

.service-nav--floating .service-nav__list {
  padding-left: 0;
  gap: 20px;
}

@media (max-width: 1440px) {
  .service-nav--floating .service-nav__list {
    gap: 16px;
  }
}

@media (max-width: 1320px) {
  .service-nav--floating .service-nav__list {
    gap: 8px;
  }
}

.service-nav--floating .service-nav__link {
  padding: 13px 10px;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .service-nav--floating .service-nav__link {
    padding: 13px 4px;
  }
}

/* フローティング時のカレント表示は角丸なし、尻尾なし */
.service-nav--floating .service-nav__item--current .service-nav__link {
  border-radius: 0;
}

.service-nav--floating .service-nav__item--current .service-nav__active-arrow {
  opacity: 0 !important;
}

/* フローティング時のactive表示は尻尾あり */
.service-nav--floating .service-nav__item--active .service-nav__active-arrow {
  opacity: 1 !important;
}

/* フローティング時のドロップダウン位置調整 */
.service-nav--floating .service-nav-dropdown {
  top: 52px;
}

/* フローティング時のCTAボタン調整 */
.service-nav--floating .service-nav__cta-button--document,
.service-nav--floating .service-nav--vcall .service-nav__cta-button--document {
  display: flex;
}

.service-nav--floating .service-nav__cta-button--contact {
  border-radius: 0;
}

@media (min-width: 1051px) {
  .service-nav--floating .service-nav__cta-button--contact,
  .service-nav--vonage .service-nav__cta-button--account {
    margin-left: -1px;
  }
}

/* Mobile Header */
.service-nav__mobile-header {
  display: none;
}

/* Hide mobile buttons on desktop */
.service-nav__item--has-dropdown .Header-sp-navChildBbutton {
  display: none;
}

/* Desktop: Make dropdown visible when active */
@media (min-width: 1051px) {
  .service-nav__item--has-dropdown {
    position: relative;
  }

  .service-nav-dropdown {
    position: absolute;
  }
}

/* Mobile Navigation (1050px以下) */

@media (max-width: 1050px) {
  /* Hide desktop elements */
  .service-nav-breadcrumb,
  .service-nav-logo {
    display: none !important;
  }

  /* Make container relative for absolute positioning */
  .service-nav-container {
    position: relative;
  }

  /* Add padding when mobile header is floating */
  .service-nav-container--mobile-floating {
    padding-top: 42px;
  }

  /* Show Mobile Header */
  .service-nav__mobile-header {
    display: block;
    background-color: #000843;
    height: 42px;
    position: relative;
    z-index: 10001;
    cursor: pointer;
  }

  .service-nav__mobile-header--floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
  }

  .service-nav__mobile-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
  }

  .service-nav__mobile-logo {
    height: 34px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .service-nav__mobile-logo-image {
    height: 100%;
    width: auto;
  }

  .service-nav--ujet .service-nav__mobile-logo,
  .service-nav--miitel .service-nav__mobile-logo,
  .service-nav--cloudfax .service-nav__mobile-logo,
  .service-nav--vcall .service-nav__mobile-logo,
  .service-nav--v4g .service-nav__mobile-logo {
    height: 22px;
  }

  /* +/- Toggle Button */
  .sp-btn .Header-sp-navChildBbutton {
    height: 45px;
    line-height: 45px;
    right: 5px;
    top: 0;
    width: 45px;
    background: unset;
    position: absolute;
  }

  .Header-sp-navChildBbutton {
    background-color: #7a7a7a;
    border: none;
    border-radius: 50%;
    font-size: 0;
    height: 22px;
    line-height: 22px;
    position: relative;
    width: 22px;
    cursor: pointer;
    flex-shrink: 0;
  }

  .Header-sp-navChildBbutton:after,
  .Header-sp-navChildBbutton:before {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: calc(50% - 6.2px);
    position: absolute;
    top: calc(50% - 1.2px);
    transition: 0.3s;
    width: 12px;
  }

  .Header-sp-navChildBbutton:after {
    transform: rotate(90deg);
  }

  .Header-sp-navChildBbutton.is_open:after,
  .Header-sp-navChildBbutton.active:after {
    transform: rotate(0deg);
  }

  /* Service Nav - Mobile Style */
  .service-nav {
    margin: 0;
    max-width: 100%;
  }

  .service-nav__inner {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 10000;
    flex-direction: column !important;
    align-items: stretch !important;
    display: flex !important;
  }

  .service-nav__inner.active {
    max-height: calc(100vh - 100px);
  }

  /* Floating state adjustment */
  .service-nav__mobile-header--floating ~ .service-nav__inner {
    top: 42px;
  }

  .service-nav__mobile-header--floating ~ .service-nav__inner.active {
    max-height: calc(100vh - 42px);
  }

  .service-nav__mobile-header--floating
    ~ .service-nav__inner
    .service-nav__menu {
    min-height: calc(100dvh - 90px);
  }

  /* Hide floating logo and active arrows on mobile */
  .service-nav__floating-logo,
  .service-nav__active-arrow,
  .service-nav__dropdown-icon {
    display: none !important;
  }

  /* Mobile Menu Styling */
  .service-nav__menu {
    flex: 1 !important;
    width: 100%;
    overflow-y: auto;
    background: #dddddd;
    min-height: calc(100dvh - 150px);
    display: flex !important;
    flex-direction: column !important;
  }

  .service-nav__list {
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: stretch !important;
    flex: 1 !important;
  }

  .service-nav__item {
    border-bottom: 1px solid #d7d7d7;
  }

  .service-nav__link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 15px 20px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 1.4px !important;
    color: #202020 !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
    white-space: normal !important;
    gap: 8px !important;
    height: auto !important;
  }

  .service-nav__item--current .service-nav__link {
    background-color: #fff !important;
    border-color: transparent !important;
  }

  .service-nav__item--has-dropdown.service-nav__item--active .service-nav__link,
  .service-nav__item--has-dropdown.service-nav__item--current
    .service-nav__link {
    border-radius: 0 !important;
  }

  /* Add +/- button to dropdown items */
  .service-nav__item--has-dropdown {
    position: relative !important;
    cursor: unset;
  }

  .service-nav__item--has-dropdown .service-nav__link {
    cursor: unset;
    pointer-events: none;
  }

  .service-nav__item--has-dropdown .service-nav__link {
    padding-right: 52px !important;
  }

  /* Mobile +/- button in li */
  .service-nav__item--has-dropdown .Header-sp-navChildBbutton {
    display: block;
    background-color: #7a7a7a;
    border: none;
    border-radius: 50%;
    font-size: 0;
    height: 22px;
    line-height: 22px;
    position: absolute;
    width: 22px;
    cursor: pointer;
    flex-shrink: 0;
    right: 20px;
    top: 26px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .service-nav__item--has-dropdown .Header-sp-navChildBbutton:after,
  .service-nav__item--has-dropdown .Header-sp-navChildBbutton:before {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    height: 2px;
    left: calc(50% - 6px);
    position: absolute;
    top: calc(50% - 1px);
    transition: 0.3s;
    width: 12px;
  }

  .service-nav__item--has-dropdown .Header-sp-navChildBbutton:after {
    transform: rotate(90deg);
  }

  .service-nav__item--has-dropdown.active .Header-sp-navChildBbutton:after {
    transform: rotate(0deg);
  }

  /* Dropdown becomes accordion */
  .service-nav-dropdown {
    position: static !important;
    display: flex !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    flex-direction: column !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    padding: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .service-nav__item--has-dropdown.active .service-nav-dropdown,
  .service-nav-dropdown.active {
    max-height: 2000px;
  }

  .service-nav-dropdown__left {
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
    width: 100% !important;
  }

  .service-nav-dropdown__category-list {
    width: 100%;
    gap: 0 !important;
  }

  .service-nav-dropdown__category {
    border-bottom: 1px solid #d7d7d7;
  }

  .service-nav-dropdown__category-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 15px 32px !important;
    background-color: #f5f5f5 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px !important;
    line-height: 1.8 !important;
    border-radius: 0 !important;
  }

  .service-nav-dropdown__category-link svg,
  .service-nav-dropdown__category-icon {
    width: 16px !important;
    height: 16px !important;
  }

  .service-nav-dropdown__category-link:hover {
    background-color: #f5f5f5 !important;
    color: #202020 !important;
  }

  .service-nav-dropdown__right {
    display: flex !important;
    border-radius: 0 !important;
    border: none !important;
    background: #fff !important;
    padding: 10px !important;
    width: 100% !important;
    gap: 0;
  }

  .service-nav-dropdown__submenu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .service-nav-dropdown__submenu-list {
    width: 100%;
    gap: 0 !important;
    padding: 0 !important;
    border: none !important;
    min-width: 0 !important;
  }

  .service-nav-dropdown__submenu-list + .service-nav-dropdown__submenu-list {
    border-left: none !important;
    padding-left: 0 !important;
  }

  .service-nav-dropdown__submenu-list:nth-child(2n) {
    border-top: solid 1px #d7d7d7 !important;
    border-bottom: solid 1px #d7d7d7 !important;
  }

  .service-nav-dropdown__submenu-list li {
    border: none !important;
  }

  .service-nav-dropdown__submenu-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 15px 32px !important;
    background-color: #ebebeb !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px !important;
    line-height: 1.8 !important;
    color: #202020 !important;
    border: none !important;
    border-bottom: 0px solid #d7d7d7 !important;
  }

  .service-nav-dropdown__submenu-link::before {
    border-top: 1px solid #595959;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1px;
    width: 6px;
  }

  .service-nav-dropdown__all-link {
    display: flex !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .service-nav-dropdown__all-link-text {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 15px 32px !important;
    background-color: #ebebeb !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px !important;
    line-height: 1.8 !important;
    color: #202020 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    width: 100%;
  }

  .service-nav-dropdown__all-link-text::before {
    border-top: 1px solid #595959;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1px;
    width: 6px;
  }

  /* Simple dropdown */
  .service-nav-dropdown--simple {
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .service-nav-dropdown--simple .service-nav-dropdown__left {
    display: none !important;
  }

  .service-nav-dropdown--simple .service-nav-dropdown__simple-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .service-nav-dropdown__simple-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 15px 32px !important;
    background-color: #f5f5f5 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px !important;
    line-height: 1.8 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-radius: 0 !important;
  }

  .service-nav-dropdown__simple-item.service-nav-dropdown__simple-item--with-note {
    flex-direction: row;
    gap: 8px !important;
  }

  .service-nav-dropdown__simple-item.service-nav-dropdown__simple-item--with-note
    .service-nav-dropdown__simple-note {
    padding-left: 0 !important;
  }

  .service-nav-dropdown__simple-item:hover {
    background-color: #f5f5f5 !important;
    color: #202020 !important;
  }

  .service-nav-dropdown__simple-item svg {
    width: 16px !important;
    height: 16px !important;
  }

  .service-nav-dropdown__simple-item--external svg:last-child,
  .service-nav-dropdown__simple-item-row > svg:last-child {
    width: 12px !important;
    height: 12px !important;
  }

  .service-nav-dropdown__simple-note {
    padding-left: 24px !important;
    font-size: 10px !important;
    letter-spacing: 0.5px !important;
  }

  /* UJET 2-column layout - mobile override */
  .service-nav-dropdown--ujet-columns
    .service-nav-dropdown__left--ujet-columns {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .service-nav-dropdown__column {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .service-nav-dropdown__section {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .service-nav-dropdown__section-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    color: #6e747c !important;
    padding: 15px 32px !important;
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #d7d7d7 !important;
  }

  .service-nav-dropdown__section .service-nav-dropdown__category-list {
    gap: 0 !important;
  }

  /* Mobile CTA */
  .service-nav__cta {
    display: flex !important;
    width: 100%;
    align-items: stretch !important;
    flex-shrink: 0 !important;
  }

  .service-nav__cta > div {
    display: contents;
  }

  .service-nav__cta-button {
    flex: 1 !important;
    height: 50px !important;
    font-size: 12px !important;
    letter-spacing: 0.6px !important;
    border-radius: 0 !important;
    width: auto !important;
  }

  .service-nav__cta-button--contact {
    border-radius: 0 !important;
  }

  .service-nav__cta-button--document {
    display: flex !important;
  }
}

@media (min-width: 1051px) {
  .service-nav__mobile-header {
    display: none !important;
  }
}

/* Page Header (Title & Subtitle) */
.service-nav-page-header {
  background: #ffffff;
  border-bottom: 1px solid #cad0d4;
  padding: 35px 0;
}

.service-nav-page-header__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-nav-page-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 3px;
  color: #202020;
  margin: 0;
}

.service-nav-page-header__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.8px;
  color: #5b19a5;
  margin: 0;
}

.service-nav-container--ujet .service-nav-page-header__subtitle {
  color: #4d537c;
}

.service-nav-container--miitel .service-nav-page-header__subtitle {
  color: #114699;
}

.service-nav-container--cloudfax .service-nav-page-header__subtitle {
  color: #209cff;
}

.service-nav-container--vcall .service-nav-page-header__subtitle {
  color: #eb9a1b;
}

.service-nav-container--v4g .service-nav-page-header__subtitle {
  color: #2fcc87;
}

@media (max-width: 1050px) {
  .service-nav-page-header {
    padding: 20px;
  }

  .service-nav-page-header__title {
    font-size: 24px;
    letter-spacing: 2.4px;
  }

  .service-nav-page-header__subtitle {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.service-nav__item--has-dropdown {
  cursor: unset;
}

.service-nav__item--has-dropdown .service-nav__link {
  cursor: unset;
  pointer-events: none;
}

/* CTA Button Dropdown */

.service-nav__cta-dropdown-wrapper {
  position: relative;
  display: flex;
  cursor: unset;
}

.service-nav__cta-dropdown-wrapper .service-nav__cta-button--dropdown {
  cursor: unset;
  pointer-events: none;
}

.service-nav__cta-dropdown-wrapper > .hs-web-interactive-inline {
  display: contents;
}

.service-nav__cta-button--dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}

.service-nav__cta-dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* CTA active arrow (triangle) */
.service-nav__cta-active-arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 14px;
  background: transparent;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.15s ease,
    left 0s,
    transform 0s;
}

.service-nav__cta-active-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000843;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.service-nav__cta-active-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff30;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* Show arrow when active and floating */
.service-nav--floating
  .service-nav__cta-dropdown-wrapper.active
  .service-nav__cta-active-arrow {
  opacity: 1;
}

/* Active state background */
.service-nav__cta-dropdown-wrapper.active .service-nav__cta-button--dropdown {
  background: #5863bd;
}

/* Active state arrow color */
.service-nav__cta-dropdown-wrapper.active
  .service-nav__cta-active-arrow::after {
  background: #5863bd;
}

.service-nav__cta-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #cad0d4;
  border-radius: 0 0 8px 8px;
  box-shadow:
    0px 3px 7px 0px rgba(0, 0, 0, 0.1),
    0px 13px 13px 0px rgba(0, 0, 0, 0.09),
    0px 29px 17px 0px rgba(0, 0, 0, 0.05);
  display: none;
  flex-direction: column;
  z-index: 1000;
}

.service-nav__cta-dropdown-wrapper.active .service-nav__cta-dropdown {
  display: flex;
  gap: 16px;
  min-width: 195px;
  padding: 24px 32px;
}

.service-nav__cta-dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
  color: #202020;
  text-decoration: none;
  border-radius: 3px;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.service-nav__cta-dropdown-item:hover {
  background-color: rgba(135, 31, 255, 0.1);
  color: #871fff;
  opacity: 1;
}

/* Floating state adjustments for CTA dropdown */
.service-nav--floating .service-nav__cta-dropdown {
  top: 50px;
  border-radius: 0 0 8px 8px;
}

.service-nav--floating .service-nav__cta-dropdown-item:last-child {
  border-radius: 0 0 8px 8px;
}

.service-nav__cta-dropdown-item {
  display: none;
}

.service-nav__cta .service-nav__cta-dropdown-item {
  display: block;
}

/* Mobile adjustments for CTA dropdown */
@media (max-width: 1050px) {
  .service-nav__cta-dropdown-wrapper {
    width: 100%;
    display: none !important;
  }

  /* Hide arrow on mobile */
  .service-nav__cta-active-arrow {
    display: none !important;
  }

  .service-nav__cta-dropdown {
    position: static;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-top: 1px solid #d7d7d7;
  }

  .service-nav__cta-dropdown-item {
    padding: 15px 20px;
    font-size: 12px;
    letter-spacing: 0.6px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d7d7d7;
  }

  .service-nav__cta-dropdown-item:last-child {
    border-radius: 0;
  }

  .service-nav__cta-dropdown-item:hover {
    background-color: #f5f5f5;
    color: #202020;
  }
  .service-nav__cta-dropdown-item {
    display: block;
  }

  .service-nav__cta .service-nav__cta-dropdown-item {
    display: none;
  }
  .service-nav__link--gray {
    background: #ebebeb !important;
    border-bottom: 1px solid #d7d7d7 !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.1em;
  }
}