diff --git a/donate.html b/donate.html index 2d778f6..7c2a4ce 100644 --- a/donate.html +++ b/donate.html @@ -278,6 +278,55 @@ font-weight: 600; } /* --- END NEW STYLES FOR RAZORPAY BUTTON INTEGRATION --- */ + + /* --- Custom Subscription Form (UI polish) --- */ + .subscription-card .custom-subscription-form { text-align: left; margin-top: .25rem; } + .subscription-card .custom-subscription-form .form-group label { font-weight: 600; color: var(--brand-dark-grey); font-size: 0.95rem; } + .subscription-card .custom-subscription-form .form-section-title { + font-weight: 700; + font-size: 0.95rem; + color: var(--brand-red); + margin: .5rem 0 .5rem; + letter-spacing: .2px; + } + .subscription-card .custom-subscription-form .input-group-text { + background-color: var(--brand-beige); + border-color: var(--brand-beige); + color: var(--brand-dark-grey); + } + .subscription-card .custom-subscription-form .form-control:focus { + border-color: var(--brand-red); + box-shadow: 0 0 0 0.2rem rgba(167, 13, 23, 0.15); + } + .subscription-card .custom-subscription-form .btn { margin-top: 0.25rem; } + /* On small screens keep single column; md and above uses .col-md-6 already */ + @media (min-width: 992px) { /* lg and up */ + .subscription-card .custom-subscription-form .form-row > [class^="col-"] { margin-bottom: .75rem; } + } + + /* Match Razorpay Subscribe button look & feel for our custom button */ + .subscription-card .custom-subscription-form .SubscriptionButton { + width: 100%; + background: rgb(255, 124, 4); + color: #fff; + border: none; + border-radius: 6px; + padding: 12px 16px; + display: inline-flex; + align-items: center; + justify-content: center; + gap: 8px; + cursor: pointer; + font-weight: 600; + text-decoration: none; + } + .subscription-card .custom-subscription-form .SubscriptionButton:hover { + background: rgb(230, 110, 0); + } + .subscription-card .custom-subscription-form .SubscriptionButton svg { + display: inline-block; + } + .subscription-card .custom-subscription-form .SubscriptionButton-text { font-weight: 600; } /* --- Styles for In-Kind Section --- */ .in-kind-details { background-color: #fff; @@ -892,6 +941,77 @@
Offer a custom monthly commitment (₹5,000 and above) as a Seva Ratna to sustain all Seva activities. You can modify or cancel anytime via Razorpay.
+All recurring donations are eligible for tax exemption under Section 80G.
@@ -1044,6 +1164,24 @@