.swiper-button-next,
.swiper-button-prev {
    color: white; /* Change to your desired color */
}

/* Optional: Change font size if using font-based icons */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 75px; /* Increase icon size */
  position:absolute;
  top:-150px;
}




.pj-slider .image-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.pj-slider .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pj-slider .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(255, 255, 255, 0.914));
  pointer-events: none;
  z-index: 1;
}

.pj-slider .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  color:white;
  width: 100%;
}

.pj-slider .text-overlay div {
  position: relative;
  max-width: 1190px;
  margin: 0 auto;
  padding: 30px 20px 0px 20px;
}

.pj-slider .text-overlay div p{
  max-width: 380px;
  font-size: 16px;
  line-height: 20px;
}

/** BREAKPOINTS **/

@media only screen and (max-width: 992px) {
  .pj-slider .image-wrapper {
    height: 600px;
  } 
}


/** MOBILE **/
@media only screen and (max-width: 768px) {
  .pj-slider .image-wrapper {
      height: 450px;
  }
}
