.carousel-section-04b87379 {
  width: 100%;
  padding: 40px 20px;
}

.carousel-container-04b87379 {
  overflow-x: auto;
  cursor: grab;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

.carousel-container-04b87379::-webkit-scrollbar {
  display: none;
}

.carousel-track-04b87379 {
  display: flex;
  gap: 40px;
  padding-bottom: 60px;
  width: max-content; 
}

.carousel-item-04b87379 {
  width: 320px;
  user-select: none;
}

.step-number-04b87379 {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.step-title-04b87379 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.step-desc-04b87379 {
  font-size: 1rem;
  line-height: 1.5;
}

.custom-scrollbar-container-04b87379 {
  position: relative;
  width: 100%;
  height: 44px; /* Default height, controllable via Elementor */
  border-radius: 30px;
  margin-top: 10px;
}

.scrollbar-thumb-04b87379 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; /* Default height matches track, controllable via Elementor */
  width: 140px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  cursor: grab;
  user-select: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(0px); 
  will-change: transform;
}

.scrollbar-thumb-04b87379:active,
.carousel-container-04b87379:active {
  cursor: grabbing;
}

@media (max-width: 768px) {
  .carousel-item-04b87379 {
    width: 280px;
  }
  .step-title-04b87379 {
    font-size: 1.5rem;
  }
}