/* Connect Effortlessly Section Styles */
.connect-section {
  padding: 64px 40px;
  background: #edeff7;
  overflow: hidden;
}

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

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

.connect-title {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #111113;
  margin: 0;
  letter-spacing: -0.01em;
}

.connect-subtitle {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #111113;
  margin: 0;
}

.connect-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.connect-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.connect-logo-item img {
  display: block;
  object-fit: contain;
}

/* CCC Logo - Desktop: 96x96 */
.connect-logo-ccc img {
  width: 96px;
  height: 96px;
}

/* Solera Logo - Desktop: 239x120 */
.connect-logo-solera img {
  width: 239px;
  height: 120px;
}

/* Mitchell Logo - Desktop: 239x61 */
.connect-logo-mitchell img {
  width: 239px;
  height: 61px;
}

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

  .connect-container {
    gap: 32px;
  }

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

  .connect-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .connect-logos {
    gap: 24px;
  }

  /* CCC Logo - Tablet: 75x75 */
  .connect-logo-ccc img {
    width: 75px;
    height: 75px;
  }

  /* Solera Logo - Tablet: 148x74 */
  .connect-logo-solera img {
    width: 148px;
    height: 74px;
  }

  /* Mitchell Logo - Tablet: 148x38 */
  .connect-logo-mitchell img {
    width: 148px;
    height: 38px;
  }
}

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

  .connect-container {
    gap: 24px;
  }

  .connect-content {
    gap: 16px;
  }

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

  .connect-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .connect-logos {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .connect-logo-item {
    width: 100%;
    max-width: 200px;
  }

  /* CCC Logo - Mobile: 75x75 */
  .connect-logo-ccc img {
    width: 75px;
    height: 75px;
  }

  /* Solera Logo - Mobile: 148x74 */
  .connect-logo-solera img {
    width: 148px;
    height: 74px;
  }

  /* Mitchell Logo - Mobile: 148x38 */
  .connect-logo-mitchell img {
    width: 148px;
    height: 38px;
  }
}
