.swiper-button-next, 
.swiper-button-prev {
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.swiper-button-next:hover, 
.swiper-button-prev:hover {
  background: #f0f0f0;
}

/* Override Swiper's default arrow styling to make them visible */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

/* Optional: Adjust button positions from edges */
.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}



/* PROJECT SLIDER */
.projectprev {
background: white;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-size: 20px!important;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s 
ease;
  svg {
        height: 40%!important;
        object-fit: contain;
        transform-origin: center;
        width: 30%!important;
        fill: currentColor;
        pointer-events: none
    }
}
.projectnext {
    svg {
        height: 40%!important;
        object-fit: contain;
        transform-origin: center;
        width: 30%!important;
        fill: currentColor;
        pointer-events: none
    }
}



/* @media only screen and (min-width: 768px) {
.buttonsproje {
  position: absolute;
  z-index: 99999;
  top:6%;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: auto;
  right: 0;
}
} */