.reglazing-slider-section .slider-wrapper {
  position: relative!important;
  padding: 0 3rem!important; /* Adjust this padding to give space for arrows */
}

.reglazing-slider-section .slider-arrow {
  position: absolute!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
  z-index: 2!important;
  background: #3e563e00!important;
  color: #fff!important;
  border-radius: 50%!important;
  width: 38px!important;
  height: 38px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
}

.reglazing-slider-section .slider-arrow.left {
  left: 0!important; /* Move left outside the slider */
}

.reglazing-slider-section .slider-arrow.right {
  right: 0!important; /* Move right outside the slider */
}

.reglazing-slider-section .slider-track {
  overflow-x: auto!important;
  padding: 0 2rem!important; /* Adjust this to match arrow space if needed */
}
.reglazing-slider-section .slider-arrow.left {
    left: 0 !important;
    opacity: 40%!important;
}

@media screen and (width: 1280px) {
  .reglazing-slider-section {
    .bottom-text p {
      color: #a0a0a0;
      margin-bottom: 1rem;
      font-size: 12px!important;
      text-align: center;
    }
  }
}