.idep-key-partners-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding-bottom: 24px;
  position: relative;
}

.idep-key-partners-section .idep-key-partners-heading {
  margin-bottom: 18px;
}

.idep-key-partners-section .idep-key-partners-heading .title {
  color: #1f344c;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  text-align: center;
}

.idep-key-partners-section .idep-key-partners-heading .heading-line {
  background: linear-gradient(90deg, transparent, #4582ff, transparent);
  height: 3px;
  margin: 0 auto;
  max-width: 150px;
}

.idep-key-partners-carousel {
  padding: 8px 22px 20px;
}

.idep-key-partners-carousel .owl-stage {
  align-items: stretch;
  display: flex;
}

.idep-key-partners-carousel .owl-item {
  display: flex;
}

.idep-key-partners-carousel .item {
  display: flex;
  padding: 10px 8px;
  width: 100%;
}

.idep-key-partners-carousel .gva-carousel-5 {
  align-items: center;
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(20, 43, 76, 0.07);
  display: flex;
  height: 118px;
  justify-content: center;
  padding: 18px;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
  width: 100%;
}

.idep-key-partners-carousel .views-field,
.idep-key-partners-carousel .field-content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.idep-key-partners-carousel .field-content > a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.idep-key-partners-carousel img {
  display: block;
  height: 74px !important;
  image-rendering: auto;
  max-height: 74px;
  max-width: 160px;
  object-fit: contain;
  transition: transform 0.24s ease;
  width: 100% !important;
}

.idep-key-partners-carousel .gva-carousel-5:hover {
  border-color: rgba(69, 130, 255, 0.32);
  box-shadow: 0 14px 32px rgba(20, 43, 76, 0.13);
  transform: translateY(-4px);
}

.idep-key-partners-carousel .gva-carousel-5:hover img {
  transform: scale(1.04);
}

@media (max-width: 1199px) {
  .idep-key-partners-carousel .gva-carousel-5 {
    height: 110px;
    padding: 16px;
  }

  .idep-key-partners-carousel img {
    height: 68px !important;
    max-height: 68px;
    max-width: 148px;
  }
}

@media (max-width: 767px) {
  .idep-key-partners-section {
    padding-bottom: 16px;
  }

  .idep-key-partners-section .idep-key-partners-heading .title {
    font-size: 25px;
  }

  .idep-key-partners-carousel {
    padding: 4px 8px 16px;
  }

  .idep-key-partners-carousel .item {
    padding: 8px 6px;
  }

  .idep-key-partners-carousel .gva-carousel-5 {
    border-radius: 12px;
    height: 100px;
    padding: 14px;
  }

  .idep-key-partners-carousel img {
    height: 62px !important;
    max-height: 62px;
    max-width: 138px;
  }
}
