.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.pengumuman-section .carousel-control-next-icon,
.pengumuman-section .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
}

.pengumuman-section .carousel-control-prev-icon {
  transform: rotate(180deg);
}

/* Default for desktop (e.g. 1440px) */
.pengumuman-section .carousel-control-prev {
  left: -110px;
}
.pengumuman-section .carousel-control-next {
  right: -110px;
}

/* Adjust for medium screens (e.g. tablets) */
@media (max-width: 1200px) {
  .pengumuman-section .carousel-control-prev {
    left: -80px;
  }
  .pengumuman-section .carousel-control-next {
    right: -80px;
  }
}

@media (max-width: 992px) {
  .pengumuman-section .carousel-control-prev {
    left: -60px;
  }
  .pengumuman-section .carousel-control-next {
    right: -60px;
  }
}

.momen img {
    object-fit: cover;
}

.img-fullwidth {
    width: 100%;
}

.custom-pagination a,
.custom-pagination strong {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    text-decoration: none;
    color: #198754; /* Bootstrap's success */
    background-color: #fff;
}

.custom-pagination strong {
    background-color: #198754;
    color: white;
    font-weight: bold;
}

.custom-pagination a:hover {
    background-color: #198754;
    color: white;
    text-decoration: none;
}

