.k-hrv-wrapper {
  position: relative;
}

.k-hrv-swiper {
  overflow: visible;
}

.k-hrv-slide {
  height: auto;
}

.k-hrv-item-wrapper {
  --slant: 30px;
  position: relative;
  height: 260px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.kanos-home-review .swiper-button-next, .kanos-home-review .swiper-button-prev {
  padding: 24px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  border: 2px solid #00aa91;
}
.kanos-home-review .swiper-button-next {
  right: 315px !important;
}
.kanos-home-review .swiper-button-prev {
  left: 315px !important;
}
.kanos-home-review .swiper-button-next:after, .kanos-home-review .swiper-button-prev:after {
  font-size: 24px;
}
.k-hrv-item-wrapper:hover {
  transform: translateY(-5px);
}

.k-hrv-item-shell {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.k-hrv-item-inner {
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #000000 0%, #8a8a8a 100%);
  clip-path: polygon(var(--slant) 0%, 100% 0%, calc(100% - var(--slant)) 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  padding: 30px 20px;
  color: white;
  text-align: center;
  position: relative;
  transition: background 0.6s ease;
}

.k-hrv-item-inner > * {
  position: relative;
  z-index: 2;
}

.k-hrv-name {
  font-size: 18px;
  font-weight: bold;
  margin: 32px 0 0 0;
  color: white;
  line-height: 24px;
}

.k-hrv-rating {
  margin: 0 0 6px 0;
  display: flex;
  justify-content: center;
  gap: 2px;
}

.k-hrv-star {
  font-size: 16px;
  line-height: 16px;
  color: #ffd700;
}

.k-hrv-star-half {
  background: linear-gradient(90deg, #ffd700 50%, transparent 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.k-hrv-star-empty {
  color: rgba(255, 255, 255, 0.4);
}

.k-hrv-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: white;
  opacity: 0.95;
}

.k-hrv-pagination {
  margin-top: 30px;
}

.k-hrv-pagination .swiper-pagination-bullet {
  background: #a0a0a0;
  opacity: 0.5;
}

.k-hrv-pagination .swiper-pagination-bullet-active {
  background: #00aa91;
  opacity: 1;
}

.k-hrv-button-prev,
.k-hrv-button-next {
  color: #004035;
  font-weight: bold;
}

.k-hrv-button-prev:after,
.k-hrv-button-next:after {
  font-size: 18px;
}

.kanos-home-review .swiper-wrapper {
  padding: 100px 0;
}

.kanos-home-review .swiper-slide-active .k-hrv-item-wrapper {
  transform: scale(1.2);
}

.kanos-home-review .swiper-slide-active .k-hrv-item-inner {
  background: linear-gradient(135deg, #004035 0%, #00aa91 100%);
}

.k-hrv-avatar {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.k-hrv-avatar-inner {
  width: 100px;
  height: 0;
  padding-top: 100px;
  position: relative;
}
.k-hrv-avatar-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 50% !important;
  border: 6px solid #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)  !important;
}
.k-hrv-avatar-img {
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.k-hrv-name,
.k-hrv-text {
  transition: color 0.4s ease, opacity 0.4s ease;
}
.kanos-home-review .k-hrv-text {
  padding: 0 20px;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  transition: all 0.4s ease;
}
.kanos-home-review .swiper-slide-active .k-hrv-text {
  font-size: 14px;
  line-height: 18px;
}
.k-hrv-company {
  font-size: 12px;
  line-height: 16px;
}