@font-face {
  font-family: "Relative";
  src: url("../fonts/relative-book.woff2") format("woff2"),
    url("../fonts/relative-book.woff") format("woff"),
    url("../fonts/relative-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Relative";
  src: url("../fonts/relative-bold.woff2") format("woff2"),
    url("../fonts/relative-bold.woff") format("woff"),
    url("../fonts/relative-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Relative";
  src: url("../fonts/relative-medium.woff2") format("woff2"),
    url("../fonts/relative-medium.woff") format("woff"),
    url("../fonts/relative-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
.h3-case-study {
  color: #151515;
  font-family: Relative;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.p-default {
  color: #151515;
  font-family: Relative;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ct-eyebrow {
  color: #6930ad;
  font-family: Relative;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.ct-p-large {
  color: #151515;
  font-family: Relative;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.ct-p-regular {
  color: #767676;
  font-family: Relative;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}
.ct-p-small {
  color: #151515;
  font-family: Relative;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.ct-h2 {
  color: #fff;
  font-family: Relative;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
}
.ct-h5 {
  color: #151515;
  font-family: Relative;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.ct-h4 {
  color: #151515;
  font-family: Relative;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 2.6rem */
}
.ct-button {
  color: #fff;
  font-family: Relative;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.1rem */
}
.new-case-study-hero {
  &.orn-7:before {
    top: 0 !important;
  }
  .flex-content-hero {
    display: flex;
    flex-direction: column;
    gap: 148px;
  }
  .content-hero {
    max-width: 52.1875rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    .hero-content-logo {
      width: 11.4078rem;
      height: 5.2476rem;
      object-fit: contain;
    }

    .content-hero-desc {
      display: flex;
      gap: 1.25rem;
      flex-direction: column;
      align-items: flex-start;
      .ct-gradient {
        background: linear-gradient(
          90deg,
          #6930ad 0%,
          #daa350 50%,
          #c1c1c1 100%
        );
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .ct-p-large-content {
        p {
          font-family: Relative;
          font-size: 1.25rem;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
        }
      }
    }
  }
}
.hero-content-stats {
  padding: 96px 16px;
  background: #000;

  .stats-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 96px;
  }

  .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding-right: 96px;
    border-right: 1px solid #767676;
    width: 100%;
    &:last-child {
      border-right: none;
      padding-right: 0;
    }
  }

  .stat-number {
    display: flex;
    align-items: baseline;
    gap: 4px;

    .number {
      font-variant-numeric: lining-nums tabular-nums;
      font-family: "transducer", Relative, sans-serif;
      font-size: 4rem;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      background: linear-gradient(90deg, #6930ad 0%, #daa350 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .suffix {
      font-variant-numeric: lining-nums tabular-nums;
      font-family: "transducer", Relative, sans-serif;
      font-size: 4rem;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      background: linear-gradient(90deg, #6930ad 0%, #daa350 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  .stat-description {
    font-family: Relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #767676;
    max-width: 12.5rem;
  }

  @media (max-width: 48rem) {
    .stats-wrapper {
      gap: 32px;
    }

    .stat-number {
      .number {
        font-size: 3rem;
      }

      .suffix {
        font-size: 1.5rem;
      }
    }
  }
}
.tab-content-view {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7.0625rem;
  padding: 101px 16px 96px 16px;

  @media (max-width: 55.5rem) {
    grid-template-columns: 1fr;
  }
  .tab-table-wrapper {
    position: sticky;
    top: 7.5rem;
    height: fit-content;
  }
  .table-of-content-wrap {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    align-items: flex-start;
    gap: 2.5rem;
    border-radius: 0.5rem;
    border: none;
    background: rgba(255, 255, 255, 0.61);
    backdrop-filter: blur(1.2rem);
    position: relative;
    height: fit-content;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 0.5rem;
      padding: 0.0625rem;
      background: linear-gradient(
        180deg,
        #9f5cf1 0%,
        #daa350 50%,
        #c1c1c1 100%
      );
      -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }
  }
  .share-content {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    small.ct-eyebrow {
      color: #151515;
    }
    .share-icon,
    .more-action {
      display: flex;
      width: 2.25rem;
      height: 2.25rem;
      padding: 0.625rem;
      justify-content: center;
      align-items: center;
      gap: 0.625rem;
      aspect-ratio: 1/1;
      border-radius: 0.25rem;
      border: 0.0625rem solid var(--Primary-Medium-grey, #c1c1c1);
      background: rgba(255, 255, 255, 0.36);
      backdrop-filter: blur(0.9375rem);
    }
  }
  .tab-table {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    border-radius: 0.5rem;
    border: none;
    position: relative;
    height: fit-content;

    .scroll-bar-content-wrap {
      position: relative;
      height: -webkit-fill-available;
      width: 0.125rem;
      background-color: #e4e4e4;
      .scroll-bar-table {
        position: absolute;
        left: -0.0625rem;
        top: 0;
        width: 0.25rem;
        height: 1.5rem;
        background: linear-gradient(
          180deg,
          #9f5cf1 0%,
          #daa350 50%,
          #c1c1c1 100%
        );
        border-radius: 0.125rem;
        transition: top 0.3s ease, height 0.3s ease;
      }
    }

    ul {
      display: flex;
      gap: 1rem;
      flex-direction: column;
      list-style: none;
      margin: 0;
      padding: 0;

      li {
        a {
          color: #767676;
          font-family: Relative;
          font-size: 1rem;
          font-style: normal;
          font-weight: 700;
          line-height: 163%;

          &:hover,
          &.active {
            color: #151515;
          }
        }
      }
    }
  }
  .hidden-overflow {
    overflow: hidden;
  }
  .tab-content {
    display: flex;
    gap: 3rem;

    flex-direction: column;
    .tab-pane {
      border-top: 0.0625rem solid #151515;
      padding-top: 3rem;
    }
    .content-paragraph {
      margin-top: 1.75rem;
      p {
        color: #151515;
        font-family: Relative;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
      }
    }
  }
  .content-company-details {
    display: grid;
    margin-top: 3rem;
    padding: 3rem 3rem 5rem 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-self: stretch;
    border-radius: 0.5rem;
    overflow: hidden;
    background: rgba(205, 205, 205, 0.07);
    position: relative;
    &::before {
      content: "";
      width: 12.6996rem;
      height: 40.4196rem;
      transform: rotate(-90.711deg);
      position: absolute;
      right: 18.6134rem;
      bottom: -12.8874rem;
      border-radius: 40.4196rem;
      opacity: 0.28;
      background: linear-gradient(180deg, #9f5cf1 0%, #e49216 100%);
      filter: blur(6.0031rem);
    }
    .company-info-item {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      ul {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        li {
          color: #151515;
          font-family: Relative;
          font-size: 1.25rem;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
        }
      }
    }
  }
  .content-case-study-items {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    align-self: stretch;
    margin-top: 3rem;
    .case-study-item {
      display: flex;
      width: 18.75rem;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
      .item-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
      }
      .item-index {
        color: #151515;
        font-family: "transducer", Relative, sans-serif;
        font-size: 2.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
      }
    }
  }

  .content-video {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    overflow: hidden;

    .video-cover {
      position: relative;
      cursor: pointer;

      img {
        width: 100%;
        height: auto;
        display: block;
      }

      .play-icon-content {
        position: absolute;
        bottom: 0;
        left: 8.4375rem;
        transform: translate(-50%, -50%);
        transition: transform 0.3s ease;
        display: flex;
        gap: 0.5rem;
        align-items: center;

        &:hover {
          transform: translate(-50%, -50%) scale(1.1);
        }
      }
    }

    .video-iframe {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;

      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }
  }
  .content-quote {
    border-radius: 0.625rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    position: relative;
    padding: 1.125rem 3rem 2.5625rem 3rem;
    margin-top: 3rem;
    .quote-symbol {
      color: #fff;
      text-align: center;
      -webkit-text-stroke-width: 0.0625rem;
      -webkit-text-stroke-color: var(--Primary-Orange, #daa350);
      font-family: "Transducer VF";
      font-size: 9.1875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 110%; /* 10.1062rem */
    }
    .flex-content-customer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      .company-logo {
        width: 10.2944rem;
        height: 3.6875rem;
        mix-blend-mode: luminosity;
      }
      .customer-quote-content {
        display: flex;
        gap: 0.625rem;
        align-items: center;
        .customer-image {
          width: 4.875rem;
          height: 4.8125rem;
          border-radius: 3rem;
        }
        .customer-info {
          display: flex;
          flex-direction: column;
        }
      }
    }

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 0.625rem;
      padding: 0.0625rem;
      background: linear-gradient(
        180deg,
        #9f5cf1 0%,
        #daa350 50%,
        #c1c1c1 100%
      );
      -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }
  }
  .content-two-resource {
    display: flex;
    margin-top: 1.75rem;
    align-items: flex-start;
    gap: 2.4375rem;
    align-self: stretch;

    &:hover .resource-item {
      width: 45%;
    }

    .resource-item {
      width: 50%;
      display: flex;
      gap: 1.5rem;
      flex-direction: column;
      transition: width 0.3s ease;

      &:hover {
        width: 80%;
      }

      .resource-image {
        position: relative;
        img {
          width: 100%;
          height: 20.125rem;
          object-fit: cover;
          display: block;
        }
      }

      .resource-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
      }

      .resource-link {
        color: #151515;
        display: flex;
        gap: 1.125rem;
        align-items: center;
      }
    }
  }
  .content-title {
    margin: 3rem 0rem 1.5rem 0rem;
  }

  .content-item-carousel {
    margin-top: 3rem;
    position: relative;
    .owl-stage {
      padding-left: 0rem !important;
    }
    .carousel-items {
      .owl-item:last-child .carousel-item,
      .owl-item.active:last-child .carousel-item {
        opacity: 0.4;
      }
      .owl-item.active + .owl-item:not(.active) .carousel-item {
        opacity: 0.4;
      }
      .carousel-item {
        display: flex;
        flex-direction: column;
        gap: 2.875rem;

        .carousel-item-content {
          display: flex;
          flex-direction: column;
          gap: 0.6875rem;
          margin-right: 5.9375rem;
        }

        .carousel-index {
          width: 3rem;
          height: 3rem;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #151515;
          font-family: "transducer", Relative, sans-serif;
          font-size: 1.125rem;
          font-weight: 700;
          position: relative;
          background: #fff;

          &::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 50%;
            padding: 0.0625rem;
            background: linear-gradient(
              180deg,
              #9f5cf1 0%,
              #daa350 50%,
              #c1c1c1 100%
            );
            -webkit-mask: linear-gradient(#fff 0 0) content-box,
              linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) content-box,
              linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
          }
        }
      }
    }
    .carousel-timeline {
      display: flex;
      align-items: center;
      gap: 0;
      margin-top: 1rem;
      svg {
        flex-shrink: 0;
      }

      .timeline-line {
        width: 100%;
        height: 0.125rem;
        background: #c1c1c1;
      }
    }
    .carousel-nav {
      display: flex;
      gap: 1rem;
      justify-content: flex-end;
      margin-top: 1.5rem;

      button {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        border: none;
        background: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: background 0.3s ease;

        &::before {
          content: "";
          position: absolute;
          inset: 0;
          border-radius: 50%;
          padding: 0.0625rem;
          background: linear-gradient(
            180deg,
            #9f5cf1 0%,
            #daa350 50%,
            #c1c1c1 100%
          );
          -webkit-mask: linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          -webkit-mask-composite: xor;
          mask-composite: exclude;
          pointer-events: none;
          transition: opacity 0.3s ease;
        }

        .icon-default {
          display: block;
        }

        .icon-hover {
          display: none;
        }

        &:hover {
          background: linear-gradient(180deg, #9f5cf1 0%, #daa350 100%);

          &::before {
            opacity: 0;
          }

          .icon-default {
            display: none;
          }

          .icon-hover {
            display: block;
          }
        }

        svg {
          position: relative;
          z-index: 1;
        }
      }
    }
  }
  .content-item-feature {
    display: grid;
    margin-top: 6.0625rem;
    grid-gap: 5.1875rem;
    grid-template-columns: 1fr 1fr;
  }
  .feature-item {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

    img {
      width: 2.5rem;
      height: 2.5rem;
    }
    .feature-content {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      p {
        color: #151515;
      }
    }
  }
}
.global-case-study-rr {
  .flex-content {
    display: flex;
    flex-direction: column;
    gap: 62px;
  }

  .navigation-rr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 40px;

    .progress-line {
      width: 100%;
      max-width: 1090px;
      height: 3px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 2px;
      overflow: hidden;
      position: relative;

      .nav-progress-fill {
        height: 100%;
        background: linear-gradient(90deg, #9f5cf1 0%, #e49216 100%);
        border-radius: 2px;
        transition: width 0.3s ease;
        width: 0;
      }
    }

    .rr-navigation {
      display: flex;
      justify-content: center;
      gap: 16px;
    }
  }

  .case-study-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #000;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      padding: 1px;
      background: linear-gradient(
        180deg,
        #9f5cf1 0%,
        #daa350 50%,
        #c1c1c1 100%
      );
      -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      transition: opacity 0.3s ease;
    }

    &::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: linear-gradient(135deg, #9f5cf1 0%, #e49216 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    svg {
      width: 20px;
      height: 20px;
      position: relative;
      z-index: 1;

      .arrow-default {
        display: block;
      }

      .arrow-hover {
        display: none;
      }
    }

    &:hover {
      &::before {
        opacity: 0;
      }

      &::after {
        opacity: 1;
      }

      svg {
        .arrow-default {
          display: none;
        }

        .arrow-hover {
          display: block;
        }
      }
    }
  }

  .case-study-rr-carousel {
    .owl-nav {
      display: none;
    }
  }

  .case-study-item {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;

    &:hover {
      transform: translateY(-8px);
    }

    .case-study-link {
      text-decoration: none;
      color: inherit;
      display: flex;
      border-radius: 8px;
      flex-direction: column;
      height: 100%;
      background: #1a1a1a;
      position: relative;
      padding: 1px;

      &::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 8px;
        background: linear-gradient(
          180deg,
          #9f5cf1 0%,
          #daa350 50%,
          #c1c1c1 100%
        );
        z-index: 0;
      }
    }

    .case-study-image {
      width: 100%;
      height: 240px;
      overflow: hidden;
      position: relative;
      border-radius: 7px 7px 0 0;
      z-index: 1;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
      }
    }

    &:hover .case-study-image img {
      transform: scale(1.05);
    }

    .case-study-content {
      padding: 24px;
      display: flex;
      background-color: #000;
      flex-direction: column;
      gap: 12px;
      flex: 1;
      position: relative;
      z-index: 1;
      border-radius: 0 0 7px 7px;
    }

    .case-study-logos {
      display: flex;
      gap: 16px;
      align-items: center;
      margin-bottom: 8px;

      img {
        max-height: 40px;
        width: auto;
        object-fit: contain;

        &.hero-logo {
          max-width: 120px;
        }

        &.company-logo {
          max-width: 80px;
        }
      }
    }

    .case-study-category {
      color: #daa350;
    }

    .case-study-title {
      color: #fff;
      margin: 0;
    }

    .case-study-date {
      color: #767676;
      margin-top: auto;
    }

    .case-study-read-more {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      margin-top: 16px;

      span {
        color: #fff;
      }

      svg {
        stroke: #daa350;
        transition: transform 0.3s ease;
      }
    }

    &:hover .case-study-read-more svg {
      transform: translateX(4px);
    }
  }
}

@media (max-width: 888px) {
  .new-case-study-hero {
    .flex-content-hero {
      gap: 40px;
    }
  }
  .hero-content-stats {
    .stats-wrapper {
      justify-content: start;
      flex-direction: column;
    }
    .stat-item{
      padding-right: 0px;
      padding-bottom: 20px;
      border-bottom: 1px solid #767676;
      border-right: 0px;

      &:last-child {
        border-bottom: none;
        padding-bottom: 0;
      }
    }
  }
  .tab-content-view {
    .content-case-study-items {
      align-items: start;
      flex-direction: column;
    }
    & .content-case-study-items {
      .case-study-item {
        width: 100%;
      }
    }
    .content-two-resource {
      flex-direction: column;
      .resource-item {
        width: 100%;
      }
    }
  }
}
