Support Rashtra Jyoti
body {
font-family: ‘Open Sans’, sans-serif;
background: #fcfaf7;
margin: 0;
color: #332b25;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 16px;
}
.heading {
text-align: left;
font-size: 2rem;
font-family: ‘Open Sans’, sans-serif;
font-weight: 800;
margin-top: 30px;
margin-bottom: 6px;
}
.white-box {
background: #fff;
border-radius: 8px;
padding: 22px 20px;
margin-bottom: 22px;
color: #38312b;
box-shadow: 0 2px 10px #00000005;
}
.white-box .first-line {
font-weight: 800;
font-size: 1.18rem;
font-family: ‘Open Sans’, sans-serif;
display: block;
margin-bottom: 7px;
}
.white-box .rest-text {
font-size: 1.05rem;
font-family: ‘Open Sans’, sans-serif;
font-weight: 600;
line-height: 1.6;
margin-bottom: 0;
color: #38312b;
}
.profiles {
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 24px;
gap: 16px;
}
.profile-img {
max-width: 100%;
max-height: 150px;
object-fit: contain;
background: transparent;
border: none;
}
.payments-row {
display: flex;
gap: 18px;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 14px;
}
.payment-box {
background: #fff;
border-radius: 8px;
text-align: center;
box-shadow: 0 2px 10px #00000008;
min-width: 270px;
flex: 1 1 290px;
margin: 4px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding: 16px 10px 20px 10px;
height: 450px;
}
.pay-heading {
font-weight: 800;
font-size: 1.25rem;
margin-bottom: 12px;
font-family: ‘Open Sans’, sans-serif;
color: #332b25;
}
.pay-sub {
font-size: .95rem;
font-weight: 600;
color: #5a4f46;
margin: -6px 0 12px 0;
padding: 0 10px;
line-height: 1.4;
}
.upi {
font-size: 1.25rem;
font-weight: 800;
font-family: ‘Open Sans’, sans-serif;
margin-bottom: 0;
letter-spacing: .2px;
color: #38312b;
}
.copy-icon-btn {
background: none;
border: none;
padding: 0;
cursor: pointer;
margin-left: 4px;
display: flex;
align-items: center;
color: currentColor;
}
@keyframes click-pop {
0% { transform: scale(1); stroke: #f6efe6; }
50% { transform: scale(1.3); stroke: #f6efe6; }
100% { transform: scale(1); stroke: #f6efe6; }
}
.copy-icon-btn.clicked svg rect {
animation: click-pop 0.3s ease forwards;
}
.scan-support {
font-size: 1.25rem;
font-family: ‘Open Sans’, sans-serif;
font-weight: 800;
color: #38312b;
margin-top: 8px;
}
.bank-details {
font-size: 1.25rem;
text-align: left;
margin: 0 auto;
font-family: ‘Open Sans’, sans-serif;
min-width: 210px;
display: flex;
flex-direction: column;
align-items: stretch;
}
.bank-details-row {
display: flex;
justify-content: space-between;
font-size: 1.1rem;
margin-bottom: 7px;
align-items: baseline;
gap: 8px;
}
.bank-details-label {
font-weight: 600;
font-family: ‘Open Sans’, sans-serif;
color: #38312b;
}
.bank-details-value {
font-weight: 800;
font-family: ‘Open Sans’, sans-serif;
color: #38312b;
text-align: right;
min-width: 120px;
}
.bank-details-label::after { content: “:”; }
.cta-btn {
display: block;
font-family: ‘Open Sans’, sans-serif;
font-weight: 800;
font-size: 1.12rem;
padding: 14px 0;
margin: 10px 2px 0 2px;
border-radius: 7px;
text-decoration: none;
text-align: center;
transition: background .23s, color .23s;
cursor: pointer;
border: none;
width: 90%;
}
.cta-global { background: #38312b; color: #fff; }
.cta-global:hover { background: #fff; color: #38312b; border: 1.5px solid #38312b; }
.cta-india { background: #d35500; color: #fff; }
.cta-india:hover { background: #fff; color: #38312b; border: 1.5px solid #d35500; }
.section-label {
font-size: 1.4rem;
font-weight: 800;
text-align: center;
margin-top: 28px;
margin-bottom: 12px;
font-family: ‘Open Sans’, sans-serif;
}
.disclaimer-head,
.faq-question {
font-size: 1.05rem;
font-family: ‘Open Sans’, sans-serif;
font-weight: 800;
margin-bottom: 0;
cursor: pointer;
background: #fff;
border-radius: 7px;
padding: 14px 0 14px 0;
box-shadow: 0 3px 12px #00000009;
transition: background .18s;
margin-top: 8px;
padding-left: 16px;
user-select: none;
}
.disclaimer-head:hover,
.faq-question:hover { background: #f6ebe0; }
.disclaimer-content,
.faq-answer {
display: none;
font-size: .98rem;
font-family: ‘Open Sans’, sans-serif;
margin: 0 0 8px 8px;
}
.description-text {
font-size: .97rem;
font-family: ‘Open Sans’, sans-serif;
font-weight: 600;
line-height: 1.62;
color: #38312b;
margin-bottom: 6px;
padding-left: 12px;
}
.footer-link {
font-size: 1rem;
font-family: ‘Open Sans’, sans-serif;
font-weight: 600;
margin-top: 16px;
text-align: center;
color: #332b25;
}
.footer-link a {
font-weight: 800;
color: #e96813;
text-decoration: underline;
transition: color .23s;
}
.footer-link a:hover { color: #d35500; }
@media (max-width: 800px) {
.container { max-width: 98vw; padding: 3vw; }
.profiles, .payments-row {
flex-direction: row;
align-items: stretch;
}
.profile-img, .payment-box { margin-bottom: 18px; }
.bank-details { min-width: unset; }
.payment-box { height: auto; }
}
@media (max-width: 500px) {
.heading { font-size: 1.22rem; }
.white-box { font-size: .97rem; }
.profile-img { max-height: 100px; }
.pay-heading { font-size: 1.05rem; }
.bank-details-row { font-size: .96rem; }
.cta-btn { font-size: .97rem; }
}
Support Rashtra Jyoti
Enough documenting. Time to strike back and dismantle the forces that weaken Bharat.
Rashtra Jyoti is a media-education Yajna built on Real Action and Real Disruption. You do not just read – you learn world-class journalism, intervene in a constructive way, and become part of a movement for Rashtra’s resurgence. Subscribe to us by making any voluntary contribution.
UPI
SCAN TO SUPPORT
Direct Bank Transfer
Account Name
Agni Samaj
Account Number
43262958396
Account Type
Current
Bank
State Bank of India
IFSC Code
SBIN0050303
Your support fuels investigations, interventions and impact. Learn. Lead. Disrupt. Shift reality. This is your Yajna.
Disclaimers
Voluntary Subscription & Payment Policy
Your financial support is treated as a voluntary subscription – a token of appreciation for educational content we have already created and published.
Our educational content remains openly accessible without paywalls. We encourage voluntary subscriptions only after you have consumed and found value in our existing work.
We do not solicit donations. All voluntary subscriptions are considered business revenue and taxed accordingly under Indian law.
No donation-related tax exemptions (such as 80G) can be issued.
Voluntary subscriptions do not entitle the subscriber to any additional goods, services, or access beyond the existing published educational content.
Invoices
We issue GST invoices for all payments received.
Please email your payment receipt and contact details to
support@agnisamaj.com to receive your invoice.
Refunds
Since voluntary subscriptions are made post-consumption of educational content, all payments are non-refundable and non-cancellable.
This policy aligns with Indian e-commerce and digital goods guidelines.
Frequently Asked Questions
Q. Will I get tax exemptions or an 80G certificate?
No. We are a registered business entity, not an NGO. All voluntary subscriptions are treated as business revenue and are subject to GST/taxes as per Indian law.
Q. Will I get an invoice?
Yes. We issue GST invoices for all payments. Please send us your payment details so we can send your invoice.
Q. Can I get a refund if I no longer agree with your educational content?
No. Payments are for educational content already created and consumed, so refunds do not apply.
Q. Do you accept cash?
No. We only accept payments via the methods listed above.
Q. Do you have recurring subscription plans?
Yes. Monthly subscriptions for Rashtra Jyoti are available via PayPal for subscribers outside India:
If you are in India, please use UPI or Bank Transfer above. For more custom options, you may write to us at rj@agnisamaj.com
function copyUPI(button) {
const upi = document.getElementById(“upi-id”).innerText.trim();
navigator.clipboard.writeText(upi);
button.classList.add(‘clicked’);
setTimeout(() => { button.classList.remove(‘clicked’); }, 300);
}
function toggleContent(id) {
var el = document.getElementById(id);
if (el.style.display === ‘block’) {
el.style.display = ‘none’;
} else {
el.style.display = ‘block’;
}
}