/* ==============================
   GHARPATTI PAGE STYLING
============================== */

.gharpatti-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: #f7f4ec;
  min-height: 70vh;
}

.gharpatti-box {
  background: #ffffff;
  width: 100%;
  max-width: 420px;   /* small and centered */
  padding: 35px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.gharpatti-box h2 {
  font-size: 22px;
  color: #0d1b5e;
  margin-bottom: 15px;
}

.info-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.qr-area {
  margin-bottom: 20px;
}

.qr-area img {
  width: 200px;       /* small QR */
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
  border: 2px solid #eee;
}

.payment-info p {
  font-size: 14px;
  margin: 6px 0;
  color: #333;
}

/* Responsive */
@media (max-width: 480px) {
  .gharpatti-box {
    padding: 25px 20px;
  }

  .qr-area img {
    width: 170px;
    height: 170px;
  }
}
