/* ==========================================================================
   Tech We Work With - Banner
   ========================================================================== */

.tech-we-work-banner__content {
  border-radius: 15px;
  text-align: center;
  padding-inline: 25px;
  padding-block: 90px 150px;
  z-index: 1;
}

.tech-we-work-banner__scroll-down {
  position: absolute;
  bottom: 39px;
  width: 34px;
  height: 44px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.tech-we-work-banner__scroll-down svg {
  width: 100%;
  height: 100%;
  stroke-opacity: 0.2;
  transition: all 0.3s ease;
  animation: fadeInOpacity 1s ease-in-out 2s forwards;
}

@keyframes fadeInOpacity {
  from {
    stroke-opacity: 0.2;
  }
  to {
    stroke-opacity: 1;
  }
}

.tech-we-work-banner__scroll-down:hover svg {
  stroke-opacity: 1;
}

@media (max-width: 991px) {
  .floating-subtitle {
    display: none;
  }
}

@media (min-width: 992px) {
  .tech-we-work-banner {
    height: 100vh;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
  }

  .floating-subtitle {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1000;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
  }

  .floating-subtitle::before {
    opacity: 0;
    content: "";
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    width: 48px;
    height: 65px;
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='51' viewBox='0 0 67 51' fill='none'%3E%3Cpath d='M65 25.2588L40.625 0.883788M65 25.2588L40.625 49.6338M65 25.2588L34.5312 25.2588M-1.06547e-06 25.2588L22.3437 25.2588' stroke='%23f7f7f7' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all 0.25s ease;
  }

  .floating-subtitle.active::before {
    opacity: 0.2;
  }

  .floating-subtitle strong {
    margin-left: 5px;
  }

  .floating-subtitle.active strong {
    color: var(--pe-color-primary);
  }

  .tech-we-work-banner__scroll-down {
    display: none;
  }

  .tech-we-work-banner__content {
    aspect-ratio: 1/0.6674107142857143;
    padding-inline: 13%;
    padding-block: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .tech-we-work-banner__outer {
    position: relative;
    z-index: 0;
  }

  .tech-we-work-banner__outer::before {
    position: absolute;
    content: "";
    height: 93.23%;
    bottom: 0;
    left: calc(-27.63% + var(--pe-gutter-x));
    aspect-ratio: 1/0.8286140089418778;
    background: url('https://cdn.shopify.com/s/files/1/0705/6955/8086/files/tech-we-work-banner_bg_1.svg') no-repeat center center;
    background-size: contain;
    z-index: -1;
  }

  .tech-we-work-banner__outer::after {
    position: absolute;
    content: "";
    height: 93.23%;
    bottom: 0;
    right: calc(-27.63% + var(--pe-gutter-x));
    aspect-ratio: 1/0.8286140089418778;
    background: url('https://cdn.shopify.com/s/files/1/0705/6955/8086/files/tech-we-work-banner_bg_2.svg') no-repeat center center;
    background-size: contain;
    z-index: -1;
  }

  .tech-we-work-banner__subtitle {
    display: none;
  }
}

/* ==========================================================================
   Tech We Do (horizontal panels / tech-inner)
   ========================================================================== */

.tech-inner {
  background: #2c2c2c;
  padding: 25px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.sticky-section {
  position: relative;
}

.tech-inner__image {
  border-bottom: 1px solid #434343;
  padding-bottom: 19px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.tech-inner__image img {
  height: 24px;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.tech-inner__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.tech-inner__content {
  margin-bottom: 0;
}

.tech-inner__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tech-inner__content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tech-inner__content ul li::before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNDQ5MTIgOC42Nzg2TDEuMTMwMTkgNS4yNTgwMkwwIDYuNDE0NjJMNC40NDkxMiAxMUwxNCAxLjE1NjZMMTIuODc3OCAwTDQuNDQ5MTIgOC42Nzg2WiIgZmlsbD0iI0ZENTIyNyIvPgo8L3N2Zz4K');
  width: 14px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 14px;
}

.tech-inner__content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .twd__outer {
    display: flex;
    gap: 75px;
  }

  .tech-outer {
    background: #141414;
    border: 1px solid #2c2c2c;
    border-radius: 15px;
    padding: 40px;
    color: #f7f7f7;
    transition: all 0.3s ease;
    width: 980px;
    min-height: 702px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
  }

  .tech-outer:hover {
    border-color: #727272;
    background: rgba(44, 44, 44, 0.50);
  }

  .tech-outer:hover .tech-inner {
    background: #434343;
  }

  .tech-outer:hover .tech-inner__image {
    border-color: #5B5B5B;
  }

  .tech-outer-wrapper {
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-template-rows: repeat(var(--grid-rows), 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 1;
  }

  .tech-title {
    width: calc(100vw - (var(--pe-container-x-padding) * 2) - 85px);
    flex: 0 0 auto;
    color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .tech-title .tech-title__arrow {
    position: absolute;
    bottom: 24%;
    stroke-opacity: 0.1;
  }

  .tech-title::before {
    position: absolute;
    left: calc(var(--pe-container-x-padding) * -1);
    top: 0;
    bottom: 0;
    width: 40px;
    border: 1px solid #434343;
    content: "";
    border-left: none;
    border-radius: 0 15px 15px 0;
  }

  .blank-spacer-section {
    height: 50vh;
    background: #141414;
  }

  .horizontal-wrapper {
    background-color: transparent;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  .horizontal-track {
    display: flex;
    width: max-content;
  }

  .panel {
    width: auto;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }

  .blank-panel {
    width: 100vw;
    background: transparent;
  }
}

@media (max-width: 991px) {
  .tech-title {
    display: none;
  }

  .tech-outer:not(:last-child) {
    padding-bottom: 39px;
    border-bottom: 1px solid #2c2c2c;
    margin-bottom: 40px;
  }

  .twd__outer .panel:not(:last-child) {
    padding-bottom: 39px;
    margin-bottom: 40px;
    position: relative;
  }

  .twd__outer .panel:not(:last-child)::before {
    width: calc(100% - 40px);
    height: 1px;
    background: #2c2c2c;
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
  }

  .tech-outer {
    color: #f7f7f7;
    overflow: hidden;
  }

  .tech-outer-wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    column-gap: 20px;
    padding: 0 20px;
  }

  .tech-inner {
    flex: 0 0 auto;
    width: 300px;
    padding: 17px 19px 22px;
  }

  .tech-inner__title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .tech-inner__image img {
    height: 22px;
  }

  .tech-inner__image {
    padding-bottom: 18px;
  }
}

/* ==========================================================================
   Tech Get Started section
   ========================================================================== */

.tech-get-started__empty {
  display: none;
  height: 111px;
  border-radius: 15px;
  border: 1px solid var(--grayscale-72727260, #727272);
  opacity: 0.5;
  background: rgba(44, 44, 44, 0.50);
}

.tech-get-started__content {
  border: 1px solid #FD5227;
  background: #331008;
  border-radius: 15px;
  color: #f7f7f7;
  padding: 29px;
}

.tech-get-started__link .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 19px;
  border-color: #f7f7f7;
  color: #f7f7f7;
  justify-content: space-between;
  font-family: var(--pe-font-family-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  border-radius: 15px;
}

.tech-get-started__link svg {
  width: 22px;
  height: 22px;
}

@media (min-width: 992px) {
  .tech-get-started__empty {
    display: block;
  }

  .tech-get-started__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
  }

  .tech-get-started {
    margin-bottom: -55px;
  }

  .tech-get-started__content {
    display: flex;
    align-items: center;
    padding: 39px;
  }

  .tech-get-started__content .h1 {
    padding-left: 10px;
    flex: 0 0 auto;
    width: 40.4%;
  }

  .tech-get-started__content > p {
    flex: 0 0 auto;
    width: 30%;
  }

  .tech-get-started__link .btn {
    justify-content: center;
    width: 142px;
    height: 142px;
  }

  .tech-get-started__link {
    margin-left: auto;
  }

  .tech-get-started__link .btn > span {
    display: none;
  }

  .tech-get-started__link svg {
    width: 44px;
    height: 44px;
  }
}
