.demo-all-products-section {
  background: #f7f7f8;
  padding: 40px 0 56px;
}

.demo-all-products-title {
  color: #1a1a22;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 40px;
}

.demo-all-products-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.demo-product-card,
.demo-live-card {
  background: #fff;
  border-radius: 12px;
}

.demo-product-card__inner,
.demo-live-card__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 152px;
  padding: 24px;
}

.demo-live-card__inner {
  height: 100%;
}

.demo-product-card__icon {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.demo-product-card__icon img {
  display: block;
  filter: brightness(0) saturate(100%) invert(8%) sepia(7%) saturate(1409%) hue-rotate(202deg) brightness(96%) contrast(95%);
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
}

.demo-product-card__icon--purple {
  background: #dfdcfe;
}

.demo-product-card__icon--green {
  background: #cef4ec;
}

.demo-product-card__icon--blue {
  background: #d7f0ff;
}

.demo-product-card__icon--orange {
  background: #ffc8c4;
}

.demo-product-card__icon--gray {
  background: #e7e7ea;
}

.demo-product-card__title {
  color: #1a1a22;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.demo-product-card__actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
}

.demo-product-card__actions--single .demo-product-card__action {
  width: 100%;
}

.demo-product-card__action,
.demo-live-card__cta {
  align-items: center;
  background: #f4f4f5;
  border-radius: 10px;
  color: #23232e;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  height: 40px;
  justify-content: center;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}
.demo-product-card__action span,
.demo-live-card__cta span {
  font-weight: 700;
}
.demo-product-card__action:hover,
.demo-live-card__cta:hover {
  background-color: #e7e7ea;
}

.demo-product-card__action {
  flex: 1 1 0;
}

.demo-product-card__action img {
  display: block;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 16px;
}

.demo-live-card__content {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: auto;
}

.demo-live-card__content p {
  color: #1a1a22;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  max-width: 275px;
}

.demo-live-card__cta {
  min-width: 72px;
  padding: 0 24px;
}

.demo-all-modal .demo_holder .player_wrapper {
  width: 680px;
}

.demo-all-modal .demo_holder .player_inner {
  min-height: 400px;
}

.demo-all-modal {
  background: rgba(15, 15, 20, 0.55);
}

.demo-all-modal__inner {
  background: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: unset;
  padding: 40px;
  position: relative;
  width: auto;
}

.demo-all-modal__inner--compact {
  max-width: 760px;
}

.demo-all-modal__close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
}

.demo-all-modal__title {
  color: #1a1a22;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}

.demo-all-modal__tabs {
  background: #f4f4f5;
  border-radius: 48px;
  display: inline-flex;
  gap: 4px;
  max-width: 336px;
  padding: 4px;
  width: 100%;
}

.demo-all-modal__tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 48px;
  color: #1a1a22;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  height: 44px;
  justify-content: center;
  line-height: 20px;
  opacity: 0.6;
  padding: 12px 24px;
  white-space: nowrap;
}

.demo-all-modal__tab.active {
  background: #fff;
  font-weight: 700;
  opacity: 1;
}

.demo-all-modal__badge-new {
  background: #009e7d;
  border-radius: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 2px 8px 3px;
}

.demo-all-modal__panel {
  display: none;
}

.demo-all-modal__panel.active {
  display: block;
}

.demo-ac-layout,
.demo-vt-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: 400px 608px;
}

.demo-ac-layout--customer {
  display: block;
}

.demo-ac-controls {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 400px;
}

.demo-ac-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.demo-ac-group__label {
  color: #757585;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.demo-ac-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.demo-ac-pill {
  background: #f4f4f5;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #1a1a22;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 11px 24px;
}

.demo-ac-pill.active {
  background: #f3f0ff;
  border-color: #a59afc;
  color: #4a3bbe;
}

.demo-ac-pill.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

.demo-ac-preview,
.demo-ac-customer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.demo-ac-video,
.demo-ac-customer__video,
.demo-vt-video,
.demo-simple-video {
  border-radius: 16px;
  overflow: hidden;
  height: 342px;
  max-width: 100%;
  width: 608px;
}

.demo-ac-video iframe,
.demo-ac-customer__video iframe,
.demo-vt-video iframe,
.demo-simple-video iframe {
  aspect-ratio: 16/9;
  border: 0;
  display: block;
  height: 342px !important;
  max-width: none;
  max-width: 100%;
  width: 608px !important;
}

.demo-ac-video > div,
.demo-ac-customer__video > div,
.demo-vt-video > div,
.demo-simple-video > div {
  height: 342px !important;
  max-width: 100%;
  width: 608px !important;
}

.demo-ac-video iframe,
.demo-ac-customer__video iframe,
.demo-vt-video iframe,
.demo-simple-video iframe,
.demo-ac-video #video-accent,
.demo-ac-customer__video #video-accent-customer,
.demo-vt-video #video-interpreter {
  max-height: 342px;
  min-height: 342px;
}

.demo-ac-thumbs {
  display: flex;
  gap: 12px;
}

.demo-ac-thumb {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  padding: 0;
  width: 114px;
}

.demo-ac-thumb.visible {
  display: block;
}

.demo-ac-thumb.active {
  border-color: #fe6257;
}

.demo-ac-thumb img {
  display: block;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.demo-ac-customer {
  background: #f4f4f5;
  border-radius: 16px;
  padding: 0 0 16px;
}

.demo-ac-customer__caption {
  color: #1a1a22;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.demo-vt-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.demo-vt-item {
  background: #f7f7f8;
  border: 2px solid transparent;
  border-radius: 16px;
  color: #1a1a22;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 16px;
  text-align: left;
}

.demo-vt-item.active {
  border-color: #6d5ce3;
}

@media (max-width: 1199px) {
  .demo-all-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .demo-all-modal__inner {
    width: 720px;
  }
  .demo-ac-layout,
  .demo-vt-layout {
    grid-template-columns: 1fr;
  }
  .demo-ac-controls {
    width: 100%;
  }
  .demo-ac-preview,
  .demo-ac-customer,
  .demo-vt-video {
    max-width: 100%;
  }
  .demo-ac-video,
  .demo-ac-customer__video,
  .demo-vt-video,
  .demo-simple-video {
    aspect-ratio: 16/9;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .demo-ac-video > div,
  .demo-ac-customer__video > div,
  .demo-vt-video > div,
  .demo-simple-video > div {
    height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .demo-ac-video iframe,
  .demo-ac-customer__video iframe,
  .demo-vt-video iframe,
  .demo-simple-video iframe,
  .demo-ac-video #video-accent,
  .demo-ac-customer__video #video-accent-customer,
  .demo-vt-video #video-interpreter {
    height: 100% !important;
    max-height: none;
    max-width: 100% !important;
    min-height: unset;
    width: 100% !important;
  }
  .demo-vt-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .demo-vt-item {
    flex: 1 1 auto;
  }
  .demo-all-modal .demo_holder .player_wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .demo-all-products-section {
    padding: 24px 0 40px;
  }
  .demo-all-products-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .demo-all-products-grid {
    grid-template-columns: 1fr;
  }
  .demo-live-card__content {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .demo-all-modal__inner {
    border-radius: 16px;
    padding: 24px 16px;
    width: 343px;
  }
  .demo-all-modal__title {
    font-size: 20px;
  }
  .demo-all-modal__tabs {
    width: 100%;
  }
  .demo-all-modal__tab {
    flex: 1 1 0;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .demo-ac-thumbs {
    flex-wrap: wrap;
  }
  .demo-ac-thumb {
    width: calc(50% - 6px);
  }
  .demo-vt-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .demo-vt-item {
    flex: unset;
    font-size: 14px;
    padding: 14px 12px;
  }
  .demo-all-modal .demo_holder .player_wrapper {
    width: 100%;
  }
  .demo-all-modal .demo_holder .player_inner {
    min-height: auto;
  }
}