UPSCPDF CURRENT AFFAIRS ANALYSIS:

By: Dr. Strange

On: 5th June 2026

Follow Us:

UPSCPDF CURRENT AFFAIRS ANALYSIS:

Now you have made up your mind to become IAS officer and looking for the books and study materials to achieve your goal. Well, you are on the right page. Now We are Sharing With You UPSCPDF CURRENT AFFAIRS ANALYSIS:

We struggle hard to gather all these tests and Materials so if anyone subscribed any test series or material please forward us to [email protected], We remove all the tracing items from the pdf and We Respect Your Privacy.






Funding India’s Climate Future | UPSCPDF:root {
–navy: #0B2A5B;
–gold: #F5A623;
–red: #D0021B;
–green: #1A8F5A;
–sky: #0EA5E9;
–purple: #7C3AED;
–pink: #EC4899;
–teal: #0D9488;
–orange: #EA580C;
–cream: #FDF8F0;
–light: #F8FAFC;
–dark: #0F172A;
–muted: #64748B;
–border: #E2E8F0;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
font-family: ‘DM Sans’, sans-serif;
background: #F1F5F9;
color: var(–dark);
line-height: 1.7;
}

/* HEADER */
.site-header {
background: var(–navy);
padding: 14px 40px;
display: flex;
align-items: center;
justify-content: space-between;
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 4px 20px rgba(11,42,91,0.4);
}
.brand {
display: flex;
align-items: center;
gap: 12px;
}
.brand-icon {
width: 38px; height: 38px;
background: linear-gradient(135deg, var(–gold), #f97316);
border-radius: 10px;
display: flex; align-items: center; justify-content: center;
font-family: ‘Playfair Display’, serif;
font-weight: 900;
color: var(–navy);
font-size: 18px;
letter-spacing: -1px;
}
.brand-name {
font-family: ‘Playfair Display’, serif;
font-size: 22px;
font-weight: 900;
color: #fff;
letter-spacing: 1px;
}
.brand-name span { color: var(–gold); }
.tagline {
font-size: 11px;
color: rgba(255,255,255,0.55);
letter-spacing: 1.5px;
text-transform: uppercase;
}
.header-badges {
display: flex;
gap: 8px;
}
.hbadge {
padding: 5px 12px;
border-radius: 20px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.5px;
}
.hbadge.gs3 { background: rgba(245,166,35,0.2); color: var(–gold); border: 1px solid rgba(245,166,35,0.3); }
.hbadge.env { background: rgba(26,143,90,0.2); color: #22C55E; border: 1px solid rgba(26,143,90,0.3); }

/* HERO */
.hero {
background: linear-gradient(135deg, var(–navy) 0%, #1e3a6e 50%, #0f4c81 100%);
padding: 60px 40px 50px;
position: relative;
overflow: hidden;
}
.hero::before {
content: ”;
position: absolute;
top: -60px; right: -60px;
width: 400px; height: 400px;
background: radial-gradient(circle, rgba(245,166,35,0.12) 0%, transparent 70%);
border-radius: 50%;
}
.hero::after {
content: ”;
position: absolute;
bottom: -80px; left: -40px;
width: 300px; height: 300px;
background: radial-gradient(circle, rgba(14,165,233,0.1) 0%, transparent 70%);
border-radius: 50%;
}
.hero-content { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.hero-meta {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 22px;
}
.tag {
padding: 4px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.8px;
text-transform: uppercase;
}
.tag.source { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); }
.tag.date { background: rgba(245,166,35,0.2); color: var(–gold); }
.tag.difficulty { background: rgba(208,2,27,0.2); color: #FC8181; }
.tag.time { background: rgba(14,165,233,0.2); color: #7DD3FC; }
.hero h1 {
font-family: ‘Playfair Display’, serif;
font-size: 38px;
font-weight: 900;
color: #fff;
line-height: 1.25;
margin-bottom: 18px;
}
.hero h1 span { color: var(–gold); }
.relevance-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}
.rel-chip {
display: flex;
align-items: center;
gap: 7px;
padding: 7px 16px;
border-radius: 30px;
font-size: 12px;
font-weight: 600;
border: 1px solid;
}
.rel-chip.prelims { background: rgba(245,166,35,0.12); color: var(–gold); border-color: rgba(245,166,35,0.3); }
.rel-chip.gs2 { background: rgba(14,165,233,0.12); color: #7DD3FC; border-color: rgba(14,165,233,0.3); }
.rel-chip.gs3 { background: rgba(26,143,90,0.12); color: #4ADE80; border-color: rgba(26,143,90,0.3); }
.rel-chip.essay { background: rgba(124,58,237,0.15); color: #C4B5FD; border-color: rgba(124,58,237,0.3); }
.rel-chip.interview { background: rgba(236,72,153,0.12); color: #F9A8D4; border-color: rgba(236,72,153,0.3); }
.star-row { margin-top: 20px; font-size: 24px; }

/* MAIN LAYOUT */
.main-wrap {
max-width: 960px;
margin: 0 auto;
padding: 40px 20px 80px;
display: flex;
flex-direction: column;
gap: 28px;
}

/* SECTION CARDS */
.card {
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.07);
animation: fadeUp 0.5s ease both;
}
@keyframes fadeUp {
from { opacity: 0; transform: translateY(18px); }
to { opacity: 1; transform: translateY(0); }
}

.card-header {
padding: 18px 28px;
display: flex;
align-items: center;
gap: 12px;
}
.card-icon {
width: 36px; height: 36px;
border-radius: 10px;
display: flex; align-items: center; justify-content: center;
font-size: 18px;
flex-shrink: 0;
}
.card-header h2 {
font-family: ‘Playfair Display’, serif;
font-size: 18px;
font-weight: 700;
}
.card-body { padding: 24px 28px; background: #fff; }

/* WHY IN NEWS */
.card.why .card-header { background: linear-gradient(135deg, #D0021B, #991B1B); }
.card.why .card-header h2 { color: #fff; }
.card.why .card-icon { background: rgba(255,255,255,0.2); }
.card.why .card-body { background: #FFF5F5; border: 1px solid #FECACA; }
.alert-box {
background: linear-gradient(135deg, #FEF2F2, #FFF5F5);
border-left: 4px solid var(–red);
border-radius: 8px;
padding: 16px 20px;
font-size: 14px;
line-height: 1.7;
color: #374151;
}

/* BACKGROUND */
.card.background .card-header { background: linear-gradient(135deg, #1e3a6e, var(–navy)); }
.card.background .card-header h2 { color: #fff; }
.card.background .card-body { background: #EFF6FF; border: 1px solid #BFDBFE; }

.context-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 16px;
margin-top: 16px;
}
.context-card {
background: #fff;
border-radius: 12px;
padding: 18px;
border: 1px solid #DBEAFE;
transition: transform 0.2s;
}
.context-card:hover { transform: translateY(-2px); }
.context-card .ctx-icon { font-size: 24px; margin-bottom: 8px; }
.context-card h4 { font-size: 13px; font-weight: 700; color: var(–navy); margin-bottom: 6px; }
.context-card p { font-size: 12.5px; color: #4B5563; line-height: 1.6; }

.constitution-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-top: 14px;
}
.article-pill {
background: linear-gradient(135deg, var(–navy), #1e3a6e);
border-radius: 10px;
padding: 14px 16px;
text-align: center;
color: #fff;
}
.article-pill .art-num {
font-family: ‘JetBrains Mono’, monospace;
font-size: 15px;
font-weight: 600;
color: var(–gold);
display: block;
margin-bottom: 5px;
}
.article-pill p { font-size: 12px; opacity: 0.85; line-height: 1.5; }

/* KEY TAKEAWAYS */
.card.takeaways .card-header { background: linear-gradient(135deg, #1A8F5A, #065F46); }
.card.takeaways .card-header h2 { color: #fff; }
.card.takeaways .card-body { background: #F0FDF4; border: 1px solid #BBF7D0; }

.takeaway-list { display: flex; flex-direction: column; gap: 14px; }
.takeaway-item {
background: #fff;
border-radius: 12px;
padding: 16px 20px;
border: 1px solid #D1FAE5;
display: flex;
gap: 16px;
align-items: flex-start;
transition: box-shadow 0.2s;
}
.takeaway-item:hover { box-shadow: 0 4px 16px rgba(26,143,90,0.12); }
.takeaway-num {
width: 32px; height: 32px;
background: linear-gradient(135deg, var(–green), #059669);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
color: #fff;
font-weight: 700;
font-size: 14px;
flex-shrink: 0;
margin-top: 1px;
}
.takeaway-content h4 { font-size: 14px; font-weight: 700; color: var(–dark); margin-bottom: 4px; }
.takeaway-content p { font-size: 13px; color: #374151; line-height: 1.6; }
.takeaway-fact {
display: inline-block;
background: rgba(26,143,90,0.1);
border: 1px solid rgba(26,143,90,0.25);
border-radius: 6px;
padding: 4px 10px;
font-size: 12px;
font-weight: 600;
color: var(–green);
margin-top: 7px;
font-family: ‘JetBrains Mono’, monospace;
}

/* PRELIMS BOOSTER */
.card.prelims .card-header { background: linear-gradient(135deg, #EA580C, #C2410C); }
.card.prelims .card-header h2 { color: #fff; }
.card.prelims .card-body { background: #FFF7ED; border: 1px solid #FED7AA; }

.terms-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 12px;
}
.term-card {
background: #fff;
border-radius: 10px;
padding: 14px 16px;
border-left: 4px solid var(–orange);
border: 1px solid #FED7AA;
border-left: 4px solid var(–orange);
}
.term-card h4 {
font-size: 13px;
font-weight: 700;
color: var(–orange);
margin-bottom: 5px;
font-family: ‘JetBrains Mono’, monospace;
}
.term-card p { font-size: 12.5px; color: #4B5563; line-height: 1.6; }

.institutions-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 16px;
}
.inst-badge {
padding: 6px 14px;
background: linear-gradient(135deg, #EA580C, #C2410C);
color: #fff;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
}

.agreements-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 12px;
}
.agree-badge {
padding: 6px 14px;
background: linear-gradient(135deg, var(–navy), #1e3a6e);
color: var(–gold);
border-radius: 6px;
font-size: 12px;
font-weight: 600;
border: 1px solid rgba(245,166,35,0.3);
}

/* MCQ SECTION */
.card.mcq .card-header { background: linear-gradient(135deg, #7C3AED, #5B21B6); }
.card.mcq .card-header h2 { color: #fff; }
.card.mcq .card-body { background: #F5F3FF; border: 1px solid #DDD6FE; }

.mcq-list { display: flex; flex-direction: column; gap: 20px; }
.mcq-item {
background: #fff;
border-radius: 12px;
overflow: hidden;
border: 1px solid #DDD6FE;
box-shadow: 0 2px 8px rgba(124,58,237,0.06);
}
.mcq-head {
background: linear-gradient(135deg, #7C3AED15, #5B21B610);
padding: 14px 18px;
display: flex;
align-items: center;
gap: 10px;
}
.mcq-num {
background: linear-gradient(135deg, #7C3AED, #5B21B6);
color: #fff;
width: 28px; height: 28px;
border-radius: 8px;
display: flex; align-items: center; justify-content: center;
font-size: 12px;
font-weight: 700;
flex-shrink: 0;
}
.mcq-head p { font-size: 13.5px; font-weight: 600; color: #1E1B4B; line-height: 1.5; }
.mcq-stmts { padding: 14px 18px; border-bottom: 1px solid #EDE9FE; }
.mcq-stmts ol { padding-left: 18px; }
.mcq-stmts li { font-size: 13px; color: #374151; margin-bottom: 6px; line-height: 1.6; }
.mcq-options {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
padding: 14px 18px;
}
.opt {
padding: 8px 14px;
background: #F5F3FF;
border: 1px solid #DDD6FE;
border-radius: 8px;
font-size: 12.5px;
color: #4C1D95;
font-weight: 500;
}
.opt.correct {
background: #F0FDF4;
border-color: #86EFAC;
color: #166534;
font-weight: 700;
}
.opt.correct::before { content: ‘✓ ‘; }

.answer-box {
padding: 12px 18px;
background: linear-gradient(135deg, #F0FDF4, #DCFCE7);
border-top: 1px solid #BBF7D0;
display: flex;
align-items: flex-start;
gap: 10px;
}
.answer-box .ans-badge {
background: var(–green);
color: #fff;
padding: 3px 10px;
border-radius: 4px;
font-size: 12px;
font-weight: 700;
flex-shrink: 0;
margin-top: 2px;
font-family: ‘JetBrains Mono’, monospace;
}
.answer-box p { font-size: 12.5px; color: #166534; line-height: 1.6; }

.tip-box {
background: linear-gradient(135deg, #FEF3C7, #FFFBEB);
border: 1px solid #FDE68A;
border-left: 4px solid var(–gold);
border-radius: 10px;
padding: 16px 20px;
margin-top: 16px;
font-size: 13px;
color: #78350F;
line-height: 1.7;
}
.tip-box strong { color: var(–orange); }

/* MAINS BOOSTER */
.card.mains .card-header { background: linear-gradient(135deg, #0EA5E9, #0369A1); }
.card.mains .card-header h2 { color: #fff; }
.card.mains .card-body { background: #F0F9FF; border: 1px solid #BAE6FD; }

.dims-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 14px;
}
.dim-card {
border-radius: 12px;
padding: 18px;
border: 1px solid;
}
.dim-card h4 { font-size: 13px; font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.dim-card ul { padding-left: 0; list-style: none; }
.dim-card li { font-size: 12.5px; padding: 3px 0; line-height: 1.5; }
.dim-card li::before { content: ‘→ ‘; font-weight: 700; }

.dim-card.env { background: #F0FDF4; border-color: #BBF7D0; color: #166534; }
.dim-card.env h4 { color: var(–green); }
.dim-card.eco { background: #FFF7ED; border-color: #FED7AA; color: #7C2D12; }
.dim-card.eco h4 { color: var(–orange); }
.dim-card.gov { background: #EFF6FF; border-color: #BFDBFE; color: #1E40AF; }
.dim-card.gov h4 { color: var(–sky); }
.dim-card.fed { background: #FDF4FF; border-color: #E9D5FF; color: #581C87; }
.dim-card.fed h4 { color: var(–purple); }
.dim-card.intl { background: #FFF1F2; border-color: #FECDD3; color: #881337; }
.dim-card.intl h4 { color: var(–red); }

/* MAINS QUESTION */
.card.question .card-header { background: linear-gradient(135deg, #EC4899, #9D174D); }
.card.question .card-header h2 { color: #fff; }
.card.question .card-body { background: #FDF2F8; border: 1px solid #FBCFE8; }

.q-box {
background: linear-gradient(135deg, #EC489915, #9D174D0A);
border: 2px solid #FBCFE8;
border-radius: 12px;
padding: 20px 24px;
margin-bottom: 20px;
}
.q-label {
display: inline-block;
background: var(–pink);
color: #fff;
padding: 3px 12px;
border-radius: 4px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.5px;
margin-bottom: 10px;
font-family: ‘JetBrains Mono’, monospace;
}
.q-box p { font-size: 15px; font-style: italic; color: #1E1B4B; line-height: 1.7; font-family: ‘Playfair Display’, serif; }

.answer-structure { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ans-block {
background: #fff;
border-radius: 10px;
padding: 16px;
border: 1px solid #FBCFE8;
}
.ans-block h5 { font-size: 12px; font-weight: 700; color: var(–pink); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.ans-block ul { padding-left: 0; list-style: none; }
.ans-block li { font-size: 12.5px; color: #374151; padding: 3px 0; }
.ans-block li::before { content: ‘• ‘; color: var(–pink); font-weight: 700; }

/* INTERVIEW */
.card.interview .card-header { background: linear-gradient(135deg, #0D9488, #065F46); }
.card.interview .card-header h2 { color: #fff; }
.card.interview .card-body { background: #F0FDFA; border: 1px solid #99F6E4; }

.interview-list { display: flex; flex-direction: column; gap: 10px; }
.iq-item {
background: #fff;
border-radius: 10px;
padding: 14px 18px;
border: 1px solid #99F6E4;
display: flex;
gap: 12px;
align-items: center;
}
.iq-num {
width: 30px; height: 30px;
background: linear-gradient(135deg, var(–teal), #065F46);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
color: #fff;
font-size: 12px;
font-weight: 700;
flex-shrink: 0;
}
.iq-item p { font-size: 13.5px; color: #134E4A; font-weight: 500; line-height: 1.5; }

/* MIND MAP */
.card.mindmap .card-header { background: linear-gradient(135deg, #F5A623, #D97706); }
.card.mindmap .card-header h2 { color: var(–navy); }
.card.mindmap .card-body { background: #FFFBEB; border: 1px solid #FDE68A; }

.flowchart {
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
}
.flow-node {
padding: 12px 30px;
border-radius: 30px;
font-size: 13px;
font-weight: 700;
text-align: center;
min-width: 260px;
}
.flow-arrow { font-size: 20px; color: var(–gold); }
.fn1 { background: var(–navy); color: var(–gold); }
.fn2 { background: linear-gradient(135deg, #EA580C, #C2410C); color: #fff; }
.fn3 { background: linear-gradient(135deg, #D0021B, #991B1B); color: #fff; }
.fn4 { background: linear-gradient(135deg, #7C3AED, #5B21B6); color: #fff; }
.fn5 { background: linear-gradient(135deg, var(–gold), #D97706); color: var(–navy); }
.fn6 { background: linear-gradient(135deg, #0EA5E9, #0369A1); color: #fff; }
.fn7 { background: linear-gradient(135deg, #EC4899, #9D174D); color: #fff; }
.fn8 { background: linear-gradient(135deg, #0D9488, #065F46); color: #fff; }
.fn9 { background: var(–navy); color: #4ADE80; border: 2px solid var(–green); }

/* WAY FORWARD */
.card.wayforward .card-header { background: linear-gradient(135deg, #1A8F5A, var(–navy)); }
.card.wayforward .card-header h2 { color: #fff; }
.card.wayforward .card-body { background: #F0FDF4; border: 1px solid #BBF7D0; }

.four-p-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}
.p-card {
border-radius: 14px;
padding: 20px;
text-align: center;
transition: transform 0.2s;
}
.p-card:hover { transform: translateY(-3px); }
.p-card .p-letter {
font-family: ‘Playfair Display’, serif;
font-size: 36px;
font-weight: 900;
margin-bottom: 4px;
line-height: 1;
}
.p-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.p-card p { font-size: 12.5px; line-height: 1.6; opacity: 0.85; }

.p-card.policy { background: linear-gradient(135deg, #1e3a6e, var(–navy)); color: #fff; }
.p-card.policy .p-letter { color: var(–gold); }
.p-card.participation { background: linear-gradient(135deg, #EA580C, #C2410C); color: #fff; }
.p-card.participation .p-letter { color: #FED7AA; }
.p-card.partnership { background: linear-gradient(135deg, #0D9488, #065F46); color: #fff; }
.p-card.partnership .p-letter { color: #99F6E4; }
.p-card.protection { background: linear-gradient(135deg, #7C3AED, #5B21B6); color: #fff; }
.p-card.protection .p-letter { color: #DDD6FE; }

/* TAGS */
.card.tags-section .card-header { background: linear-gradient(135deg, #374151, #111827); }
.card.tags-section .card-header h2 { color: #fff; }
.card.tags-section .card-body { background: #F9FAFB; border: 1px solid #E5E7EB; }

.tags-cloud {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.tag-item {
padding: 5px 14px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
cursor: pointer;
transition: transform 0.2s, opacity 0.2s;
}
.tag-item:hover { transform: scale(1.05); }
.tag-item:nth-child(6n+1) { background: rgba(11,42,91,0.1); color: var(–navy); border: 1px solid rgba(11,42,91,0.2); }
.tag-item:nth-child(6n+2) { background: rgba(245,166,35,0.15); color: #92400E; border: 1px solid rgba(245,166,35,0.3); }
.tag-item:nth-child(6n+3) { background: rgba(26,143,90,0.1); color: #065F

Funding India’s Climate Future | UPSCPDF:root { –navy: #0B2A5B; –gold: #F5A623; –red: #D0021B; –green: #1A8F5A; –sky: #0EA5E9; –purple: #7C3AED; –pink: #EC4899; –teal: #0D9488; –orange: #EA580C; –cream: #FDF8F0; –light: #F8FAFC; –dark: #0F172A; –muted: #64748B; –border: #E2E8F0; }* { margin: 0; padding: 0; box-sizing: border-box; }body { font-family: ‘DM Sans’, sans-serif; background: #F1F5F9; color: var(–dark); line-height: 1.7; }/* HEADER */ .site-header { background: var(–navy); padding: 14px 40px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 20px rgba(11,42,91,0.4); } .brand { display: flex; align-items: center; gap: 12px; } .brand-icon { width: 38px; height: 38px; background: linear-gradient(135deg, var(–gold), #f97316); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: ‘Playfair Display’, serif; font-weight: 900; color: var(–navy); font-size: 18px; letter-spacing: -1px; } .brand-name { font-family: ‘Playfair Display’, serif; font-size: 22px; font-weight: 900; color: #fff; letter-spacing: 1px; } .brand-name span { color: var(–gold); } .tagline { font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 1.5px; text-transform: uppercase; } .header-badges { display: flex; gap: 8px; } .hbadge { padding: 5px 12px; border-radius: 20px; font-size: 11px; font-weight: 600; letter-spacing: 0.5px; } .hbadge.gs3 { background: rgba(245,166,35,0.2); color: var(–gold); border: 1px solid rgba(245,166,35,0.3); } .hbadge.env { background: rgba(26,143,90,0.2); color: #22C55E; border: 1px solid rgba(26,143,90,0.3); }/* HERO */ .hero { background: linear-gradient(135deg, var(–navy) 0%, #1e3a6e 50%, #0f4c81 100%); padding: 60px 40px 50px; position: relative; overflow: hidden; } .hero::before { content: ”; position: absolute; top: -60px; right: -60px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(245,166,35,0.12) 0%, transparent 70%); border-radius: 50%; } .hero::after { content: ”; position: absolute; bottom: -80px; left: -40px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(14,165,233,0.1) 0%, transparent 70%); border-radius: 50%; } .hero-content { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; } .hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; } .tag { padding: 4px 12px; border-radius: 4px; font-size: 11px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; } .tag.source { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); } .tag.date { background: rgba(245,166,35,0.2); color: var(–gold); } .tag.difficulty { background: rgba(208,2,27,0.2); color: #FC8181; } .tag.time { background: rgba(14,165,233,0.2); color: #7DD3FC; } .hero h1 { font-family: ‘Playfair Display’, serif; font-size: 38px; font-weight: 900; color: #fff; line-height: 1.25; margin-bottom: 18px; } .hero h1 span { color: var(–gold); } .relevance-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; } .rel-chip { display: flex; align-items: center; gap: 7px; padding: 7px 16px; border-radius: 30px; font-size: 12px; font-weight: 600; border: 1px solid; } .rel-chip.prelims { background: rgba(245,166,35,0.12); color: var(–gold); border-color: rgba(245,166,35,0.3); } .rel-chip.gs2 { background: rgba(14,165,233,0.12); color: #7DD3FC; border-color: rgba(14,165,233,0.3); } .rel-chip.gs3 { background: rgba(26,143,90,0.12); color: #4ADE80; border-color: rgba(26,143,90,0.3); } .rel-chip.essay { background: rgba(124,58,237,0.15); color: #C4B5FD; border-color: rgba(124,58,237,0.3); } .rel-chip.interview { background: rgba(236,72,153,0.12); color: #F9A8D4; border-color: rgba(236,72,153,0.3); } .star-row { margin-top: 20px; font-size: 24px; }/* MAIN LAYOUT */ .main-wrap { max-width: 960px; margin: 0 auto; padding: 40px 20px 80px; display: flex; flex-direction: column; gap: 28px; }/* SECTION CARDS */ .card { border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.07); animation: fadeUp 0.5s ease both; } @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }.card-header { padding: 18px 28px; display: flex; align-items: center; gap: 12px; } .card-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; } .card-header h2 { font-family: ‘Playfair Display’, serif; font-size: 18px; font-weight: 700; } .card-body { padding: 24px 28px; background: #fff; }/* WHY IN NEWS */ .card.why .card-header { background: linear-gradient(135deg, #D0021B, #991B1B); } .card.why .card-header h2 { color: #fff; } .card.why .card-icon { background: rgba(255,255,255,0.2); } .card.why .card-body { background: #FFF5F5; border: 1px solid #FECACA; } .alert-box { background: linear-gradient(135deg, #FEF2F2, #FFF5F5); border-left: 4px solid var(–red); border-radius: 8px; padding: 16px 20px; font-size: 14px; line-height: 1.7; color: #374151; }/* BACKGROUND */ .card.background .card-header { background: linear-gradient(135deg, #1e3a6e, var(–navy)); } .card.background .card-header h2 { color: #fff; } .card.background .card-body { background: #EFF6FF; border: 1px solid #BFDBFE; }.context-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 16px; } .context-card { background: #fff; border-radius: 12px; padding: 18px; border: 1px solid #DBEAFE; transition: transform 0.2s; } .context-card:hover { transform: translateY(-2px); } .context-card .ctx-icon { font-size: 24px; margin-bottom: 8px; } .context-card h4 { font-size: 13px; font-weight: 700; color: var(–navy); margin-bottom: 6px; } .context-card p { font-size: 12.5px; color: #4B5563; line-height: 1.6; }.constitution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; } .article-pill { background: linear-gradient(135deg, var(–navy), #1e3a6e); border-radius: 10px; padding: 14px 16px; text-align: center; color: #fff; } .article-pill .art-num { font-family: ‘JetBrains Mono’, monospace; font-size: 15px; font-weight: 600; color: var(–gold); display: block; margin-bottom: 5px; } .article-pill p { font-size: 12px; opacity: 0.85; line-height: 1.5; }/* KEY TAKEAWAYS */ .card.takeaways .card-header { background: linear-gradient(135deg, #1A8F5A, #065F46); } .card.takeaways .card-header h2 { color: #fff; } .card.takeaways .card-body { background: #F0FDF4; border: 1px solid #BBF7D0; }.takeaway-list { display: flex; flex-direction: column; gap: 14px; } .takeaway-item { background: #fff; border-radius: 12px; padding: 16px 20px; border: 1px solid #D1FAE5; display: flex; gap: 16px; align-items: flex-start; transition: box-shadow 0.2s; } .takeaway-item:hover { box-shadow: 0 4px 16px rgba(26,143,90,0.12); } .takeaway-num { width: 32px; height: 32px; background: linear-gradient(135deg, var(–green), #059669); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; flex-shrink: 0; margin-top: 1px; } .takeaway-content h4 { font-size: 14px; font-weight: 700; color: var(–dark); margin-bottom: 4px; } .takeaway-content p { font-size: 13px; color: #374151; line-height: 1.6; } .takeaway-fact { display: inline-block; background: rgba(26,143,90,0.1); border: 1px solid rgba(26,143,90,0.25); border-radius: 6px; padding: 4px 10px; font-size: 12px; font-weight: 600; color: var(–green); margin-top: 7px; font-family: ‘JetBrains Mono’, monospace; }/* PRELIMS BOOSTER */ .card.prelims .card-header { background: linear-gradient(135deg, #EA580C, #C2410C); } .card.prelims .card-header h2 { color: #fff; } .card.prelims .card-body { background: #FFF7ED; border: 1px solid #FED7AA; }.terms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 12px; } .term-card { background: #fff; border-radius: 10px; padding: 14px 16px; border-left: 4px solid var(–orange); border: 1px solid #FED7AA; border-left: 4px solid var(–orange); } .term-card h4 { font-size: 13px; font-weight: 700; color: var(–orange); margin-bottom: 5px; font-family: ‘JetBrains Mono’, monospace; } .term-card p { font-size: 12.5px; color: #4B5563; line-height: 1.6; }.institutions-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; } .inst-badge { padding: 6px 14px; background: linear-gradient(135deg, #EA580C, #C2410C); color: #fff; border-radius: 20px; font-size: 12px; font-weight: 600; }.agreements-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; } .agree-badge { padding: 6px 14px; background: linear-gradient(135deg, var(–navy), #1e3a6e); color: var(–gold); border-radius: 6px; font-size: 12px; font-weight: 600; border: 1px solid rgba(245,166,35,0.3); }/* MCQ SECTION */ .card.mcq .card-header { background: linear-gradient(135deg, #7C3AED, #5B21B6); } .card.mcq .card-header h2 { color: #fff; } .card.mcq .card-body { background: #F5F3FF; border: 1px solid #DDD6FE; }.mcq-list { display: flex; flex-direction: column; gap: 20px; } .mcq-item { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #DDD6FE; box-shadow: 0 2px 8px rgba(124,58,237,0.06); } .mcq-head { background: linear-gradient(135deg, #7C3AED15, #5B21B610); padding: 14px 18px; display: flex; align-items: center; gap: 10px; } .mcq-num { background: linear-gradient(135deg, #7C3AED, #5B21B6); color: #fff; width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; } .mcq-head p { font-size: 13.5px; font-weight: 600; color: #1E1B4B; line-height: 1.5; } .mcq-stmts { padding: 14px 18px; border-bottom: 1px solid #EDE9FE; } .mcq-stmts ol { padding-left: 18px; } .mcq-stmts li { font-size: 13px; color: #374151; margin-bottom: 6px; line-height: 1.6; } .mcq-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 14px 18px; } .opt { padding: 8px 14px; background: #F5F3FF; border: 1px solid #DDD6FE; border-radius: 8px; font-size: 12.5px; color: #4C1D95; font-weight: 500; } .opt.correct { background: #F0FDF4; border-color: #86EFAC; color: #166534; font-weight: 700; } .opt.correct::before { content: ‘✓ ‘; }.answer-box { padding: 12px 18px; background: linear-gradient(135deg, #F0FDF4, #DCFCE7); border-top: 1px solid #BBF7D0; display: flex; align-items: flex-start; gap: 10px; } .answer-box .ans-badge { background: var(–green); color: #fff; padding: 3px 10px; border-radius: 4px; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 2px; font-family: ‘JetBrains Mono’, monospace; } .answer-box p { font-size: 12.5px; color: #166534; line-height: 1.6; }.tip-box { background: linear-gradient(135deg, #FEF3C7, #FFFBEB); border: 1px solid #FDE68A; border-left: 4px solid var(–gold); border-radius: 10px; padding: 16px 20px; margin-top: 16px; font-size: 13px; color: #78350F; line-height: 1.7; } .tip-box strong { color: var(–orange); }/* MAINS BOOSTER */ .card.mains .card-header { background: linear-gradient(135deg, #0EA5E9, #0369A1); } .card.mains .card-header h2 { color: #fff; } .card.mains .card-body { background: #F0F9FF; border: 1px solid #BAE6FD; }.dims-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; } .dim-card { border-radius: 12px; padding: 18px; border: 1px solid; } .dim-card h4 { font-size: 13px; font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; } .dim-card ul { padding-left: 0; list-style: none; } .dim-card li { font-size: 12.5px; padding: 3px 0; line-height: 1.5; } .dim-card li::before { content: ‘→ ‘; font-weight: 700; }.dim-card.env { background: #F0FDF4; border-color: #BBF7D0; color: #166534; } .dim-card.env h4 { color: var(–green); } .dim-card.eco { background: #FFF7ED; border-color: #FED7AA; color: #7C2D12; } .dim-card.eco h4 { color: var(–orange); } .dim-card.gov { background: #EFF6FF; border-color: #BFDBFE; color: #1E40AF; } .dim-card.gov h4 { color: var(–sky); } .dim-card.fed { background: #FDF4FF; border-color: #E9D5FF; color: #581C87; } .dim-card.fed h4 { color: var(–purple); } .dim-card.intl { background: #FFF1F2; border-color: #FECDD3; color: #881337; } .dim-card.intl h4 { color: var(–red); }/* MAINS QUESTION */ .card.question .card-header { background: linear-gradient(135deg, #EC4899, #9D174D); } .card.question .card-header h2 { color: #fff; } .card.question .card-body { background: #FDF2F8; border: 1px solid #FBCFE8; }.q-box { background: linear-gradient(135deg, #EC489915, #9D174D0A); border: 2px solid #FBCFE8; border-radius: 12px; padding: 20px 24px; margin-bottom: 20px; } .q-label { display: inline-block; background: var(–pink); color: #fff; padding: 3px 12px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 10px; font-family: ‘JetBrains Mono’, monospace; } .q-box p { font-size: 15px; font-style: italic; color: #1E1B4B; line-height: 1.7; font-family: ‘Playfair Display’, serif; }.answer-structure { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .ans-block { background: #fff; border-radius: 10px; padding: 16px; border: 1px solid #FBCFE8; } .ans-block h5 { font-size: 12px; font-weight: 700; color: var(–pink); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; } .ans-block ul { padding-left: 0; list-style: none; } .ans-block li { font-size: 12.5px; color: #374151; padding: 3px 0; } .ans-block li::before { content: ‘• ‘; color: var(–pink); font-weight: 700; }/* INTERVIEW */ .card.interview .card-header { background: linear-gradient(135deg, #0D9488, #065F46); } .card.interview .card-header h2 { color: #fff; } .card.interview .card-body { background: #F0FDFA; border: 1px solid #99F6E4; }.interview-list { display: flex; flex-direction: column; gap: 10px; } .iq-item { background: #fff; border-radius: 10px; padding: 14px 18px; border: 1px solid #99F6E4; display: flex; gap: 12px; align-items: center; } .iq-num { width: 30px; height: 30px; background: linear-gradient(135deg, var(–teal), #065F46); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 700; flex-shrink: 0; } .iq-item p { font-size: 13.5px; color: #134E4A; font-weight: 500; line-height: 1.5; }/* MIND MAP */ .card.mindmap .card-header { background: linear-gradient(135deg, #F5A623, #D97706); } .card.mindmap .card-header h2 { color: var(–navy); } .card.mindmap .card-body { background: #FFFBEB; border: 1px solid #FDE68A; }.flowchart { display: flex; flex-direction: column; align-items: center; gap: 6px; } .flow-node { padding: 12px 30px; border-radius: 30px; font-size: 13px; font-weight: 700; text-align: center; min-width: 260px; } .flow-arrow { font-size: 20px; color: var(–gold); } .fn1 { background: var(–navy); color: var(–gold); } .fn2 { background: linear-gradient(135deg, #EA580C, #C2410C); color: #fff; } .fn3 { background: linear-gradient(135deg, #D0021B, #991B1B); color: #fff; } .fn4 { background: linear-gradient(135deg, #7C3AED, #5B21B6); color: #fff; } .fn5 { background: linear-gradient(135deg, var(–gold), #D97706); color: var(–navy); } .fn6 { background: linear-gradient(135deg, #0EA5E9, #0369A1); color: #fff; } .fn7 { background: linear-gradient(135deg, #EC4899, #9D174D); color: #fff; } .fn8 { background: linear-gradient(135deg, #0D9488, #065F46); color: #fff; } .fn9 { background: var(–navy); color: #4ADE80; border: 2px solid var(–green); }/* WAY FORWARD */ .card.wayforward .card-header { background: linear-gradient(135deg, #1A8F5A, var(–navy)); } .card.wayforward .card-header h2 { color: #fff; } .card.wayforward .card-body { background: #F0FDF4; border: 1px solid #BBF7D0; }.four-p-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; } .p-card { border-radius: 14px; padding: 20px; text-align: center; transition: transform 0.2s; } .p-card:hover { transform: translateY(-3px); } .p-card .p-letter { font-family: ‘Playfair Display’, serif; font-size: 36px; font-weight: 900; margin-bottom: 4px; line-height: 1; } .p-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 8px; } .p-card p { font-size: 12.5px; line-height: 1.6; opacity: 0.85; }.p-card.policy { background: linear-gradient(135deg, #1e3a6e, var(–navy)); color: #fff; } .p-card.policy .p-letter { color: var(–gold); } .p-card.participation { background: linear-gradient(135deg, #EA580C, #C2410C); color: #fff; } .p-card.participation .p-letter { color: #FED7AA; } .p-card.partnership { background: linear-gradient(135deg, #0D9488, #065F46); color: #fff; } .p-card.partnership .p-letter { color: #99F6E4; } .p-card.protection { background: linear-gradient(135deg, #7C3AED, #5B21B6); color: #fff; } .p-card.protection .p-letter { color: #DDD6FE; }/* TAGS */ .card.tags-section .card-header { background: linear-gradient(135deg, #374151, #111827); } .card.tags-section .card-header h2 { color: #fff; } .card.tags-section .card-body { background: #F9FAFB; border: 1px solid #E5E7EB; }.tags-cloud { display: flex; flex-wrap: wrap; gap: 8px; } .tag-item { padding: 5px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; cursor: pointer; transition: transform 0.2s, opacity 0.2s; } .tag-item:hover { transform: scale(1.05); } .tag-item:nth-child(6n+1) { background: rgba(11,42,91,0.1); color: var(–navy); border: 1px solid rgba(11,42,91,0.2); } .tag-item:nth-child(6n+2) { background: rgba(245,166,35,0.15); color: #92400E; border: 1px solid rgba(245,166,35,0.3); } .tag-item:nth-child(6n+3) { background: rgba(26,143,90,0.1); color: #065F46; border: 1px solid rgba(26,143,90,0.25); } .tag-item:nth-child(6n+4) { background: rgba(208,2,27,0.1); color: #991B1B; border: 1px solid rgba(208,2,27,0.2); } .tag-item:nth-child(6n+5) { background: rgba(124,58,237,0.1); color: #5B21B6; border: 1px solid rgba(124,58,237,0.25); } .tag-item:nth-child(6n+6) { background: rgba(14,165,233,0.1); color: #0369A1; border: 1px solid rgba(14,165,233,0.25); }/* EXAM TAKEAWAYS */ .card.exam .card-header { background: linear-gradient(135deg, #F5A623, var(–navy)); } .card.exam .card-header h2 { color: #fff; } .card.exam .card-body { background: #fff; border: 1px solid var(–border); }.exam-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; } .exam-col { border-radius: 12px; overflow: hidden; } .exam-col-head { padding: 10px 14px; font-size: 12px; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: 0.5px; } .exam-col-head.prelims-h { background: linear-gradient(135deg, #EA580C, #C2410C); color: #fff; } .exam-col-head.mains-h { background: linear-gradient(135deg, #0EA5E9, #0369A1); color: #fff; } .exam-col-head.essay-h { background: linear-gradient(135deg, #7C3AED, #5B21B6); color: #fff; } .exam-col-head.intview-h { background: linear-gradient(135deg, #0D9488, #065F46); color: #fff; } .exam-col-body { padding: 12px; border: 1px solid var(–border); border-top: none; border-radius: 0 0 12px 12px; } .exam-col-body ul { list-style: none; padding: 0; } .exam-col-body li { font-size: 12px; color: #374151; padding: 4px 0; border-bottom: 1px solid #F1F5F9; line-height: 1.5; } .exam-col-body li:last-child { border-bottom: none; } .exam-col-body li::before { content: ‘→ ‘; font-weight: 700; color: #9CA3AF; }/* FOOTER */ .site-footer { background: var(–navy); color: rgba(255,255,255,0.6); text-align: center; padding: 28px 20px; font-size: 13px; } .site-footer strong { color: var(–gold); }/* SECTION DIVIDER */ .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(–muted); padding: 0 4px; margin-bottom: -10px; }/* QUOTE BOX */ .quote-box { background: linear-gradient(135deg, var(–navy), #1e3a6e); border-radius: 12px; padding: 20px 24px; margin-top: 14px; position: relative; overflow: hidden; } .quote-box::before { content: ‘”‘; position: absolute; top: -10px; left: 12px; font-size: 80px; font-family: ‘Playfair Display’, serif; color: rgba(245,166,35,0.25); line-height: 1; } .quote-box p { font-size: 14px; color: rgba(255,255,255,0.88); font-style: italic; line-height: 1.7; position: relative; z-index: 1; padding-left: 16px; }/* PYQ BOX */ .pyq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .pyq-item { background: #fff; border-radius: 10px; padding: 16px; border: 1px solid; border-left: 4px solid; } .pyq-item.pre { border-color: #FED7AA; border-left-color: var(–orange); } .pyq-item.main { border-color: #BFDBFE; border-left-color: var(–sky); } .pyq-item h5 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; } .pyq-item.pre h5 { color: var(–orange); } .pyq-item.main h5 { color: var(–sky); } .pyq-item p { font-size: 13px; color: #374151; line-height: 1.6; }@media (max-width: 640px) { .hero h1 { font-size: 26px; } .hero { padding: 40px 20px 36px; } .constitution-grid { grid-template-columns: 1fr; } .answer-structure { grid-template-columns: 1fr; } .four-p-grid { grid-template-columns: 1fr; } .exam-grid { grid-template-columns: repeat(2, 1fr); } .pyq-grid { grid-template-columns: 1fr; } .mcq-options { grid-template-columns: 1fr; } .header-badges { display: none; } .card-body { padding: 16px 18px; } .card-header { padding: 14px 18px; } }
📰 The Hindu 📅 05 June 2026 · World Environment Day 🔴 Moderate to Difficult ⏱ 10–12 Min Read

Funding India’s Climate Future:
A Trillion-Dollar Question

⭐⭐⭐⭐⭐ Exam Relevance
🎯 Prelims 📘 GS Paper 2 📗 GS Paper 3 ✍️ Essay 🎙️ Interview
🚨

Why In News?

India is among the countries most vulnerable to climate change, facing rising temperatures, heatwaves, floods, droughts, water scarcity, and air pollution. Achieving India’s climate commitments — including net-zero emissions by 2070 — requires massive investments in clean energy, resilient infrastructure, and adaptation measures.

The editorial highlights that India’s climate challenge is increasingly becoming a financing challenge. While large pools of capital exist globally, the real issue lies in creating institutions, regulations, and financial mechanisms capable of directing funds toward sustainable development. The debate is critical in the context of ongoing international climate negotiations regarding climate finance obligations of developed countries.
📖

Background & Context

🌍

UNFCCC

Established the global framework for climate action. Sets the foundation for all international climate obligations.

🤝

Paris Agreement

Requires countries to submit Nationally Determined Contributions (NDCs). India has submitted its ambitious climate targets.

⚖️

CBDR-RC Principle

Common But Differentiated Responsibilities and Respective Capabilities. Recognizes historical responsibility of developed nations.

🇮🇳

India’s Commitments

Net-zero by 2070, Panchamrit at COP26, expanded renewable energy, Sovereign Green Bonds, RBI climate risk initiatives.

Constitutional Provisions

Article 21

Right to life includes the right to a healthy environment

Article 48A

State shall protect and improve the environment

Article 51A(g)

Fundamental duty of citizens to protect the natural environment

🔍

10 Key Takeaways from the Editorial

1

Climate Change Requires Massive Investment

Climate mitigation and adaptation require trillions of dollars globally. Climate change is no longer merely an environmental issue — it is fundamentally a financial challenge.

📊 India needs ~2.5% of GDP annually in green investment till 2030
2

Large Financing Gap Exists

Decarbonising major sectors such as steel, cement, power and transport requires substantial capital that far exceeds current flows.

💰 $467 billion additional investment needed between 2022–2030
3

Climate Finance Is More Than Renewable Energy

Finance is required for: adaptation, disaster resilience, water management, climate-resilient agriculture, and coastal protection. Adaptation finance remains severely underfunded.

4

India Has Built Initial Green Finance Instruments

Green Bonds, Sovereign Green Bonds, Sustainability Bonds, InvITs, and Sustainability-linked Debt have all been deployed.

📈 India issued ~$55.9 billion in sustainable debt instruments
5

Climate Finance Taxonomy Is Missing

India lacks a formal classification system identifying environmentally sustainable economic activities. This reduces transparency, enables greenwashing, and hurts investor confidence.

6

RBI Has a Critical Role

Suggested reforms include climate stress testing, green lending norms, climate-risk disclosures, and adaptation-focused Priority Sector Lending.

7

States Face Serious Financing Constraints

Coastal protection in Odisha, drought management in Vidarbha, Himalayan ecosystem restoration — states lack technical expertise, borrowing capacity, and access to international climate finance.

8

Blended Finance Can Unlock Capital

Blended Finance = Public Capital + Private Capital. A government guarantee can mobilise multiple times the amount in private investment by reducing perceived risk.

9

Sovereign Green Bonds Need Expansion

Benefits include long-term capital, lower borrowing costs, and dedicated climate financing with higher investor credibility.

10

Institutional Capacity Is the Real Challenge

The editorial’s core message: India’s climate transition depends less on finding money and more on creating institutions capable of directing finance efficiently toward sustainable development.

📌

Prelims Booster — Key Terms

Climate Finance

Financial resources used for mitigation and adaptation activities related to climate change.

Green Bond

Debt instrument used exclusively for environmentally sustainable projects with ring-fenced proceeds.

Sovereign Green Bond

Green bond issued by a national government to fund state-level climate and sustainable projects.

Climate Taxonomy

A formal classification framework defining which economic activities qualify as environmentally sustainable.

Blended Finance

Strategic use of public/philanthropic funds to de-risk and mobilise private capital for sustainable projects.

CBDR-RC

Common But Differentiated Responsibilities and Respective Capabilities — key principle of global climate negotiations.

Key Institutions

Reserve Bank of India NABARD Green Climate Fund UNFCCC NITI Aayog

International Agreements

Paris Agreement UNFCCC Kyoto Protocol Glasgow Climate Pact
🧠

Prelims MCQ Practice

Q1

With reference to Green Bonds, consider the following statements:
1. Proceeds raised through Green Bonds are used for environmentally sustainable projects.
2. Sovereign Green Bonds are issued only by multilateral development banks.
3. India has issued Sovereign Green Bonds.

Which of the statements given above is/are correct?

A. 1 and 2 only
B. 1 and 3 only ✓
C. 2 and 3 only
D. 1, 2 and 3
Ans: B

Statement 1 ✓ — Correct. Statement 2 ✗ — Sovereign green bonds are issued by governments, not only multilateral banks. Statement 3 ✓ — India has issued Sovereign Green Bonds.

Q2

Which of the following best describes Climate Finance Taxonomy?

A. Climate adaptation strategy
B. Carbon trading mechanism
C. Classification system for sustainable investments ✓
D. Disaster risk financing mechanism
Ans: C

Climate Taxonomy defines which economic activities qualify as environmentally sustainable — enabling better investment decisions and reducing greenwashing.

Q3

Assertion (A): Blended finance can attract private investment into climate projects.
Reason (R): Public finance can reduce investment risk for private investors.

A. Both A and R are true; R is the correct explanation ✓
B. Both true but R is not the correct explanation
C. A true but R false
D. A false but R true
Ans: A

Public capital in blended finance reduces the perceived risk of climate investments, which directly attracts and enables private capital participation.

Q4

Match the following: 1-Green Bond, 2-Sovereign Green Bond, 3-Climate Taxonomy | A-Sustainable Projects, B-Government Climate Financing, C-Green Classification

A. 1-A, 2-B, 3-C ✓
B. 1-B, 2-C, 3-A
C. 1-C, 2-A, 3-B
D. 1-A, 2-C, 3-B
Ans: A

Green Bond → Sustainable Projects | Sovereign Green Bond → Government Climate Financing | Climate Taxonomy → Green Classification Framework.

Q5

The principle of CBDR-RC is most closely associated with:

A. WTO
B. IMF
C. Global Climate Negotiations ✓
D. International Labour Organization
Ans: C

CBDR-RC is a foundational principle of the UNFCCC and Paris Agreement, recognizing developed nations’ greater historical responsibility for climate change.

⚡ UPSC Elimination Technique: UPSC often uses extreme words like Always, Only, Entirely, Exclusively. Statements containing such absolutes are almost always incorrect. For example — “Sovereign Green Bonds are issued only by multilateral institutions” — eliminate immediately since sovereign = government issued.
🏛

Mains Booster — Multidimensional Analysis

🌿 Environmental

  • Climate resilience
  • Adaptation financing
  • Disaster preparedness
  • Sustainable infrastructure

💰 Economic

  • Green growth pathway
  • Energy transition costs
  • Infrastructure financing
  • Long-term capital mobilisation

🏦 Governance

  • Climate taxonomy creation
  • Regulatory framework
  • Green disclosures mandate
  • Institutional reforms

🗺️ Federal

  • State-level climate finance
  • Cooperative federalism
  • Decentralised planning
  • State capacity building

🌐 International

  • Climate justice framework
  • CBDR-RC obligations
  • Loss and Damage financing
  • North-South divide
📌 PYQ Connection — Prelims

Green Bonds (2022) — Questions related to sustainable finance and green economy. Expect similar conceptual questions on taxonomy and blended finance.

📌 PYQ Connection — Mains

GS-III: Discuss the significance of climate finance in achieving sustainable development goals and climate commitments.

✍️

Mains Model Question & Answer Framework

GS-III · 15 Marks

“India’s climate challenge is increasingly becoming a finance challenge.” Examine the institutional reforms required to mobilise climate finance for achieving India’s sustainable development and net-zero goals.

📋 Introduction Points
  • India’s net-zero target by 2070
  • Massive investment requirement
  • Climate as financing challenge
  • Scale of current gap
⚠️ Challenges to Cover
  • Huge investment requirements
  • Limited climate finance flows
  • Absence of climate taxonomy
  • Weak state financing capacity
  • Greenwashing concerns
  • Inadequate global flows
🏗️ Institutional Reforms
  • Finalise climate finance taxonomy
  • Expand sovereign green bonds
  • RBI climate stress testing
  • Climate-focused PSL
  • State Climate Finance Facility
  • Blended finance mechanisms
🌍 International Dimension
  • Climate justice argument
  • CBDR-RC obligations
  • Developed country responsibility
  • Loss & Damage mechanism

“We do not inherit the Earth from our ancestors; we borrow it from our children.”

“Climate finance is the bridge between climate ambition and climate action.”

🎙️

UPSC Interview Questions

1

Why do developing countries emphasize climate finance in international negotiations?

2

How can India balance economic growth with its climate commitments?

3

Should climate adaptation receive equal priority as mitigation? Justify your stand.

4

What role should RBI play in addressing climate-related financial risks in India?

5

Can private capital alone finance India’s green transition, or is public intervention essential?

🗺️

Mind Map — Revision Flow

🌏 Climate Change
💰 Investment Requirement (2.5% of GDP)
⚡ Climate Finance Gap ($467 Bn)
🔗 Green Bonds + Sovereign Green Bonds
📋 Climate Taxonomy (Missing in India)
🏦 RBI Reforms + PSL
🗺️ State Climate Finance Facility
🤝 Blended Finance Mechanism
✅ Climate Resilient Development
🚀

Way Forward — 4P Framework

P

Policy

Climate finance taxonomy, regulatory reforms, RBI green lending norms, and mandatory climate-risk disclosures.

P

Participation

Private sector engagement, community-level adaptation, blended finance structures to de-risk investments.

P

Partnership

Union–State–RBI–NABARD–international climate funds coordination for channelling capital efficiently.

P

Protection

Climate-resilient infrastructure, coastal protection, drought management, and Himalayan ecosystem restoration.

📚

UPSCPDF Exam Takeaways

Prelims
  • Climate Finance
  • Green Bonds
  • Sovereign Green Bonds
  • Climate Taxonomy
  • Blended Finance
  • CBDR-RC
Mains
  • Climate finance gap
  • Institutional reforms
  • RBI’s role
  • State-level financing
  • Climate justice
  • Net-zero pathway
Essay
  • Green growth
  • Sustainable development
  • Climate justice
  • Finance & ambition
  • Resilient India
Interview
  • Finance architecture
  • Net-zero strategy
  • Dev vs environment
  • RBI & climate
  • Pvt capital role
🔖

Topic Tags

Climate Finance Green Bonds Sovereign Green Bonds Climate Taxonomy Blended Finance Environment Climate Change GS3 Sustainable Development RBI Net Zero 2070 UPSC Current Affairs The Hindu Editorial UPSCPDF World Environment Day Climate Justice CBDR-RC Paris Agreement NABARD Green Economy

UPSCPDF · Stay Informed. Stay Ahead. Crack UPSC. · upscpdf.com

© 2026 UPSCPDF | Content sourced from The Hindu Editorial — World Environment Day Special

We struggle hard to gather all these tests and Materials so if anyone subscribed any test series or material please forward us to [email protected], We remove all the tracing items from the pdf and We Respect Your Privacy. If You want to share Your Study Material with Other send me to [email protected]
Current affairs 360° in just 2 minutes (Revise the complete notes)
Read less, Learn more
Download From Google Play

Receive the latest articles in your inbox

Disclaimer and Important Notice

Upscpdf.com doesn't share own Materials, All the PDFs available here are strictly for educational and informational purposes only. Please utilize them to build your knowledge and not for any commercial or monetary purpose. We humbly request you to respect our efforts and hard work — everything provided here is absolutely free of cost. At UPSCPDF.com, we do not charge any fee for any material or service shared on this platform.
If you are new to the UPSC journey, we highly recommend understanding the UPSC Prelims, Mains, Optionals, Test Series (Prelims/Mains), and Magazines to gain a clear idea of the complete examination process.
All the advertisements displayed on this website are decent, relevant, and quality-checked — we never compromise on user experience. If you ever face any issue with the website or ads, please feel free to contact us at [email protected].

Note: UPSCPDF.com does not own, create, or scan any of the books shared here. We simply provide links that are already available on the internet. If any content violates copyright or legal policy, please contact us immediately — we will take prompt action. Thank you for your support and for being a part of our UPSC learning Platform.

WWW.UPSCPDF.COM

UPSCPDF.com, the trusted online platform for UPSC aspirants, continues to be a leading source of exam materials, test series, and preparation resources in 2025. With its wide range of study PDFs, current affairs updates, and strategy guides, UPSCPDF.com plays a crucial role in supporting thousands of candidates preparing for India’s most prestigious civil services examinations.

Why choose upscpdf.com for upsc preparation?

1. Access high-quality PDFs covering syllabus-wise notes, current affairs, test series, previous year papers, and more — all in one platform.
2. Get the latest UPSC notifications, study materials, and exam trends updated on time to stay ahead in your preparation.
3. UPSCPDF.com provides reliable resources that are simple to download and use.
4. Whether you're a beginner or an advanced learner, the platform supports every stage of your UPSC journey.
5. A growing number of aspirants rely on UPSCPDF.com daily for authentic and updated content.

About us

UPSCPDF.com is a dedicated online platform created to support aspirants preparing for the Union Public Service Commission (UPSC) examinations. Our mission is to make quality study materials, current affairs, and exam resources easily accessible to every aspirant across India.

Contact us

Mukherjee Nagar, Delhi 110009
[email protected]

Leave a Comment