@charset "utf-8";
/*--------------------------------------------------------------
----------------------------------------------------------------

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/



 #Donate_us {
      padding: 40px 15px;
      background: #fff;
    }

    .donate-card {
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    }

    .donate-card h1 {
      color: #c0392b;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
    }

    .preset-btns button {
      margin: 5px;
    }
    #Donate_us .form-control{
        box-shadow: none !important;
    }
    #Donate_us .form-select   {
        box-shadow: none !important;
    }
    .preset-btns .active {
      background-color: #823a49 !important;
      color: #fff !important;
    }

    .submit-btn {
      background-color: #c0392b;
      color: #fff;
      border: none;
      width: 100%;
    }

    .qr-img {
      width: 200px;
      border-radius: 10px;
      margin-top: 15px;
      display: none;
    }


    /*--------------------------------------------------------------
# 
--------------------------------------------------------------*/


#kamethi {
      background: url('your-image-path.jpg') no-repeat center center/cover;
      color: #2c003e;
      padding: 0px 0px 30px;
    }

    .section-box {
      background: rgba(255, 255, 255, 0.96);
      border-radius: 20px;
      padding: 40px 30px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    }

    .highlight {
      color: #4B1D1D;
      font-weight: bold;
    }

    h2,
    h4 {
      font-weight: 700;
    }

    ul li::marker {
      color: #d1006b;
    }

    ul li {
      margin-bottom: 10px;
      line-height: 1.6;
    }

    .committee-card {
      background-color: #fff0f5;
      border: 1px solid #f3c6e2;
      border-radius: 15px;
      padding: 15px;
      margin: 10px;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 4px 10px rgba(255, 0, 128, 0.1);
    }

    .committee-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(128, 0, 128, 0.25);
    }