/* Third Party Section Styles */
.third-party-section {
  padding: 64px 40px;
  background: #edeff7;
  overflow: hidden;
}

.third-party-container {
  max-width: 1307px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.third-party-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.third-party-title {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #111113;
  margin: 0;
  letter-spacing: -0.01em;
}

.third-party-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 8px;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.third-party-carousel {
  width: 100%;
  overflow: hidden;
}

.third-party-carousel-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  width: fit-content;
  animation: third-party-scroll 40s linear infinite;
  will-change: transform;
}

.third-party-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  pointer-events: none;
}

.third-party-logo-item img {
  display: block;
  object-fit: contain;
  pointer-events: none;
}

@keyframes third-party-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* quickbooks logo - Desktop: 148x84 */
.third-party-logo-quickbooks img {
  width: 148px;
  height: 84px;
}

/* plaid logo - Desktop: 148x74 */
.third-party-logo-plaid img {
  width: 148px;
  height: 74px;
}

/* icloud logo - Desktop: 148x84 */
.third-party-logo-icloud img {
  width: 148px;
  height: 84px;
}

/* exchange logo - Desktop: 148x74 */
.third-party-logo-exchange img {
  width: 148px;
  height: 74px;
}

/* google logo - Desktop: 119x68 */
.third-party-logo-google img {
  width: 119px;
  height: 68px;
}

/* yahoo logo - Desktop: 136x68 */
.third-party-logo-yahoo img {
  width: 136px;
  height: 68px;
}

/* aol logo - Desktop: 93x54 */
.third-party-logo-aol img {
  width: 93px;
  height: 54px;
}

/* outlook logo - Desktop: 148x74 */
.third-party-logo-outlook img {
  width: 148px;
  height: 74px;
}

/* Tablet Styles */
@media (max-width: 768px) {
  .third-party-section {
    padding: 48px 24px;
  }

  .third-party-container {
    gap: 32px;
  }

  .third-party-title {
    font-size: 24px;
    line-height: 32px;
  }

  .third-party-carousel-track {
    gap: 40px;
    animation-duration: 35s;
  }

  /* quickbooks logo - Desktop: 148x84 */
  .third-party-logo-quickbooks img {
    width: 148px;
    height: 84px;
  }

  /* plaid logo - Desktop: 148x74 */
  .third-party-logo-plaid img {
    width: 148px;
    height: 74px;
  }

  /* icloud logo - Desktop: 148x84 */
  .third-party-logo-icloud img {
    width: 148px;
    height: 84px;
  }

  /* exchange logo - Desktop: 148x74 */
  .third-party-logo-exchange img {
    width: 148px;
    height: 74px;
  }

  /* google logo - Desktop: 119x68 */
  .third-party-logo-google img {
    width: 119px;
    height: 68px;
  }

  /* yahoo logo - Desktop: 136x68 */
  .third-party-logo-yahoo img {
    width: 136px;
    height: 68px;
  }

  /* aol logo - Desktop: 93x54 */
  .third-party-logo-aol img {
    width: 93px;
    height: 54px;
  }

  /* outlook logo - Desktop: 148x74 */
  .third-party-logo-outlook img {
    width: 148px;
    height: 74px;
  }
}

/* Mobile Styles */
@media (max-width: 480px) {
  .third-party-section {
    padding: 32px 20px;
  }

  .third-party-container {
    gap: 24px;
  }

  .third-party-content {
    gap: 16px;
  }

  .third-party-title {
    font-size: 24px;
    line-height: 32px;
  }

  .third-party-carousel-track {
    gap: 32px;
    animation-duration: 30s;
  }

  .third-party-logo-item {
    width: 100%;
    max-width: 150px;
  }

  /* quickbooks logo - Desktop: 148x84 */
  .third-party-logo-quickbooks img {
    width: 148px;
    height: 84px;
  }

  /* plaid logo - Desktop: 148x74 */
  .third-party-logo-plaid img {
    width: 148px;
    height: 74px;
  }

  /* icloud logo - Desktop: 148x84 */
  .third-party-logo-icloud img {
    width: 148px;
    height: 84px;
  }

  /* exchange logo - Desktop: 148x74 */
  .third-party-logo-exchange img {
    width: 148px;
    height: 74px;
  }

  /* google logo - Desktop: 119x68 */
  .third-party-logo-google img {
    width: 119px;
    height: 68px;
  }

  /* yahoo logo - Desktop: 136x68 */
  .third-party-logo-yahoo img {
    width: 136px;
    height: 68px;
  }

  /* aol logo - Desktop: 93x54 */
  .third-party-logo-aol img {
    width: 93px;
    height: 54px;
  }

  /* outlook logo - Desktop: 148x74 */
  .third-party-logo-outlook img {
    width: 148px;
    height: 74px;
  }
}
