body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #e0f2fe, #4a99ff);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150vh;
}

.upi-container {
   width: 100%;
  max-width: 480px;
  background: #8aa3fc;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.brand {
  font-size: 2rem;
  font-weight: 700;
  color: #405cb8;
}


.brand span {
  color: #017009;
}

h2 {
  color: #021e82;
  margin-top: 10px;
}

.subtitle {
  color: #000000;
  font-size: 0.95rem;
  margin-bottom: 25px;
}

.upi-form {
  text-align: left;
}

.plan-section {
  margin-bottom: 25px;
}

.plan-section label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1e293b;
}

.plan-section select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 1rem;
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1e293b;
}

.input-group input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 1rem;
}

.upi-options p {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}

.upi-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.upi-icons label {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  transition: 0.3s;
}

.upi-icons label:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.upi-icons img {
  width: 28px;
  height: 28px;
}

.upi-icons span {
  font-size: 0.9rem;
  color: #1e293b;
}

.btn {
  display: inline-block;
  background-color: #2b52e2;
  color: white;
  padding: 10px 240px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
}
.btn:hover {
  background-color: #45a049;
}
.pay-btn:hover {
  background: #1e40af;
}

.note {
  text-align: center;
  font-size: 0.8rem;
  color: #000000;
  margin-top: 10px;
}

.back-home {
  margin-top: 25px;
}

.back-home a {
  text-decoration: none;
  color: #002765;
  font-weight: 500;
}
