* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

.wrapper {
  background: #e6dede;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-x: hidden;
}
.form {
  width: 62.5vw;
  background-color: #fff;
  padding: 3.39vw 2.08vw;
  margin-top: 3.69vw;
  margin-bottom: 3.69vw;
  border-radius: 1.04vw;
  height: min-content;
}
.header {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 2vw;
}
.logo-img {
  width: 25%;
}
.logo-img img {
  width: 10.42vw;
}
.header-heading {
  flex-direction: column;
  width: 70%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.title {
  font-size: 2.78vw;
  font-weight: 700;
  text-align: center;
  color: #29357d;
  line-height: 3.5vw;
}
.subtitle {
  font-size: 1.74vw;
  font-weight: 600;
  text-align: center;
  color: #bb362f;
  line-height: 2.5vw;
}
.main {
  width: 100%;
}
.detail {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 0.69vw;
}
.detail p {
  font-size: 1.6vw;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.089vw;
  margin-top: 1.69vw;
  text-decoration: underline;
}
.main-form {
  display: flex;
  justify-content: space-between;
  gap: 1.39vw;
}
.form-left {
  width: 75%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.05vw;
}
.input-row {
  display: flex;
  gap: 2.78vw;
}
.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-group label {
  margin-bottom: 0.35vw;
  font-weight: 500;
  color: #444;
}
.form-group input {
  padding: 0.56vw;
  border: 0.07vw solid #ccc;
  outline: none;
  border-radius: 2.08vw;
  /* border: 1px solid #ff0000; */
  border: 1px solid #ccc;

}

.dob-group .dob-inputs {
  display: flex;
  gap: 0.69vw;
}
.dob-group .dob-inputs input {
  width: 4.47vw;
  padding: 0.42vw;
  /* border: 0.07vw solid #ff0000; */
  border: 0.07vw solid #ccc;


  text-align: center;
}
.candidate-img {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.69vw;
  margin-top: 1.6vw;
}

.candidate-img img {
  width: 10.42vw;
  height: 10.42vw;
  object-fit: cover;
  /* border: 0.07vw solid #ff0000; */
  border: 0.07vw solid #ccc;

}

.candidate-img button {
  padding: 0.56vw 1.11vw;
  background-color: #00541f;
  color: white;
  border: none;
  border-radius: 0.28vw;
  cursor: pointer;
}
.candidate-img button:hover {
  background-color: #00541f;
}
.bottom {
  display: flex;
  gap: 1.04vw;
  flex-direction: column;
}
.child {
  width: 75%;
}

.form-group select {
  padding: 0.56vw;
  /* border: 0.07vw solid #ff0000; */
  background-color: white;
  font-family: inherit;
  outline: none;
  border-radius: 2.08vw;
  border: 0.07vw solid #ccc;

}
.address-input {
  margin-top: 1.05vw;
}
.chose-option {
  font-size: 1.39vw;
  font-weight: 500;
  margin-top: 1.74vw;
}
.chose-option p {
  font-size: 1.6vw;
  font-weight: 400;
  color: #000;
  margin-bottom: 1vw;
  margin-top: 0.69vw;
  text-decoration: underline;
}

.id-proof-row {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 1.39vw;
}
.id-proof-row p {
  font-size: 1.25vw;
  font-weight: 400;
}

.id-option {
  text-align: center;
  cursor: pointer;
  color: #444;
}

.id-option input[type="radio"] {
  margin-right: 0.56vw;
}

.criteria {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin-top: 1.5vw;
}
.criteria-heading {
  font-size: 1.5vw;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.1vw;
  text-decoration: underline;
}
.batsman-criteria {
  width: 100%;
}
.main-criteria {
  width: 100%;
  /* border: 0.07vw solid #ff0000; */
  border: 0.07vw solid #ccc;

  padding: 1.04vw;
}
.batsman-heading {
  font-size: 1.3vw;
  font-weight: 400;
  color: #000;
  margin-top: 2vw;
  margin-bottom: 0.5vw;
  margin-top: 0.69vw;
}
.choice {
  display: flex;
  align-items: center;
  gap: 1.11vw;
  margin-bottom: 1.74vw;
}
.choice label {
  font-weight: normal;
  cursor: pointer;
  color: #444;
}
.choice input[type="checkbox"] {
  margin-right: 0.42vw;
}
.note {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
}
.note p {
  font-size: 1.3vw;
  font-weight: 400;
  color: #000;
}
.btn {
  width: 100%;
  margin-top: 2.08vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.39vw;
}
.btn button {
  padding: 0.69vw 2.78vw;
     background-color: #29357d;
    border: 1px solid #29357d;
  color: #fff;
  border-radius: 1.74vw;
  font-size: 1.04vw;
  cursor: pointer;
  font-weight: 600;
}
.btn button:hover {
     padding: 0.69vw 2.78vw;
    background-color: #bb362f;
    border: 1px solid #bb362f;
    color: #ffffff;
    border-radius: 1.74vw;
    font-size: 1.04vw;
    cursor: pointer;
  font-weight: 600;
}
/* sponserd */

.sponser {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.07vw solid #000;
}
.sponser p {
  font-size: 1.39vw;
  padding: 0.35vw 1.04vw;
  color: #bb362f;
  font-weight: 600;
}
.sponsord {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sponsord-heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
    border-bottom: 0.03vw solid #000;
  border-left: 0.03vw solid #000;
  border-right: 0.03vw solid #000;
}
.sponsord-heading p {
  font-size: 1.74vw;
  font-weight: 600;
  padding: 0.56vw 1.04vw;
  color: #29357d;
  margin: 0;
}
.sponsor-name {
  width: 100%;
  /* margin-top: 2vw; */
  display: flex;
  border: 0.03vw solid #000;
}
.sponsor-child {
  width: 25%;
  text-align: center;
  padding: 0.69vw 0;
}
.President {
  font-size: 1.04vw;
  font-weight: 400;
  margin-bottom: 0.21vw;
}

/* pament */
.payment-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-top: 2.08vw;
}

.payment-container h2 {
  font-size: 1.67vw;
  color: #2d2d2d;
  margin-bottom: 1.04vw;
  text-align: center;
  margin-bottom:0;
}

.qr-image img {
  width: 21.28vw;
  height: auto;
  border-radius: 0.83vw;
  margin-bottom: 2.08vw;
}

.upi-id {
  font-size: 1.11vw;
  color: #444;
  margin-bottom: 1.74vw;
  font-weight: 500;
}

.whatsapp-box {
  background-color: #e6f4ea;
  padding: 0.69vw 1.04vw;
  border-radius: 0px;
  font-size: 1.04vw;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.39vw;
  text-align: center;
  font-weight: 600;
}

.whatsapp-box strong {
  color: #25d366;
}

.whatsapp-button {
  display: inline-block;
  background-color: #1fa955;
  color: white;
  padding: 0.83vw 1.67vw;
  border: none;
  border-radius: 2.08vw;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

/* .whatsapp-button:hover {
  background-color: #1fa955;
} */
.payment-child {
  /* display: flex; */
  gap: 3.47vw;
  margin-top: 1.04vw;
}
.choice_p {
  text-decoration: underline;
}
.note_sect {
  border: 0.07vw solid #cbcbcb;
  padding: 0.49vw 1.04vw;
  width: 100%;
  font-size: 1.04vw;
  text-align: center;
  margin-top: 1.39vw;
  background: #ebeaea;
  color: #000000;
}
.regi_fee {
    padding: 0.56vw 1.04vw;
    text-align: center;
    width: 40%;
    margin: 0px 30%;
    border-radius: 2.08vw;
    background: #fff;
    border: 0.07vw solid #29357d;
    color: #29357d;
    margin-bottom: 25px !important;
}
.regi_fee h3 {
  font-size: 1.39vw;
  font-weight: 600;
}
.id-proof-section {
  margin-bottom: 2.08vw;
}

.payout_bor2 {
  border-right: 0.07vw solid #000;
  border-left: 0.07vw solid #000;
}
.payout_bor3 {
  border-right: 0.07vw solid #000;
}
.header_president1 {
  font-weight: 600;
  font-size: 1.11vw;
  color: #00541f;
}
.candidate_img_none {
  display: none;
}

.qr-download-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #1d976c, #93f9b9);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.qr-download-btn:hover {
  background: linear-gradient(135deg, #11998e, #38ef7d);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}




/* <!--responsive for mobile --> */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .gp_logo{
  width:50%;
      margin: 15px 0 0 0;
}
.or{
           text-align: center;
        padding: 5px 15px 10px 15px;
        font-size: 17px;
        font-weight: 600;
}
.pay_input{
      padding: 5px 5px;
    border: 1px solid #29357d;
    border-radius: 0;
    color: #29357d;
    font-size: 12px;
    width: 85%;
        /* height: 28px; */
}
/* .pay_input::placeholder{
     color: #29357d;
} */
.pay_input:disabled{
     background-color:#fff;
}
.paybtn{
      padding: 5px 7px;
    border-radius: 0;
    margin: 0;
   border: 1px solid #29357d;
    background: #1fa955;
    color: #fff;
    font-size: 12px;
        /* height: 28px; */
}
  .form {
    width: 100vw;
    padding: 5vw 4vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    border-radius: 2vw;
  }
  .candidate_img_none {
    display: block;
  }

  .main-form {
    flex-direction: column;
  }

  .logo-img {
    width: 25%;
    display: flex;
    justify-content: center;
  }

  .logo-img img {
    width: 100%;
  }

  .header-heading {
    width: 100%;
  }

  .title {
    font-size: 5vw;
    line-height: 7vw;
  }

  .subtitle {
    font-size: 4vw;
    line-height: 5vw;
  }
  .form-left,
  .child {
    width: 100%;
  }

  .input-row {
    margin-top: 4vw;
    flex-direction: column;
    gap: 4vw;
  }
  .form-group input,
  .form-group select {
    padding: 2vw;
    font-size: 4vw;
    border-radius: 5vw;
  }
  .form-group label {
    font-size: 4vw;
    padding-bottom: 1vw;
  }

  .dob-group .dob-inputs {
    flex-direction: row;
    gap: 2vw;
  }

  .dob-group .dob-inputs input {
    width: 20vw;
    padding: 2vw;
    font-size: 4vw;
  }
  .detail {
    margin-top: 4vw;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 0.69vw;
  }
  .form-left,
  .child {
    width: 100%;
  }
  .candidate-img {
    width: 100%;
    margin-top: 4vw;
  }

  .candidate-img img {
    width: 30vw;
    height: 30vw;
  }

  .candidate-img button {
    margin-top: 2vw;
    padding: 2vw 3vw;
    font-size: 3.5vw;
    border-radius: 5vw;
  }
  .detail p {
    font-size: 4.6vw;
  }
  .chose-option p {
    font-size: 4.6vw;
  }
  .chose-option {
    font-size: 1.39vw;
    font-weight: 500;
    margin-top: 5.74vw;
  }

  .sponsord,
  .sponsord-heading,
  .sponsor-name {
    flex-direction: column;
    align-items: center;
  }
  .mob-border {
    border-bottom: 1px solid #000;
  }
  .payout_bor2 {
    border-right: none;
    border-left: none;
  }
  .payout_bor3 {
    border-right: none;
  }
  .id-proof-row {
    margin-top: 3vw;
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-items: start;
    justify-content: start;
    gap: 1.39vw;
  }
  .id-proof-row p {
    font-size: 3.7vw;
    font-weight: 400;
  }
  .criteria-heading {
    font-size: 4.6vw;

    margin-bottom: 2.1vw;
  }
  .batsman-heading {
    font-size: 4vw;
  }

  .mob-img {
    display: none;
  }
  .btn button {
    font-size: 4vw;
    padding: 3vw 6vw;
    border-radius: 6vw;
  }
   .btn button:hover {
    font-size: 4vw;
    padding: 3vw 6vw;
    border-radius: 6vw;
  }
  .choice {
    flex-direction: column;
    display: flex;
    align-items: start;
    gap: 2.11vw;
    margin-bottom: 3.74vw;
  }
  .main-criteria {
    width: 100%;
    /* border: 0.07vw solid #ff0000; */
    padding: 2vw 4vw 4vw 4vw;
    border: 0.07vw solid #000;

  }
  .sponser p {
    font-size: 5vw;
  }
  .header_president1 {
    font-size: 5vw;
  }
  .President {
    font-size: 5.04vw;
  }
  .payment-container h2 {
    font-size: 5vw;

    margin-bottom: 3.04vw;
  }

  .sponsor-child {
    width: 100%;
    padding: 2vw 0;
  }
  .sponsord-heading p {
    font-size: 6.74vw;
  }

  .qr-image img {
    width: 80vw;

    display: block;
  }

  .whatsapp-box {
    padding: 3vw;
    margin: 2vw 0;
  }

  .whatsapp-button {
    margin-bottom: 4vw;
    margin-top: 5vw;
    line-height: 7vw;
    padding: 1vw 6vw;
    font-size: 4vw;
    border-radius: 5vw;
  }

  .payment-child {
    flex-direction: column;
    gap: 4vw;
    align-items: center;
  }

  .note_sect {
    margin-top: 4vw;
    padding: 2vw;
    font-size: 4vw;
  }

  .regi_fee {
    width: 90%;
    margin: 1vw auto;
    padding: 2vw;
    font-size: 4vw;
    border: none;
  }
  .regi_fee h3 {
    font-size: 4.39vw;
    font-weight: 600;
  }

  .id-proof-section {
    margin-bottom: 4vw;
  }

  .sponser,
  .sponsord-heading {
    flex-direction: column;
    text-align: center;
    padding: 2vw 0;
  }

  .payment-container {
    margin-top: 4vw;
    padding: 0 4vw;
  }

  .form {
    width: 100vw;
    background-color: #fff;
    padding: 3.39vw 4.08vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    border-radius: 1.04vw;
    height: min-content;
  }
  .choice_p {
    padding-bottom: 1.7vw;
    text-decoration: underline;
  }
}
