.industries-tabs .swiper {
  width: 100%;
  height: 100%;
}

.industries-tabs .swiper-slide {
  text-align: center;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.industries-tabs .autoplay-progress {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-8px, -8px);
  z-index: 10;
  width: 100%;
  height: 100%;
}

.industries-tabs .autoplay-progress svg {
  --progress: 0;
  opacity: 0;
  height: 120%;
  width: 120%;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  stroke-width: 2px;
  stroke: #666666;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.industries-tabs .swiper-pagination {
  font-size: 1.5rem;
}

.industries-tabs .tabs-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.industries-tabs .tabs-content {
  height: 100%;
  flex: 1 0 0%;
}

.industries-tabs .tabs-thumb {
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.industries-tabs .tabs-thumb .swiper-slide {
    width: 100%;
    height: auto !important;
    border: 0;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    text-align: left;
    border-radius: 1rem;
    background-color: #f8e7d9;
}

.industries-tabs .tabs-thumb-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.industries-tabs .tabs-thumb-avatar {
    height: 75PX;
    width: 75PX;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industries-tabs .tabs-thumb-avatar img {
  height: 40px;
  width: 40px;
}

.industries-tabs .tabs-thumb .h3 {
    margin: 0 0 0rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.industries-tabs .tabs-thumb .tabs-thumb-details p {
  margin: 0 0 0.5rem;
}

.industries-tabs .tabs-thumb .swiper-slide-thumb-active,
.industries-tabs .tabs-thumb .swiper-slide:hover,
.industries-tabs .tabs-content {
  color: #1d1c1a;
  background-color: #ffffff;
}

.industries-tabs .tabs-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.industries-tabs .tabs-thumb .swiper-slide-thumb-active .autoplay-progress svg {
  opacity: 1;
}

.industries-tabs .tabs-thumb-wrapper,
.tabs-thumb-wrapper .swiper-slide {
  width: 100%;
  max-height: 350px;
}

.tabs-content .swiper-wrapper {
  position: relative;
  z-index: 2;
}

.tabs-content .tabs-slide-content {
  position: relative;
  padding: 1rem;
  width: 100%;
  font-size: 1rem;
  line-height: 2rem;
}
.all-industrys {
    position: relative;
    width: 100%;
    margin:15px;
}
.industries-tabs .tabs-content {
    color: #1d1c1a;
    background-color: #ffffff;
}
@media (max-width: 992px) {
  .tabs-thumb, .tabs-content {
    width: 100%;
    height: auto;
  }

  .tabs-content .tabs-slide-content {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tabs-thumb .swiper-slide {
    width: auto;
  }

  .tabs-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .industries-tabs .tabs-thumb-wrapper, .tabs-thumb-wrapper .swiper-slide {
    width: 100%;
    max-height: 150px;
}
}

.industries-tabs .screen video {
    aspect-ratio: 0;
    box-sizing: border-box;
    border: 3px solid #000;
    width: 100%;
    padding: 0px 5px;
}