.new-home-slider-outer {
  position: relative;
}

/* Play/Pause button style */
.play-pause-btn {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
  top: -52px;
  z-index: 1;
}

.play-pause-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.play-pause-btn .icon {
  pointer-events: none;
  font-family: Arial, sans-serif;
}


.intern-slider-owl {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/* Play/Pause button */
.slider-container {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}

.play-pause-btn {
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  color: white;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s ease;
}
.play-pause-btn:hover {
  background: rgba(0,0,0,0.8);
}

.new-home-slider-outer .owl-dots {
    position: absolute;
    background: #00000054;
    z-index: 1000;
    bottom: 29px;
    right: 70px;
    padding: 5px;
    border-radius: 16px;
}

/* Owl nav arrows ka common style */
.new-home-slider-outer .owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 85px;
    outline: none;
    z-index: 1000;
}

/* Left arrow */
.new-home-slider-outer .owl-nav button.owl-prev {
    left: -5px;  /* adjust as needed */
    background: #819da4 !important;
    color: #fff !important;
    font-size: 22px !important;
    border-radius: 0 50px 50px 0 !important;
    box-shadow: 4px 2px 10px rgb(0 0 0 / 46%);
}

/* Right arrow */
.new-home-slider-outer .owl-nav button.owl-next {
    right: -5px;
    background: #819da4 !important;
    color: #fff !important;
    font-size: 22px !important;
    border-radius: 50px 0 0 50px !important;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 46%);
}

/* Hover effect */
.new-home-slider-outer .owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.new-home-slider-outer .owl-prev i{
  position: absolute;
    top: 26px;
    bottom: 0;
    right: 6px;
    left: 0;
    font-size: 32px;
}

.new-home-slider-outer .owl-next i{
  position: absolute;
    top: 26px;
    bottom: 0;
    right: -7px;
    left: 0;
    font-size: 32px;
}

/*  */