.wgt-content-slider .ai-chat-slider {
  box-shadow: var(--short-shadow);
  margin-bottom: 13rem;
}
.wgt-content-slider .ai-chat-slider .splide__arrows {
  display: flex;
  gap: 2rem;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%);
}
.wgt-content-slider .ai-powered-title {
  font-size: clamp(1.5rem, 1.3483rem + 0.6472vw, 2.125rem);
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 2.625rem;
  color: var(--title-color);
}
.wgt-content-slider .ai-powered-title span {
  font-style: italic;
  background: linear-gradient(108.03deg, #8b6fff 12.28%, #d8cbfd 129.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.wgt-content-slider .ai-chat-slider .tab-content {
  display: flex;
  gap: 2rem;
}
.wgt-content-slider .ai-chat-slider .tab-content img {
  width: 100%;
  overflow: auto;
}
.wgt-content-slider .ai-chat-slider .tab-image,
.wgt-content-slider .ai-chat-slider .tab-text {
  width: 100%;
}
.wgt-content-slider .ai-chat-slider .tab-text {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.wgt-content-slider .ai-chat-slider .tab-text p {
  font-size: 1rem;
  color: var(--description-color);
}
.wgt-content-slider .ai-chat-slider .splide__slide {
  border: 1px solid #f5f3ff;
  border-radius: 10px;
  padding: 1.75rem;
  box-shadow: 0px 4px 100px -20px #8390aa14;
}
.wgt-content-slider .ai-chat-slider .slide-controller {
  margin-top: auto;
  display: flex;
  gap: 0.5rem;
}
.wgt-content-slider .ai-chat-slider .slide-number {
  font-size: clamp(1.75rem, 1.6893rem + 0.2589vw, 2rem);
  background: linear-gradient(117.83deg, #8b6fff 12.17%, #d8cbfd 115.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0;
}
.wgt-content-slider .ai-chat-slider .progress-bars {
  display: flex;
  gap: 0.5rem;
  flex: 1;
  margin-top: auto;
  margin-bottom: 12px;
}
.wgt-content-slider .ai-chat-slider .progress-item {
  border: 1px solid #f5f3ff;
  background: #ececec;
  height: 6px;
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
}
.wgt-content-slider .ai-chat-slider .progress-fill {
  background: linear-gradient(117.83deg, #8b6fff 12.17%, #d8cbfd 115.05%);
  width: 0;
  height: 100%;
  transition: width 0.3s linear;
}
@media screen and (max-width: 768px) {
  .wgt-content-slider .ai-chat-slider .splide__slide {
    padding: 0.875rem;
  }
  .wgt-content-slider .ai-chat-slider .tab-image {
    display: flex;
    justify-content: center;
  }
  .wgt-content-slider .ai-chat-slider .tab-content {
    flex-direction: column;
    gap: 1.125rem;
  }
  .wgt-content-slider .ai-chat-slider .tab-text {
    margin-top: 0;
  }
  .wgt-content-slider .ai-chat-slider {
    margin-bottom: 10rem;
  }
}
.wgt-content-slider .splide__arrows {
  position: absolute;
  z-index: 1;
}
.wgt-content-slider .splide__arrows button {
  position: static;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid var(--primary-color-1);
  transform: none;
  transition: all 0.3s ease;
}
.wgt-content-slider.ai-chat-section {
  background: none;
  padding-bottom: 0;
}
