.thank-you-wrapper {
    background: white;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .thank-you-container {
    text-align: center;
    padding: 40px;
    position: relative;
    z-index: 2;
  }
  
  .thank-img {
    width: 326px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  
  .thank-text {
    font-size: 33px;
    color: #2a2e6d;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  .okay-btn {
    background-color: #d2bd6c;
    color: white;
    border: none;
    padding: 14px 50px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  .okay-btn:hover {
    background-color: #c4a83c;
  }
  
  /* Optional: Background circles */
  .thank-you-wrapper::before,
  .thank-you-wrapper::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 1;
  }
/* backgroundcss */
.decor-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
  }
  
  .circle1 {
    width: 555px;
    height: 555px;
    opacity: 8%;
    background: #d2be6f;
    top: -100px;
    right: -250px;
  }
  .circle2 {
    width: 285px;
    height: 285px;
    opacity: 8%;
    background: #373737;
    top: -100px;
    right: 100px;
  }
  .circle3 {
    width: 555px;
    height: 555px;
    opacity: 8%;
    background: #2a2e6d;
    bottom: -7px;
    left: -350px;
  }
  .circle4 {
    width: 285px;
    height: 285px;
    opacity: 8%;
    background: #373737; 
    bottom: -80px;
    left: -16px;
  }
/*  */
.donate-p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}