Daily Current Affairs – July 6, 2026

@import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap’);

:root {
–primary-color: #1e293b;
–primary-light: #334155;
–accent-color: #0f766e;
–accent-light: #ccfbf1;
–bg-color: #f8fafc;
–card-bg: #ffffff;
–text-dark: #0f172a;
–text-light: #475569;
–border-color: #e2e8f0;
–shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
–shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
–warning-bg: #fffbeb;
–warning-border: #f59e0b;
–warning-text: #78350f;
–mcq-bg: #f0fdf4;
–mcq-border: #22c55e;
–mcq-text: #14532d;
–date-bg: #f1f5f9;
–date-text: #334155;
}

.current-affairs-article {
font-family: ‘Inter’, sans-serif;
background-color: var(–bg-color);
color: var(–text-dark);
line-height: 1.6;
font-size: 14px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
overflow-x: hidden;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}

.current-affairs-article h1,
.current-affairs-article h2,
.current-affairs-article h3,
.current-affairs-article h4 {
font-family: ‘Outfit’, sans-serif;
color: var(–primary-color);
}

.current-affairs-article .ca-container {
max-width: 1000px;
margin: 0 auto;
padding: 24px 20px;
box-sizing: border-box;
}

/* Cover Page */
.current-affairs-article .cover-page {
min-height: 400px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
color: white;
padding: 40px 20px;
box-sizing: border-box;
margin-bottom: 24px;
border-radius: 12px;
position: relative;
page-break-after: always;
}

.current-affairs-article .cover-badge {
background-color: var(–accent-color);
color: white;
padding: 8px 16px;
border-radius: 9999px;
font-weight: 600;
font-size: 14px;
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 0.1em;
font-family: ‘Outfit’, sans-serif;
}

.current-affairs-article .cover-title {
font-size: 48px;
font-weight: 800;
margin-bottom: 16px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #f8fafc;
}

.current-affairs-article .cover-subtitle {
font-size: 20px;
font-weight: 400;
color: #94a3b8;
margin-bottom: 48px;
max-width: 600px;
}

.current-affairs-article .cover-date {
font-size: 24px;
font-weight: 600;
color: #38bdf8;
border-top: 1px solid #334155;
border-bottom: 1px solid #334155;
padding: 12px 24px;
margin-bottom: 64px;
}

.current-affairs-article .cover-footer {
position: absolute;
bottom: 40px;
font-size: 12px;
color: #64748b;
}

/* Category Sections */
.current-affairs-article .category-section {
margin-top: 40px;
page-break-before: always;
}

.current-affairs-article .category-header {
display: flex;
align-items: center;
border-bottom: 3px solid var(–accent-color);
padding-bottom: 8px;
margin-bottom: 24px;
}

.current-affairs-article .category-icon {
background-color: var(–accent-color);
color: white;
width: 36px;
height: 36px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 18px;
margin-right: 12px;
font-family: ‘Outfit’, sans-serif;
}

.current-affairs-article .category-title {
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(–primary-color);
}

/* News Cards */
.current-affairs-article .news-card {
background-color: var(–card-bg);
border: 1px solid var(–border-color);
border-radius: 12px;
padding: 24px;
margin-bottom: 24px;
box-shadow: var(–shadow-sm);
display: grid;
grid-template-columns: 1.2fr 0.8fr;
gap: 24px;
page-break-inside: avoid;
box-sizing: border-box;
}

.current-affairs-article .news-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.current-affairs-article .news-header {
margin-bottom: 12px;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
}

.current-affairs-article .news-tag {
display: inline-block;
background-color: var(–bg-color);
color: var(–text-light);
font-size: 11px;
font-weight: 600;
padding: 3px 8px;
border-radius: 4px;
text-transform: uppercase;
letter-spacing: 0.05em;
}

.current-affairs-article .news-date {
display: inline-block;
background-color: var(–date-bg);
color: var(–date-text);
font-size: 11px;
font-weight: 600;
padding: 3px 8px;
border-radius: 4px;
text-transform: uppercase;
letter-spacing: 0.05em;
}

.current-affairs-article .news-title {
width: 100%;
font-size: 18px;
font-weight: 700;
line-height: 1.4;
color: var(–text-dark);
margin-top: 8px;
}

.current-affairs-article .news-bullets {
margin-bottom: 16px;
padding-left: 18px;
}

.current-affairs-article .news-bullets li {
margin-bottom: 8px;
color: var(–text-light);
}

.current-affairs-article .news-bullets li strong {
color: var(–text-dark);
}

/* Info Boxes */
.current-affairs-article .info-box {
background-color: var(–bg-color);
border-left: 4px solid var(–primary-light);
padding: 12px 16px;
border-radius: 0 8px 8px 0;
margin-bottom: 12px;
}

.current-affairs-article .info-title {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: var(–primary-color);
margin-bottom: 4px;
}

.current-affairs-article .info-text {
font-size: 12px;
color: var(–text-light);
}

/* Static GK Box */
.current-affairs-article .gk-box {
background-color: var(–warning-bg);
border: 1px dashed var(–warning-border);
border-left: 4px solid var(–warning-border);
padding: 12px 16px;
border-radius: 4px;
margin-bottom: 12px;
}

.current-affairs-article .gk-title {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: var(–warning-text);
margin-bottom: 4px;
display: flex;
align-items: center;
}

.current-affairs-article .gk-title::before {
content: “💡”;
margin-right: 6px;
}

.current-affairs-article .gk-text {
font-size: 12px;
color: var(–warning-text);
}

/* MCQ Section styles */
.current-affairs-article .mcq-container {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
margin-top: 20px;
}

.current-affairs-article .mcq-card {
background-color: var(–card-bg);
border: 1px solid var(–border-color);
border-radius: 12px;
padding: 24px;
box-shadow: var(–shadow-sm);
page-break-inside: avoid;
box-sizing: border-box;
}

.current-affairs-article .mcq-question-header {
display: flex;
align-items: flex-start;
margin-bottom: 16px;
}

.current-affairs-article .mcq-number {
background-color: var(–primary-color);
color: white;
font-size: 12px;
font-weight: 700;
padding: 3px 8px;
border-radius: 4px;
margin-right: 12px;
margin-top: 2px;
}

.current-affairs-article .mcq-question {
font-size: 15px;
font-weight: 600;
color: var(–text-dark);
}

.current-affairs-article .mcq-options {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
margin-bottom: 16px;
padding-left: 36px;
}

.current-affairs-article .mcq-option {
border: 1px solid var(–border-color);
background-color: var(–bg-color);
padding: 10px 14px;
border-radius: 6px;
font-size: 13px;
color: var(–text-light);
}

.current-affairs-article .mcq-option strong {
color: var(–text-dark);
margin-right: 8px;
}

.current-affairs-article .mcq-answer-box {
background-color: var(–mcq-bg);
border: 1px dashed var(–mcq-border);
border-left: 4px solid var(–mcq-border);
padding: 12px 16px;
border-radius: 4px;
margin-top: 12px;
}

.current-affairs-article .mcq-answer-title {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: var(–mcq-text);
margin-bottom: 4px;
}

.current-affairs-article .mcq-explanation {
font-size: 12px;
color: var(–mcq-text);
}

.current-affairs-article .news-image-container {
display: flex;
align-items: flex-start;
justify-content: center;
}

.current-affairs-article .news-image {
width: 100%;
aspect-ratio: 16/9;
object-fit: cover;
border-radius: 8px;
border: 1px solid var(–border-color);
box-shadow: var(–shadow-sm);
}

/* States & UTs Appendix table */
.current-affairs-article .appendix-section {
margin-top: 40px;
page-break-before: always;
}

.current-affairs-article .table-container {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin-top: 16px;
border: 1px solid var(–border-color);
border-radius: 8px;
background-color: var(–card-bg);
box-shadow: var(–shadow-sm);
}

.current-affairs-article .appendix-table {
width: 100%;
border-collapse: collapse;
border: none;
}

.current-affairs-article .appendix-table th {
background-color: var(–primary-color);
color: white;
text-align: left;
padding: 14px 16px;
font-family: ‘Outfit’, sans-serif;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.05em;
}

.current-affairs-article .appendix-table td {
padding: 12px 16px;
border-bottom: 1px solid var(–border-color);
font-size: 13px;
color: var(–text-light);
}

.current-affairs-article .appendix-table tr:last-child td {
border-bottom: none;
}

.current-affairs-article .appendix-table tr:hover {
background-color: var(–bg-color);
}

.current-affairs-article .appendix-table td strong {
color: var(–text-dark);
}

/* Responsive styles – Screen only to prevent breaking print layout */
@media screen and (max-width: 768px) {
.current-affairs-article {
padding: 0 !important;
}
.current-affairs-article .cover-page {
border-radius: 0 !important;
margin-bottom: 16px !important;
padding: 32px 16px !important;
min-height: 320px !important;
}
.current-affairs-article .cover-title {
font-size: 32px !important;
}
.current-affairs-article .cover-subtitle {
font-size: 15px !important;
margin-bottom: 24px !important;
}
.current-affairs-article .cover-date {
font-size: 18px !important;
margin-bottom: 32px !important;
padding: 8px 16px !important;
}
.current-affairs-article .news-card {
grid-template-columns: 1fr !important;
gap: 16px !important;
padding: 16px !important;
border-radius: 8px !important;
margin-bottom: 16px !important;
}
.current-affairs-article .news-image-container {
order: -1 !important; /* Keep image on top on mobile */
}
.current-affairs-article .category-section {
margin-top: 24px !important;
}
.current-affairs-article .category-header {
margin-bottom: 16px !important;
}
.current-affairs-article .category-title {
font-size: 20px !important;
}
}

@media screen and (max-width: 640px) {
.current-affairs-article .mcq-options {
grid-template-columns: 1fr !important;
}
.current-affairs-article .mcq-card {
padding: 16px !important;
border-radius: 8px !important;
}
.current-affairs-article .mcq-options {
padding-left: 0 !important;
}
}

/* Print styles optimization – Force exact match to HTML and prevent excessive spacing */
@media print {
.current-affairs-article {
background-color: var(–bg-color) !important;
padding: 0 !important;
}

.current-affairs-article .ca-container {
max-width: 100%;
padding: 0;
}

.current-affairs-article .news-card {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
border-radius: 0 !important;
padding: 16px 0 !important;
margin-bottom: 24px !important;
border-bottom: 1px solid var(–border-color) !important;
page-break-inside: auto !important;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
display: grid !important;
grid-template-columns: 1.2fr 0.8fr !important;
gap: 24px !important;
}

.current-affairs-article .news-image-container {
order: initial !important;
page-break-inside: avoid !important;
}

.current-affairs-article .news-content {
page-break-inside: auto !important;
}

.current-affairs-article .cover-page {
height: 100vh;
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
border-radius: 0 !important;
}

.current-affairs-article .category-section {
margin-top: 40px;
page-break-before: always;
}

@page {
size: A4;
margin: 1cm;
}

.current-affairs-article .gk-box {
background-color: var(–warning-bg) !important;
border: 1px dashed var(–warning-border) !important;
border-left: 4px solid var(–warning-border) !important;
page-break-inside: avoid !important;
}

.current-affairs-article .mcq-answer-box {
background-color: var(–mcq-bg) !important;
border: 1px dashed var(–mcq-border) !important;
border-left: 4px solid var(–mcq-border) !important;
page-break-inside: avoid !important;
}

.current-affairs-article .mcq-card {
page-break-inside: avoid !important;
}

.current-affairs-article .appendix-table th {
background-color: var(–primary-color) !important;
color: white !important;
}

.current-affairs-article .appendix-table tr {
page-break-inside: avoid !important;
}
}

Exam-Focused Special Edition

DAILY CURRENT AFFAIRS

A highly curated, non-redundant compilation of daily developments, national schemes, and global updates.

JULY 6, 2026

N

Nation & National Affairs

National Initiatives
July 6, 2026

Ministry of Tourism & Google India Partner to Promote Indian Tourism via AI

  • The Ministry of Tourism (MoT) signed a non-commercial Memorandum of Understanding (MoU) with Google India to digitize and enhance visibility for India’s major tourism destinations.
  • AI & Insights: Google will deploy Artificial Intelligence (AI), data-driven search insights, and digital maps to promote cultural, historical, and eco-tourism sites globally.
  • Goal: Supports India’s landmark roadmap to welcome 100 million foreign tourist arrivals by 2047.
  • Dignitaries: Concluded in the presence of Union Minister for Tourism and Culture, Gajendra Singh Shekhawat.
Static GK: Ministry of Tourism
The Ministry of Tourism is the nodal agency for the formulation of national policies and programmes for the development and promotion of tourism in India. The current Cabinet Minister is Gajendra Singh Shekhawat.

Tourism and Google MoU

Wildlife Conservation
July 6, 2026

NTCA Identifies 25 Tiger Reserves for Priority Habitat & Prey Restoration

  • The National Tiger Conservation Authority (NTCA) and Wildlife Institute of India (WII) identified 25 of India’s 58 tiger reserves as critical sectors requiring priority recovery interventions.
  • Reason: These 25 reserves suffer from either zero tiger occupancy, extremely low density, or a severe shortage of prey bases.
  • Strategy: NTCA released a comprehensive “Tiger Conservation Roadmap” prioritizing prey translocation (e.g. gaur, barasingha), habitat recovery, and scientific reintroduction protocols.
  • Reintroductions: Active programs are resuming in Odisha’s Satkosia Tiger Reserve and preparations are underway at West Bengal’s Buxa Tiger Reserve.
Static GK: National Tiger Conservation Authority (NTCA)
NTCA is a statutory body under the Ministry of Environment, Forest and Climate Change, established in 2005 under the Wildlife (Protection) Act, 1972, to strengthen tiger conservation and oversee Project Tiger.

Tiger Reserves Recovery

B

Banking & Finance

Banking & Economy
July 6, 2026

Government Keeps Small Savings Scheme Interest Rates Unchanged for Q2 FY27

  • The Department of Economic Affairs (Ministry of Finance) decided to keep the interest rates for all Small Savings Schemes (SSS) unchanged for the July-September quarter of FY 2026-27.
  • Rate Index: Sukanya Samriddhi Account (SSA) remains at 8.2%, Senior Citizens Savings Scheme (SCSS) at 8.2%, National Savings Certificate (NSC) at 7.7%, and Public Provident Fund (PPF) at 7.1%.
  • Streak: This marks the 9th consecutive quarter that the Union government has maintained stable interest yields.
Static GK: Small Savings Schemes
Small savings schemes are citizen saving instruments managed directly by the Central Government. The collections are deposited into the National Small Savings Fund (NSSF) under the Public Account of India.

Small Savings Rates

I

Bilateral & International Relations

Bilateral Relations
July 6, 2026

Inaugural India–Mali Export Promotion Forum Held in Bamako

  • The inaugural India–Mali Forum for the Promotion of Exports was held in Bamako, Mali, themed “Reinforcing Trade and Strategic Partnerships”.
  • Trade Milestone: Bilateral trade surged by 55%, reaching **US.61 million** in FY 2025–26, driven by India’s Duty-Free Tariff Preference (DFTP) Scheme.
  • Core Sectors: Identified priority fields include cotton/textiles, pharmaceuticals, mining, agro-industry, and socio-economic infrastructure development.
  • Future Plans: Mali announced a dedicated Global Investment Forum in December 2026 aligned with its “Vision Mali 2063” roadmap.
Static GK: Mali Profile
Mali is a landlocked nation in West Africa. Capital: Bamako; Currency: West African CFA franc; Official Language: French. It is one of the largest producers of gold and cotton in Africa.

India Mali Export Forum

D

Important Days

Important Days
July 6, 2026

World Zoonoses Day Observed Globally on July 6

  • Observed globally on July 6 to raise public awareness about zoonotic diseases—infections that naturally jump from animals to humans (such as Rabies, Ebola, COVID-19, and Influenza).
  • History: Commemorates **July 6, 1885**, when French biologist **Louis Pasteur** successfully administered the first vaccine against rabies to Joseph Meister.
  • Global Focus: Highlights the “One Health” approach, integrating human, animal, and environmental health policies to prevent future pandemics.
Static GK: Zoonoses & Viruses
Zoonotic pathogens can be bacterial, viral, or parasitic, spreading through direct contact, food, water, or vectors (like mosquitoes). The World Health Organization (WHO) estimates that 60% of all human infectious diseases are zoonotic in origin.

World Zoonoses Day

?

Daily MCQ Practice Questions

Q1

The Ministry of Tourism recently signed an MoU with Google India to boost destination visibility. What is the target year for India to welcome 100 million foreign tourists?

A. 2030
B. 2035
C. 2047
D. 2050

Correct Answer: C. 2047
The Ministry of Tourism partnered with Google India to promote tourism destinations via AI, supporting India’s vision of reaching 100 million foreign tourist arrivals by the centenary of its independence in 2047.

Q2

How many tiger reserves in India have been identified by the National Tiger Conservation Authority (NTCA) for priority habitat and prey restoration?

A. 15
B. 25
C. 35
D. 45

Correct Answer: B. 25
Out of India’s 58 tiger reserves, 25 have been selected by the NTCA for priority recovery interventions due to low density, zero tiger occupancy, or degraded prey populations.

Q3

What is the interest rate applicable for the Sukanya Samriddhi Yojana (SSY) for the second quarter (July–September) of FY 2026-27?

A. 7.1%
B. 7.5%
C. 7.7%
D. 8.2%

Correct Answer: D. 8.2%
The government kept small savings rates unchanged for Q2 FY27. The Sukanya Samriddhi Yojana (SSY) interest rate remains at 8.2%, and PPF remains at 7.1%.

Q4

The inaugural India-Mali Export Promotion Forum was held in which of the following cities in July 2026?

A. New Delhi, India
B. Bamako, Mali
C. Casablanca, Morocco
D. Nairobi, Kenya

Correct Answer: B. Bamako, Mali
The inaugural India-Mali Export Promotion Forum was hosted in Bamako, Mali, to reinforce bilateral trade, which saw a 55% increase to US.61 million in FY 2025-26.

Q5

World Zoonoses Day is observed annually on July 6 to commemorate Louis Pasteur’s first successful vaccine administration against which disease?

A. Tuberculosis
B. Rabies
C. Smallpox
D. Anthrax

Correct Answer: B. Rabies
World Zoonoses Day is celebrated on July 6 to commemorate Louis Pasteur’s successful administration of the first rabies vaccine on July 6, 1885, saving a young boy named Joseph Meister.

A

Appendix: Indian States & UTs Government (2026)

Latest list of capitals, Chief Ministers, term start dates, and Governors/Lieutenant Governors for all 28 states and 8 union territories of India, updated as of July 2026.

28 States of India

State Capital Chief Minister CM Sworn-in Date Governor
Andhra Pradesh Amaravati N. Chandrababu Naidu June 12, 2024 Justice (Retd.) S. Abdul Nazeer
Arunachal Pradesh Itanagar Pema Khandu June 13, 2024 Lt. Gen. Kaiwalya Trivikram Parnaik (Retd.)
Assam Dispur Himanta Biswa Sarma May 12, 2026 Lakshman Prasad Acharya
Bihar Patna Samrat Choudhary April 15, 2026 Lt. Gen. Syed Ata Hasnain (Retd.)
Chhattisgarh Raipur Vishnu Deo Sai December 13, 2023 Ramen Deka
Goa Panaji Pramod Sawant March 28, 2022 Pusapati Ashok Gajapathi Raju
Gujarat Gandhinagar Bhupendra Patel December 12, 2022 Acharya Devvrat
Haryana Chandigarh Nayab Singh Saini March 12, 2024 Prof. Ashim Kumar Ghosh
Himachal Pradesh Shimla Sukhwinder Singh Sukhu December 11, 2022 Kavinder Gupta
Jharkhand Ranchi Hemant Soren July 4, 2024 Santosh Kumar Gangwar
Karnataka Bengaluru D. K. Shivakumar June 3, 2026 Thawar Chand Gehlot
Kerala Thiruvananthapuram V. D. Satheesan May 18, 2026 Arif Mohammed Khan
Madhya Pradesh Bhopal Dr. Mohan Yadav December 13, 2023 Mangubhai Chhaganbhai Patel
Maharashtra Mumbai Devendra Fadnavis December 5, 2024 C. P. Radhakrishnan
Manipur Imphal Yumnam Khemchand Singh February 4, 2026 Anusuiya Uikey
Meghalaya Shillong Conrad Kongkal Sangma March 6, 2018 C. H. Vijayashankar
Mizoram Aizawl PU Lalduhoma December 8, 2023 Gen (Retd) V.K. Singh
Nagaland Kohima Neiphiu Rio March 8, 2018 Nand Kishore Yadav
Odisha Bhubaneswar Mohan Charan Majhi June 12, 2024 Raghubar Das
Punjab Chandigarh Bhagwant Singh Mann March 16, 2022 Gulab Chand Kataria
Rajasthan Jaipur Bhajan Lal Sharma December 15, 2023 Haribhau Bagade
Sikkim Gangtok PS Golay May 27, 2019 Om Prakash Mathur
Tamil Nadu Chennai C. Joseph Vijay May 10, 2026 R. N. Ravi
Telangana Hyderabad A. Revanth Reddy December 7, 2023 Jishnu Dev Varma
Tripura Agartala Manik Saha May 15, 2022 Indra Sena Reddy Nallu
Uttar Pradesh Lucknow Yogi Adityanath March 19, 2017 Anandiben Patel
Uttarakhand Dehradun Pushkar Singh Dhami July 4, 2021 Lt. Gen. Gurmit Singh (Retd.)
West Bengal Kolkata Suvendu Adhikari May 9, 2026 C. V. Ananda Bose

8 Union Territories of India

Union Territory Capital Chief Minister (If Elected) CM Sworn-in Date Lieutenant Governor / Administrator
Andaman & Nicobar Islands Port Blair N/A — Admiral D. K. Joshi (Retd.) (LG)
Chandigarh Chandigarh N/A — Gulab Chand Kataria (Administrator)
Dadra & Nagar Haveli and Daman & Diu Daman N/A — Praful Khoda Patel (Administrator)
Delhi (NCT) New Delhi Rekha Gupta September 21, 2024 Vinai Kumar Saxena (LG)
Jammu & Kashmir Srinagar (Summer) / Jammu (Winter) Omar Abdullah October 16, 2024 Manoj Sinha (LG)
Ladakh Leh (Summer) / Kargil (Winter) N/A — Brigadier (Retd.) B. D. Mishra (LG)
Lakshadweep Kavaratti N/A — Praful Khoda Patel (Administrator)
Puducherry Puducherry N. Rangaswamy May 7, 2021 C. P. Radhakrishnan (LG)

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top