.wows-corex {
  overflow: hidden;
  position: relative;
}
.wows-corex .wows-custom-main-slider {
  height: clamp(28rem, 60vw, 34.75rem);
  width: 100%;
}
.wows-corex .wows-custom-item.swiper-slide {
  position: relative;
}
.wows-corex .wows-custom-img-wrap {
  height: 100%;
  z-index: 0;
  text-align: right;
}
.wows-corex .wows-custom-img-wrap .wows-custom-img {
  width: 240px;
  height: 100%;
  object-fit: cover;
}
.wows-corex .wows-custom-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: clamp(21.563rem, 40vw, 31.25rem);
  padding: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #fff;
  padding: 40px 40px 40px 0;
}
.wows-corex .wows-custom-sub-title {
  color: #5b5b6a;
  margin: 0;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}
.wows-corex .wows-custom-title {
  margin: 20px 0 0;
  color: #26262e;
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.05;
  font-weight: 800;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}
.wows-corex .wows-custom-desc {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  color: #484b4e;
  margin: 20px 0 0;
}
.wows-corex .wows-custom-desc p {
  margin: 0;
}
.wows-corex .wows-custom-link-btn a {
  margin: 30px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(0.625rem, 1.5vw, 0.75rem);
  color: #26262e;
  text-transform: uppercase;
  position: relative;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out, padding 0.3s ease-out;
  letter-spacing: 0.16em;
  border-radius: 999px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  padding-left: 3rem;
  align-self: flex-start;
}
.wows-corex .wows-custom-link-btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}
.wows-corex .wows-custom-link-btn a:hover {
  color: #ca0ff0;
  padding-left: 4rem;
}
.wows-corex .wows-custom-link-btn a:hover::before {
  width: 3.25rem;
}
.wows-corex .wows-custom-thumbs-slider {
  padding: 30px 0;
  box-sizing: border-box;
  width: 100%;
}
.wows-corex .wows-custom-thumbs-slider .wows-custom-thumbs-item:first-child {
  display: none;
}
.wows-corex .wows-custom-thumbs-slider .wows-custom-thumb-img-wrap {
  height: 150px;
  width: 100%;
}
.wows-corex .wows-custom-thumbs-slider .wows-custom-thumb-img-wrap img {
  width: 100% !important;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.wows-corex .wows-custom-thumbs-slider .wows-custom-title {
  font-size: 17px;
  position: absolute;
  left: 0;
  right: 0;
  /* transform: translateX(-50%); */
  background: #ffffff;
  bottom: -17px;
  padding: 10px 15px;
  border-radius: 30px;
  text-shadow: unset;
  text-align: center;
  margin: 0 60px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.wows-corex .wows-swiper-pagination {
  position: absolute !important;
  top: 50%;
  right: 0;
  z-index: 6;
  left: unset;
  bottom: unset !important;
  transform: translateY(-50%);
}
.wows-corex .wows-swiper-pagination .swiper-pagination-bullet {
  border-color: #000;
}
.wows-corex .wows-swiper-pagination .swiper-pagination-bullet::before {
  background: #000;
}

@media (min-width: 768px) {
  .wows-corex .wows-custom-img-wrap .wows-custom-img {
    width: 550px;
  }
}
@media (min-width: 1024px) {
  .wows-corex .wows-custom-img-wrap .wows-custom-img {
    width: 650px;
  }
}
@media (min-width: 1440px) {
  .wows-corex .wows-custom-img-wrap .wows-custom-img {
    width: 900px;
  }
}