/*
Theme Name: Maha Naukri Portal
Theme URI: https://mahanaukriportal.local
Author: Sourabh & Antigravity
Author URI: https://mahanaukriportal.local
Description: A modern, ultra-fast, mobile-first WordPress theme designed specifically for Indian & Maharashtra Government job alerts, Sarkari recruitment notifications, admit cards, results, answer keys, and syllabus. Features automatic Google JobPosting schema, custom job meta fields, telegram/whatsapp quick alerts, and responsive layout.
Version: 2.2.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mahanaukriportal
Tags: news, job-portal, grid-layout, two-columns, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* Reset & CSS Variables */
:root {
  --primary: #1a56db;
  --primary-dark: #1e429f;
  --primary-light: #ebf5ff;
  --secondary: #e02424;
  --accent-orange: #ff5a1f;
  --accent-green: #0e9f6e;
  --whatsapp: #25d366;
  --telegram: #0088cc;
  --text-main: #1f2937;
  --text-muted: #6b7280;
  --bg-body: #f4f6f9;
  --bg-card: #ffffff;
  --border-color: #e5e7eb;
  --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);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --container-width: 1200px;
}

[data-theme="dark"] {
  --text-main: #f3f4f6;
  --text-muted: #9ca3af;
  --bg-body: #111827;
  --bg-card: #1f2937;
  --border-color: #374151;
  --primary-light: #1e3a8a;
}

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

body {
  font-family: var(--font-sans);
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.6;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 16px;
}
