/* hide btn */
.elementor-form .elementor-button {
  display: none !important;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 50px;
  background: #000;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 15px;
}
.slider-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  pointer-events: none;
}
.slider-button {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  background: var(--e-global-color-accent);
  border-radius: 50%;
  cursor: grab;
}