.wgt-tabs-slider .ai-chat-slider .tab-content {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
}
.wgt-tabs-slider .ai-chat-slider .tab-content img {
  width: 100%;
  max-width: 505px;
  overflow: auto;
}
.wgt-tabs-slider.why-bi-section
  .tabs-container
  .splide__slide.is-active
  .tab
  svg {
  fill: #fff;
}
.wgt-tabs-slider.why-bi-section .tab-content {
  flex-direction: row-reverse;
  border-radius: 0 10px 10px 10px !important;
}
.wgt-tabs-slider.why-bi-section .slider-content .splide__track {
  box-shadow: 0px 4px 100px -20px #8390aa14 !important;
}
.wgt-tabs-slider.why-bi-section .tab-text span {
  color: #71bb14;
  margin-bottom: 0.5rem;
  font-size: clamp(0.6875rem, 0.6723rem + 0.0647vw, 0.75rem);
  font-weight: 500;
  text-transform: uppercase;
}
.wgt-tabs-slider.why-bi-section .tab-text h3 {
  font-size: clamp(1.25rem, 1.159rem + 0.3883vw, 1.625rem);
  color: var(--title-color);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.wgt-tabs-slider.why-bi-section .tab-text p {
  color: var(--description-color);
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
}
@media screen and (max-width: 992px) {
  .wgt-tabs-slider.why-bi-section .tab-content {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 768px) {
  .wgt-tabs-slider .ai-chat-slider .tab-content {
    flex-direction: column-reverse;
    gap: 1.125rem;
  }
  .wgt-tabs-slider .ai-chat-section-custom .tab-content {
    flex-direction: column;
  }
  .wgt-tabs-slider.why-bi-section {
    padding: 1rem 0 7rem !important;
  }
}
.wgt-tabs-slider.why-bi-section .section-text {
  text-align: left;
  font-size: var(--title-font-size-2);
  max-width: unset;
}
.wgt-tabs-slider.why-bi-section .tabs-container .tab {
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--primary-color-6);
  border-bottom: none;
  background: var(--grayscale-color-5);
  color: #4a566d;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.wgt-tabs-slider.why-bi-section .tabs-container .splide__slide:hover {
  cursor: pointer;
}
.wgt-tabs-slider.why-bi-section .tabs-container .splide__slide.is-active .tab {
  background: #f3f0ff;
  color: var(--primary-color-1);
}
.wgt-tabs-slider.why-bi-section .tabs-container .splide__slide.is-active rect {
  fill: var(--grayscale-color-5);
}
.wgt-tabs-slider.why-bi-section .tabs-container .splide__track {
  padding-bottom: 0;
}
.wgt-tabs-slider.why-bi-section .tab-content {
  display: flex;
  height: 100%;
  padding: 3.75rem;
  justify-content: space-between;
  align-items: center;
  gap: 3.75rem;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--primary-color-6);
  background: var(--grayscale-color-5);
  box-shadow: 0 4px 20px -20px rgba(131, 144, 170, 0.08);
}
.wgt-tabs-slider.why-bi-section .tab-content > * {
  width: 50%;
}
.wgt-tabs-slider.why-bi-section .tab-text h3 {
  font-size: var(--title-font-size-3);
  color: var(--title-blue-color);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.wgt-tabs-slider.why-bi-section .tab-text p {
  color: var(--description-color);
  font-size: var(--description-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.wgt-tabs-slider.why-bi-section .tab-text p:last-child {
  margin: 0;
}
.wgt-tabs-slider.why-bi-section .tab-image img {
  width: 100%;
}
.wgt-tabs-slider.why-bi-section .slider-content .splide__track {
  padding: 0;
}
.wgt-tabs-slider.why-bi-section .splide__arrows {
  top: -4.5rem;
  right: 0;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .wgt-tabs-slider.why-bi-section .tab-content {
    flex-direction: column;
    padding: 1.75rem;
    gap: 1rem;
  }
  .wgt-tabs-slider.why-bi-section .tab-content > * {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .wgt-tabs-slider.why-bi-section {
    padding-bottom: 65px;
  }
  .wgt-tabs-slider.why-bi-section .section-text {
    text-align: center;
  }
  .wgt-tabs-slider.why-bi-section .tab-content {
    padding: 0.75rem;
    border-radius: 10px;
  }
  .wgt-tabs-slider.why-bi-section .tabs-container {
    display: none;
  }
  .wgt-tabs-slider.why-bi-section .splide__arrows {
    top: unset;
    bottom: -4.5rem;
    right: 0;
    width: 100%;
    justify-content: center;
    gap: 8rem;
  }
  .wgt-tabs-slider.why-bi-section .splide__pagination {
    bottom: -3.5rem;
  }
  .wgt-tabs-slider.why-bi-section .splide__pagination__page.is-active {
    background: var(--primary-color-1);
    transform: none;
  }
}
/* Default: text left, image right — override analysis.css row-reverse on all slides */
.wgt-tabs-slider.why-bi-section .tab-content {
  flex-direction: row;
}
.wgt-tabs-slider.why-bi-section .tab-content--image_left {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .wgt-tabs-slider.why-bi-section .tab-content--text_left {
    flex-direction: column;
  }
  .wgt-tabs-slider.why-bi-section .tab-content--image_left {
    flex-direction: column-reverse;
  }
}
/* ai-cases-title only defined in wizora/style.css; tabs-slider uses analysis_classes so add manually */
.wgt-tabs-slider .ai-cases-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-tabs-slider .ai-cases-title :is(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(1.5rem, 1.3483rem + 0.6472vw, 2.125rem);
  font-weight: 500;
  color: var(--title-color);
  margin: 0;
}
.wgt-tabs-slider .ai-cases-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;
}
