/*
Theme Name: Mission Magazine
Theme URI: https://www.missionkiawaaz.com/
Author: Bhupendra Singh Sonwal
Author URI: https://www.facebook.com/MrSonwalOfficial
Description: A premium, fast, and highly secure news magazine theme specifically designed and developed for Mission Ki Awaaz News Network.
Version: 1.0.0
Updated: May 2026
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: mission-magazine
Tags: news, magazine, dark-mode, responsive, custom-header, translation-ready
*/

/* --- इसके नीचे से आपकी थीम का जो भी डिज़ाइन (CSS) कोड है, वह शुरू होगा --- */
.main-navigation ul { 
    list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 5px; 
}
.main-navigation li a { 
    color: #1a1a1a; padding: 10px 15px; display: block; text-decoration: none; 
    font-weight: 700; font-size: 15px; text-transform: uppercase; transition: 0.3s; border-radius: 5px;
}
.main-navigation li a:hover { 
    background: #e21e22; color: #fff !important; 
}

/* --- Mobile & Tablet Menu Styling --- */
.mobile-navigation ul { 
    list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; 
}
.mobile-navigation li a { 
    color: #fff; padding: 15px 20px; display: block; text-decoration: none; 
    border-bottom: 1px solid #333; font-weight: 600; text-transform: uppercase;
}
.mobile-navigation li a:hover { 
    background: #e21e22; padding-left: 25px; transition: 0.3s ease-in-out;
}

/* --- Footer Fixes --- */
.site-footer {
    background: #111; color: #ccc; padding: 60px 0 20px; border-top: 5px solid #e21e22;
}
.footer-grid {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 40px; 
}
.footer-widget ul { padding-left: 0; list-style: none; }
.footer-widget ul li { margin-bottom: 10px; }
.footer-widget ul li a { color: #aaa; text-decoration: none; transition: 0.3s; }
.footer-widget ul li a:hover { color: #e21e22; padding-left: 5px; }

/* Responsive Logo for Mobile */
@media (max-width: 991px) {
    .mission-logo img { max-width: 180px !important; }
}