.rnd-section {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.rnd-content {
  color: #333;
}

.rnd-title {
    color: #606060;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.rnd-block {
  margin-bottom: 25px;
}

.rnd-block h4 {
    color: #606060;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.rnd-block span {
  color: #606061;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
.rnd-slider-section img {
  max-height: 550px;
  object-fit: cover;
}
.rnd-carousel-controls {
  bottom: -15px; 
  z-index: 10;
}

.carousel-control-prev-custom,
.carousel-control-next-custom {
  width: 70px;
  height: 70px;
  background-color: #4CAF50;
  border: none;
  border-radius: 50%;
  color: #fff;
 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.carousel-control-prev-custom:hover,
.carousel-control-next-custom:hover {
  background-color: #388e3c;
}
.carousel-control-prev-custom img,
.carousel-control-next-custom img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* .carousel-control-prev-custom i,
.carousel-control-next-custom i {
  font-size: 30px; 
} */
@media (max-width:768px){
  .carousel-control-prev-custom, .carousel-control-next-custom{
    width: 30px;
    height: 30px;
  }
  .carousel-control-prev-custom img,
.carousel-control-next-custom img {
  width: 10px;
  height: 10px;
  object-fit: cover;
}
}


