.block-enterprise-slider {
  background-color: #F9F9FA;
  padding: 100px 0;
}

.block-enterprise-slider .enterprise-slider__title {
  color: var(--NXT-Midnight, #121726);
  margin-bottom: 20px;
}

.block-enterprise-slider .enterprise-slider__subtitle {
  color: var(--NXT-Midnight, #121726);
  max-width: 810px;
}

.block-enterprise-slider .enterprise-slider__slide-inner {
  display: flex !important;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
padding: 0 1px;
  /* buffer for slick slider */
}

.block-enterprise-slider .enterprise-slider__content {
  flex: 1.3;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-enterprise-slider .slide-tag {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 24px;
  align-self: flex-start;
  margin-bottom: 32px;
  border-radius: 50px;
  background: var(--NXT-Violet, #5E45FE);
  color: var(--Pure-White, #FFF);
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 133%;
}

.block-enterprise-slider .slide-title {
  margin-bottom: 20px;
}

.block-enterprise-slider .slide-desc {
  color: var(--Midnight-800, #2A2E3C);
}

.block-enterprise-slider .slide-desc p:last-child {
  margin-bottom: 0;
}

.block-enterprise-slider .slide-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #DEDCEB;
  padding-top: 32px;
  margin-top: 32px;
}

.block-enterprise-slider .slide-bullets li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  color: var(--NXT-Midnight, #121726);
}

.block-enterprise-slider .slide-bullets li:last-child {
  margin-bottom: 0;
}

.block-enterprise-slider .slide-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 12px;
  background-color: #5E45FE;
  border-radius: 2px;
}

.block-enterprise-slider .enterprise-slider__media {
  flex: 1.2;
  position: relative;
}

.block-enterprise-slider .enterprise-slider__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Slick Custom Dots */
.block-enterprise-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.block-enterprise-slider .slick-dots li {
  margin: 0 6px;
}

.block-enterprise-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #d4d4e0;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.block-enterprise-slider .slick-dots li.slick-active button {
  width: 24px;
  border-radius: 12px;
  background: #6640ff;
}

@media (max-width: 1024px) {
  .block-enterprise-slider {
    background-color: #F9F9FA;
    padding: 60px 0;
  }

  .block-enterprise-slider .enterprise-slider__title {
    color: var(--NXT-Midnight, #121726);
    margin-bottom: 16px;
  }

  .block-enterprise-slider .enterprise-slider__subtitle {
    color: var(--NXT-Midnight, #121726);
    margin: auto;
  }

  .block-enterprise-slider .enterprise-slider__slide-inner {
    display: flex !important;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 5px;
  }

  .block-enterprise-slider .enterprise-slider__content {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .block-enterprise-slider .slide-tag {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 20px;
    align-self: flex-start;
    margin-bottom: 24px;
    border-radius: 50px;
    background: var(--NXT-Violet, #5E45FE);
    color: var(--Pure-White, #FFF);
    text-align: center;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 500;
    line-height: 133%;
  }

  .block-enterprise-slider .slide-title {
    margin-bottom: 16px;
    color: var(--NXT-Midnight, #121726);
  }

  .block-enterprise-slider .slide-desc {
    color: var(--Midnight-800, #2A2E3C);
  }

  .block-enterprise-slider .slide-desc p:last-child {
    margin-bottom: 0;
  }

  .block-enterprise-slider .slide-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #DEDCEB;
    padding-top: 30px;
    margin-top: 30px;
  }

  .block-enterprise-slider .slide-bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
  }

  .block-enterprise-slider .slide-bullets li:last-child {
    margin-bottom: 0;
  }

  .block-enterprise-slider .slide-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 3px;
    height: 10px;
    background-color: #5E45FE;
    border-radius: 2px;
  }

  .block-enterprise-slider .enterprise-slider__media {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .block-enterprise-slider .enterprise-slider__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Slick Custom Dots */
  .block-enterprise-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    position: absolute;
    bottom: -30px;
    width: 100%;
  }

  .block-enterprise-slider .slick-dots li {
    margin: 0 4px;
  }

  .block-enterprise-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d4d4e0;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .block-enterprise-slider .slick-dots li.slick-active button {
    width: 20px;
    border-radius: 10px;
    background: #6640ff;
  }

  .block-enterprise-slider .enterprise-slider__subtitle {
    margin: unset;
  }
}