  .banner-item img {
      height: 600px;
      width: 100%;
      object-fit: cover;
  }

  .custom-carousel-caption {
      top: 0;
      margin-top: 28%;
  }

  .btn-custome {
      background-color: #00923F;
      color: white;
      border-radius: 50px;
      font-weight: bold;
      padding: 10px 20px;
  }

  .btn-watch {
      background-color: rgb(255, 255, 255);
      color: rgb(7, 8, 7);
      border-radius: 50px;
      font-weight: bold;
      padding: 10px 20px;
  }

  .custome-text {
      color: #00923F;
      size: 16px;
  }

  .donatur-text {
      font-size: 24px;
      font-weight: bold;
      color: #00923F;
  }

  .donatur-text-figure {
      font-size: 16px;
      font-weight: bold;
      color: #0C0C0C99;
  }

  .border-custome {
      border: none;
      border-radius: 10px;
      padding: 20px;
      margin-top: -50px;
      box-shadow: 0 4px 16px rgba(0, 146, 63, 0.15);
  }

  .program-section {
      margin-top: 100px
  }

  .custome-pd {
      padding-left: 80px;
  }

.wa-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 60px; /* Sebelumnya 20px, sekarang lebih ke tengah */
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}

  .wa-float:hover {
      background-color: #1ebc5a;
      text-decoration: none;
  }

  .my-wa-icon {
      color: white;
  }

  .custome-pd-footer {
      padding-left: 110px;
  }


  @media (max-width: 767.98px) {
      .border-custome {
          margin-top: 0;
      }

      .custome-pd {
          padding-left: 5px;
          margin-top: 20px;
      }
        .custome-pd-footer {
            padding-left: 10px;
        }
  }