.itc-carousel-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 28px;
}

.itc-carousel-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #6b7688;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.itc-swiper {
  width: 100%;
  padding: 4px 38px 34px;
  position: relative;
  overflow: hidden;
}

.itc-swiper .swiper-slide {
  height: auto;
  display: flex;
  padding: 8px;
  box-sizing: border-box;
}
.itc-logo-tile {
  background: #fff;
  border: 1px solid #ece0c8;
  border-radius: 14px;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  width: 100%;
  box-shadow: 0 6px 18px rgba(22, 48, 92, 0.08);
  transition:
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.itc-logo-tile:hover {
  box-shadow: 0 10px 24px rgba(22, 48, 92, 0.14);
  transform: translateY(-2px);
}

.itc-logo-tile a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.itc-logo-tile img {
  max-height: 70px;
  width: auto;
  max-width: 90%;
  object-fit: contain;
}

.itc-logo-text {
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #16305c;
  text-align: center;
}

.itc-swiper .swiper-button-next,
.itc-swiper .swiper-button-prev {
  color: #16305c;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(22, 48, 92, 0.15);
  --swiper-navigation-size: 14px;
}

.itc-swiper .swiper-pagination-bullet-active {
  background: #d9a441;
}
