.container-custom {
    margin-left: 71px !important;
    margin-right: 71px !important;
}


/* Custom slider styling with #074C3E */
.custom-range::-webkit-slider-thumb {
  background: #074C3E;
  border: 2px solid #074C3E;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.custom-range::-moz-range-thumb {
  background: #074C3E;
  border: 2px solid #074C3E;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.custom-range::-webkit-slider-runnable-track {
  background: #e0f2ef; /* हल्का ग्रीन ट्रैक */
  height: 6px;
  border-radius: 5px;
}
.custom-range::-moz-range-track {
  background: #e0f2ef;
  height: 6px;
  border-radius: 5px;
}