.section-container {
  padding: 130px 0px 40px 0px;
}

.form-container {
  background-color: #ccebf5;
  padding: 26px 30px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
}

select,
input[type="text"] {
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

select {
  width: 100%;
  cursor: pointer;
  padding: 11px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

button {
  background-color: #007BFF;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

button:hover {
  background-color: #0056b3;
}

.footer {
  background-color: #f8f9fa;
  align-items: center;
  text-align: center;

}

.error {
  color: rgb(221, 11, 11);
  font-weight: 500;
  font-size: 15px;
}

.form-preview {
  padding: 160px 0px 50px 0px;
}

.form-preview .form-actions {
  display: flex;
}

.form-preview .form-actions button {
  margin: 0px 10px;
}

.form-preview table {
  margin: 30px 0px;
  width: 100%;
  border: 1px solid #d6d6d6;
}

.form-preview table th,
.form-preview table td {
  padding: 9px;
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.footer-bottom {
  background-color: #343a40;
  color: #fff;

  padding: 10px 0;
  padding-top: 20px;
}

.footer-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-bottom ul li {

  margin-right: 20px;
}


#preview {
  max-width: 576px;
  margin: 0 auto;
  padding: 0px 16px;
}

.preview-card {
  max-width: 600px;
  margin: 18px auto;
  padding: 25px 30px;
  border-radius: 10px;
  font-family: "Segoe UI", sans-serif;
  color: #333;
  text-align: center;
}

.preview-card h3 {
  text-align: center;
  color: #272727;
  margin-bottom: 25px;
  font-size: 24px;
}

.preview-item {
  margin-bottom: 15px;
  font-size: 16px;
  color: #474747;
  text-align: left;
}

.preview-item strong {
  display: inline-block;
  width: 160px;
  color: #2b2b2b;
}

.success-message {
  display: none;
  margin-top: 20px;
  padding: 18px 32px;
  max-width: 800px;
  margin: 0 auto;
  margin: 22px auto 22px auto;
  background-color: #bffcbf;
  color: #179117;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #57b857;
}

.success-message2 {
  margin: 0px auto 30px auto;
  padding: 18px 32px;
  max-width: 800px;
  background-color: #bffcbf;
  color: #179117;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #57b857;
}


#confirmBtn {
  margin: 10px 9px 10px 9px;
  background-color: #000;
  color: #fff;
  padding: 13px 30px 18px 30px;
  font-size: 16px;
  border: none;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}

.back-btn {
  background-color: #3e3e3e;
  padding: 14px 30px 20px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
  border: none;
}

.back-btn:hover {
  color: #fff;
}

.back-btn>img {
  width: 24px;
  display: inline-block;
  margin-right: 10px;
}

#confirmBtn:hover {
  background-color: #1f1f1f;
}

.spinner {
  border: 3px solid #0c7313;
  border-top: 3px solid #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.qrcode {
  padding: 114px 0px 50px 0px;
}

.qr-and-price-wrapper {
  background-color: #fff;
  padding: 32px 22px 2px 22px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  margin-bottom: 16px;
}

.qr-and-price {
  display: flex;
}

.qr-and-price .qr-code {
  width: 50%;
}

.qr-and-price .price-table {
  width: 50%;
}

.qr-and-price .price-table table {
  width: 100%;
}

.qr-and-price-wrapper .upi-images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.qr-and-price-wrapper .upi-images .img {
  width: 56px;
  margin: 8px 12px;
}

.qr-and-price .price-table .prices {
  display: flex;
  justify-content: space-between;
}

.qr-and-price .price .prices .name {
  font-weight: 600;
  width: 50%;
}

.qr-and-price .price .prices .amount {
  width: 50%;
}

.qr-code .scan {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0px 30px 0px;
}

.qr-code>h4 {
  margin-bottom: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.trans-id {
  background-color: #106ae0;
  color: #fff;
  padding: 28px 0px 12px 0px;
}

.trans-id h3 {
  color: #fff;
  text-align: center;
}

#transBtn:hover {
  background-color: #1a1a1a;
}


.trans-id .trans-form {
  max-width: 576px;
  margin: 50px auto;
}

.trans-id .trans-form label {
  color: #e2e2e2;
}

.trans-id #confirmBtn:disabled {
  background-color: #444;
  cursor: not-allowed;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .qr-code .upi-images .img5 {
    margin-top: 30px;
  }

  .qr-code .upi-images .img6 {
    margin-top: 30px;
  }

  .back-btn {
    display: inline-block;
    margin-bottom: 12px;
  }

  .qr-and-price {
    display: block;
  }

  .qr-and-price .qr-code {
    width: 100%;
    text-align: center;
  }

  .qr-and-price .price-table {
    width: 100%;
  }

  .qr-and-price-wrapper .upi-images {
    margin-top: 24px;
  }

  .qr-and-price .price-table table {
    width: 100%;
  }

  .footer-bottom ul li {
    display: inline-block;
    align-items: center;
    text-align: center;
  }
}




@media (min-width: 768px) {}

.footer-bottom ul li:last-child {
  margin-right: 0;
}

.footer-bottom ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .section-container {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}