* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  background: #ffffff;
  color: #111;
  text-align: center;
}

.container {
  max-width: 700px;
  margin: auto;
  padding: 20px;
}

/* VISITOR COUNT */
#visitorCount {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* LOGO */
.logo {
  max-width: 120px;
  margin: 15px auto;
  display: block;
}

/* MASJID IMAGE */
.masjid-img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  margin: 20px auto;
  display: block;
}

/* DESCRIPTION */
.description {
  font-size: 16px;
  line-height: 1.7;
  margin: 20px 0;
}

/* PAYMENT BUTTONS */
.buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin: 30px 0;
}

/* REMOVE RAZORPAY BRAND TEXT */
.razorpay-payment-button {
  background: #111 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 14px 22px !important;
  font-size: 16px !important;
  border: none !important;
}

.razorpay-payment-button span {
  display: none !important;
}

/* QR SECTION */
.qr-section {
  margin: 40px 0;
}

.qr-section h3 {
  margin-bottom: 15px;
}

.qr-img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  margin: auto;
}
