 .bg-bengkel {
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)),
            url('/assets/img/bengkel/bengkel-redanamotor.JPG');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;

    }
    .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* behind the content */
}

    .bg-cover {
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 10px;
    }

.payment-card {
  width: 100px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 5px;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
  font-size: 0.85rem;
}

.payment-card:hover {
  background-color: #f0f8ff;
  border-color: #0d6efd;
  color: #0d6efd;
}

.payment-card i {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #0d6efd;
}