
.Forrester-Logo {max-height: 30px;filter: invert(1) brightness(0);}
.Gartner-Logo  { max-height: 100px;filter: invert(1) brightness(0);}

.items {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.item {
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.7s ease, opacity 0.7s ease;
  opacity: 0.2;
  transform: scale(0.85);
}

.item img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}
.kc-logo{max-height: 30px;}
.kc-logox {
    height: 100px;
}
.items .item:nth-child(2) {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 1px 3px 17px 10px #0c263b30;
}
.owl-like {
  position: relative; 
}
.owl-like button.nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 999;
    color: #ff7300;
    font-size: 6rem;
}

.prev {
  left: 300px;
}

.next {
  right: 300px;
}
.kc-card {
  border-radius: 5px;
  
  max-width: 900px;
  background: #fff;
  padding: 3rem !important;
}


.kc-title {
    padding: 0rem 0;
}
.cLightBlueBG{    background: radial-gradient(circle, rgba(171, 206, 224, 1) 0%, rgba(255, 255, 255, 1) 50%);}


.kc-link {
  font-size: 18px;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.kc-link .arrow {
  color: #ff5a00;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.kc-link:hover .arrow {
  transform: translateX(6px);
}