.step-slider-container {
  width: 100%;
  text-align: left;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}

/* Slider wrapper */
.step-range-wrapper {
  width: 100%;
  padding-right: 30px;
  padding-left: 0;
}

/* SLIDER */
#stepRangeSlider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 6px;
  outline: none;
  background: linear-gradient(to right, #6960F5 0%, #FFFFFF 0%);
  cursor: pointer;
}

/* THUMB */
#stepRangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #6960F5;
  cursor: pointer;
}

#stepRangeSlider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #6960F5;
  cursor: pointer;
}

/* TRACK FOR FIREFOX */
#stepRangeSlider::-moz-range-track {
  height: 8px;
  border-radius: 6px;
  background: transparent;
}

/* PERFECT ALIGNMENT FIX */
.step-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}

/* Labels */
.step-label {
  font-size: 13px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.step-label-gb {
  font-weight: 700;
  color: #fff;
}

.step-label-price {
  font-size: 12px;
  opacity: 0.65;
}

/* Bottom price */
.step-bottom-text {
  margin-top: 35px;
  margin-bottom: 6px;
  font-size: 40px;
  font-weight: 600;
}

.step-bottom-price {
  font-weight: 700;
  color: #fff;
}

.step-bottom-for {
  font-size: 25px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.step-bottom-number {
  font-weight: 700;
  color: #6960F5;
}

.step-bottom-pergb {
  font-size: 22px;
  font-weight: 600;
  opacity: 0.7;
  margin: 18px 0;
}

/* Buy button */
.step-buy-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: 0.25s ease;
}

.step-buy-button::after {
  content: "→";
  font-size: 20px;
  transition: transform 0.2s ease;
}

.step-buy-button:hover {
  border-color: #6960F5;
  box-shadow: 0 0 18px rgba(105, 96, 245, 0.35);
  transform: translateY(-2px);
}

.step-buy-button:hover::after {
  transform: translateX(5px);
}

/* Mobile adjustments */
@media (max-width: 767px) {

  .step-range-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  #stepLabels {
    display: none;
  }

  .step-bottom-text {
    font-size: 35px;
  }

  .step-bottom-price,
  .step-bottom-for {
    font-size: 25px;
  }

}
.fit{
    width: fit-content;
    height: fit-content!important;
    max-width: 100px;
}
.nowrap{
  white-space: nowrap;
}

.elementor-heading-title.elementor-size-default {
    margin-bottom: 0px !important;
}

