/* Saint Global — section nav bars (Strategic Direction + Services) */

.body-76 .section-regular-17 {
  padding-left: 5%;
  padding-right: 5%;
}

.body-76 .section-regular-17 .code-embed-5 {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border: none;
  background: transparent;
  padding: 0;
  overflow: visible;
}

.body-76 .section-regular-17 .code-embed-5 .opacity-sweep {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  overflow: visible;
}

.body-76 .section-103 .container-regular-6,
.body-76 .section-104 .tabs-7,
.body-76 .section-104 .div-block-782 {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.body-76 .section-103 .tabs-8 {
  width: 100%;
  margin-inline: auto;
  border-radius: 11px;
}

.body-76 .section-103 .tabs-menu-8 {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.body-76 .section-103 .tab-link-3 {
  width: auto;
  flex: 1 1 0;
  min-width: min(100%, 220px);
  max-width: none;
  border-radius: 11px;
}

.body-76 .section-104 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  overflow: visible;
}

.body-76 .section-104 .tabs-7 {
  width: 100%;
  overflow: visible;
}

.body-76 .section-104 .tabs-menu-9 {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 1.5rem;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 1.25rem;
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--sg-dbb, #26556a) rgba(38, 85, 106, 0.14);
}

.body-76 .section-104 .tabs-menu-9::-webkit-scrollbar {
  height: 6px;
}

.body-76 .section-104 .tabs-menu-9::-webkit-scrollbar-track {
  background: rgba(38, 85, 106, 0.14);
  border-radius: 999px;
}

.body-76 .section-104 .tabs-menu-9::-webkit-scrollbar-thumb {
  background: var(--sg-dbb, #26556a);
  border-radius: 999px;
}

.body-76 .section-104 .tabs-menu-9::-webkit-scrollbar-thumb:hover {
  background: #1e4454;
}

.body-76 .section-104 .tab-design {
  border: 1px solid rgba(38, 85, 106, 0.14);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(10, 30, 38, 0.1);
  transition:
    transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.body-76 .section-104 .tab-design:hover,
.body-76 .section-104 .tab-design.w--current {
  border-color: rgba(38, 85, 106, 0.32);
}

.body-76 .section-104 .tab-design.w--current {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 16px 32px rgba(10, 30, 38, 0.16);
}

@media screen and (min-width: 992px) {
  .body-76 .section-regular-17,
  .body-76 .section-104 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .body-76 .section-104 .tabs-menu-9.sg-tabs-menu--mobile-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .body-76 .sg-service-picker {
    position: relative;
    width: 100%;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .body-76 .sg-service-picker__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(38, 85, 106, 0.28);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(10, 30, 38, 0.08);
    color: #1a3340;
    font-family: Mulish, sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .body-76 .sg-service-picker__toggle:hover,
  .body-76 .sg-service-picker.is-open .sg-service-picker__toggle {
    border-color: rgba(38, 85, 106, 0.45);
    box-shadow: 0 10px 26px rgba(10, 30, 38, 0.12);
  }

  .body-76 .sg-service-picker__toggle:focus-visible {
    outline: 2px solid rgba(97, 190, 193, 0.85);
    outline-offset: 2px;
  }

  .body-76 .sg-service-picker__label {
    flex: 1 1 auto;
    min-width: 0;
    text-wrap: balance;
  }

  .body-76 .sg-service-picker__chevron {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid #26556a;
    border-bottom: 2px solid #26556a;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
  }

  .body-76 .sg-service-picker.is-open .sg-service-picker__chevron {
    transform: rotate(-135deg) translateY(-2px);
  }

  .body-76 .sg-service-picker__list {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    max-height: min(320px, 50vh);
    margin: 0;
    padding: 6px;
    list-style: none;
    overflow-y: auto;
    border: 1px solid rgba(38, 85, 106, 0.2);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(10, 30, 38, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease,
      visibility 0.2s ease;
  }

  .body-76 .sg-service-picker.is-open .sg-service-picker__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .body-76 .sg-service-picker__option {
    padding: 0.72rem 0.85rem;
    border-radius: 8px;
    color: #1a3340;
    font-family: Mulish, sans-serif;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.35;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
  }

  .body-76 .sg-service-picker__option:hover,
  .body-76 .sg-service-picker__option:focus {
    background: rgba(97, 190, 193, 0.12);
    outline: none;
  }

  .body-76 .sg-service-picker__option.is-active {
    background: rgba(38, 85, 106, 0.1);
    color: #26556a;
    font-weight: 700;
  }
}

@media (prefers-reduced-motion: reduce) {
  .body-76 .sg-service-picker__list,
  .body-76 .sg-service-picker__chevron {
    transition: none;
  }
}
