/**
 * Cards grid (002) Block Styles
 *
 * @package TekCreative
 * @since 2.0.0
 */

.four-col-cards-002 {
  position: relative;
  flex-direction: column
}

.four-col-cards-002__container {
  max-width: 42rem
}

.four-col-cards-002__header {
  display: flex;
  flex-direction: column;
  align-items: center
}

.four-col-cards-002__heading {
  text-transform: uppercase
}

.four-col-cards-002__buttons-above {
  margin-top: 2rem
}

@media (min-width: 1024px) {
  .four-col-cards-002__buttons-above {
    margin-top: 2.5rem
  }
}

.four-col-cards-002__slider {
  margin-top: 2.5rem;
  width: 100%
}

@media (min-width: 1024px) {
  .four-col-cards-002__slider {
    margin-top: 60px
  }
}

.four-col-cards-002__slider .splide__track {
  height: 100%;
  overflow: hidden
}

.four-col-cards-002__slider .splide__list {
  display: flex;
  height: 100%;
  align-items: stretch
}

.four-col-cards-002__slider .splide__slide {
  display: flex;
  height: auto;
  width: 20rem;
  max-width: 85vw;
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

@media (min-width: 768px) {
  .four-col-cards-002__slider .splide__slide {
    padding-left: 15px;
    padding-right: 15px
  }
}

.four-col-cards-002__grid {
  margin-top: 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem
}

.four-col-cards-002__controls {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem
}

.four-col-cards-002__control {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(169 245 211 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 57 29 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms
}

.four-col-cards-002__control:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 57 29 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(169 245 211 / var(--tw-text-opacity, 1))
}

.four-col-cards-002__control:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.four-col-cards-002__control:disabled {
  cursor: not-allowed;
  opacity: 0.3
}

.four-col-cards-002__control-icon {
  height: 1rem;
  width: 1rem;
  fill: currentColor;
  stroke: currentColor
}

.four-col-cards-002__card {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column
}
