body {
      background-color: #f8f9fa;
      font-family: 'Segoe UI', sans-serif;
    }
    .donation-container {
      background-color: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 30px;
      max-width: 520px;
      margin: 40px auto;
    }

    .donation-option {
      border: 1px solid #00a2e8;
      border-radius: 8px;
      text-align: center;
      padding: 12px;
      color: #007bff;
      font-weight: 500;
      cursor: pointer;
      margin-bottom: 12px;
      background-color: #fff;
      transition: all 0.3s;
    }

    .donation-option.active {
      background-color: #00a2e8;
      color: #fff;
    }

    .frequency-tab {
      border: none;
      padding: 8px 16px;
      font-weight: 500;
      color: #007bff;
      border-radius: 8px 8px 0 0;
    }

    .frequency-tab.active {
      background-color: #007bff;
      color: white;
    }

    .divider {
      border-top: 1px dashed #aaa;
      margin: 15px 0;
    }

    .btn-count {
      width: 38px;
      height: 38px;
      font-size: 18px;
      border-radius: 8px;
    }

    .total-amount {
      font-size: 20px;
      font-weight: 600;
    }

    .donate-button {
      background-color: #00a2e8;
      color: white;
      font-weight: bold;
      padding: 10px 30px;
      border-radius: 30px;
      border: none;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .donate-button img {
      width: 24px;
      height: 24px;
    }

    .btn-outline-secondary {
      border: 1px solid #ccc;
    }
    .donate-container
    {
        padding: 50px 0px;
    }